/*
Theme Name: Reveal
Theme URI: http://smartdemowp.com/reveal/
Author: SmartDataSoft
Author URI: http://smartdatasoft.com
Description: Reveal is a smart business listing & directory WordPress theme with a modern admin dashboard that will help you create a local or global directory site. This theme mainly focused on Local Business Directory, Online Business Directory, Local Listing, and all kind of Directory Services. Reveal theme is also suitable for all kinds of directory services like Local service finders, Hotel, Restaurant Spa and massage center, Real estate, and all kinds of properties and more.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reveal
Tags: business directory, car dealer, city guide, classified, directory, elementor, events, hotel booking, jobs, listing, local business, maps, marketplace, real estate, rent
*/

/*------------------------------------
	Preloader
------------------------------------*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #3a71ff;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
form.dropzone.dz-clickable.primary-dropzone {
  background: #f9fafc;
  border: 1px solid #ebedf5;
}
i.req {
  color: #e41515;
}
/*--- end of preloader ---*/
/*------------------------------------------------------------
	GLobal Settings
-------------------------------------------------------------*/
* {
  outline: none;
}

body {
  background: #ffffff;
  color: #797d8a;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow-x: hidden !important;
  font-weight: 400;
}

html {
  min-height: 100%;
  background: #ffffff;
  overflow-x: hidden;
}
a {
  color: #0000EE;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.link {
  color: #f96825;
}
a.link:hover,
a.link:focus,
a:hover,
a:focus {
  color: #ba9631;
}
a.text-success:focus,
a.text-success:hover {
  color: #27b737 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #f96825 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ff9b20 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #f33066 !important;
}
a.white-link {
  color: #ffffff;
}
a.white-link:hover,
a.white-link:focus {
  color: #ba9631;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section {
  padding: 80px 0 80px;
  position: relative;
}
.section-bot-min {
  padding: 80px 0 50px;
  position: relative;
}
p {
  line-height: 1.8;
}

.gray-bg {
  background: #f7f9fc url(assets/img/pattern.png);
  background-size: cover;
  background-position: center;
}
.gray {
  background: #f7f9fc;
}
.gray-simple {
  background: #f7f9fc;
}
.bg-1 {
  background: #f7d0cb;
}
.bg-2 {
  background: #dde9ed;
}
.tbl {
  display: table;
}
.full-height {
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.no-ul-list {
  padding: 0;
}
.no-ul-list li {
  list-style: none;
}
.progress {
  margin-bottom: 1.5em;
}
.full-width {
  width: 100%;
}
p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 15px;
}
.owl-carousel .item {
  padding: 0 15px;
}
.explore-content p {
  font-size: 19px;
  font-family: "Lora", serif;
  font-style: italic;
}
.explore-content h1,
.explore-content h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.shadow-0 {
  box-shadow: none !important;
}
/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d3954;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

h5,
h6 {
  color: #2d3954;
}

.font-2 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 30px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}
.lead {
  font-size: 20px !important;
}
.lead-i {
  font-family: "Lora", serif;
  font-size: 22px !important;
  font-style: italic;
}
.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 26px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

.theme-cl {
  color: #f96825;
}
.theme-bg {
  background: #f96825;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
  padding: 0;
  margin: 0;
}
ul.list-style li {
  margin-bottom: 1.2em;
  line-height: 1.5;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
ul.list-style li:before {
  content: "\e64c";
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 0;
  color: #27b737;
  font-family: "themify";
}
ul.list-style.style-2 li:before {
  content: "\e628" !important;
  color: #0273ff;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10 {
  height: 10px;
}
.ht-20 {
  height: 20px;
}
.ht-30 {
  height: 30px;
}
.ht-40 {
  height: 40px;
}
.ht-50 {
  height: 50px;
}
.ht-60 {
  height: 60px;
}
.ht-70 {
  height: 70px;
}
.ht-80 {
  height: 80px;
}
.ht-80 {
  height: 80px;
}
.ht-100 {
  height: 100px;
}
.ht-110 {
  height: 110px;
}
.ht-120 {
  height: 120px;
}
.ht-130 {
  height: 130px;
}
.ht-140 {
  height: 140px;
}
.ht-150 {
  height: 150px;
}
.ht-160 {
  height: 160px;
}
.ht-170 {
  height: 170px;
}
.ht-180 {
  height: 180px;
}
.ht-190 {
  height: 190px;
}
.ht-200 {
  height: 200px;
}
.ht-100 {
  height: 100%;
  min-height: 580px;
}
.h-100 {
  height: 100vh;
  min-height: 580px;
}
/*------------ Global Settings: Typography ----------------*/
.type--fade {
  opacity: 0.5;
}
.type--uppercase {
  text-transform: uppercase;
}
.type--bold {
  font-weight: bold;
}
.type--italic {
  font-style: italic;
}
.type--fine-print {
  font-size: 0.85714286em;
}
.type--strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
}
.type--underline {
  text-decoration: underline;
}
.pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}
blockquote {
  font-style: italic;
}
blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
  margin: 0;
}
.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 0.5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}
.color--white {
  color: #fff !important;
}
.color--dark {
  color: #252525 !important;
}
.color--success {
  color: #4ebf56 !important;
}
.color--error {
  color: #e23636 !important;
}
.bg--dark {
  background: #1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
  color: #ffffff;
}
.bg--dark .boxed:not([class*="bg-"]),
.imagebg:not(.image--light) .boxed:not([class*="bg-"]),
.bg--dark .large-features-2,
.bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box,
.bg--dark .large-features-box,
.bg--dark .pricing-wrap {
  background: none;
  color: #fff;
}
.bg--dark .boxed:not([class*="bg-"]).boxed--border,
.imagebg:not(.image--light) .boxed:not([class*="bg-"]).boxed--border {
  border-color: #2a2b31;
}

.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
  color: #fff;
}
.bg--site {
  background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--primary .color--primary {
  color: #fff !important;
}
.bg--light {
  background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
  color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
  color: #252525;
}
.bg--error {
  background: #e23636;
}
.bg--success {
  background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
  color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
  color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
  background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}
.color--facebook {
  color: #3b5998 !important;
}
.color--twitter {
  color: #00aced !important;
}
.color--googleplus {
  color: #dd4b39 !important;
}
.color--instagram {
  color: #125688 !important;
}
.color--pinterest {
  color: #cb2027 !important;
}
.color--dribbble {
  color: #ea4c89 !important;
}
.color--behance {
  color: #053eff !important;
}
.color--linkedin {
  color: #1685b9 !important;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background: #1685b9 !important;
  color: #fff !important;
}
.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 5em 0;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  opacity: 0;
  background: #252525;
}
.bg-img-holder:not([class*="col-"]) {
  width: 100%;
}
.bg-img-holder.background--bottom {
  background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
  background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
  background: none;
}
.bg-img-holder img {
  display: none;
}
.imagebg.border--round {
  overflow: hidden;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-scrim-bottom] {
  position: relative;
}
[data-scrim-bottom]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, #252525)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
  color: #a5a5a5;
  color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
  background: #fff;
}
[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
  opacity: 1;
}
[data-scrim-top] {
  position: relative;
}
[data-scrim-top]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left bottom,
    left bottom,
    color-stop(0%, #252525),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    bottom,
    #252525 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-top].image--light:before {
  background: #fff;
}
[data-scrim-top="1"]:before {
  opacity: 0.1;
}
[data-scrim-top="2"]:before {
  opacity: 0.2;
}
[data-scrim-top="3"]:before {
  opacity: 0.3;
}
[data-scrim-top="4"]:before {
  opacity: 0.4;
}
[data-scrim-top="5"]:before {
  opacity: 0.5;
}
[data-scrim-top="6"]:before {
  opacity: 0.6;
}
[data-scrim-top="7"]:before {
  opacity: 0.7;
}
[data-scrim-top="8"]:before {
  opacity: 0.8;
}
[data-scrim-top="9"]:before {
  opacity: 0.9;
}
[data-scrim-top="10"]:before {
  opacity: 1;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p,
div[data-overlay] ul {
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
  color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  border: 3px solid;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  background: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 30px;
  height: 30px;
}

/*------------ GLobal Settings: Blockquote -------------*/
.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*------------ GLobal Settings: Call To Action -------------*/
.bg-cover {
  background-size: cover !important;
  background-position: center !important;
}
.image-bg {
  background-size: cover !important;
  background-position: center !important;
}
.default-bg {
  background-size: initial !important;
  background-position: initial !important;
}
.image-bg-wrap {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.image-bg-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #182538;
  display: block;
  content: "";
  opacity: 0.8;
}

/*-------------- GLobal Settings: Paddings ----------------*/
html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-15 {
  padding: 15px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-40 {
  padding: 40px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

/*-------------- GLobal Settings: Margin ----------------*/
html body .mr-auto {
  margin: auto;
}

html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}

/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8;
}

.op-7 {
  opacity: 0.7;
}

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*------------ Global Setting: Multiple Bg Color For Category ---------*/
html body .bg-a {
  background: #f73d51;
}
html body .bg-b {
  background: #8a7cd9;
}
html body .bg-c {
  background: #ffb390;
}
html body .bg-d {
  background: #37b475;
}
html body .bg-e {
  background: #4b5e6c;
}
html body .bg-f {
  background: #f5b83b;
}
html body .bg-g {
  background: #5565d0;
}
html body .bg-h {
  background: #18bad9;
}
html body .bg-i {
  background: #433c63;
}
html body .bg-j {
  background: #ad4f87;
}
html body .bg-k {
  background: #ee7d4e;
}
html body .bg-l {
  background: #ff465a;
}
html body .bg-m {
  background: #f5b83b;
}
html body .bg-o {
  background: #18bad9;
}
html body .bg-p {
  background: #6877de;
}
html body .bg-q {
  background: #14af69;
}
html body .bg-r {
  background: #576977;
  color: #576977;
}
html body .bg-s {
  background: #fd5c05;
}
html body .bg-t {
  background: #8a7cd9;
}
html body .bg-u {
  background: #ff465a;
}
html body .bg-v {
  background: #8a7cd9;
}
html body .bg-x {
  background: #18bad9;
}
html body .bg-y {
  background: #f5b83b;
}
html body .bg-z {
  background: #ff8645;
}

/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
  font-weight: 600;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 500;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-13 {
  font-size: 13px;
}

html body .font-10 {
  font-size: 10px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid #e0ecf5 !important;
}

html body .b-l {
  border-left: 1px solid #e0ecf5 !important;
}

html body .b-b {
  border-bottom: 1px solid #e0ecf5 !important;
}

html body .b-t {
  border-top: 1px solid #e0ecf5 !important;
}

html body .b-all {
  border: 1px solid #e0ecf5 !important;
}

/*-------------- GLobal Settings: Thumb size ----------------*/
.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #f33066 !important;
}

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

.text-warning {
  color: #ff9b20 !important;
}

.text-success {
  color: #27b737 !important;
}

.text-info {
  color: #01b299 !important;
}

.text-inverse {
  color: #3e4555 !important;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #f96825 !important;
}

html body .text-megna {
  color: #1dc8cd;
}

html body .text-dark {
  color: #8d97ad;
}

html body .text-themecolor {
  color: #f96825;
}

/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
  color: #0055ff;
  background-color: #eaf1ff;
  border-color: #eaf1ff;
}
.alert-success {
  color: #27b737;
  background-color: #e9ffeb;
  border-color: #e9ffeb;
}
.alert-warning {
  color: #ff9b20;
  background-color: #fff5e9;
  border-color: #fff5e9;
}
.alert-info {
  color: #08a7c1;
  background-color: #effdff;
  border-color: #effdff;
}
.alert-danger {
  color: #f33066;
  background-color: #ffe9e9;
  border-color: #ffe9e9;
}
.alert-dark {
  color: #3e4758;
  background-color: #eff4ff;
  border-color: #eff4ff;
}
.alert-secondary {
  color: #4b5d6f;
  background-color: #d6dfe8;
  border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #f96825 !important;
}

.bg-success {
  background-color: #27b737 !important;
}

.bg-info {
  background-color: #1ac790 !important;
}

.bg-warning {
  background-color: #ff9b20 !important;
}

.bg-danger {
  background-color: #f33066 !important;
}

.bg-orange {
  background-color: #ec2828 !important;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

html body .bg-megna {
  background-color: #1dc8cd;
}

html body .bg-theme {
  background-color: #f96825;
}

html body .bg-inverse {
  background-color: #374158;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light {
  background-color: #f4f8fa !important;
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #f5f7f9;
}

html body .bg-white {
  background-color: #ffffff;
}

html body .bg-whites {
  background-color: #f4f5f7;
}

html body .bg-red {
  background-color: #e21137;
}

html body .bg-green {
  background-color: #4caf50;
}

html body .bg-sky {
  background-color: #20b2c1;
}

html body .bg-blue {
  background-color: #03a9f4;
}

html body .bg-dark-blue {
  background-color: #192c48;
}
/*-------------- GLobal Settings: Rounds ----------------*/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #f96825;
}
.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #f96825;
}

.round.round-warning {
  background: #ff9b20;
}

.round.round-danger {
  background: #f33066;
}

.round.round-success {
  background: #27b737;
}

.round.round-primary {
  background: #f96825;
}

/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
  padding: 0;
  margin: 0;
}
ul.simple-list li {
  list-style: none;
  padding: 10px 5px 10px 28px;
}
ul.simple-list li {
  list-style: none;
  padding: 10px 5px 10px 28px;
  position: relative;
}
ul.simple-list li:before {
  content: "\e6af";
  font-family: themify;
  position: absolute;
  left: 0;
}

/*-------------- GLobal Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #1dc8cd;
}

.label-success {
  background-color: #27b737;
}

.label-info {
  background-color: #f96825;
}

.label-warning {
  background-color: #ff9b20;
}

.label-danger {
  background-color: #f33066;
}

.label-megna {
  background-color: #1dc8cd;
}

.label-primary {
  background-color: #f96825;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #3e4555;
}

.label-default {
  background-color: #f4f8fa;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #27b737;
}

.label-light-info {
  background-color: #cfecfe;
  color: #f96825;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9b20;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #f33066;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd;
}

.label-light-primary {
  background-color: #f1effd;
  color: #f96825;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555;
}

/*------------ GLobal Settings: Table ------------*/
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #f7f9fb;
}
.table tr th,
.table tr td {
  border-color: #eaeff5;
  padding: 12px 15px;
  vertical-align: middle;
}
.table.tbl-big tr th,
.table.tbl-big tr td {
  padding: 20px 15px;
}
.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
  padding: 20px 15px;
  text-align: center;
}
table.table tr th {
  font-weight: 600;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e !important;
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/*------------- GLobal Settings: Badge ----------------*/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #27b737;
}

.badge-info {
  background-color: #f96825;
}

.badge-primary {
  background-color: #f96825;
}

.badge-warning {
  background-color: #ff9b20;
}

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

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #3e4555;
}

/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  font-size: 15.5px;
}
ul.list-style-none li a:hover {
  color: #f96825;
}

/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color: #607394;
  font-size: 15.5px;
}

/*------------- GLobal Settings: Buttons ----------------*/
.btn {
  border: 2px solid transparent;
}
.btn {
  color: #ffffff;
  padding: 12px 25px;
  cursor: pointer;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  border-radius: 0.1rem;
}
a.btn-trans-video {
  font-size: 1em;
  padding: 0.8em 1.6em;
  color: #f96825;
}
a.btn-trans-video i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background: #f96825;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
  -webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid a.btn-trans-video {
  color: #ffffff;
}
.light-vid a.btn-trans-video i {
  background: #3583ff;
  color: #ffffff;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
}
.btn:hover {
  color: #ffffff;
}

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

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px;
}

.btn-link .underline {
  border-bottom: 1px solid #263238;
}

.btn-link:hover {
  color: #27b737;
}

.btn-light {
  color: #263238;
}

.btn-light:hover {
  background: #f96825;
  color: #ffffff;
  border-color: #f96825;
}

.btn-lg {
  padding: 1.2em 2em;
  font-size: 1em;
}

.btn-md {
  padding: 1em 1.5em;
  font-size: 1em;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: -2rem;
}
.btn-theme {
  background: #f96825;
  border-color: #f96825;
  color: #ffffff;
  transition: all ease 0.4s;
}
.btn-theme-2 {
  background: #3151b7;
  border-color: #3151b7;
  color: #ffffff;
  transition: all ease 0.4s;
}
.btn-theme-2:hover,
.btn-theme-2:focus {
  background: #f96825;
  border-color: #f96825;
  color: #ffffff !important;
}
.btn-outline-theme {
  color: #f96825;
  background-color: transparent;
  border: 2px solid #f96825;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-theme:hover,
.btn-outline-theme:focus {
  color: #ffffff !important;
  background-color: #f96825;
  border-color: #f96825;
}
.btn-outline-theme-2 {
  color: #3151b7;
  background-color: transparent;
  border: 2px solid #3151b7;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover,
.btn-outline-theme-2:focus {
  color: #ffffff;
  background-color: #3151b7;
  border-color: #3151b7;
}
.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #eef0f3;
  color: #8d97ad;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
  color: #ffffff !important;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background: #f96825;
  border: 1px solid #f96825;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #2677e6;
  border: 1px solid #2677e6;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #f96825;
  color: #ffffff;
  border: 1px solid #f96825;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #028ee1;
  border: 1px solid #028ee1;
}
.btn-black {
  background: #263547;
  color: #ffffff;
  border: 1px solid #263547;
}

.btn-black:hover,
.btn-black:focus {
  background: #0f7dff;
  border: 1px solid #0f7dff;
}

.btn-themecolor.active,
.btn-themecolor:active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #27b737;
  border: 1px solid #27b737;
  color: #ffffff;
}

.btn-success:hover,
.btn-success.disabled:hover {
  background: #1fd628;
  border: 1px solid #1fd628;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #1fd628;
}

.btn-info,
.btn-info.disabled {
  background: #1ac790;
  border: 1px solid #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-info:hover,
.btn-info.disabled:hover {
  background: #1ac790;
  border: 1px solid #1ac790;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background: #0976ea;
}

.btn-warning,
.btn-warning.disabled {
  background: #ff9b20;
  color: #ffffff;
  border: 1px solid #ff9b20;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
  background: #f1901a;
  color: #ffffff;
  border: 1px solid #f1901a;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
  background: #f1901a;
  color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
  background: #f33066;
  border: 1px solid #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
  background: #d73e6b;
  border: 1px solid #d73e6b;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
  background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #232a37;
  color: #ffffff;
  border: 1px solid #232a37;
}

.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}

.btn-red:hover,
.btn-red.disabled:hover {
  border: 1px solid #d61f1f;
  background: #d61f1f;
}

.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
  background: #d73e6b;
}

.btn-success-gradiant {
  background: #27b737;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #27b737 0%,
    #1fd628 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#27b737),
    to(#1fd628)
  );
  background: -webkit-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: -o-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: linear-gradient(to right, #27b737 0%, #1fd628 100%);
  border: 0px;
}

.btn-success-gradiant:hover {
  background: #1fd628;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #1fd628 0%,
    #27b737 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1fd628),
    to(#27b737)
  );
  background: -webkit-linear-gradient(left, #1fd628 0%, #27b737 100%);
  background: -o-linear-gradient(left, #1fd628 0%, #27b737 100%);
  background: linear-gradient(to right, #1fd628 0%, #27b737 100%);
}

.btn-success-gradiant.active,
.btn-success-gradiant:active,
.btn-success-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-danger-gradiant {
  background: #f33066;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #f33066 0%,
    #ec2828 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f33066),
    to(#ec2828)
  );
  background: -webkit-linear-gradient(left, #f33066 0%, #ec2828 100%);
  background: -o-linear-gradient(left, #f33066 0%, #ec2828 100%);
  background: linear-gradient(to right, #f33066 0%, #ec2828 100%);
  border: 0px;
}

.btn-danger-gradiant:hover {
  background: #ec2828;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #ec2828 0%,
    #f33066 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ec2828),
    to(#f33066)
  );
  background: -webkit-linear-gradient(left, #ec2828 0%, #f33066 100%);
  background: -o-linear-gradient(left, #ec2828 0%, #f33066 100%);
  background: linear-gradient(to right, #ec2828 0%, #f33066 100%);
}

.btn-danger-gradiant.active,
.btn-danger-gradiant:active,
.btn-danger-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-warning-gradiant {
  background: #ff9b20;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #ff9b20 0%,
    #f48624 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff9b20),
    to(#f48624)
  );
  background: -webkit-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: -o-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: linear-gradient(to right, #ff9b20 0%, #f48624 100%);
  border: 0px;
}

.btn-warning-gradiant:hover {
  background: #f48624;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #f48624 0%,
    #ff9b20 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f48624),
    to(#ff9b20)
  );
  background: -webkit-linear-gradient(left, #f48624 0%, #ff9b20 100%);
  background: -o-linear-gradient(left, #f48624 0%, #ff9b20 100%);
  background: linear-gradient(to right, #f48624 0%, #ff9b20 100%);
}

.btn-warning-gradiant.active,
.btn-warning-gradiant:active,
.btn-warning-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-info-gradiant,
.btn-primary-gradiant {
  background: #f96825;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #f96825 0%,
    #f96825 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f96825),
    to(#f96825)
  );
  background: -webkit-linear-gradient(left, #f96825 0%, #f96825 100%);
  background: -o-linear-gradient(left, #f96825 0%, #f96825 100%);
  background: linear-gradient(to right, #f96825 0%, #f96825 100%);
  border: 0px;
  color: #ffffff;
}

.btn-info-gradiant:hover,
.btn-primary-gradiant:hover {
  background: #f96825;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #f96825 0%,
    #f96825 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f96825),
    to(#f96825)
  );
  background: -webkit-linear-gradient(left, #f96825 0%, #f96825 100%);
  background: -o-linear-gradient(left, #f96825 0%, #f96825 100%);
  background: linear-gradient(to right, #f96825 0%, #f96825 100%);
}

.btn-info-gradiant.active,
.btn-info-gradiant:active,
.btn-info-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  background: #263238;
}

.btn-outline-primary {
  color: #f96825;
  background-color: #ffffff;
  border-color: #f96825;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #f96825;
  color: #ffffff;
  border-color: #f96825;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background: #345bcb;
}

.btn-outline-success,
a.btn-outline-success {
  color: #27b737;
  background-color: transparent;
  border-color: #27b737;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
a.btn-outline-success:hover,
a.btn-outline-success:focus,
a.btn-outline-success.focus {
  background: #27b737;
  border-color: #27b737;
  color: #ffffff;
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
a.btn-outline-success.active,
a.btn-outline-success:active,
a.btn-outline-success:focus {
  background: #1fd628;
}

.btn-outline-info {
  color: #1ac790;
  background-color: transparent;
  border-color: #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #1ac790;
  border-color: #1ac790;
  color: #ffffff;
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
  background: #1ac790;
}

.btn-outline-warning {
  color: #ff9b20;
  background-color: transparent;
  border-color: #ff9b20;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #ff9b20;
  border-color: #ff9b20;
  color: #ffffff;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  background: #f1901a;
}

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #f33066;
  border-color: #f33066;
  color: #ffffff;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  background: #d73e6b;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
  background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #3e4555;
  border-color: #3e4555;
  color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}
.btn-warning-light {
  color: #ff8f00 !important;
  background: rgba(255, 143, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning-light:hover,
.btn-warning-light:focus {
  color: #ffffff !important;
  background: #ff8f00;
  border-color: #ff8f00;
}
.btn-success-light {
  color: #29cf8d !important;
  background: rgba(41, 207, 141, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success-light:hover,
.btn-success-light:focus {
  color: #ffffff !important;
  background: #29cf8d;
  border-color: #29cf8d;
}
.btn-primary-light {
  color: #f96825 !important;
  background: rgba(51, 137, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-light:hover,
.btn-primary-light:focus {
  color: #ffffff !important;
  background: #f96825;
  border-color: #f96825;
}
.btn-danger-light {
  color: #ed2929 !important;
  background: rgba(237, 41, 41, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-light:hover,
.btn-danger-light:focus {
  color: #ffffff !important;
  background: #ed2929;
  border-color: #ed2929;
}
.btn-over-light {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-over-light:hover,
.btn-over-light:focus {
  color: #ffffff !important;
  background: #ff8f00;
  border-color: rgba(255, 255, 255, 0.2);
}
/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
  margin: 2.77em 0;
}
.video-play-icon {
  width: 6.42857143em;
  height: 6.42857143em;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  line-height: 6em;
  background: #ffffff;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}
.video-play-icon a {
  font-size: 3em;
  color: #f96825;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
  display: table;
  padding-left: 0;
  border-radius: 4px;
  margin: 50px auto 0 !important;
}

.pagination .post-page-numbers,
.pagination .page-numbers {
  position: relative;
  float: left;
  padding: 0;
  margin: 5px;
  color: #5a6f7c;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

.pagination .post-page-numbers.current,
.pagination .post-page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #f96825;
  border-color: #f96825;
}

.pagination .page-numbers:first-child {
  background: #f96825;
  border: 1px solid #f96825;
  border-radius: 2px;
  color: #fff;
}

.pagination .page-numbers:last-child {
  background: #35434e;
  border: 1px solid #35434e;
  border-radius: 2px;
  color: #fff;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #f96825;
  border-color: #f96825;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointerer;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #dae3ec;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #dae3ec;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #f96825;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #f96825;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.company-brands label {
  font-weight: normal;
  color: #828f99;
  font-size: 15px;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: none; /* focus style */
}
.company-brands input[type="checkbox"]:focus {
  outline: none;
}
.company-brands label:focus {
  outline: none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-right: 27px;
  background-color: #27b737;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #ffffff;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
  margin-bottom: 10px;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2,
.sec-heading p {
  margin-bottom: 5px;
}
.sec-heading.light h2,
.sec-heading.light p {
  color: #ffffff;
}
.sec-heading p {
  margin-bottom: 5px;
  font-style: italic;
  font-family: "Lora", serif;
}
.single-items {
  padding: 0 10px;
}
.property-slide,
.item-slide {
  margin: 0 -15px;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
  height: 56px;
  border-radius: 0;
  font-size: 17px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e0ecf5;
  background-clip: initial;
}
.submit-form .form-control,
.submit-page .form-control,
.form-submit .form-control {
  background: #f9fafc;
  border: 1px solid #ebedf5;
  border-radius: 3px;
  color: #646e77;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.form-submit h3 {
  margin-left: 10px;
}
.form-control.simple {
  background: #f2f3f5;
  border-color: #f2f3f5;
  border-radius: 4px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
  border: none;
  height: 56px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #626a70;
  line-height: 62px;
  text-align: left;
  padding: 0 15px 0 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #8b9aad;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  right: 14px;
  top: 1px;
}
.image-bg .form-control,
.bg--dark .form-control {
  color: #495057 !important;
}
select.form-control:not([size]):not([multiple]) {
  height: 56px;
  max-width: 100%;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
  height: 62px;
}
.form-control.fc-lg {
  height: 62px;
}
textarea.form-control {
  height: 180px;
}
.agent-widget textarea.form-control {
  height: 120px;
}
/*------------- Form --------------*/
.tip-topdata {
  position: relative;
  color: #fff;
  text-decoration: none;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #394d8c;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  margin-left: 5px;
  font-size: 9px;
}
.tip-topdata:before {
  content: attr(data-tip);
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  left: 0;
  background: #394d8c;
  color: #ffffff;
  padding: 7px 15px;
  line-height: 25px;
  border-radius: 3px;
  top: -42px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  text-shadow: none;
  display: inline-table;
}

.tip-topdata:hover:before {
  opacity: 1;
}
.form-submit .select2-container--default .select2-selection--single {
  background-color: #f9fafc;
  border-radius: 0;
  border: none;
  height: 56px;
  border: 1px solid #ebedf5;
  border-radius: 4px;
  padding-left: 15px;
}
.form-submit
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 55px;
}
/**************************************
	Header Navigation Styles
***************************************/
.nav-left-side .core-nav {
  display: inline-block;
  width: 100%;
}

.header.nav-left-side ul.attributes li a {
  padding: 26px 10px;
}
.header ul.attributes.ad-two li a {
  font-size: 20px;
}
.header {
  position: relative;
  z-index: +999;
}
ul.attributes li a {
  color: #606c8e;
}
.header-dark-transparent ul.attributes li a {
  color: #ffffff;
}
.header-dark-transparent.header-fixed ul.attributes li a {
  color: #606c8e;
}
ul.attributes li.log-seprate:before {
  position: absolute;
  content: "/";
  font-size: 18px;
  opacity: 0.8;
  right: -4px;
  top: 28px;
}
ul.attributes.ad-2 li.log-seprate:before {
  display: none;
}
.header-dark-transparent ul.attributes li.log-seprate:before {
  color: #ffffff;
}
.header-dark-transparent.header-fixed ul.attributes li.log-seprate:before {
  color: #606c8e;
}
nav {
  min-height: 60px;
}

nav .brand {
  display: block;
  position: relative;
  width: 180px;
  top: 14px;
}

nav .brand img {
  width: 100%;
}

nav .menu li a {
  display: block;
  padding: 28px 25px;
  text-decoration: none;
  color: #606c8e;
  font-size: 15px;
}

nav .menu li a:hover {
  color: #fd5234;
}

.header-dark-transparent nav .menu li a {
  color: #ffffff;
}
.header-dark-transparent nav .menu li .dropdown-menu li a,
.header-dark-transparent nav .megamenu-content ul li a {
  color: #606c8e;
}
.header-dark-transparent.header-fixed nav .menu li a {
  color: #606c8e;
}

.header-light nav.headnavbar {
  background: #ffffff;
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}
.header-transparent nav.headnavbar {
  background: transparent;
  box-shadow: none;
  position: absolute;
  width: 100%;
  top: 0;
}
.header-dark-transparent nav.headnavbar {
  background: transparent;
  box-shadow: none;
  position: absolute;
  width: 100%;
  top: 0;
}
.header-light nav.headnavbar.no-shadow {
  box-shadow: none;
}
.header.header-fixed nav.headnavbar {
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  background: #ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
li.login-attri a {
  background: #ffffff;
  height: 46px;
  line-height: 46px;
  padding: 0 35px !important;
  border-radius: 50px;
  transition: ease 0.4s;
  box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
  color: #4d5367 !important;
  font-size: 16px;
}
li.login-attri.mid-rb a,
li.login-attri.mid-rb a:hover,
li.login-attri.mid-rb a:focus {
  border-radius: 3px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.header-fixed li.login-attri.mid-rb a {
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 22, 84, 0.15);
}
li.login-attri a.br-4 {
  border-radius: 4px;
}
ul li.login-attri {
  padding: 17px 0 17px 15px;
}
li.login-attri.theme-log a {
  background: #f96825;
  height: 46px;
  line-height: 46px;
  padding: 0 35px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px;
}
li.login-attri a:hover,
li.login-attri a:focus {
  box-shadow: none;
}
nav .menu .mg-menu {
  padding: 1rem;
  display: inline-block;
  width: 100%;
}
nav .menu .mg-menu ul {
  padding: 0;
}
nav .menu .mg-menu li {
  width: 50%;
  display: inline-block;
}
nav .menu .mg-menu li a {
  font-size: 17px;
  padding: 16px 25px;
}
nav .menu .mg-menu li a i {
  font-size: 2.4rem;
  margin-right: 7px;
  color: #f96825;
}
nav .menu .dropdown-menu.lg-wt li a i {
  font-size: 2.4rem;
  margin-right: 7px;
  color: #f96825;
}
ul.submit-attribute {
  padding: 0;
  margin: 0;
  float: right;
}
ul.submit-attribute li {
  list-style: none;
  padding-left: 15px;
}
ul li.submit-attri {
  padding: 15px 0 12px 15px;
}
.attributes li.submit-attri a {
  background: transparent;
  height: 46px;
  line-height: 40px;
  padding: 0 25px !important;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}
.attributes li.submit-attri.theme-log a {
  background: transparent;
  height: 46px;
  line-height: 40px;
  padding: 0 25px !important;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #f96825;
  color: #f96825;
  font-size: 16px;
}
.header-dark-transparent.header-fixed .attributes li.submit-attri a {
  border: 2px solid #f96825;
  color: #f96825;
}
.header .brand.brand-overlay {
  display: none;
  opacity: 0;
  transition: all ease 0.4s;
}
.header.header-fixed .brand.brand-overlay {
  display: block;
  opacity: 1;
  transition: all ease 0.4s;
}
.header.header-fixed .brand.normal-logo {
  opacity: 0;
  display: none;
}
.menu li a.active {
  color: #f96825;
}
/*
DROPDOWN STYLE
=========================== */

nav .menu li.dropdown.open > a {
  color: #e74c3c;
}
.top-header {
  background: #2b4db9;
  padding: 12px 0;
  color: #ffffff;
}
.cn-info ul {
  padding: 0;
  margin: 0;
}
.cn-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.cn-info ul li i {
  margin-right: 5px;
}
.cn-info ul li:last-child {
  margin-right: 0;
}
.top-social {
  padding: 0;
  margin: 0;
  float: right;
}
.top-social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.top-social li:last-child {
  margin-right: 0;
}
.top-social li a {
  color: #ffffff;
}
.mg-menu-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.mg-menu-items i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.mg-menu-items h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 16px;
  font-size: 15px;
  color: #031b4e;
  margin-bottom: 0;
}
.dropdown-menu.lg-wt .mg-menu-items h5 {
  padding-left: 10px;
}
.mg-menu-items h5 > span {
  color: #8492a6;
  display: block;
  font-weight: 500;
  font-family: "Muli", sans-serif;
}

.account-drop .btn.btn-order-by-filt {
  padding: 0;
  box-shadow: none;
  margin-top: 5px;
  font-weight: 600;
}
button.btn.btn-order-by-filt {
  outline: none !important;
  border: none;
  font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
  width: 35px;
  border-radius: 50%;
  margin-right: 7px;
}
.account-drop .dropdown-menu {
  top: 60px !important;
  right: 0 !important;
  background: #fff;
  box-shadow: none;
  border: solid 1px #ebedf3;
  min-width: 200px;
  left: initial !important;
}
li.login-attri .account-drop a {
  height: auto;
  line-height: 1.5;
  padding: 10px 10px !important;
  box-shadow: none;
  color: #606c8e !important;
  font-size: 15px;
}

/*---------- Dark Header -----------*/
.header.dark-header nav.headnavbar {
  background: #181d2f;
}
.dark-header nav .menu > li > a {
  color: #ffffff;
}
.dark-header ul.attributes li a {
  color: #ffffff;
}

/*===================================================
 Homes Banner
==================================================*/

.btn.search-btn {
  background: #f96825;
  padding: 17px;
  border-radius: 5px;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
  color: #ffffff;
  font-size: 1.2rem;
}
.btn.search-btn:hover,
.btn.search-btn:focus {
  color: #ffffff !important;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: #19365f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------- Input With Icons ------------*/
.input-with-icon {
  position: relative;
  width: 100%;
}
.input-with-icon .form-control,
.input-with-shadow .form-control,
.input-with-shadow .select2-container,
.input-with-icon .select2-container {
  border: none;
  border-radius: 5px;
  padding-left: 45px;
  height: 60px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
}
.qty {
  position: relative;
  border: none;
  border-radius: 5px;
  padding-left: 45px;
  height: 60px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
  padding-right: 45px;
}
.simple-frm .input-with-icon .form-control,
.simple-frm .input-with-shadow .form-control,
.simple-frm .input-with-shadow .select2-container,
.simple-frm .input-with-icon .select2-container {
  border: none;
  border-radius: 5px;
  padding-left: 45px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e3e8f3;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.simple-frm .qty {
  position: relative;
  border: 1px solid #e3e8f3;
  border-radius: 5px;
  padding-left: 45px;
  height: 60px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-right: 45px;
}
.input-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #a2a9bf;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}
.hero-search-content label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #2f3444;
  font-weight: 600;
}
.qty span.minus {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.qty span.plus {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.qty input.count {
  height: 60px;
  width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  padding-left: 0 !important;
}
.qty span.cminus,
.qty span.gminus {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.qty span.gplus,
.qty span.cplus {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.qty input.guest,
.qty input.children {
  height: 60px;
  width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  padding-left: 0 !important;
}

/*------------------------------------------------
	Listings Elements
------------------------------------------------*/
/*-------------- Listings Elements: Rixel Bar Design --------------*/
.rixel-bar {
  background: #ffffff;
  position: relative;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rixel-bar-left {
  flex: 1;
}
.overrate-box {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #ffffff;
  float: left;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 8px;
  border: 1px dashed transparent;
}
.rate-overall.rate-high .overrate-box {
  color: #00ba74;
  border-color: #00ba74;
}
.rate-overall.rate-good .overrate-box {
  color: #83ce36;
  border-color: #83ce36;
}
.rate-overall.rate-mid .overrate-box {
  color: #fbb851;
  border-color: #fbb851;
}
.rate-overall.rate-poor .overrate-box {
  color: #e6453c;
  border-color: #e6453c;
}
.rate-overall.rate-high .overrate-box-caption span {
  color: #00ba74;
}
.rate-overall.rate-good .overrate-box-caption span {
  color: #83ce36;
}
.rate-overall.rate-mid .overrate-box-caption span {
  color: #fbb851;
}
.rate-overall.rate-poor .overrate-box-caption span {
  color: #e6453c;
}
.rate-overall {
  display: table;
  float: left;
  vertical-align: middle;
}
.overrate-box-caption {
  display: inline-block;
  margin-top: 2px;
}
.overrate-box-caption span {
  display: block;
}
.overrate-box-caption .rating-link {
  font-size: 14px;
  color: #606c8e;
}
.separate-rated {
  display: inline-block;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px dashed #d2d9e6;
}
.singlewise-rated {
  display: inline-block;
  margin-right: 1.8rem;
}
.singlewise-rated:last-child {
  margin: 0;
}
.singlewise-rated .sngl-rated {
  margin: 0;
}
.singlewise-rated .sngl-rated.rated-high {
  color: #00ba74;
}
.singlewise-rated .sngl-rated.rated-good {
  color: #83ce36;
}
.singlewise-rated .sngl-rated.rated-mid {
  color: #fbb851;
}
.singlewise-rated .sngl-rated.rated-poor {
  color: #e6453c;
}
.singlewise-rated .rate-status {
  font-size: 13.5px;
  color: #606c8e;
}

.auth-call-wrap {
  display: table;
  float: left;
  vertical-align: middle;
}
.call-ic-box {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #ffffff;
  float: left;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 8px;
  border: 1px dashed #dfe5ef;
}
.call-ic-box-caption {
  display: inline-block;
  margin-top: 2px;
}
.call-ic-box-caption span {
  display: block;
  color: #e61a72;
}
.call-ic-box-caption .aut-call {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #606c8e;
}
/*---------- Listings Elements: rating ---------*/
.rating-overview {
  display: flex;
  margin: 35px 0 25px;
  background: #fff;
  padding: 30px;
  padding-right: 20px;
  border-radius: 6px;
}
.rating-overview-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: #ffdead;
  width: 135px;
  margin-right: 20px;
  text-align: center;
  border-radius: 0;
  border-right: 1px solid #e8e8e8;
  padding-right: 27px;
}
.rating-overview-box-total {
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
  display: block;
  color: #2a2f3a;
}
.rating-overview-box-percent {
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}

.rating-overview-box .star-rating {
  font-size: 16px;
  margin: 0;
  display: block;
  letter-spacing: -0.5px;
}
.rating-bars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  align-items: center;
}
.rating-bars-item {
  margin: 10px 15px;
  width: calc(50% - 30px);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .rating-bars-item {
    width: calc(50% - 30px);
  }
}
.rating-bars-name {
  font-weight: 600;
  color: #4c4f5a;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.rating-bars-inner {
  display: flex;
  width: 100%;
}
.rating-bars-rating {
  display: inline-block;
  vertical-align: baseline;
  background: #f4f5f7;
  width: 100%;
  height: 6px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f4f5f7;
  align-self: center;
}
.rating-bars-rating-inner {
  height: 6px;
  display: block;
  background-color: #f4f5f7;
  position: relative;
  width: 0;
  transition: width 0.5s;
}
.rating-bars-rating.high .rating-bars-rating-inner {
  background-color: #00ba74;
}
.rating-bars-rating.good .rating-bars-rating-inner {
  background-color: #83ce36;
}
.rating-bars-rating.mid .rating-bars-rating-inner {
  background-color: #fbb851;
}
.rating-bars-rating.poor .rating-bars-rating-inner {
  background-color: #e6453c;
}
.rating-bars-item strong {
  color: #4c4f5a;
  font-size: 12px;
  font-weight: 600;
  align-self: center;
  background: #f4f5f7;
  border-radius: 50px;
  width: 46px;
  height: 22px;
  text-align: center;
  line-height: 21px;
}
.rating-overview-box .star-rating i {
  color: #ff9500;
}

/*------------ Listings Elements: Reviews ----------*/
.list-single-main-item {
  padding: 30px 30px;
  border-radius: 100%;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
.list-single-main-item-title {
  margin: 0 0 20px 0;
}

.list-single-main-item-title h3 {
  color: #334e6f;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.reviews-comments-wrap {
  display: inline-table;
  margin-top: 30px;
}
.reviews-comments-item {
  padding: 0 0 30px 110px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.reviews-comments-item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
}
.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-rating {
  margin-bottom: 1rem;
}
.reviews-comments-item-text .listing-rating i {
  width: 25px;
  height: 25px;
  background: #f4f5f7;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 14px;
  color: #86889a;
}
.reviews-comments-item-text .listing-rating i.active {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 11px;
  color: #ffffff;
}
.reviews-comments-item-text .listing-rating.high i.active {
  background: #00ba74;
}
.reviews-comments-item-text .listing-rating.good i.active {
  background: #83ce36;
}
.reviews-comments-item-text .listing-rating.mid i.active {
  background: #fbb851;
}
.reviews-comments-item-text .listing-rating.poor i.active {
  background: #e6453c;
}
.reviews-comments-item-text p {
  text-align: left;
}
.reviews-comments-item-date {
  float: right;
  font-weight: 500;
  color: #86889a;
  font-size: 14px;
}
.reviews-comments-item-date i {
  margin-right: 10px;
}
.reviews-reaction {
  margin-top: 1rem;
}
.reviews-reaction a {
  margin-right: 20px;
  color: #8c97a2;
}
.reviews-reaction a.comment-like.active {
  color: #0eb987;
}

.reviews-reaction a.comment-dislike.active {
  color: #244763;
}

.reviews-reaction a.comment-love.active {
  color: #ea1a57;
}
.review-count {
  font-weight: 600;
}

/*---------- Listings Elements: Tourcity  City Box --*/
.tourcity-box {
  line-height: 1.375;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  font-size: 16px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
}
.tourcity-box,
.tourcity-box-image,
.tourcity-box-image > a {
  position: relative;
}

article figure {
  position: relative;
  overflow: hidden;
  height: 280px;
}
article figure .list-overlay {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
article figure .list-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 20%, #222e4c);
  display: block;
  height: 100%;
  width: 100%;
}
.tourcity-box .entry-bookmark a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  right: 20px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
  pointer-events: none;
}
.tourcity-box-image .tourcity-time {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.tourcity-place {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  font-size: 16px;
}
.tourcity-place a,
.tourcity-place a:focus,
.tourcity-place a:hover {
  color: #fff;
}
span.featured-tourcity {
  width: 25px;
  height: 25px;
  background: #10aa08;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  border: 2px solid #9fd402;
  line-height: 21px;
  text-align: center;
}
.tourcity-box .inner-box {
  padding: 15px 20px 15px;
  width: 100%;
}
.box-inner-ellipsis {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.tourcity-box .entry-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  flex: 1;
}
.nt-average {
  color: #787d86;
  font-size: 14px;
} 

/*----------- Listings Elements: Destination ----------*/
.destination-box,
.hotel-box,
.restaurent-box {
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.destination-box {
  line-height: 1.375;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  font-size: 16px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.destination-box-image {
  position: relative;
}
article.destination-box figure {
  position: relative;
  overflow: hidden;
  height: 210px;
}
article figure .listing-box-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
article figure .list-overlay {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
article.destination-box figure .list-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 20%, #ffffff);
  display: block;
  height: 100%;
  width: 100%;
}
article figure > a:hover .listing-box-img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.destination-place,
.discount-flick {
  position: absolute;
  z-index: 1;
}

.discount-flick {
  top: 10px;
  right: 8px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 22px 5px 20px;
  -webkit-transform: translate(50%, -50%) rotate(45deg) translateZ(0);
  -moz-transform: translate(50%, -50%) rotate(45deg) translateZ(0);
  transform: translate(50%, -50%) rotate(45deg) translateZ(0);
  background: #ea1753;
  color: #fff;
}
.destinn-namech {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.destinn-namech img {
  display: table;
  margin: 10px auto;
  max-width: 40px;
}
.destinn-namech h4 {
  color: #272a31;
  font-size: 40px;
  text-transform: uppercase;
}
.destination-place a:focus,
.destination-place a:hover,
.destination-place > * {
  color: #fff;
}
.list-like {
  right: 20px;
  top: 20px;
  z-index: 2;
  background: #ff0052;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 30px;
  height: 30px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}

.list-like,
.list-like.left {
  position: absolute;
  display: inline-block;
}
.list-like.left {
  left: 15px;
  bottom: 15px;
}
.destination-box .inner-box {
  padding: 20px 20px;
  width: 100%;
}
.entry-location {
  font-size: 15px;
  margin-bottom: 2px;
}
.desti-exp {
  line-height: 1.5;
}
.title__curve {
  width: 100%;
  height: 60px;
  background-image: url(assets/img/course-title-curve.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.lttop-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/img/pattern.png);
}
/*------------------ Listings Elements: Category 2 ------------------*/
/*----------- Listings Elements: Ari BNB Category -----------*/
.arbnb-box {
  line-height: 1.375;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  font-size: 16px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.owl-item .arbnb-box {
  margin-bottom: 0;
}
.arbnb-box,
.arbnb-box-image,
.arbnb-box-image > a {
  position: relative;
}

article.arbnb-box figure {
  position: relative;
  overflow: hidden;
  height: 170px;
}
article figure .list-overlay {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
article figure .list-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 20%, #222e4c);
  display: block;
  height: 100%;
  width: 100%;
}
.arbnb-box .entry-bookmark a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  right: 20px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
  pointer-events: none;
}
.arbnb-box-image .arbnb-time {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.arbnb-place {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  font-size: 16px;
}
.arbnb-place a,
.arbnb-place a:focus,
.arbnb-place a:hover {
  color: #fff;
}
span.featured-arbnb {
  width: 25px;
  height: 25px;
  background: #10aa08;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  border: 2px solid #9fd402;
  line-height: 21px;
  text-align: center;
}
.arbnb-box .inner-box {
  padding: 10px 20px 10px;
  width: 100%;
}
.arbnb-box .box-inner-ellipsis {
  width: 100%;
  text-align: center;
  display: block;
}
.arbnb-box .entry-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}

.inc-fleat.inc-call:before {
  background: url(assets/img/call.svg);
}
.modern-list .inc-fleat.inc-add:before {
  background: url(assets/img/light-add.svg);
}
.inc-fleat.inc-add:before {
  background: url(assets/img/add.svg);
}
.call-to-act:after {
  background-image: url(assets/img/bg-new.png);
}
.inc-fleat.inc-bath:before {
  background: url(assets/img/bath.svg);
}
.inc-fleat.inc-type:before {
  background: url(assets/img/type.svg);
}
.inc-fleat.inc-area:before {
  background: url(assets/img/area.svg);
}

/*------- Switch -------*/
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  border-radius: 50px;
  content: "";
  height: 32px;
  margin-top: -15px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 60px;
  border: 1px solid #d7dce6;
}
.material-switch > label::after {
  background: #d7dce6;
  border-radius: 16px;
  content: "";
  height: 28px;
  left: 1px;
  margin-top: -9px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 28px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  opacity: 1;
  box-shadow: none;
  border: 1px solid #e7eaef;
  background: #ffffff;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 31px;
}
.drp-ct-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drp-ct-flc {
  flex: 8;
}
.material-switch {
  flex: 2;
}

/*-------------- Listings Elements: Range Slider ----------------*/
.range-slider .ui-slider .ui-slider-handle {
  background: #f96825;
}

.our-agent-sidebar .carousel-indicators .active {
  background: #f96825;
}

.range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #f96825;
}

.range-slider .ui-widget-header {
  background-color: #f96825;
}
.range-slider {
  display: block;
  min-height: 60px;
  margin-top: 22px;
  margin-bottom: 25px;
}

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

.range-slider label {
  font-weight: 600;
  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: w-resize;
  outline: none;
  top: -5px;
  margin-left: -8px;
  box-shadow: none !important;
}

.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: #c3c9d0;
}

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

.range-slider .ui-slider-horizontal {
  height: 5px;
  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;
}
.min-value:focus,
.max-value:focus,
.min-value,
.max-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.min-value {
  float: left;
  margin-left: -8px;
  width: 40%;
  margin-right: -8px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.max-value {
  float: right;
  width: 60%;
  text-align: right;
  margin-right: -8px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.sidebar .recent-properties-box .detail header {
  padding-bottom: 0;
}
.call-to-act:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-image: url(assets/img/bg-new.png);
}

/*----------- Listings Elements: Call To Action --------*/
/*------------ Listings Elements: Sidebar ----------*/
.exlip-page-sidebar {
  background: #ffffff;
  padding: 1.8rem;
  border-radius: 6px;
  border: 1px solid #ebedf1;
}
.exlip-page-sidebar .input-with-icon .form-control,
.exlip-page-sidebar .input-with-shadow .form-control,
.exlip-page-sidebar .input-with-shadow .select2-container,
.exlip-page-sidebar .input-with-icon .select2-container {
  border: none;
  border-radius: 5px;
  padding-left: 45px;
  height: 60px;
  background: #f6f7f9;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #717686;
  border: 1px solid #ebedf1;
}
.exlip-page-sidebar .select2-container--default .select2-selection--single {
  background-color: #f5f7f9;
}
/*---------- Listings Elements: Air bnb Dropdown -----------*/
.advance-search {
  background: #f4f5f7;
  z-index: 222;
}
.filter-group .dropdown-menu {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 10px;
  border: none;
  min-width: 400px;
  max-width: 400px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  padding-bottom: 0;
}
.filter-group {
  position: relative;
  display: inline-block;
  margin: 5px 8px 5px 0;
}
.drop-content {
  padding: 1rem 1rem 2rem;
}
.drop-footer {
  padding: 1rem;
  border-top: 1px solid #e4e8ef;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.drop-footer .clear-filt {
  flex: 1;
  font-weight: 600;
  font-size: 20px;
}
.filter-btn {
  padding: 8px 22px;
  border: 1px solid #dadfe8;
  border-radius: 0.3rem;
  background: #ffffff;
  color: #495263;
  cursor: pointer;
}
.filter-btn:hover,
.filter-btn:focus {
  padding: 8px 22px;
  border: 1px solid #dadfe8;
  border-radius: 0.3rem;
  background: #ffffff;
  color: #495263;
  cursor: pointer;
  outline: none;
}
.filter-group #booking-date-search {
  height: 38px;
  padding: 5px 12px;
  border: 1px solid #dadfe8;
  border-radius: 0.3rem;
  cursor: pointer;
}
.daterangepicker {
  border-radius: 6px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.daterangepicker td.in-range {
  background-color: rgba(102, 103, 107, 0.08);
  border-color: transparent;
  color: #66676b;
  border-radius: 0;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 34px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.in-range,
.time-slot input ~ label:hover {
  background-color: rgba(249, 25, 66, 0.08);
}
.daterangepicker td.in-range,
.time-slot input ~ label:hover {
  background-color: rgba(249, 25, 66, 0.08);
}
.daterangepicker .drp-buttons button.applyBtn,
.daterangepicker .drp-buttons button.cancelBtn {
  background: 0 0;
  padding: 6px 14px;
  display: inline-block;
  outline: none;
  line-height: 20px;
  border: none;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  border-radius: 50px;
  background-color: #66676b;
  color: #fff;
  transition: all 0.3s;
  margin: 0 3px;
}
.daterangepicker td.in-range {
  border-radius: 0;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker .calendar-table td.available.start-date:hover {
  border-radius: 3px 0 0 3px;
}
.daterangepicker .ranges li.active,
.day-slot-headline,
.add-slot-btn button:hover,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.time-slot input:checked ~ label,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .drp-buttons button.applyBtn {
  background-color: #f91942;
}
#booking-date-range span:after,
.time-slot label:hover span,
.daterangepicker td.in-range,
.time-slot input ~ label:hover,
.booking-estimated-cost span,
.time-slot label:hover span {
  color: #f91942;
}
.daterangepicker td.end-date.in-range.available {
  color: #fff;
}

div.datedropper.primary:before,
div.datedropper.primary .pick-submit,
div.datedropper.primary .pick-lg-b .pick-sl:before,
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-lg-h {
  background-color: #41fbfd;
}
div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
  color: #4175fd;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #fff;
}

.daterangepicker th.available.next:hover,
.daterangepicker th.available.prev:hover {
  background: #f0f0f0;
}

/*--------------- Listings Elements: Sidebar Search -------------*/
.filter-sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 50px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.filter-sidebar .show-hide-sidebar {
  padding: 10px 20px;
  overflow-y: scroll;
  position: relative;
  width: calc(100% + 17px);
  min-height: 300px;
  display: block;
  height: 100%;
}
.filter-sidebar .ur-detail-wrap {
  padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 36px;
  margin-left: 50px;
  width: 30px;
  height: 30px;
  background: #1ac790;
  text-align: center;
  font-size: 11px;
  padding: 0;
  line-height: 32px;
  color: #ffffff;
  border-radius: 50%;
}

/*----------- Listings Elements: Ad Listing -----------------*/
label.social-nfo i {
  margin-right: 5px;
}
label {
  color: #495e96;
  font-weight: 600;
}
.dropzone.dz-clickable {
  cursor: pointer;
  padding: 2em 0;
}
.dropzone {
  min-height: 150px;
  border: 1px dashed #c7cee2;
  border-radius: 0.5rem;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.dropzone .dz-message {
  margin: 0;
}
.dropzone span {
  color: #495e96;
}
.dropzone.dz-clickable i {
  font-size: 3em;
  color: #ccd4ec;
  margin-bottom: 0.5rem;
  display: block;
}
label.smart-text {
  font-size: 11px;
  opacity: 0.7;
  margin-top: 0.4rem;
}
/*------------ Listings Elements: Add Pricing ---------------*/
.add-listing-headline {
  position: relative;
  padding: 30px 40px;
  margin: 0 0 30px;
  border-radius: 4px 4px 0 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #eaeaea;
}

.price-add-wrapper label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.price-add-wrapper label.switch {
  position: absolute;
  right: 15px;
  top: 10px;
}
.price-add-wrapper .switch input {
  display: none;
}
.price-add-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d3dfea;
  border-radius: 50px;
  transition: 0.4s;
  width: auto;
  height: 100%;
}
.price-add-wrapper input:checked + .slider {
  background-color: #2ec16f !important;
}
.price-add-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.price-add-wrapper input:checked + .slider:before {
  transform: translateX(30px);
}
.price-add-wrapper .pr-switch-caption {
  opacity: 0.4;
  pointer-events: none;
  transition: 0.4s;
}

#price-list-wrap {
  width: 100%;
  margin-top: 10px;
}
tr.pricing-list-item.pattern.ui-sortable-handle {
  margin-bottom: 3px;
  display: table;
  width: 100%;
}
.price-add-wrapper.switch-on .pr-switch-caption {
  opacity: 1;
  pointer-events: all;
}
.pricing-list-item td {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.pricing-list-item td .box-input,
.pricing-list-item td .box-move,
.pricing-list-item td .box-close {
  flex: 1;
  position: relative;
}
.pricing-list-item td .box-move,
.pricing-list-item td .box-close {
  max-width: 40px;
}
.box-close {
  width: 40px;
  height: 46px;
  display: inline-block;
  background: #f1f3f5;
  text-align: center !important;
  line-height: 3.3;
  border-radius: 2px;
  margin-left: 15px;
}
.pricing-list-item td .box-move {
  cursor: move;
  line-height: 51px;
  font-size: 17px;
}
.pricing-list-item td .box-input {
  margin-right: 15px;
}
.pricing-list-item.pricing-submenu td .box-input {
  margin-right: 0px;
}
.pricing-list-item td .box-input.pr-title {
  max-width: 370px;
}

.pricing-list-item td .box-input.pr-price {
  max-width: 140px;
  margin-right: 0;
}
.btn.add-cat-btn,
.btn.add-pr-item-btn {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  background: #f1f3f5;
  color: #546e7a;
  box-shadow: none;
  border: none;
  font-weight: 500;
  padding: 14px 25px;
  border-radius: 50px;
  display: inline-block;
}
.add-pr-item-btn.btn {
  background: #2ec16f;
  color: #ffffff !important;
}
.price-list-wrap input.frm-control {
  width: 100%;
  height: 46px;
  padding: 5px 12px;
  border: 1px solid #e9edf3;
}
.price-list-wrap i.data-unit {
  position: absolute;
  right: 10px;
  top: 24%;
  font-style: initial;
  opacity: 0.6;
}
/*------------- Listing Element: Ratting System -----------------*/
.giv-averg-rate {
  margin-bottom: 2rem;
}
.avg-total-pilx {
  min-width: 100px;
  border-radius: 4px;
  background: #f2f5f9;
  text-align: center;
  padding: 2rem 0.5rem;
  display: inline-block;
  width: 100%;
}
.avg-total-pilx h4 {
  margin: 0 0 15px;
  font-size: 3.5rem;
}
.avg-total-pilx h4.high {
  color: #00ba74;
}
.avg-total-pilx h4.good {
  color: #83ce36;
}
.avg-total-pilx h4.mid {
  color: #fbb851;
}
.avg-total-pilx h4.poor {
  color: #e6453c;
}
.avg-total-pilx span {
  font-size: 14px;
  color: #5f6c8a;
}
.rate-stars input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

.rate-stars label {
  position: relative;
  float: right;
  color: #c8c8c8;
}

.rate-stars label:before {
  margin: 0;
  margin-right: 10px;
  content: "\e94f";
  font-family: lineicons !important;
  display: inline-block;
  font-size: 16px;
  color: #d9e2ec;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rate-stars input:checked ~ label:before {
  color: #ffa60c;
}

.rate-stars label:hover ~ label:before {
  color: #ffa60c;
}

.rate-stars label:hover:before {
  color: #ffa60c;
}
.rate-stars {
  text-align: left;
  position: relative;
  display: table;
  margin-bottom: 1rem;
}
.giv-averg-rate label {
  margin-bottom: 0;
}
/*------------- Listings Elements: Advance Search ------------*/
.advance-search .form-group {
  margin-bottom: 0rem;
}
.advance-search .search-big-form .form-group i {
  color: #f96825;
}
.adv-search-filter {
  float: right;
  margin-bottom: 1rem;
  display: inline-block;
}
.adv-filter-box {
  display: inline-block;
  margin-left: 15px;
}
.btn-flit {
  width: 42px;
  border-radius: 2px;
  border: 1px solid #d1dade;
  color: #646e7b;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-flit.active {
  color: #f96825;
}
.btn.btn-order-by-filt {
  background: transparent;
  border: 1px solid #d1dade;
  color: #646e7b;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.btn.btn-order-by-filt i {
  margin-left: 5px;
}
.back-brow {
  display: inline-block;
  margin-bottom: 1rem;
}
.back-btn {
  font-weight: 600;
  opacity: 0.9;
}
.back-btn i {
  margin-right: 5px;
}
.back-btn:hover,
.back-btn:focus {
  opacity: 1;
}

/*------------- Listings Elements: Tab Style ------------*/
/*------------------------------------------------
	Detail Page Style 
------------------------------------------------*/
.block-wrap {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 30px 40px 40px;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.block-wrap:last-child {
  margin-bottom: 0px;
}
.block-header {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7eff9;
}
.block-body {
  line-height: 1.7;
}
.avl-features {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dw-proprty-info {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.avl-features li {
  display: block;
  list-style: none;
  position: relative;
  margin: 10px 0 10px;
  padding-left: 30px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.avl-features li:before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: rgba(249, 104, 37, 1);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  font-size: 10px;
  box-shadow: 0px 0px 0px 4px rgba(249, 104, 37, 0.4);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(249, 104, 37, 0.4);
}
.dw-proprty-info li {
  display: block;
  list-style: none;
  position: relative;
  margin: 6px 0;
  color: #f96825;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.dw-proprty-info li strong {
  display: block;
  color: #2a3c77;
}
.nav-tabs.customize-tab {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs .nav-item {
  margin: 0;
}
.nav-tabs .nav-link {
  background: #3151b7;
  color: #ffffff;
  border-radius: 0.22rem;
  margin-right: 10px;
  padding: 0.7rem 2rem;
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #f96825;
  border-color: #f96825;
}
.accordion {
  border: 1px solid #e2e6ea;
  border-radius: 4px;
}
.accordion .card {
  border: none;
}
#floor-option {
  border-bottom: none;
}
.card-header {
  background: #f5f8fb;
  border-bottom: 1px solid #e2e6ea;
}
.accordion .btn-link {
  color: #5c657f;
  text-decoration: none;
}
.accordion .btn-link > span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  background: #e8ecf1;
  padding: 6px 15px;
  border-radius: 2px;
}
.sidebar-property-slide .slick-prev,
.sidebar-property-slide .slick-next {
  top: -26px;
}
.sidebar-property-slide .slick-prev {
  left: auto;
  right: 60px;
}
.sidebar-property-slide .slick-arrow:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  opacity: 1;
}
.sidebar-property-slide .single-items {
  padding: 0 0px;
}
.accordion .card-title {
  margin-bottom: 0;
}
.mfp-ready .mfp-figure {
  opacity: 1 !important;
}

/*----- Single Advance Slider -----*/
.single-advance-property .item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}
.single-advance-property .slick-slide img {
  display: block;
  max-width: 100%;
}
.single-advance-property .slider-for img {
  width: 100%;
  min-height: 100%;
}
.single-advance-property .slider-nav {
  margin: auto;
}
.single-advance-property .slider-nav .item-slick {
  max-width: 240px;
  margin-right: 15px;
  outline: none !important;
  cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
.single-advance-property .slider-nav {
  margin: auto;
}
.single-advance-property .slider-nav .item-slick {
  max-width: 240px;
  margin-right: 0px;
  outline: none !important;
  cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
.property3-slide .slick-arrow:before {
  opacity: 1;
}

.single-advance-property .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: 0px;
}
.single-advance-property .slick-prev {
  left: 15px;
}
.single-advance-property .slick-next {
  right: 0;
}
.single-advance-caption {
  padding: 2em;
}
.property-name-info {
  margin-bottom: 2rem;
}
.property-name-info .property-name {
  margin-bottom: 5px;
}
.property-price-info {
  margin-bottom: 2rem;
}
.property-price-info .property-price {
  margin-bottom: 5px;
}
.property-statement ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.property-statement ul li {
  display: inline-block;
  width: 50%;
  float: left;
  vertical-align: top;
}
.property-statement ul li > i {
  float: left;
  font-size: 35px;
  margin-right: 10px;
  margin-top: 5px;
}
.ps-trep {
  margin-left: 50px;
  vertical-align: top;
}
.ps-trep span {
  margin-bottom: 3px;
  display: inline-block;
  color: #2a3c77;
}
.ps-trep .ps-type {
  color: #f96825;
}
.single-advance-property .slick-next {
  right: 20px;
}

/*--------- Single Listing 2 --------------*/
.page-title {
  height: 350px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  background: #f5f5f7;
  justify-content: center;
}
.page-title.image-title {
  height: 450px;
  text-align: center;
}
.page-title.image-title h1 {
  color: #ffffff;
}
.page-title.image-title .page-title-wrap {
  position: relative;
  top: 25px;
}
.page-title.image-title .page-title-wrap .current-page.active {
  color: #ff7600;
}
.page-title-wrap a {
  color: #ffffff;
}
.pt-caption p a {
  margin: 0 5px;
  color: #ff7600;
}
.current-page {
  padding-left: 15px;
  position: relative;
}
span.current-page:before {
  content: "\e661";
  position: absolute;
  font-family: "themify";
  color: #ff7600;
  left: -3px;
}
.page-title-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  min-height: 380px;
}

.page-title-banner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222e4c;
  opacity: 0.6;
}
.page-title-banner > * {
  position: relative;
}
.tr-list-detail {
  display: block;
  padding: 4em 0 1em 0;
}
.tr-list-detail > *,
.tr-list-detail h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.tr-list-detail p {
  font-size: 14px;
}
.tr-list-thumb {
  display: inline-block;
  max-width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4);
  background: #ffffff;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -8px;
}
.tr-list-detail .veryfied-list {
  position: relative;
}
.tr-list-detail .veryfied-list:before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #11b719;
  line-height: 15px;
  font-size: 8px;
  border-radius: 50%;
  text-align: center;
  right: -22px;
  top: 5px;
}
.tr-list-info {
  display: inline-block;
  vertical-align: middle;
}
.tr-list-wrap {
  background: transparent;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  align-items: baseline;
}
.tr-list-detail {
  font-weight: 500;
  margin-bottom: 0;
  flex: 1;
}
.btn.btn-list,
.btn.btn-list:hover,
.btn.btn-list:focus {
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 25px;
  border-radius: 3px;
  border: 1px dashed #ffffff;
}
.btn.btn-list.snd-msg,
.btn.btn-list.snd-msg:hover,
.btn.btn-list.snd-msg:focus {
  background: #20b361;
  border: 1px solid #20b361;
}
.btn.btn-list i {
  margin-right: 8px;
}
.listing-detail-item {
  display: inline-block;
  position: relative;
  margin-left: 7px;
}
.detail-swap {
  height: 380px;
}

/*--- Magnific ----*/
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
  cursor: pointer;
}

.mfp-container:hover {
  cursor: default;
}

.image-source-link {
  color: #98c3d1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-ready .mfp-figure {
  opacity: 0;
}
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg .mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg .mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg .mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
.mfp-iframe-scaler {
  overflow: visible;
}
.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.page-title {
  width: 100%;
  height: 200px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #f4f5f7;
}
.ipt-title {
  margin-bottom: 5px;
}
.ipn-subtitle {
  font-size: 20px;
  font-family: initial;
  font-style: italic;
}

/*------------ Listing Detail Design -------------*/
.agent-widget {
  background-color: #fff;
  color: #707070;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.25s;
  margin-bottom: 30px;
}
.sidebar-widgets {
  margin-bottom: 30px;
}
.sidebar-widgets:last-child {
  margin-bottom: 0;
}
.featured-slick-slide .slick-arrow:before {
  opacity: 1;
}
.agent-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.agent-details h4 {
  margin-bottom: 5px;
}
.agent-details h4 > a {
  color: #2b4db9;
}

.agent-title .agent-photo {
  float: left;
  display: block;
}
.agent-title .agent-photo img {
  border-radius: 50%;
  max-width: 72px;
}
.agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.agent-details span {
  color: #879ac3;
}
.agent-details span i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #2caf31;
  margin-right: 10px;
}

.spd-wrap {
  padding: 1em 0;
  border-bottom: 1px solid #e9ecf3;
}
.slide-property-detail {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.slide-property-first {
  flex: 1;
}
.listname-into h2 {
  margin-bottom: 0;
  font-size: 22px;
}
.listname-into span {
  font-size: 14px;
}
.pr-single-info {
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
}
.pr-single-info:first-child {
  margin: 0;
}
span.view-pr {
  margin-left: 6px;
  position: relative;
  top: -3px;
}
.pr-single-info > a {
  color: #6f798c;
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  background: #eff1f5;
  justify-content: center;
}
.btn-share,
.btn-share:hover,
.btn-share:focus {
  background: #eff1f5;
  color: #6f798c;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.share-opt-wrap .dropdown-menu {
  text-align: center;
  bottom: 55px;
  top: initial !important;
  left: 0 !important;
  padding: 7px 0 9px;
  border: 1px solid #e8e9f1;
}
.share-opt-wrap .dropdown-menu a {
  padding: 2px 6px 0;
  line-height: 1;
  position: relative;
  top: 3px;
  display: inline-block;
  border-bottom: none;
}
.dropdown-menu.show a i {
  margin-right: 7px;
}
.cl-facebook i {
  color: #395693 !important;
}
.cl-twitter i {
  color: #1c9cea !important;
}
.cl-gplus i {
  color: #d23d35 !important;
}
.cl-instagram i {
  color: #c82f99 !important;
}
.like-bitt,
.like-bitt i {
  color: #ed3271;
}
.prt-type {
  font-size: 13px;
  color: #f96825;
  font-weight: 500;
  background: rgba(249, 104, 37, 0.1);
  padding: 3px 16px;
  border-radius: 50px;
  margin-left: 10px;
}
.verified-list {
  width: 100%;
  background: #2ec16f;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
}
.verified-list i {
  margin-right: 6px;
}
.tr-single-box {
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tr-single-header {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px solid #eceef3;
  padding: 12px 25px 12px;
}
.tr-single-header h4 {
  margin: 0;
  flex: 1;
  font-size: 16px;
}

.tr-single-header h4 > i {
  margin-right: 7px;
}
.tr-single-body {
  width: 100%;
  padding: 15px 25px 25px;
}
.extra-service {
  margin: 10px 0 0;
  display: table;
  width: 100%;
  padding: 0;
}
.extra-service.half li {
  width: 50%;
  margin-bottom: 5px;
  float: left;
  display: inline-block;
}

.extra-service li {
  list-style: none;
  padding: 10px 0;
}
.icon-box-icon-block {
  width: 100%;
  display: inline-block;
  font-size: 13px;
}
.icon-box-round {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  margin-right: 7px;
  color: rgba(249, 104, 37, 1);
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(249, 104, 37, 0.1);
  vertical-align: middle;
}
.icon-box-text {
  display: inline-block;
  vertical-align: middle;
}
.tr-single-header.listing-hours-header h4 {
  opacity: 1;
}
span.listing-hours-status {
  border: 1px solid #ffffff;
  font-size: 11px;
  padding: 3px 10px;
  line-height: 1;
}
span.listing-hours-status.l-open {
  border: 1px solid #17bd62;
  color: #17bd62;
}
span.listing-hours-status.l-close {
  border: 1px solid #d03e1e;
  color: #d03e1e;
}
.listing-hour-day li.active {
  color: #17bd62;
}
span.current-time {
  float: right;
  font-size: 11px;
  font-weight: 500;
}
ul.listing-hour-day {
  margin: 0;
  padding: 0;
}
.listing-hour-day li {
  padding: 10px 0;
  list-style: none;
  font-size: 14.5px;
}
.listing-hour-day li:last-child {
  padding-bottom: 0;
}
.listing-hour-day li .listing-hour-time {
  float: right;
}

/*---------- Author Detail -------------*/
.image-cover.author-profile {
  height: 350px;
}

.detail-wrap-up {
  z-index: 4;
  position: relative;
  -webkit-transform: translateY(-38px);
  -o-transform: translateY(-38px);
  transform: translateY(-38px);
}
.detail-wrap-up .nav-tabs {
  border: none;
}
.detail-wrap-up .nav-tabs .nav-link {
  border-radius: 0.2rem;
  padding: 0.5rem 1.2rem;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 40px;
  display: flex;
  align-items: center;
}
.detail-wrap-up .tab-pane {
  margin-top: 3em;
}
span.author-count {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  margin-left: 7px;
  line-height: 23px;
}
.author-tab-header {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 1.5rem 1.4rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
}
.autor-bio-wrap {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 1rem 1.4rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
}
.author-thumb {
  text-align: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eceef3;
}
.author-thumb-pic {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: table;
  margin: 0 auto 0.4rem;
}
.author-thumb-caption h4 {
  font-size: 18px;
  margin: 0;
}
.author-full-detail {
  width: 100%;
  display: inline-block;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eceef3;
}
.author-bio-single-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.author-bio-single-list i {
  color: #737e9c;
  margin-right: 4px;
}
.author-bio-single-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  color: #737e9c;
}
.author-bio-single-list:last-child {
  margin: 0;
}
.author-bio-single-list h6 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0.1rem;
}
.author-list-detail {
  width: 100%;
  display: inline-block;
  padding: 1.5rem 0 0;
}
ul.author-list-counter {
  padding: 0;
  margin: 0;
}
ul.author-list-counter li {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #737e9c;
  list-style: none;
}
ul.author-list-counter li span {
  float: right;
  font-weight: 600;
  color: #2d3954;
}

/*------------------------------------------------------------
	How it Work
-------------------------------------------------------------*/
.middle-icon-features {
  display: table;
  width: 100%;
  text-align: center;
}
.middle-icon-features-item {
  margin-top: 30px;
}
.middle-icon-large-features-box {
  background: #ffffff;
  width: 90px;
  height: 90px;
  line-height: 96px;
  text-align: center;
  transition: 0.25s ease-in-out;
  font-size: 30px;
  border-radius: 50px;
  color: #f96825;
  margin: 15px auto;
  position: relative;
  -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
}
.middle-icon-large-features-box:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: transparent;
  border-radius: 50%;
  border: 1px dashed #d0def1;
  left: 9px;
  top: 9px;
}
.middle-icon-features-content {
  padding: 0 15px;
}
.middle-icon-features-content p {
  margin-bottom: 0;
}
.middle-icon-features-content h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.middle-icon-large-features-box.f-light-warning {
  background: rgba(255, 143, 0, 0.1);
  color: #ff8f00 !important;
}
.middle-icon-large-features-box.f-light-success {
  background: rgba(41, 207, 141, 0.1);
  color: #29cf8d !important;
}
.middle-icon-large-features-box.f-light-primary {
  color: #f96825 !important;
  background: rgba(51, 137, 255, 0.1);
}
.middle-icon-large-features-box.f-light-warning:before {
  border: 1px dashed #ff8f00;
}
.middle-icon-large-features-box.f-light-success:before {
  border: 1px dashed #29cf8d;
}
.middle-icon-large-features-box.f-light-primary:before {
  border: 1px dashed #f96825;
}
.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-warning {
  background: #ff8f00;
  color: #ffffff !important;
}
.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-success {
  background: #29cf8d;
  color: #ffffff !important;
}
.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-primary {
  background: #f96825;
  color: #ffffff !important;
}
.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-warning:before {
  border: 1px dashed #ffffff;
}
.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-success:before {
  border: 1px dashed #ffffff;
}
.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-primary:before {
  border: 1px dashed #ffffff;
}
.middle-icon-features-item .steps {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  color: #ffffff;
}
.btn.btn-theme {
  background: #f96825;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/*------------------------------------------------------------
	Contact Info
-------------------------------------------------------------*/
/*------------------------------------------------------------
	PopUp Modal & Login Page
-------------------------------------------------------------*/
.modal-body {
  padding: 2.5em 3em;
}
h4.modal-header-title {
  font-size: 4em;
  text-align: center;
  margin: 1rem 0 1em 0;
  font-weight: 800;
}
.btn.pop-login {
  border-radius: 50px;
  padding: 20px 0;
  background: #f96825;
  border-color: #f96825;
  margin-top: 0.6rem;
}
.modal-divider {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.modal-divider:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e5f2;
}
.modal-divider span {
  position: relative;
  background: #fff;
  padding: 0 20px;
}
.social-login ul {
  margin: 0;
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-login ul li {
  display: inline-block;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 50%;
  width: 50%;
  list-style: none;
  padding: 0 10px;
}
.social-login ul li a.btn {
  width: 100%;
  border-radius: 50px;
  padding: 20px 0;
  color: #ffffff;
  background: #f4f5f7;
}
.social-login ul li a.btn i {
  margin-right: 7px;
}
.social-login ul li a.btn.connect-fb {
  background: #3b5998;
}
.social-login ul li a.btn.connect-google {
  background: #ec4514;
}
.social-login ul li a.btn.connect-linkedin {
  background: #0073b0;
}
.social-login ul li a.btn.connect-twitter {
  background: #20a4ea;
}
.signup .modal-dialog {
  max-width: 880px;
  z-index: +999999;
}
.signup .form-group {
  margin-bottom: 1.5rem;
}
span.mod-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  color: #f96825;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
  -webkit-box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
}

/*----------- PopUp Modal & Login Page: Login Page -----------*/
.loving-modern-login {
  background: #fff;
  padding: 80px;
  text-align: center;
  border-radius: 3px;
}
.loving-modern-login h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.loving-modern-login .form-control {
  background: #eff2f7 !important;
  border-color: #ebeff5 !important;
  margin-bottom: 12px;
}
.login_form_dm {
  width: 100%;
}
.edd-login-remember {
  width: 50%;
  float: left;
  text-align: left;
}
.already-login {
  width: 100%;
  float: right;
  text-align: center;
  margin: 0.5rem 0 1rem;
}
#edd_login_form label,
#edd_register_form label {
  cursor: pointer;
}
.edd-lost-password {
  width: 50%;
  float: right;
  text-align: right;
}
.edd-login-username,
.edd-login-password {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
/*------------------------------------------------------------
	Blog Designs
-------------------------------------------------------------*/

/*----------- Blog Grid ---------*/
.blog-wrap-grid {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 25px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.blog-thumb {
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 0;
}
.blog-thumb img {
  border-radius: 4px;
}
.blog-info {
  padding: 10px 20px;
  padding-top: 20px;
}
.blog-info i {
  margin-right: 7px;
}
.blog-body {
  padding: 5px 20px 20px;
}
.bl-title {
  font-size: 19px;
  margin-bottom: 4px;
  word-break: break-word;
}
.bl-continue {
  color: #fc5231;
  position: relative;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 20px;
  display: inline-block;
}
a.bl-continue:before {
  content: "\ea4c";
  position: absolute;
  font-family: lineicons !important;
  right: -27px;
  top: 2px;
}

/*--------- Blog Detail Page -----------*/
.single-post-item {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 40px 40px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 2px solid #e5e8f3;
}
.post-featured-img {
  display: block;
  margin-bottom: 1.5rem;
}
.post-featured-img img {
  border-radius: 6px;
}
.single-post-item .post-details .meta-comment-tag {
  padding: 0;
  list-style: none;
}
.single-post-item .post-details .meta-comment-tag li {
  display: inline-block;
  margin-right: 19px;
}
.single-post-item .post-details .meta-comment-tag li a {
  color: #6e7c90;
  display: block;
  letter-spacing: 0;
  line-height: 18px;
}
.single-post-item .post-details .meta-comment-tag li a .icons {
  margin-right: 10px;
}
.single-post-item .post-details .post-title {
  display: block;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  margin: 15px 0 35px;
  word-break: break-word;
}
.single-post-item .post-details p,
.single-post-item .post-details .text {
  color: #6e7c90;
  font-size: 18px;
  margin: 35px 0 0;
}
blockquote {
  background: #f7f9fc;
  padding: 28px 28px 28px 100px;
  margin: 50px 0;
  position: relative;
}
blockquote p {
  margin: 0;
  font-size: 18px;
  color: #6e7c90;
}
blockquote .icon {
  color: #f96825;
  position: absolute;
  font-size: 28px;
  line-height: 28px;
  left: 35px;
  top: 42%;
}
blockquote .name {
  color: #000c35;
  margin: 12px 0 0;
}
.blog-page .blog-details .post-bottom-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 43px 0 0;
  clear: both;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.blog-page .blog-details .post-bottom-meta .post-tags .pbm-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list {
  padding: 0;
  list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li:last-child {
  margin-right: 0;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a {
  border: 1px solid #e4e4e6;
  letter-spacing: 0;
  display: block;
  padding: 9px 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a:hover {
  color: #ffffff;
  background: #f96825;
  border-color: #f96825;
}
.blog-page .blog-details .post-bottom-meta .post-share .list {
  padding: 0;
  list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li {
  display: inline-block;
  margin-right: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li:last-child {
  margin-right: 0;
}
.blog-page .blog-details .post-bottom-meta .post-share {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: right;
}
.blog-page .blog-details .post-bottom-meta .post-share .pbm-title {
  font-size: 18px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a {
  color: #8c96b5;
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a:hover {
  color: #ef4060;
}
.single-post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #e4e4e6;
  padding: 48px 0 0;
  margin: 40px 0 0;
}
.single-post-pagination .prev-post {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}
.single-post-pagination .next-post {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: right;
}
.single-post-pagination .next-post .title,
.single-post-pagination .prev-post .title {
  font-size: 20px;
}
.single-post-pagination .post-pagination-center-grid {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.single-post-pagination .post-pagination-center-grid a {
  font-size: 2.5rem;
  color: #f96825;
}
.single-post-pagination .prev-post a {
  display: block;
  overflow: hidden;
}
.single-post-pagination .prev-post a .title-with-link .intro {
  color: #6e7c90;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.single-post-pagination .prev-post a .title-with-link .title {
  color: #000c35;
  line-height: 28px;
}

/*-------- Comment ---------*/
.blog-page .blog-details .comment-area .all-comments .comments-title {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 35px;
}
.blog-page .blog-details .comment-area .all-comments .comment-list > ul {
  padding: 0;
  list-style: none;
}
.blog-page .blog-details .comment-area .all-comments article {
  overflow: hidden;
  margin: 0 0 50px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
  float: left;
  width: 100px;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-author
  img {
  max-width: 100px;
  border-radius: 50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
  overflow: hidden;
  padding-left: 30px;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .author-name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 2px;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .author-name
  .selected {
  font-size: 12px;
  color: #cacfef;
  margin-left: 4px;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date {
  color: #ef4060;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 7px 0 0;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-reply {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: right;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-reply
  .reply {
  color: #6e7c90;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-reply
  .reply
  .icon {
  margin-right: 8px;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-text {
  margin: 19px 0 0;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-text
  p {
  margin: 0;
}
.blog-page
  .blog-details
  .comment-area
  .all-comments
  .comment-list
  ul
  li
  ul.children {
  padding-left: 40px;
  list-style: none;
}
.posts-author {
  text-align: center;
}
.posts-author span.img {
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  height: 120px;
  border: 4px solid #e4eaf3;
  display: table;
  margin: 0 auto 1rem auto;
}
span.img img {
  border-radius: 50%;
  max-width: 120px;
}
h3.pa-name {
  font-size: 18px;
  margin-bottom: 5px;
}
.social-links {
  padding: 0;
  margin: 0 0 1rem 0;
}
.social-links {
  padding: 0;
  margin: 0 0 1rem 0;
}
.social-links li {
  display: inline-block;
  padding: 2px 10px;
}
.social-links li a {
  color: #8c96b5;
  font-size: 16px;
}
.social-links li a:hover,
.social-links li a:focus {
  color: #f96825;
}

/*-------------- Sidebar -----------*/
.single-widgets {
  border: 2px solid #e5e8f3;
  padding: 30px 28px 35px;
  margin: 0 0 40px;
}
.single-widgets:last-child{
  margin-bottom: 0;
}
.single-widgets.widget_search form {
  position: relative;
}
.single-widgets.widget_search form input[type="search"] {
  border-radius: 4px;
  border: 1px solid #ebedf5;
  background: #f9fafc;
  font-size: 14px;
  padding: 10px 70px 10px 30px;
  height: 60px;
  width: 100%;
}
.single-widgets.widget_search form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0px;
  cursor: pointer;
  border-radius: 4px;
  background: #f96825;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  width: 52px;
}
.single-widgets.widget_category ul {
  padding: 0;
  list-style: none;
}
.single-widgets.widget_archive ul li,
.single-widgets.widget_category ul li {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 11px 0;
}
.single-widgets.widget_archive ul ul li:first-child, 
.single-widgets.widget_category ul ul li:first-child {
  border-top: 1px solid #eaeaea;
  margin-top: 11px;
}
.single-widgets.widget_archive ul ul li:last-child, .single-widgets.widget_category ul ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-widgets.widget_nav_menu ul li a,
.single-widgets.widget_pages ul li a,
.single-widgets.widget_archive ul li a,
.single-widgets.widget_categories ul li a {
  display: inline;
  overflow: hidden;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
}
.single-widgets.widget_category ul li a span {
  float: right;
}
.single-widgets.widget_thumb_post ul {
  padding: 0;
  list-style: none;
}
.single-widgets.widget_thumb_post ul li {
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
}
.single-widgets.widget_thumb_post ul li .left {
  display: block;
  float: left;
  width: 80px;
}
.single-widgets.widget_thumb_post ul li .right {
  display: block;
  overflow: hidden;
}
.single-widgets.widget_thumb_post ul li .right .feed-title {
  display: block;
  overflow: hidden;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 7px;
  padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date {
  color: #6e7c90;
  display: block;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date i {
  margin-right: 5px;
}
.single-widgets.widget_thumb_post ul li .left img {
  width: 100%;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
.single-widgets.widget_tags ul {
  padding: 0;
  list-style: none;
}
.single-widgets.widget_tags ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.single-widgets.widget_tags ul li a {
  border: 1px solid #eaeaea;
  letter-spacing: 0;
  font-size: 14px;
  display: block;
  padding: 9px 25px;
}
.single-widgets.widget_tags ul li a:hover,
.single-widgets.widget_tags ul li a:focus {
  color: #ffffff;
  background: #f96825;
  border-color: #f96825;
}

/*------------------------------------------------------------
	General Features
-------------------------------------------------------------*/
/*--------- General Features: FAQ Design -----------*/
.faq-search form {
  position: relative;
  max-width: 610px;
  margin: 1.5rem auto;
}
.faq-search form input {
  padding-left: 30px !important;
  height: 60px;
  border: none;
  border-radius: 4px;
  padding-right: 50px !important;
}
.faq-search form button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 63px;
  right: 0;
  color: #0050b4;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.ac-para {
  line-height: 1.8;
}
.contact-box {
  border-radius: 10px;
  overflow: hidden;
  padding: 2.5em 2em;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.contact-box i {
  font-size: 3em;
  display: table;
  margin: 0 auto 1rem auto;
}
.contact-box h4 {
  font-size: 18px;
  margin-bottom: 3px;
}
.contact-box p {
  margin-bottom: 0.3rem;
}
.contact-box .live-chat {
  background: rgba(25, 189, 88, 0.1);
  color: #19bd58;
  border: none;
  border-radius: 2px;
  padding: 4px 12px;
  cursor: pointer;
  outline: none;
  display: table;
  margin: 5px auto 0 auto;
}

/*----------- General Features: Checkout Design -----------*/
.pay-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.pay-wrap-header {
  width: 100%;
  padding: 12px 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e7eaf1;
}
.pay-wrap-header h4 {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.pw-right h3 {
  color: red;
  margin: 0;
}
.pw-right h3 sub {
  font-size: 15px;
  font-weight: 500;
  color: #767a8a;
}
.pw-first-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw-first-content h4 {
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.pw-first-content {
  padding: 10px 25px;
}
.pay-wrap button,
.pay-wrap button:hover,
.pay-wrap button:focus {
  background: rgba(25, 189, 88, 0.1);
  color: #19bd58;
  border: none;
  border-radius: 2px;
  padding: 4px 12px;
  cursor: pointer;
  outline: none;
}
#change-plan {
  padding: 10px 25px;
  position: relative;
}
.pw-content-detail {
  padding: 10px 25px;
  width: 100%;
  position: relative;
}
.pw-content-detail ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.pw-content-detail ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 30px;
}
.pw-btn-wrap {
  padding: 10px 25px 25px;
  width: 100%;
  position: relative;
}
.btn.btn-payment {
  background: #ffffff;
  color: #19bd58;
  text-align: center;
  width: 100%;
  border: 2px solid #19bd58;
  font-size: 17px;
  border-radius: 4px;
}
.pw-content-detail ul li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: rgba(25, 189, 88, 0.1);
  display: flex;
  position: absolute;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #19bd58;
  top: 0;
  left: 0;
}
.product-wrap {
  border-radius: 10px;
  overflow: hidden;
  padding: 2em 1rem;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.product-wrap ul {
  padding: 0;
  margin: 0;
}

.product-wrap ul li {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px dashed #dadde8;
  flex-wrap: wrap;
}
.product-wrap ul li strong {
  flex: 1;
}

/*------------- General Features: Testimonials ----------*/


/*---------- General Features: Slick Arrow -------------*/
.property-listing .slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 1;
  transition: 0.1s;
  z-index: 1;
}
.slick-next {
  right: 25px;
}
.slick-prev {
  left: 25px;
  z-index: 1;
}
.slick-arrow:before {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  opacity: 0;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
  transition: 0.2s;
  left: 0;
}
.property-listing:hover .slick-arrow:before {
  opacity: 1;
}

/*---------- General Features: Team Design -------------*/
.single-team {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.team-grid {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.teamgrid-content {
  padding: 1rem 0;
  text-align: center;
}
.teamgrid-content h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.teamgrid-social ul {
  margin: 1rem 0;
  padding: 0;
  text-align: center;
}
.teamgrid-social ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
/*------------------- Listing Element: Invoice -------------------*/
.invoice-wrapper {
  background: #ffffff;
  border-radius: 6px;
  padding: 2.5em 2em;
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}
p#invoice-info {
  text-align: right;
}
hr {
  border-top: 1px solid #eff2f5;
}
/*---------- General Features: Filter & Shorting -------------*/
.shorting-wrap {
  background: #ffffff;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ebedf1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shorting-title {
  flex: 1;
  font-size: 14px;
  color: #586373;
  margin: 0;
}
.shorting-right {
  width: auto;
  background: #f0f3f7;
  border-radius: 2px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.shorting-right .dropdown.show {
  display: inline-block;
}
.shorting-right .btn.btn-filter {
  color: #8891a7;
  padding: 2px 5px;
  font-size: 14px;
  line-height: unset;
}
.shorting-right label {
  display: inline-block;
  margin-bottom: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f8f9fa;
}
.shorting-right .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
/*====================================
	Dashboard
==================================*/
.dashboard-navbar,
.dashboard-wraper {
  position: relative;
  width: 100%;
  padding: 2em;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  border-radius: 10px;
  background: #ffffff;
}
.d-user-avater {
  text-align: center;
  margin: 2em 0;
}
.d-user-avater img {
  max-width: 180px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.d-user-avater h4 {
  margin: 10px 0 3px 0;
  font-size: 19px;
}
.d-navigation ul {
  padding: 0;
  margin: 0;
}
.d-navigation ul li {
  list-style: none;
  padding: 8px 0;
}
.d-navigation ul li.active a {
  color: #f96825;
}
.d-navigation ul li a {
  padding: 3px 0;
  color: #787e94;
  font-size: 17px;
  display: inline-block;
}
.d-navigation ul li a i {
  margin-right: 10px;
}

/*----- Dashboard Widget -----*/
.dashboard-stat {
  display: inline-block;
  padding: 0;
  height: 160px;
  background-color: #444;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.3s;
  cursor: default;
}
.dashboard-stat-content {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-stat-content h4 {
  font-size: 42px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #ffffff;
  letter-spacing: 1px;
}
.dashboard-stat-content span {
  font-size: 18px;
  margin-top: 4px;
  line-height: 24px;
  font-weight: 300;
  display: inline-block;
}
.dashboard-stat-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 80px;
  opacity: 0.2;
}
.dashboard-stat-icon {
  font-size: 65px;
}
.dashboard-stat.widget-1 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #1baf65;
}
.dashboard-stat.widget-2 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #f39f00;
}
.dashboard-stat.widget-3 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #002758;
}
.dashboard-stat.widget-4 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #ce024b;
}

/*---------- Dashboard: Gravity List ----------------*/
.dashboard-gravity-list {
  margin: 0px 0 30;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.dashboard-gravity-list h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 20px 30px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
}
.dashboard-gravity-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.dashboard-gravity-list ul li {
  padding: 23px 30px;
  border-bottom: 1px solid #eaeaea;
  transition: 0.3s;
  position: relative;
}
.list-box-listing {
  display: flex;
  padding: 5px 0;
  position: relative;
}
.list-box-listing-img {
  flex: 1;
  max-width: 150px;
  position: relative;
}
.list-box-listing-img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.list-box-listing-img a:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(22, 22, 22, 0.2);
  border-radius: 4px;
  z-index: 11;
}
.list-box-listing-img a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.list-box-listing-content {
  flex: 1;
  padding-left: 25px;
}
.list-box-listing-content .inner {
  position: relative;
  top: 14px;
  vertical-align: top;
}
.list-box-listing-content .inner h3 {
  font-size: 18px;
  bottom: -2px;
  position: relative;
  font-weight: 500;
  margin: 0;
  line-height: 27px;
}
.star-rating .ti-star {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ff9500;
  float: left;
  margin-right: 4px;
  position: relative;
}
span.ti-star.empty {
  color: #b1b9c1;
}

.list-box-listing-content .inner span {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}
.list-box-listing-content .inner .star-rating {
  margin: 5px 0 0;
  display: block;
}
.bookings .list-box-listing-img img {
  max-width: 100%;
}
.rating-counter {
  color: #909090;
  padding-left: 5px;
  display: inline-block;
  font-size: 15px;
}
.star-rating .rating-counter {
  top: -3px;
  position: relative;
  font-size: 14px;
}
.buttons-to-right,
.dashboard-gravity-list .button.to-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate3d(0, -49%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: 0.4s;
  box-shadow: 0 0 10px 15px #fbfbfb;
}
.dashboard-gravity-list .button {
  padding: 8px 15px;
  line-height: 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.dashboard-gravity-list .button.gray {
  background-color: #e4e8ef;
  color: #636a7b;
}
.dashboard-gravity-list .button.gray:hover,
.dashboard-gravity-list .button.gray:focus {
  background: #da0136;
  color: #ffffff;
}
.dashboard-gravity-list .button i {
  padding-right: 2px;
  position: relative;
  top: 1px;
}
.dashboard-gravity-list li:hover .buttons-to-right,
.dashboard-gravity-list li:hover .button.to-right {
  opacity: 1;
}
.dashboard-gravity-list.with-icons ul li {
  padding-left: 87px;
  font-size: 14px;
}
.dashboard-gravity-list.with-icons ul li strong {
  color: #414b5a;
}
.dashboard-gravity-list ul li i.dash-icon-box {
  height: 38px;
  width: 38px;
  color: #7f8bab;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  background-color: #f4f5f7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.numerical-rating {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  width: 44px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  letter-spacing: -0.5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 15px 32px;
}
.dashboard-gravity-list .numerical-rating {
  margin: 0 3px;
}

.numerical-rating:before {
  content: attr(data-rating);
}

a.close-list-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  opacity: 0;
  padding: 4px;
  color: #ea2828;
  transition: 0.3s;
}
.dashboard-gravity-list.invoices li {
  padding: 20px 30px;
}
.dashboard-gravity-list ul li:hover a.close-list-item {
  opacity: 1;
}
.dashboard-gravity-list.invoices ul ul {
  line-height: 22px;
  padding-bottom: 2px;
  color: #7c8796;
  padding: 0;
  margin: 0;
}
.dashboard-gravity-list ul ul li {
  padding: 0;
  border: none;
  transition: 0.3s;
  background-color: transparent;
  display: inline-block;
}
.dashboard-gravity-list.invoices ul ul li {
  padding: 0;
}
.dashboard-gravity-list.invoices ul ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #e0e0e0;
  position: relative;
  margin: 0 10px;
}
.dashboard-gravity-list.invoices ul ul li:last-child:after {
  display: none;
}
.numerical-rating.high {
  background-color: #1baf65;
}
.numerical-rating.mid {
  background-color: #ffc10a;
}
.numerical-rating.low {
  background-color: #db2929;
}
.unpaid {
  color: #d4222b;
}
.paid {
  color: #00ba74;
}
.dashboard-gravity-list ul ul {
  background-color: transparent;
}
.dashboard-gravity-list ul ul li {
  padding: 0;
  border: none;
  transition: 0.3s;
  background-color: transparent;
  display: inline-block;
}
.inner-booking-list ul li:after {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 10px;
  height: 12px;
  top: 1px;
  background-color: #ddd;
  width: 1px;
}
.inner-booking-list ul li.highlighted:after {
  display: none;
}
.inner-booking-list ul li.highlighted {
  padding: 2px 10px;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  background-color: #f4f5f7 !important;
  color: #7e8b9a;
  border-radius: 50px;
  display: inline-block;
  border: none;
}
.pending-booking .inner-booking-list ul li.highlighted {
  background-color: rgba(49, 167, 255, 0.1) !important;
  color: #31a7ff;
}
.approved-booking .inner-booking-list ul li.highlighted {
  background-color: rgba(29, 183, 92, 0.1) !important;
  color: #1db75c;
}
.dashboard-gravity-list ul ul li:nth-last-child(2n + 1) {
  background-color: transparent;
}

a.rate-review {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 20px;
  display: inline-block;
  transition: 0.3s;
}
.dashboard-gravity-list a.rate-review {
  border: none;
  background-color: #eceef3;
  color: #636a7b;
  padding: 6px 18px;
}
a.rate-review i {
  padding-right: 3px;
}
.dashboard-gravity-list a.rate-review:hover {
  color: #ffffff;
  background: #e21f1f;
}
.comission-taken {
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  background: #333333;
  display: inline-block;
  padding: 6px 10px;
  float: right;
  position: relative;
  top: -3px;
}
/*----------- Mail Inbox ---------*/
.messages-inbox ul {
  margin: 0;
  padding: 0;
}
.messages-inbox ul li {
  border-bottom: 1px solid #e6e8ec;
  transition: 0.2s;
  list-style: none;
}
.messages-inbox ul li.unread,
.messages-inbox ul li:hover {
  background-color: #f4f5f7;
}
.messages-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}
.messages-inbox .message-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.messages-inbox .message-by {
  margin-left: 85px;
  font-size: 15px;
  color: #778394;
}
.message-by-headline h5 {
  font-weight: 500;
  margin: 0 0 7px;
  padding: 0;
}
.messages-inbox ul li.unread .message-by-headline h5 {
  font-weight: 600;
}
.message-by-headline h5,
.message-by-headline span {
  display: inline-block;
}
.message-by h5 i {
  background-color: #00ba74;
  border-radius: 50px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 3px 8px;
  margin-left: 3px;
}
.message-by-headline span {
  float: right;
  color: #909cad;
  font-size: 14px;
}
.messages-inbox .message-by p {
  margin: 0;
  padding: 0;
  line-height: 27px;
  font-size: 15px;
}
.messages-inbox .unread .message-by p {
  color: #40434a;
}
/*---------- Conversion ----------*/
.messages-container {
  margin: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #fff;
}
.messages-headline {
  font-size: 16px;
  margin: 0;
  padding: 22px 30px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #edf1f9;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.messages-headline h4 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}
.message-action {
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  padding: 0;
  float: right;
}
.messages-container-inner {
  display: flex;
}
.messages-container-inner .dash-msg-inbox {
  max-width: 340px;
  border-right: 1px solid #edf1f9;
}
.messages-container-inner .dash-msg-inbox {
  overflow: hidden;
}
.messages-container-inner .dash-msg-content {
  padding: 30px;
}
.messages-container-inner .dash-msg-inbox,
.messages-container-inner .dash-msg-content {
  flex: 1;
}
.messages-container-inner .dash-msg-inbox ul {
  max-height: 950px;
  overflow-y: scroll;
  width: 357px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dash-msg-inbox ul li.active-message {
  background-color: #f9f9f9;
}
.dash-msg-inbox ul li {
  border-bottom: 1px solid #edf1f9;
  transition: 0.2s;
  list-style: none;
}
.dash-msg-inbox ul li:last-child {
  border-bottom: none;
}
.message-by-headline h5 {
  margin-bottom: 0;
}
.dash-msg-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}
.messages-container-inner .dash-msg-inbox ul li a {
  padding: 25px;
}

.dash-msg-inbox .dash-msg-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.messages-container-inner .dash-msg-inbox .dash-msg-avatar {
  left: 25px;
}

.dash-msg-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.messages-container-inner .dash-msg-avatar img {
  width: 40px;
  height: 40px;
}

.dash-msg-inbox .message-by {
  margin-left: 85px;
}
.messages-container-inner .dash-msg-inbox .message-by {
  margin-left: 60px;
}
.messages-container-inner .message-by-headline h5 i {
  background: #f98f14;
  padding: 3px 8px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
}
.messages-container-inner .message-by-headline span {
  font-size: 13px;
  position: absolute;
  top: 25px;
  right: 25px;
  float: right;
  color: #888;
}
.messages-container-inner .dash-msg-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #6b747d;
  line-height: 27px;
}
.message-plunch {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.message-plunch .dash-msg-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.message-plunch .dash-msg-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}
.message-plunch .dash-msg-text {
  margin-left: 70px;
  background-color: #f4f5f7;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.message-plunch .dash-msg-text:before {
  position: absolute;
  top: 12px;
  left: -9px;
  content: "\f0d9";
  font-family: fontawesome;
  font-size: 31px;
  color: #f4f5f7;
}
.message-plunch .dash-msg-text p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}
.message-plunch.me .dash-msg-avatar {
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}
.message-plunch.me .dash-msg-text {
  color: #39b36e;
  background-color: rgba(57, 179, 110, 0.1);
}
.message-plunch.me .dash-msg-text {
  margin-left: 0;
  margin-right: 70px;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.message-plunch.me .dash-msg-text:before {
  color: rgba(249, 25, 66, 0.05);
}
.message-plunch.me .dash-msg-text:before {
  left: auto;
  right: -11px;
  content: "\f0da";
}
.message-reply {
  display: block;
  margin-top: 15px;
}
.message-reply textarea {
  max-width: 100%;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px 20px;
}
.message-reply button {
  border-radius: 4px;
  margin-top: 5px;
}

/*---------------- Dashboard: Booking --------------------*/
.bookings .list-box-listing-img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.bookings .list-box-listing-img {
  margin-right: 5px;
  flex: 1;
}
.list-box-listing-content {
  flex: 1;
  padding-left: 25px;
}
.bookings .list-box-listing-content .inner {
  top: 0;
  transform: none;
}
.list-box-listing-content .inner h3 {
  font-size: 18px;
  bottom: -2px;
  position: relative;
  margin: 0;
  line-height: 27px;
}
.bookings .list-box-listing-content .inner h3 {
  margin-bottom: 20px;
}
.bookings .inner h3 span.booking-status {
  border-radius: 50px;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 2px 8px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.bookings .inner h3 span.booking-status.unpaid {
  background-color: #31a7ff;
}
.pending-booking .bookings .inner h3 span.booking-status {
  background-color: #31a7ff;
}
.approved-booking .bookings .inner h3 span.booking-status {
  background-color: #1db75c;
}
.canceled-booking .bookings .inner h3 span.booking-status {
  background-color: #ee3535;
}
.bookings .inner h3 span.booking-status.unpaid {
  background-color: #e21f1f;
}
.buttons-to-right a.button.approve:hover {
  background-color: #1db75c;
}
.inner-booking-list {
  margin-bottom: 5px;
}
.inner-booking-list h5 {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  color: #6d7482;
  font-size: 17px;
}

.inner-booking-list ul {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
button#extra-services {
  background: #ffffff;
  border: none;
  height: 60px;
  font-size: 17px;
  box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border-radius: 5px;
  color: #879ac3;
  cursor: pointer;
  outline: none !important;
}
.over-wrap {
  overflow: hidden;
  max-width: 300px;
}
.all-extra-lists {
  overflow-y: scroll;
  width: 304px;
  padding-bottom: 1rem;
  max-height: 200px;
}
.switchbtn {
  position: relative;
}
.switchbtn-checkbox {
  display: none;
}

.listsearch-input-item label.switchbtn-label,
.switchbtn-wrap label.switchbtn-label {
  font-size: 13px;
  padding: 11px 30px;
  border-radius: 4px;
  background: #f8f9fb;
  border: 1px solid #f0f4f7;
  font-weight: 400;
  color: #747b8c;
  cursor: pointer;
}

label.switchbtn-label {
  padding: 5px 10px;
  border-radius: 4px;
  padding: 18px 12px;
  background: #f4f5f7;
  color: #5a6480;
  margin: 4px 0;
  width: 100%;
  cursor: pointer;
  position: relative;
}
input:checked + .switchbtn-label {
  background: #ff7600;
  color: #ffffff;
}
#showing {
  border: 1px solid #eaeaec;
  width: 100%;
  padding: 0.5rem 1rem;
}

.extra-service-list label > i {
  position: absolute;
  font-size: 14px;
  font-style: normal;
  background: #e3e6ec;
  padding: 4px 10px;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
input:checked + .switchbtn-label > i {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.ext-count {
  background-color: #66676b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-family: open sans, sans-serif;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: -2px;
  left: 4px;
  height: 18px;
  width: 18px;
  font-style: normal;
}
/*---------- Dashboard: Bookmark Property -------*/
table.property-table-wrap {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
table.property-table-wrap th {
  border: none;
  background-color: #66676b;
  text-align: left;
  padding: 18px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 9;
  line-height: 1;
}
table.property-table-wrap th:first-child {
  width: 50%;
  border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
  border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
  margin-right: 3px;
  font-size: 14px;
}
table.property-table-wrap th {
  background: #2e3d5f;
}
table.property-table-wrap td {
  padding: 35px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .property-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
table.property-table-wrap td:first-child {
  padding-left: 0px;
  line-height: 25px;
}
table.property-table-wrap .property-container img {
  width: 150px;
  border-radius: 3px;
  flex: 1.1;
  margin-right: 26px;
}
table.property-table-wrap .property-container .title {
  flex: 2;
}
table.property-table-wrap .property-container .title h4 {
  margin-bottom: 0;
  margin-top: 2px;
  display: block;
  font-size: 16px;
}
table.property-table-wrap td.action a {
  display: block;
  color: #677994;
  line-height: 20px;
  padding: 3px 0;
  position: relative;
  margin-left: 21px;
}
table.property-table-wrap td.action a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f1f3f7;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}
.bkmark a.delete {
  float: right;
}
table.property-table-wrap .property-container .title span {
  display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
  display: inline-block;
  background: #f1f3f7;
  color: #677994;
  border-radius: 2px;
  font-size: 13px;
  margin-top: 9px;
  padding: 2px 10px;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Small footer -------------------*/
footer {
  z-index: 99;
  position: relative;
}
footer.dark-footer {
  background: #191f2b;
}
footer.light-footer {
  background: #ffffff;
}
.footer-logo {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
  padding: 50px 0 0 0;
}
.ft-itext {
  font-weight: 500;
  font-size: 16px;
  text-align: center !important;
  margin: 10px;
}
.ft-itext i {
  margin-right: 5px;
}
ul.social {
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
ul.social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  line-height: 40px;
  text-align: center;
}
.ft-copyright {
  border-top: 1px solid #eaeef3;
  padding: 15px 0 12px 0;
}
.ft-copyright p {
  margin-bottom: 0;
}
.footer-logo img {
  max-width: 185px;
}
.footer-widget {
  padding: 50px 0;
}
h4.widget-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  list-style: none;
  margin-top: 18px;
  display: block;
}
.footer-widget ul li a {
  color: #626a70;
  font-size: 14px;
}

footer.skin-dark-footer h4 {
  color: #ffffff;
  text-transform: uppercase;
}
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
  color: rgba(245, 255, 255, 0.6);
  font-size: 14px;
  transition: all ease 0.4s;
}
footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #ffffff;
}
.img-fluid.f-logo {
  max-width: 240px;
  margin-bottom: 1rem;
}
.widget_media_image {
  margin-top: 3rem;
}
.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}
ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}
ul.footer-bottom-social li a {
  color: #546e7a;
}
ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
  color: #007bff;
}
ul.footer-bottom-social li i {
  margin-right: 5px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
  color: #ffffff;
  opacity: 1;
}
.fw {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  width: 100%;
}
.fw:last-child {
  margin: 0;
}
.fw:before {
  font-family: "themify";
  vertical-align: initial;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.fw.fw-location:before {
  content: "\e693";
}
.fw.fw-mail:before {
  content: "\e75a";
}
.fw.fw-call:before {
  content: "\e621";
}
.fw.fw-skype:before {
  content: "\e72d";
}
.fw.fw-web:before {
  content: "\e665";
}

.other-store-link {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.other-store-link:last-child {
  margin-bottom: 0;
}
.other-store-app {
  width: 200px;
  height: 66px;
  border: 2px solid #9ea6ba;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #9ea6ba;
}

.os-app-icon {
  margin-right: 13px;
}
.os-app-icon i {
  font-size: 32px;
}
.os-app-caps {
  font-size: 18px;
  font-weight: 600;
}

.f-newsletter {
  max-width: 510px;
  margin-top: 15px;
  display: block;
  position: relative;
}

.f-newsletter .form-control {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #7f8ca2;
  background-color: transparent;
  border: 2px solid #a5aebf;
  padding: 18px 20px 18px;
  border-radius: 3px;
  height: 60px;
}
.skin-dark-footer .f-newsletter .form-control {
  border: 2px solid #9ea6ba;
}
.f-newsletter .btn {
  bottom: 4px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 18px 12px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  border-width: 0;
  color: #9ea6ba;
  cursor: pointer;
  border-radius: 2px;
  height: 52px;
  background: transparent;
}
.skin-dark-footer .form-control::-webkit-input-placeholder {
  color: #9ea6ba;
}
.skin-dark-footer .form-control:-ms-input-placeholder {
  color: #9ea6ba;
}
.skin-dark-footer .form-control::placeholder {
  color: #9ea6ba;
}

.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #879ac3;
}
.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #879ac3;
}
.form-control::placeholder,
textarea.form-control::placeholder {
  color: #879ac3;
}
.newsletter {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.newsletter-box {
  padding: 40px 0;
}

.newsletter-box .input-group {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 50px;
  padding: 5px 10px;
  box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
  -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}
.newsletter-box .input-group .form-control {
  height: 60px;
  border: none;
  box-shadow: none;
  background: transparent;
}
.newsletter-box .input-group .input-group-addon {
  border: none;
  font-size: 18px;
  background: transparent;
}
.newsletter-box .btn {
  padding: 18px 35px;
  z-index: 22;
}
/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
@media (max-height: 600px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}

@media (min-width: 768px) {
  form.search-big-form.search-shadow .form-group,
  form.search-form.search-shadow .form-group {
    margin-bottom: 0;
  }
  .no-ul-list.third-row li {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  .advance-search.advn-fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .newsletter-box .btn {
    padding: 18px 35px;
    position: absolute;
    top: 5px;
    right: 12px;
  }
  .newsletter-box {
    padding: 0;
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.8);
    border-radius: 50px;
  }
}

@media (min-width: 992px) {
  .hero-search h1 {
    font-size: 50px;
  }
  h1,
  .h1 {
    font-size: 4.142em;
    line-height: 1.31818182em;
  }
  .breadcrumbs {
    margin-top: 92px;
  }
  .ct-header h1.big {
    font-size: 70px;
    line-height: 1;
  }
  .ct-u-display-tablex {
    min-height: 500px;
    height: 100vh;
  }
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .hero-header.min-banner {
    height: 80vh;
    min-height: 400px;
  }

  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
    border-radius: 0 0 0.25rem 0.25rem;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .hero-banner h2,
  .main-banner h1 {
    font-size: 60px;
    line-height: 1.1;
  }

  .hero-content h1 {
    font-size: 60px;
  }
  .content h1 {
    font-size: 70px;
  }
  .hero-content p {
    font-size: 22px;
  }

  .jumbo-banner.software .hero-content {
    margin-top: 0em;
  }
  .jumbo-banner.software .hero-content h1 {
    font-size: 60px;
  }
  .sec-heading h2 {
    font-size: 44px;
    line-height: 1.2;
  }
  .sec-heading p {
    font-size: 22px;
  }
  .page-title-wrap h1 {
    font-size: 55px;
    line-height: 1.4;
  }

  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .cta-sec h1,
  .cta-sec h2 {
    font-size: 38px;
    margin-bottom: 12px;
  }
}
@media (min-width: 993px) {
  .nav-left-side .core-nav .nav-header {
    position: relative;
    float: left;
  }
}

@media (min-width: 1200px) {
  .hero-content h1 {
    font-size: 80px;
  }
  .core-nav .megamenu.open > .megamenu-content {
    width: 700px !important;
  }
}
@media (max-width: 1199px) {
  .job-new-list .btn.btn-outline-info.float-right {
    float: none !important;
    margin: 0;
    display: table;
  }
  .verticle-job-detail .jb-title {
    font-size: 18px;
  }
  .verticle-job-thumb {
    max-width: 60px;
    width: 60px;
  }
  .verticle-job-detail {
    margin-left: 65px;
  }
  ul li.submit-attri {
    display: none;
  }

  .dw-proprty-info li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .half-map .fs-inner-container {
    width: 100%;
  }

  .fs-left-map-box .map-container.fw-map {
    width: 100%;
    height: 585px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .half-map .fs-left-map-box {
    float: none;
  }
  .fr-grid-info ul li {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
    float: none;
  }
  .header-dark-transparent nav .menu li a {
    color: #606c8e;
  }
  .header.dark-header nav .menu li a {
    color: #606c8e;
  }
  .header-dark-transparent button.toggle-bar.core-nav-toggle,
  .header.dark-header button.toggle-bar.core-nav-toggle {
    color: #ffffff;
  }
  .header-dark-transparent.header-fixed button.toggle-bar.core-nav-toggle{
    color: #222222;
  }
  .core-nav .dropdown > .dropdown-menu.lg-wt {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .main-banner.image-banner,
  .hero-header,
  .hero-banner {
    min-height: 580px;
  }
  .hero-search h1 {
    font-size: 28px;
  }
  .hero-banner h1 {
    font-size: 30px;
  }
  .show-mb {
    display: initial !important;
  }
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  nav .nav-header {
    min-height: 60px;
  }

  nav .nav-header .brand {
    margin: 0 auto 10px;
    float: none;
  }
  nav .brand {
    top: 7px;
  }
  li.login-attri a {
    height: 42px;
    line-height: 42px;
    top: -4px;
    position: relative;
  }
  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 22px;
    left: 15px;
  }

  nav .menu li a {
    padding: 10px 10px;
  }

  nav .menu li:last-child a {
    border-bottom: none;
  }

  h1.italian-header-capt {
    font-size: 25px;
  }
  .pricing-body ul li {
    padding: 9px 0;
    font-size: 15px;
  }
  .agency-list {
    display: block;
  }

  .avl-features li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .slide-property-detail {
    position: relative;
    display: block;
  }
  .slide-property-first {
    flex: initial;
    margin-bottom: 1.5rem;
  }
  .single-advance-property .container-fluid.p-0 {
    padding: 0 15px !important;
  }
  .verticleilist.listing-shot .signle-vert-listing-item {
    height: auto;
    display: block;
  }
  .verticleilist.listing-shot .listing-item {
    flex: auto;
    overflow: hidden;
    min-height: 210px;
    height: 180px;
  }
  .listing-shot-img {
    min-height: 150px;
    max-height: 150px;
    height: 100%;
    overflow: hidden;
  }
  .verticleilist.listing-shot .verticle-listing-caption {
    flex: auto;
    padding: 2em;
    position: relative;
  }
  .verticle-listing-caption .listing-shot-caption {
    position: relative;
    top: 0;
    transform: inherit;
    left: 0;
    padding-right: 0;
  }
  a.list-cat {
    top: 20px;
    right: 20px;
    bottom: inherit;
    left: inherit;
  }
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
  .seo-contact .p-0 {
    padding: 0 15px !important;
  }
  .seo-contact button.btn {
    width: 100%;
  }
  .nav-tabs .nav-item a {
    padding: 0.5em 1em;
  }

  .boxed.boxed--lg {
    padding: 2.77em 1em;
  }
  .icon--lg {
    font-size: 3.57142857em;
  }
  .error-page h2 {
    font-size: 100px;
  }
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .listing-detail-item {
    display: inline-block;
    margin-left: 4px;
  }
  .tr-list-thumb {
    max-width: 75px;
    height: 75px;
    margin-right: 10px;
  }
  .tr-list-wrap {
    position: relative;
    bottom: 50px;
    display: block;
  }
  a.btn.btn-list {
    padding: 12px 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .advance-search .form-group {
    margin: 0.6rem 0;
    border: 1px solid #e0ecf5;
  }
  .advance-search .search-big-form {
    padding: 10px !important;
  }
  .job-new-list .vc-thumb,
  .job-new-list .vc-content {
    float: none;
    margin: 0.5rem 0;
    display: table;
  }
  .mpl-0 {
    padding-left: 0 !important;
  }
  .verticle-candidate-list .vc-content {
    margin-top: 1rem;
  }

  .top-header .cn-info {
    display: none;
  }

  .full-search-2.hero-search-radius {
    border-radius: 10px;
  }
  .full-search-2.hero-search-radius .form-control {
    border: none !important;
  }

  .dashboard-navbar {
    margin-bottom: 2rem;
  }
  table.property-table-wrap .property-container img {
    display: none;
  }
  table.property-table-wrap td {
    padding: 35px 2px;
  }
  table.property-table-wrap .property-container .title h4 {
    font-size: 14px;
  }
  table.property-table-wrap td.action a {
    margin-left: 10px;
  }
  th.expire-date {
    display: none;
  }
  .page-sidebar {
    margin-top: 2rem;
  }
  li.login-attri.theme-log a {
    padding: 0 22px !important;
  }
  /*-----------Rating-----------*/
  .rating-overview {
    display: block;
  }
  .rating-overview-box {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    border-right: none;
    padding-right: 0px;
  }
  .review-comments-avatar {
    width: 50px;
    height: 50px;
    left: 0px;
  }

  .reviews-comments-item {
    padding: 0 0 10px 40px;
  }
  .reviews-comments-item-text h4 {
    display: block;
  }
  .reviews-comments-item-date {
    float: none;
    display: block;
  }
  .reviews-reaction a {
    margin-right: 12px;
  }

  /*-----------dashboard-----------*/
  .list-box-listing {
    display: block;
  }
  .list-box-listing-content {
    padding: 0;
  }
  .buttons-to-right,
  .dashboard-gravity-list .button.to-right {
    opacity: 1;
    position: relative;
    margin: 10px 0 0;
    right: auto;
    transform: none;
  }
  .list-box-listing {
    display: block;
  }
  .list-box-listing-img {
    max-width: 100%;
  }
  .list-box-listing-content {
    padding-left: 0;
  }
}
.core-content .brand img {
  max-width: 140px;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .hero-header {
    min-height: 400px;
  }
  .signup-frm .btn {
    bottom: 4px;
    position: relative;
    right: 0;
    border-width: 0;
    height: 52px;
    margin-top: 12px;
    width: 100%;
  }
  ul.our-team-profile li a {
    width: 34px;
    height: 34px;
    line-height: 33px;
  }
  .rt-content-box ul.our-team-profile li {
    padding: 0;
    margin-right: 6px;
  }
  .lt-img-box {
    display: table;
    width: 105px;
    float: none;
    margin: 0 auto;
  }
  .rt-content-box {
    display: table;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .jumbo-banner .btn-trans-video,
  .hero-banner .btn-trans-video {
    display: block;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .error-page h2 {
    font-size: 50px;
  }
  .freelancer-thumb {
    float: none;
    margin-bottom: 1rem;
  }
  .freelancer-caption {
    display: block;
    margin-left: 0;
  }

  li.login-attri a {
    padding: 0 20px !important;
  }
  nav .brand {
    top: 19px;
  }
  .core-content .brand img {
    max-width: 105px;
  }
  .hero-search-wrap {
    padding: 45px 20px 30px;
  }
  .header.nav-left-side ul.attributes li a {
    padding: 22px 8px;
    font-size: 12px;
  }
  ul li.login-attri {
    padding: 13px 0 10px 15px;
  }
  ul.attributes li.log-seprate:before {
    top: 23px;
    right: -3px;
  }

  .avl-features li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*====================================
 Bottom To top Scroll
=====================================*/
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  background: #333c56;
  color: #ffffff;
}
#back2Top:hover {
  background-color: #ffffff;
  color: #333c56;
}
.style-switcher {
  position: fixed;
  top: 35%;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  left: -220px;
  width: 220px;
  padding: 0;
  z-index: 1010;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.style-switcher .css-trigger {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  right: -50px;
  width: 50px;
  background-color: #2d4767;
  color: #fff;
  border-radius: 0px 3px 3px 0px;
  text-align: center;
  line-height: 55px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
}
.style-switcher .css-trigger a {
  color: #ffffff;
}
.style-switcher.active {
  left: 0;
}
ul#themecolors {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  background: #334e6f;
}
ul#themecolors li {
  list-style: none;
  padding: 5px;
  display: inline-block;
}
ul#themecolors li a {
  width: 35px;
  height: 35px;
  background: #f4f5f7;
  display: inline-block;
  border-radius: 50%;
  font-size: 0;
  border: 3px solid rgba(255, 255, 255, 1);
}
a.default-theme {
  background: #fb7618 !important;
}
a.blue-theme {
  background: #3a5bbc !important;
}
a.green-theme {
  background: #28b446 !important;
}
a.red-theme {
  background: #d32e2a !important;
}
a.purple-theme {
  background: #9886ec !important;
}
a.yellow-theme {
  background: #fbbb00 !important;
}
a.oceangreen-theme {
  background: #00a877 !important;
}
a.goodred-theme {
  background: #f40c43 !important;
}
a.goodgreen-theme {
  background: #19b521 !important;
}
a.blue2-theme {
  background: #0176ff !important;
}

/*----------- New --------------*/
.modal-open {
  overflow: hidden !important;
}
.header.nav-left-side ul.attributes li.lg-ic a {
  font-size: 23px;
}
.module-label {
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  color: white;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 38px;
  left: 23px;
}

/* custom */
.menu-item-depth-1 {
  margin-left: 0px !important;
}
.menu-item-depth-2 {
  margin-left: 0px !important;
}

.elementor-section.elementor-top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

a.tag_t.active i {
  color: red !important;
}

input.form-control.checked_custom {
  height: 22px;
}

.reveal_loadmore_map {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.reveal_loadmore_map:hover {
  background-color: #767676;
  color: #fff;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.logged-in-as {
  margin-bottom: 10px;
}
.comment-list .comment-respond {
  margin-bottom: 40px;
}
.sticky_post_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
h2.screen-reader-text {
  display: none;
}
.wp-block-button {
  margin-top: 5px;
}
p.wp-block-cover-text {
  color: #fff !important;
}
figcaption.blocks-gallery-caption {
  margin-bottom: 15px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
th,
td {
  padding: 0.5em;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
.post-password-form input {
  border: 1px solid #e2e2e2;
  height: 50px;
  padding: 0 20px;
}
.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #f96825;
  color: #fff;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
  padding: 10px;
}
#gallery-2 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 50%;
}
#gallery-3 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
#gallery-4 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
}
#gallery-5 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 20%;
}
#gallery-6 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 16%;
}
#gallery-7 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 14%;
}
#gallery-8 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 12%;
}
#gallery-9 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 11%;
}
.single-widgets ul {
  padding: 0;
  list-style: none;
}
.single-widgets.widget_nav_menu ul li,
.single-widgets.widget_rss ul li,
.single-widgets.widget_recent_comments ul li,
.single-widgets.widget_meta ul li,
.single-widgets.widget_pages ul li{
  margin-top: 15px;
}
.single-widgets ul ul {
  padding-left: 20px;
}
.single-widgets select {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 320px;
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
}
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px !important;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
  margin-bottom: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
  text-align: center;
}
.page-link-nav.pagination {
  display: block;
  clear: both;
  margin: 0 !important;
}
.pagination .post-page-numbers:first-child {
  margin-left: 0;
}
.wp-caption-text {
  display: block;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}
.page-content-unittest {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.page-content-unittest .entry-content {
  overflow: hidden;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.wp-caption {
  display: block;
}
figure#attachment_907 {
  width: auto !important;
}
.page-content-unittest .single-post-item {
  margin-top: 30px;
  clear: both;
}
input#frontend-button {
  display: none;
}
input#myplugin-change-image {
  display: none;
}
p.no-result {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin: auto;
  width: 100%;
  margin: 0 15px;
  border-radius: 5px;
  border: 1px solid #ebedf1;
}
select#sort_by_order {
  padding: 0;
  background: transparent;
  height: unset;
  border: none;
  width: unset;
  margin: 0;
  padding-left: 5px;
  font-size: 14px;
  color: #8891a7;
}
.listing-loader {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: -25%;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  display: none;
}
.loading-area {
  opacity: 0.4;
}
.loading-area .listing-loader {
  display: block;
}
.submit-section {
  width: 100%;
}
.header-dark-transparent button.btn.btn-order-by-filt,
.dark-header button.btn.btn-order-by-filt {
  color: #fff;
}
.header-dark-transparent.header-fixed button.btn.btn-order-by-filt, 
.dark-header.header-fixed button.btn.btn-order-by-filt {
  color: #606c8e;
}
.margin-auto {
  margin: auto;
}
span.cld-like-count-wrap.cld-count-wrap,
a.cld-like-trigger.cld-like-dislike-trigger {
  color: #0eb987;
}
a.cld-dislike-trigger.cld-like-dislike-trigger {
  color: #244763;
}
li.register-attri {
  margin-top: 8px;
}
@media (max-width: 990px) {
  ul.attributes li.register-attri {
    display: none;
  }
}
.tr-single-body label {
  padding-left: 10px;
}
@media (max-width: 767px) {
  a#login_to_resistration {
    margin-top: 10px;
    display: block;
  }
  .clt-caption h3 {
    line-height: 35px;
  }
  .tr-single-body label {
    display: block;
    padding-left: 0;
  }
}
.page-content .blog-details.single-post-item.format-standard {
  display: none;
}
td#today a,
td#today {
  background: #f96825;
  color: #fff;
}
a#cancel-comment-reply-link {
  font-size: 15px;
}
.single-post-item .post-details p {
  margin-bottom: 10px;
  margin-top: 0px;
}
.single-post-item .post-details p:last-child{
  margin-bottom: 0;
}
.post-top-meta {
  margin-bottom: 35px;
}
.post-text {
  overflow: hidden;
}
.core-nav-list {
  list-style: none;
}
.core-nav-list li {
  display: inline-block;
}
.core-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
ul.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
  left: 100%;
  top: 0;
}
/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .core-nav-list {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  padding: 0;
}

.mobile-menu .core-nav-list li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .core-nav-list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .core-nav-list li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .core-nav-list li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .core-nav-list li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .core-nav-list li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .core-nav-list li.current > a:before {
  height: 100%;
}

.mobile-menu .core-nav-list li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.main-menu.core-nav-list li.dropdown .dropdown-btn {
  display: none;
}
.mobile-menu.core-nav-list li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu.core-nav-list li > ul,
.mobile-menu.core-nav-list li > ul > li > ul,
.mobile-menu.core-nav-list > li.dropdown > .megamenu {
  display: none;
}

div#mCSB_1_container {
  top: 0px !important;
}
@media (max-width: 992px) {
  .main-menu {
    display: none;
  }
  ul.dropdown-menu {
    background: transparent;
    position: static;
    width: 100%;
    padding-top: 0;
    border-top: none !important;
    float: unset;
  }
  nav .brand img {
    max-width: 105px;
  }
}
.mobile-menu .nav-logo img {
  max-width: 130px;
}
.header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
  float: left;
}
@media (min-width: 993px) {
  .header.dark-header ul.attributes {
    float: none;
  }
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 35px;
  font-weight: 900;
  color: #f96825;
  top: 42%;
  margin-top: -10px;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 991px){
  .admin-bar nav .nav-header .brand {
      margin: 0 auto 10px;
      float: none;
      text-align: center;
      margin-bottom: 20px;
      top: 6px;
  }
  .order-md-1 {
    order: 1;
  }
}
@media (max-width: 768px){
  nav .brand {
      top: 20px;
  }
}
/* checkout form */
.woocommerce-cart.woocommerce-page .blog-page .page-content{
	max-width: 1200px;
	margin:0 auto;
	padding: 80px 15px 80px;
}
.woocommerce-cart.woocommerce-page .blog-page .page-content .woocommerce .coupon .input-text{
	width:auto;
}
.woocommerce-cart.woocommerce-page .blog-page .page-content .woocommerce .coupon button:hover{
	background-color:#fc5231;
	color:#fff;
}
.woocommerce-cart.woocommerce-page .blog-page .page-content .woocommerce .shop_table.shop_table button: hover{
	background-color:#fc5231
	color: #fff;
}
.woocommerce-cart.woocommerce-page .blog-page .page-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a{
  background-color: #fc5231;	
}
.woocommerce-cart.woocommerce-page .blog-page .page-content .woocommerce .woocommerce-cart-form__cart-item .quantity .input-text.qty.text {
    width: 100px;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}
.woocommerce-checkout .blog-page .page-content{
	max-width: 1200px;
	margin:0 auto;
	padding: 80px 0 80px;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
}
.woocommerce-checkout .woocommerce form .form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #e3e3e3;
    height: 50px;
    width: 100%;
    padding: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px;
    border-radius: 0%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
}
.woocommerce-checkout .woocommerce form .form-row label {
    line-height: 2;
    color: #5A5A68;
}
.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -5px;
    right: 10px;
}
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set {
    margin: 0 -15px;
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    width: 50%;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #e3e3e3;
    height: 50px;
    width: 100%;
    padding: 20px;
}
.woocommerce-checkout  .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    height: 150px;
}
/* css issue fixing */
.header.nav-left-side .nav-container .main-menu.core-nav-list > .main-menu-item.dropdown > a:before{
	margin-left: 10px;
    content: "\e61a";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 12px;
    top: 2px;
}
.header.nav-left-side .nav-container .main-menu.core-nav-list > .main-menu-item >.dropdown-menu > li.dropdown > a:before {
    margin-left: 10px;
    content: "\e649";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 14px;
    top: 1px;
}
.spd-wrap .slide-property-detail .slide-property-sec .pr-all-info .share-opt-wrap .btn-share{
	align-items: center;
}
@media (max-width: 767px){
	.newsletter-box .btn{
		border-color: #fff !important;
  }
  .blog-page .blog-details .comment-area .all-comments article .comment-author {
    width: 100%;
  }
  .blog-page .blog-details .comment-area .all-comments article .comment-details {
    padding-left: 0;
    width: 100%;
  }
  .single-post-item {
    padding: 20px;
  }
  .half-map .fs-content {
    padding: 2em 1em;
  }
  .block-wrap {
    padding: 30px 20px 20px;
  }
  .list-single-main-item {
    padding: 20px;
  }
  .rating-overview {
    padding: 20px;
  }
  .agent-widget {
    padding: 20px;
  }
  blockquote {
    padding: 28px 28px 28px 70px;
  }
  blockquote:before {
    left: 16px;
  }
  .single-post-pagination .prev-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .single-post-pagination .post-pagination-center-grid {
    padding-bottom: 30px;
  }
  .single-post-pagination .next-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 991px){
	.clt-caption h3{
		line-height: 48px;
	}
	.clt-caption p {
			line-height: 28px;
  }
  .header:not(.header-unittest) nav .brand {
    width: 228px;
  }
}

.header-unittest nav .menu li a {
  padding-right: 10px;
}
.footer-widget .img-fluid.f-logo {
  max-width: 150px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1200px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #fff !important;
  background-color: #f40c43 !important;
}
p.return-to-shop {
  display: none;
}
.widget_pages ul {
  list-style: inside;
}
.header-unittest nav.headnavbar.core-nav {
  position: unset;
}
.nothing-found-search {
  max-width: 550px;
  margin: auto;
}
p.no-found-text {
  text-align: center;
}
.nothing-found-search .widget_search.single-widgets {
  border: none;
  padding: 0;
  margin: 0;
}
section.search-page {
  padding: 150px 0;
}
@media (max-width: 991px){
  section.search-page {
    padding: 80px 0;
  }
  .core-content .brand img {
    margin-top: 0px;
  }
}
@media (max-width: 767px){
  .overrate-box-caption {
    margin-left: 30px;
  }
  .singlewise-rated {
    margin-bottom: 20px;
  }
  .separate-rated {
    padding-left: 2.5rem;
    margin-left: 2.7rem;
  }
  .separate-rated {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .call-ic-box-caption {
    margin-left: 30px;
  }
  .clt-caption p {
    margin-bottom: 20px;
  }
  .footer-widget {
    padding-top: 0;
  }
  .footer-top {
    padding-top: 50px;
  }
  .newsletter-box {
    padding: 0;
  }
  section.image-cover.p-both-0 {
    padding-top: 80px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.blog-body p {
  word-break: break-word;
}
.post-password-form p {
  display: flex;
  flex-wrap: wrap;
}
.p-both-0 {
  padding: 0;
}
.pb-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 600px){
  .admin-bar .header-unittest nav .nav-header .brand {
    top: 15px;
  }
  .single-widgets {
    padding: 20px 18px 25px;
  }
  th, td {
    padding: 0.4em;
  }
  .single-widgets ul ul {
    padding-left: 15px;
  }
}
nav.wp-calendar-nav {
  min-height: auto;
}
ul#menu-testing-menu {
    list-style: inside;
}
ul#menu-testing-menu li {
  display: list-item;
}
ul#menu-testing-menu ul.sub-menu {
  list-style: inside;
}
input.btn.btn-theme.full-width {
  max-width: 200px;
  margin: auto;
  display: block;
}
.hero-search-content .btn.search-btn {
  width: 100%;
}
.listing-shot-img img {
  height: 100% !important;
}

