/*------------------------------------------------------------------
Project:		Bookhealth.care
Version:		3.0
Last change:	28.11.2017
Author:			Madhav Dutta

[Table of contents]

1. Header
2. Hero Slider
3. Elements Styling
4. Universal classes
5. Classes
6. Forms
7. Responsive

[Color codes]

default_color[var(--color-theme)];
Color grey dark: #1f1f1f;
Color grey light: #fafafa;

[Typography]

Body copy:		'Lato', sans-serif; 14px;
Headers:		'Lato', sans-serif;

-------------------------------------------------------------------*/
/* 1. Header */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700,800,800i|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,800,900|Roboto:300,300i,400,400i,500,500i,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

:root {
  --color-theme: #74B4F6;
  --error-color: #db4955;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #435266;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling:touch;
}

a {
  color: #627199;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none !important;
}

#page-header {
  z-index: 999;
  width: 100%;
}
/*#page-header nav {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
  background-color: #fafafa;
  padding: 6px 7px;
  position: relative;
  z-index: 999;
  white-space: nowrap;
}*/
.flex.no-column {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
#page-header .left, #page-header .right {
  display: table-cell;
  vertical-align: middle;
}
#page-header .right {
  text-align: right;
  position: relative;
}
#page-header .secondary-nav {
  display: inline-block;
  margin-right: 10px;
}
#page-header .secondary-nav .image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  float: right;
  margin-bottom: -3px;
}
#page-header .secondary-nav a:not(.btn), #page-header .primary-nav a:not(.btn) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  color: #5e6a8b;
  margin: 0;
  padding: 5px 10px;
}
#page-header .secondary-nav a:not(.btn):hover, #page-header .primary-nav a:not(.btn):hover {
  color: var(--color-theme);
}
#page-header .secondary-nav a:not(.btn).promoted, #page-header .primary-nav a:not(.btn).promoted {
  color: var(--color-theme);
  font-weight: 800;
}
#page-header .secondary-nav .navigation, #page-header .primary-nav .navigation {
  display: inline-block;
  margin-bottom: 0;
  list-style: none;
}
#page-header .secondary-nav li.has-child > a, #page-header .primary-nav li.has-child > a {
  padding-right: 30px !important;
  padding-left: 0px !important;
}
#page-header .primary-nav > ul > li.active > a, #page-header .secondary-nav > ul > li.active > a {
  -moz-transform-style: preserve-3d !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false) !important;
  opacity: 1 !important;
  color: var(--color-theme) !important;
  border: 0 !important;
}
#page-header .nav-btn {
  -moz-transition: 0.3s ease !important;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  display: none !important;
  padding: 8px !important;
  cursor: pointer !important;
  position: absolute !important;
  top: -2px !important;
  bottom: 0 !important;
  height: 28px !important;
  right: 0 !important;
  margin: auto !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
}
#page-header .nav-btn:hover, #page-header .nav-btn.active {
  background-color: var(--color-theme) !important;
}
#page-header .nav-btn:hover i, #page-header .nav-btn.active i {
  background-color: #fff !important;
}
#page-header .nav-btn:hover i:last-child, #page-header .nav-btn.active i:last-child {
  width: 12px !important;
}
#page-header .nav-btn i {
  -moz-transition: 0.3s ease !important;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  height: 2px !important;
  width: 12px !important;
  background-color: #fff !important;
  margin-bottom: 2px !important;
  display: block !important;
  background-color: var(--color-theme) !important;
}
#page-header .nav-btn i:last-child {
  width: 10px !important;
  margin-bottom: 0px !important;
}
#page-header .btn.icon i {
  margin-left: 0 !important;
}

body.nav-btn-only #page-header .nav-btn {
  display: block;
}
body.nav-btn-only #page-header .right {
  padding-right: 40px;
}
body.nav-btn-only #page-header .primary-nav {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.2s transform;
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  visibility: hidden;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  background-color: var(--color-theme);
  padding-right: 0;
  margin-right: 0;
  border: 0;
  right: 0;
}
body.nav-btn-only #page-header .primary-nav.show {
  visibility: visible;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu {
  position: absolute;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent {
  position: relative;
  display: block;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
  visibility: visible;
  pointer-events: auto;
  position: relative;
  right: 0;
  text-align: inherit;
  padding-top: 0;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu h4 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a {
  font-weight: 800;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child {
  padding-right: 25px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #fff;
  content: "\f078";
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  padding-right: 7px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:after, body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:before {
  color: #fff;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul {
  background-color: rgba(0, 0, 0, 0.1);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a {
  display: block;
  padding: 8px 10px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container {
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row {
  display: block;
  width: inherit;
  height: inherit;
  padding-right: 0px;
  padding-left: 0px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"] {
  display: block;
  height: 100%;
  width: 100%;
  clear: both;
  margin-bottom: 0px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"]:last-child {
  margin-bottom: 0;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"]:first-child > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"] a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .image {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  z-index: 1;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn {
  z-index: 1;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper {
  background-color: transparent;
}
body.nav-btn-only #page-header .primary-nav ul.navigation > li:first-child:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent var(--color-theme) transparent;
  position: absolute;
  z-index: 1;
  top: -6px;
  right: 8px;
  content: "";
}
body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child a, body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child:hover a {
  border: none;
  color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child .wrapper, body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child:hover .wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child > .wrapper > .nav-wrapper > ul > li:first-child::after, body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child:hover > .wrapper > .nav-wrapper > ul > li:first-child::after {
  display: none;
}
body.nav-btn-only #page-header .primary-nav ul.navigation li ul li a {
  padding: 10px 10px !important;
}
body.nav-btn-only #page-header .primary-nav ul.navigation li ul li .nav-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: transparent;
}
body.nav-btn-only #page-header .primary-nav ul {
  padding-left: 0;
  min-width: 220px;
}
body.nav-btn-only #page-header .primary-nav ul li {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li:hover a {
  border: none;
}
body.nav-btn-only #page-header .primary-nav ul li.active {
  background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li.active a {
  border: none;
  color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child > a {
  padding-right: 25px;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child > a:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #fff;
  content: "\f078";
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  padding-right: 7px;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child > a:after, body.nav-btn-only #page-header .primary-nav ul li.has-child > a:before {
  color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child > a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body.nav-btn-only #page-header .primary-nav ul li .wrapper {
  position: relative;
  padding-top: 0;
}
body.nav-btn-only #page-header .primary-nav ul li a {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-weight: 800;
  padding: 10px;
  display: block;
  border: none;
  color: #fff;
  position: relative;
}
body.nav-btn-only #page-header .primary-nav ul li a:hover {
  color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul li a.has-child {
  padding-right: 25px;
}
body.nav-btn-only #page-header .primary-nav ul li a.has-child:before, body.nav-btn-only #page-header .primary-nav ul li a.has-child:after {
  color: #fff;
  padding-right: 10px;
}
body.nav-btn-only #page-header .primary-nav ul li a.has-child[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  position: relative;
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul {
  background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hero-section {
  position: relative;
}
.hero-section.has-background h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
  font-weight: normal;
  font-size: 54px;
}
.hero-section.has-background h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.hero-section.has-background h4 {
  color: #fff;
}
.hero-section.has-background .slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.hero-section.has-background .slider .owl-carousel, .hero-section.has-background .slider .owl-stage-outer, .hero-section.has-background .slider .owl-stage, .hero-section.has-background .slider .owl-item {
  height: 100%;
}
.hero-section.has-background .slider .owl-nav, .hero-section.has-background .slider .owl-dots {
  position: absolute;
}
.hero-section.has-background .slider .owl-controls {
  text-align: center;
}
.hero-section.has-background .slider .slide {
  display: table;
  height: 100%;
  width: 100%;
}
.hero-section.has-background .slider [data-owl-dots="1"] .owl-dots {
  display: inline-block !important;
  bottom: 10px;
}
.hero-section.has-background .slider .presentation {
  width: 100%;
  height: 100%;
}
.hero-section.has-background .slider .presentation:after {
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03335a0', endColorstr='#03335a0',GradientType=0 );
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.hero-section.has-background .slider .presentation .description {
  position: absolute;
  width: 100%;
  bottom: 200px;
  z-index: 1;
}
.hero-section.has-background .slider .presentation .description h1 {
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
  font-size: 72px;
  font-weight: bold;
}
.hero-section.has-background .slider .presentation .description h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 18px;
  font-weight: bold;
}
.hero-section.has-background .slider .presentation .description h2 i {
  margin-right: 10px;
}
.hero-section.has-background .slider .presentation .description hr {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-section.has-background .slider .presentation .description .label, .hero-section.has-background .slider .presentation .description .rating-passive {
  display: inline-block;
  margin-right: 20px;
}
.hero-section.has-background .slider .presentation .description .label {
  padding: 6px;
  background-color: #fff;
  color: #000;
}
.hero-section.has-background .slider .presentation .description .rating-passive .stars figure {
  color: #fff;
  font-size: 16px;
}
.hero-section.has-background .slider .presentation .bg-transfer:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
}
.hero-section.has-background form {
  z-index: 1;
}
.hero-section.has-map .results-wrapper .search-form {
  position: relative;
  height: auto;
  padding: 20px;
}
.hero-section.has-map .results-wrapper .search-form form {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 20px;
  display: table;
  height: 100%;
  width: 100%;
}
.hero-section.has-map .results-wrapper .search-form .section-title h2 {
  font-size: 18px;
  margin-left: 0;
  font-weight: normal;
  color: inherit;
}
.hero-section.has-map .results-wrapper .search-form .form-group {
  margin-bottom: 10px;
  display: table;
  height: auto;
  width: 100%;
  position: relative;
}
.hero-section.has-map .results-wrapper .search-form .btn {
  padding: 8px;
}
.hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search-text"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"], .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control {
  padding-left: 0;
  color: inherit;
}
.hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search-text"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search-text"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.hero-section.has-map .results-wrapper .search-form input[type="text"], .hero-section.has-map .results-wrapper .search-form input[type="email"], .hero-section.has-map .results-wrapper .search-form input[type="date"], .hero-section.has-map .results-wrapper .search-form input[type="time"], .hero-section.has-map .results-wrapper .search-form input[type="search-text"], .hero-section.has-map .results-wrapper .search-form input[type="password"], .hero-section.has-map .results-wrapper .search-form input[type="number"], .hero-section.has-map .results-wrapper .search-form input[type="tel"], .hero-section.has-map .results-wrapper .search-form textarea.form-control {
  padding: 8px;
  color: inherit;
}
.hero-section.has-map .results-wrapper .search-form .ui-slider {
  margin-top: 2px;
}
.hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle {
  border: 2px solid var(--color-theme);
  background-color: #fff;
}
.hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle:hover, .hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"] {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: -40px;
  right: 0px;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:before {
  display: none;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:active {
  top: inherit;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"] i {
  margin-left: 0;
  margin-top: -1px;
}
.hero-section.has-sidebar.sidebar-grid .map-wrapper, .hero-section.has-sidebar.sidebar-grid .results-wrapper {
  width: 50%;
}
.hero-section.has-sidebar.sidebar-grid .results-wrapper .sidebar-detail {
  z-index: 22;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item {
  float: left;
  width: 44.8%;
  margin: 10px 10px 20px 20px;
  height: 270px;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .description {
  z-index: 1;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .image {
  background-size: cover;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .image .price {
  right: inherit;
  left: 10px;
}
.hero-section .coupon {
  display: table-cell;
  vertical-align: middle;
}
.hero-section .coupon div {
  height: auto;
}
.hero-section .coupon h1 {
  font-size: 36px;
  font-weight: bold;
}
.hero-section .coupon .wrapper {
  display: inline-block;
  text-align: left;
  width: 900px;
  position: relative;
}
.hero-section .coupon .image {
  position: absolute;
  left: 0;
}
.hero-section .coupon .image .circle {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  left: 0;
  top: 0;
  background-color: var(--color-theme);
  font-size: 24px;
  text-align: center;
  line-height: 86px;
}
.hero-section .coupon .image .bg-transfer {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 300px;
  height: 300px;
}
.hero-section .coupon .description {
  padding-left: 330px;
  padding-top: 10px;
}
.hero-section .coupon .description hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  border-top: 2px solid #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hero-section .coupon .description figure {
  display: inline-block;
  margin-right: 20px;
}
.hero-section .coupon .description .location i {
  margin-right: 10px;
}
.hero-section .coupon .description .label {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
.hero-section .coupon .description .count-down {
  margin-bottom: 20px;
}
.hero-section .coupon .description .count-down .countdown-row .countdown-amount {
  font-size: 36px;
}
.hero-section > .wrapper {
  display: table;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.hero-section > .wrapper > .inner {
  display: table-cell;
  vertical-align: middle;
}
.hero-section .map-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hero-section .results-wrapper {
  -moz-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  float: right;
  display: inline-block;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.hero-section .results-wrapper.show-detail .results {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hero-section .results-wrapper.show-detail .sidebar-detail {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.hero-section .results-wrapper.loading .sidebar-detail, .hero-section .results-wrapper.loading .results {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.hero-section .results-wrapper h2 {
  margin: 10px 20px;
  font-size: 30px;
  display: inline-block;
}
.hero-section .results-wrapper h2 .results-number {
  margin-left: 10px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.hero-section .results-wrapper h2 .results-number:before {
  content: "(";
}
.hero-section .results-wrapper h2 .results-number:after {
  content: ")";
}
.hero-section .results-wrapper .section-title {
  margin-top: 0;
  margin-bottom: 0;
}
.hero-section .results-wrapper .section-title .full-detail {
  float: right;
  margin-top: 10px;
}
.hero-section .results-wrapper .results {
  -moz-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 100%;
}
.hero-section .results-wrapper .result-item {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.hero-section .results-wrapper .result-item > a {
  color: inherit;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.hero-section .results-wrapper .result-item > a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--color-theme);
}
.hero-section .results-wrapper .result-item > a:hover, .hero-section .results-wrapper .result-item > a.hover-state {
  background-color: rgba(0, 0, 0, 0.05);
}
.hero-section .results-wrapper .result-item > a:hover:before, .hero-section .results-wrapper .result-item > a.hover-state:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero-section .results-wrapper .result-item > a h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hero-section .results-wrapper .result-item > a h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
.hero-section .results-wrapper .result-item > a .result-item-detail {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .image {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 125px;
  height: 100px;
  background-size: cover;
  top: 0;
  left: 0;
  text-align: center;
  float: left;
  clear: both;
  position: relative;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03335a0', endColorstr='#03335a0',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.hero-section .results-wrapper .result-item > a .result-item-detail .image figure {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .description {
  padding-left: 140px;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .description h5 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .description h5 i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  margin-right: 5px;
  font-size: 12px;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .description p {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 0;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .description .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  margin: 3px 0;
  display: inline-block;
  margin: 8px 0;
}
.hero-section .results-wrapper .result-item .ribbon {
  right: 10px;
  font-size: 9px;
}
.hero-section .results-wrapper .result-item .controls-more {
  padding: 1px 15px;
  z-index: 5;
}
.hero-section .results-wrapper .result-item .controls-more a {
  padding: 7px 10px;
}
.hero-section .results-wrapper .result-item .controls-more ul {
  right: 15px;
}
.hero-section .results-wrapper .tse-scrollable {
  width: 100%;
  height: 100%;
}
.hero-section .results-wrapper .tse-scrollbar .drag-handle {
  right: 4px;
  width: 5px;
}
.hero-section .results-wrapper .tse-scrollbar .drag-handle.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.hero-section .results-wrapper .image .price, .hero-section .results-wrapper .gallery-wrapper .price {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  font-weight: 900;
  color: #1f1f1f;
  position: absolute;
  left: -6px;
  top: 10px;
  z-index: 2;
  padding: 5px;
  font-size: 12px;
}
.hero-section .results-wrapper .image .price:after, .hero-section .results-wrapper .gallery-wrapper .price:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #ababab transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
}
.hero-section .results-wrapper.multi-choice {
  float: none;
  width: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.map, .map-wrapper {
  height: 100%;
}

.map-wrapper .geo-location {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  height: 26px;
  width: 26px;
  background-color: var(--color-theme);
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  right: 13px;
  top: 40px;
  z-index: 1;
  cursor: pointer;
}
.map-wrapper .geo-location:hover {
  background-color: white;
  color: var(--color-theme);
}

.map.show-marker-labels .marker .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.map .cluster:hover > div {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.map .cluster > div {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  background-color: var(--color-theme);
  border: 2px solid var(--color-theme);
  width: 36px;
  height: 36px;
  color: #fff !important;
  line-height: 32px !important;
}
.map .cluster > div:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateZ(-2px);
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  border: 2px solid var(--color-theme);
  background-color: var(--color-theme);
  width: 36px;
  height: 36px;
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
}
.map .cluster > div:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateZ(-4px);
  -ms-transform: translateZ(-4px);
  -webkit-transform: translateZ(-4px);
  transform: translateZ(-4px);
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 36px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.map a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
  display: none;
}
.map .gm-style button[draggable="false"] {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.map .marker {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.map .marker:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  width: 14px;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.map .marker:hover:after, .map .marker.hover-state:after, .map .marker.active:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.map .marker:hover .marker-wrapper, .map .marker.hover-state .marker-wrapper, .map .marker.active .marker-wrapper {
  -moz-transform: rotateY(180deg) translateY(-4px);
  -ms-transform: rotateY(180deg) translateY(-4px);
  -webkit-transform: rotateY(180deg) translateY(-4px);
  transform: rotateY(180deg) translateY(-4px);
}
.map .marker:hover .marker-wrapper .pin:after, .map .marker.hover-state .marker-wrapper .pin:after, .map .marker.active .marker-wrapper .pin:after {
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.map .marker:hover .title, .map .marker.hover-state .title, .map .marker.active .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.map .marker.active .marker-wrapper:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-iteration-count: infinite;
  -o-animation-delay: 0s;
  -o-animation-duration: 2s;
  -o-animation-name: pulse;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-iteration-count: infinite;
}
.map .marker .marker-wrapper {
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  position: relative;
  transform-style: preserve-3d;
  width: 37px;
  height: 49px;
}
.map .marker .marker-wrapper:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--color-theme);
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.map .marker .marker-wrapper:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateZ(-4px);
  -ms-transform: translateZ(-4px);
  -webkit-transform: translateZ(-4px);
  transform: translateZ(-4px);
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}
.map .marker .marker-wrapper .pin {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  transform-style: preserve-3d;
  border: 2px solid var(--color-theme);
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background-size: cover;
}
.map .marker .marker-wrapper .pin:before {
  -moz-transform: translateZ(-2px);
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid var(--color-theme);
  content: "";
  z-index: -2px;
  background-color: var(--color-theme);
  position: absolute;
  top: -2px;
  left: -2px;
  width: 37px;
  height: 37px;
  z-index: 1;
}
.map .marker .marker-wrapper .pin .image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.map .marker .marker-wrapper .pin .image:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: var(--color-theme) transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.map .marker .tag {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateZ(3px);
  -ms-transform: translateZ(3px);
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
  position: absolute;
  top: -3px;
  right: -1px;
  z-index: -1;
  background-color: var(--color-theme);
  width: 19px;
  font-size: 9px;
  height: 19px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  transform-style: preserve-3d;
}
.map .marker .tag i {
  -moz-transform: translateZ(2px);
  -ms-transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  transform-style: preserve-3d;
}
.map .marker .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  position: absolute;
  left: 50px;
  top: 5px;
  white-space: nowrap;
  background-color: #fff;
  padding: 2px 4px;
}
.map .marker .title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map .marker .title:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.map .tooltip .tooltip-inner {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #fff;
  color: #1f1f1f;
}
.map .tooltip .tooltip-arrow {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-top-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  bottom: -1px;
}
.map .tooltip .tooltip-arrow:after {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #fff;
  position: absolute;
  top: -6px;
  left: -5px;
  content: "";
}

.sidebar-detail {
  -moz-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 10px 0;
}
.sidebar-detail section {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  margin-top: 15px;
}
.sidebar-detail section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar-detail h3 {
  font-size: 18px;
  font-weight: normal;
  color: inherit;
  margin-bottom: 20px;
}
.sidebar-detail .gallery-wrapper {
  height: 100%;
  position: relative;
}
.sidebar-detail .gallery-wrapper .price {
  font-size: 14px !important;
  padding: 5px 10px !important;
}
.sidebar-detail .gallery {
  height: 100%;
}
.sidebar-detail .gallery .owl-stage-outer {
  height: 100%;
}

.sidebar-detail .sidebar-wrapper, .modal .sidebar-wrapper {
  padding: 0 20px;
}
.sidebar-detail .section-title, .modal .section-title {
  margin-bottom: 15px;
  position: relative;
  margin-top: 10px;
}
.sidebar-detail .section-title h2, .modal .section-title h2 {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-detail .section-title h4, .modal .section-title h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.sidebar-detail h5, .modal h5 {
  font-size: 14px;
}
.sidebar-detail h5 i, .modal h5 i {
  color: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.sidebar-detail h5 a, .modal h5 a {
  color: inherit;
}
.sidebar-detail .label, .modal .label {
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px;
}
.sidebar-detail .rating-passive, .modal .rating-passive {
  display: inline-block;
}
.sidebar-detail .owl-dots, .modal .owl-dots {
  text-align: left;
}
.sidebar-detail .back, .modal .back {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}
.sidebar-detail .back:after, .modal .back:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "\#";
  width: 20px;
  height: 20px;
  width: 100%;
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  color: var(--color-theme);
}
.sidebar-detail .back:hover, .modal .back:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.sidebar-detail .gallery, .modal .gallery {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 20px 0;
}
.sidebar-detail .gallery.show, .modal .gallery.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sidebar-detail .gallery img, .modal .gallery img {
  display: block;
  position: relative;
}
.sidebar-detail .gallery img:after, .modal .gallery img:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03335a0', endColorstr='#03335a0',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.sidebar-detail .ribbon, .modal .ribbon {
  top: inherit;
  bottom: 0;
}
.sidebar-detail .controls-more, .modal .controls-more {
  margin: inherit;
  bottom: inherit;
  top: 5px;
  z-index: 5;
}
.sidebar-detail .controls-more ul, .modal .controls-more ul {
  bottom: inherit;
  top: 35px;
}
.sidebar-detail .controls-more ul li:first-child a:after, .modal .controls-more ul li:first-child a:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 11px;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  right: 0px;
  top: -10px;
  bottom: inherit;
  height: 11px;
  width: 11px;
}
.sidebar-detail .controls-more ul li:first-child a:before, .modal .controls-more ul li:first-child a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 14px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  content: "";
  position: absolute;
  right: -2px;
  top: -15px;
  bottom: inherit;
  height: 11px;
  width: 11px;
}
.sidebar-detail .controls-more ul li:first-child a:hover:after, .modal .controls-more ul li:first-child a:hover:after {
  border-color: transparent transparent #e8e8e8 transparent;
}
.sidebar-detail .controls-more ul li:last-child a:before, .sidebar-detail .controls-more ul li:last-child a:after, .modal .controls-more ul li:last-child a:before, .modal .controls-more ul li:last-child a:after {
  display: none;
}
.sidebar-detail .jssocials-share, .modal .jssocials-share {
  padding: 1px 3px 2px 3px;
}
.sidebar-detail .jssocials-share .jssocials-share-logo, .modal .jssocials-share .jssocials-share-logo {
  font-size: 1em;
}

.infobox-wrapper {
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.infobox-wrapper.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper.show > img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.infobox-wrapper.show .infobox > a {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.infobox-wrapper.show .infobox .rating-passive {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.infobox-wrapper.show .infobox .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.infobox-wrapper > img {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute !important;
  z-index: 1;
  right: -15px;
  top: -15px;
}
.infobox-wrapper .infobox {
  width: 270px;
}
.infobox-wrapper .infobox .description {
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  z-index: 1;
  bottom: 40px;
  padding-right: 20px;
}
.infobox-wrapper .infobox .description h3 {
  font-size: 18px;
}
.infobox-wrapper .infobox .description h4 {
  font-size: 12px;
}
.infobox-wrapper .infobox .rating-passive {
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  position: absolute;
  bottom: 15px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  color: #fff;
  display: inline-block;
}
.infobox-wrapper .infobox .rating-passive .stars {
  margin-right: 2px;
}
.infobox-wrapper .infobox .rating-passive .stars figure {
  color: #fff;
}
.infobox-wrapper .infobox > a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.infobox-wrapper .infobox > a .image {
  background-position: 50% 50%;
  background-size: cover;
}
.infobox-wrapper .infobox > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color: transparent;
}
.infobox-wrapper .infobox .controls-more {
  right: 15px;
  top: inherit;
  bottom: 10px;
}
.infobox-wrapper .infobox .controls-more:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
.infobox-wrapper .infobox .controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #fff;
}

/* 3. Elements Styling */


address {
  margin-bottom: 10px;
}
address figure {
  margin-bottom: 5px;
}
address i {
  width: 30px;
  color: var(--color-theme);
  margin-left: -30px;
}

a {
    color: #627199;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none !important;
  text-decoration: none;
}
a.link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
a.link:hover, a.link:active, a.link:focus {
  color: #000;
}
a.link:hover.icon i, a.link:active.icon i, a.link:focus.icon i {
  color: #1f1f1f;
}
a.link.icon i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
a.link.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  font-size: 14px;
  vertical-align: middle;
  margin-left: 2px;
  top: -1px;
  position: relative;
}
a.icon i {
  margin: 0 5px;
}
a.underline {
  text-decoration: underline;
}
a.btn {
  display: inline-block;
}

dl {
  margin-bottom: 0;
}
dl dt {
  float: left;
  padding: 2px 0;
}
dl dd {
  text-align: right;
  padding: 2px 0;
}

.homepage h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: var(--color-theme);
  font-size: 36px;
  font-weight: lighter;
}
.homepage h3 {
  margin-bottom: 15px;
  font-weight: lighter;
  margin-top: 10px;
}
.homepage .section-title {
  margin-top: 15px;
}

h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: var(--color-theme);
  font-size: 36px;
  font-weight: lighter;
  margin-top: 5px;
}

h2 {
  font-size: 26px;
  color: var(--color-theme);
  font-weight: lighter;
  margin-top: 5px;
}

h3 {
  margin-top: 0px;
  color: var(--color-theme);
  font-size: 18px;
  margin-bottom: 25px;
}
h3.subtitle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: normal;
}
h3 span {
  padding-left: 5px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

hr {
  margin-bottom: 30px;
  margin-top: 30px;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  line-height: 18px;
}
.cta-app-section-inner p {
  color: #7784a5; 
}

ul {
  padding-left: 15px;
  list-style: none;
}
ul.bullets {
  list-style: none;
  padding-left: 0px;
  line-height: 25px;
}
ul.bullets li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: var(--color-theme);
  font-size: 7px;
  position: relative;
  top: -4px;
  margin-right: 12px;
}
ul.checkboxes {
  list-style: none;
  padding-left: 0;
}
ul.checkboxes label {
  font-weight: normal;
}
ul.checkboxes label span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  float: right;
  font-size: 10px;
  line-height: 20px;
}
ul.checkboxes.inline li {
  width: 24%;
  float: left;
}

section:not(.block) {
  margin-top: 5px;
  margin-bottom: 30px;
  /*padding: 30px 0;*/
}
section:not(.block) h2 {
  margin-bottom: 20px;
}

/* 4. Universal classes */
.block {
  padding: 30px 0;
  /*overflow: hidden;*/
  position: relative;
}
.block.big-padding {
  padding: 60px 0;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg img {
  max-width: inherit;
  height: 100%;
}
.bg.color.default {
  background-color: var(--color-theme);
}
.bg.color.dark {
  background-color: #1f1f1f;
}
.bg.color.white {
  background-color: #fff;
}
.bg.color.neutral {
  background-color: #f6f6f4;
}
.bg.color.black {
  background-color: #000;
}

.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.background-wrapper img {
  width: 100%;
  height: auto;
}
.background-wrapper .map {
  height: 100%;
}
.background-wrapper .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.background-wrapper .background-color.background-color-white {
  background-color: #fff;
}
.background-wrapper .background-color.background-color-black {
  background-color: #000;
}
.background-wrapper .background-color.background-color-default {
  background-color: var(--color-theme);
}

.background-is-dark {
  color: #fff;
}
.background-is-dark a {
  color: #fff;
}
.background-is-dark a:hover, .background-is-dark a:active, .background-is-dark a:focus {
  color: #fff;
}
.background-is-dark a.btn-default {
  color: #000;
}
.background-is-dark h1, .background-is-dark h2, .background-is-dark h3, .background-is-dark h4, .background-is-dark h5 {
  color: #fff;
}
.background-is-dark .btn.btn-primary {
  /*background-color: darken( $color-default, 5% );*/
  color: #fff;
  /*border-color: darken( $color-default, 5% );*/
}
.background-is-dark .btn.btn-primary:hover, .background-is-dark .btn.btn-primary:active, .background-is-dark .btn.btn-primary:active:hover, .background-is-dark .btn.btn-primary:focus {
  /*background-color: darken($color-default,12%); border-color: darken($color-default,12%);*/
}
.background-is-dark .btn.btn-primary.btn-framed {
  color: #fff;
}
.background-is-dark .btn.btn-primary.btn-framed:hover, .background-is-dark .btn.btn-primary.btn-framed:active, .background-is-dark .btn.btn-primary.btn-framed:active:hover, .background-is-dark .btn.btn-primary.btn-framed:focus {
  border-color: var(--color-theme);
}
.background-is-dark .owl-dots .owl-dot span {
  background-color: #fff;
}
.background-is-dark .ui-slider .noUi-base {
  background-color: #7434ea;
}
.background-is-dark .ui-slider .noUi-base .noUi-connect {
  background-color: #fff;
}
.background-is-dark .ui-slider .noUi-base .noUi-background {
  background-color: #7434ea;
}
.background-is-dark .ui-slider .noUi-base .noUi-handle {
  border: 2px solid #fff;
  background-color: var(--color-theme);
}
.background-is-dark .ui-slider .noUi-base .noUi-handle:hover, .background-is-dark .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
}
.background-is-dark .ui-slider .values {
  color: #fff;
}
.background-is-dark .ui-slider .values input {
  background-color: transparent;
  border: none;
  width: 49%;
}

.bg-transfer {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.bg-transfer img {
  display: none !important;
}

.box {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
  background-color: #fafafa;
}

.center {
  text-align: center;
}

.container .block {
  padding: 30px;
}

.label.label-info {
  background-color: #f6f6f4;
  color: rgba(0, 0, 0, 0.5);
}
.label.label-danger {
  background-color: #ed2a21;
}

.font-color-white {
  color: white;
}
.font-color-white:hover, .font-color-white:active, .font-color-white:focus {
  color: white !important;
}
.font-color-white:hover i, .font-color-white:active i, .font-color-white:focus i {
  color: white !important;
}

.font-color-black {
  color: #000;
}

.font-color-default {
  color: var(--color-theme);
}

.font-color-dark {
  color: #1f1f1f;
}

.font-color-neutral {
  color: #f6f6f4;
}

.no-margin {
  margin: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  margin: 5px 0;
}

.half-bottom-margin {
  margin-bottom: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-19 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=19);
  opacity: 0.19;
}

.opacity-18 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=18);
  opacity: 0.18;
}

.opacity-17 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=17);
  opacity: 0.17;
}

.opacity-16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=16);
  opacity: 0.16;
}

.opacity-15 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.opacity-14 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=14);
  opacity: 0.14;
}

.opacity-13 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=13);
  opacity: 0.13;
}

.opacity-12 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  opacity: 0.12;
}

.opacity-11 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=11);
  opacity: 0.11;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.overlay {
  position: relative;
}
.overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.text-color-white {
  color: #fff !important;
}
.text-color-white a {
  color: #fff;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.vertical-aligned-elements {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.vertical-aligned-elements .element {
  display: table-cell;
  vertical-align: middle;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-33 {
  width: 33% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}

.width-100px {
  width: 100px;
}

.width-150px {
  width: 150px;
}

.width-200px {
  width: 200px;
}

.width-250px {
  width: 250px;
}

.width-300px {
  width: 300px;
}

.width-350px {
  width: 350px;
}

.width-400px {
  width: 400px;
}

.width-450px {
  width: 450px;
}

.width-500px {
  width: 500px;
}

.width-550px {
  width: 550px;
}

.width-600px {
  width: 600px;
}

.width-650px {
  width: 650px;
}

.width-700px {
  width: 700px;
}

.width-750px {
  width: 750px;
}

.width-800px {
  width: 800px;
}

.width-850px {
  width: 850px;
}

.width-900px {
  width: 900px;
}

.width-950px {
  width: 950px;
}

.width-1000px {
  width: 1000px;
}

.min-width-50px {
  min-width: 50px;
}

.min-width-100px {
  min-width: 100px;
}

.min-width-150px {
  min-width: 150px;
}

.min-width-200px {
  min-width: 200px;
}

.min-width-250px {
  min-width: 250px;
}

.min-width-300px {
  min-width: 300px;
}

.min-width-350px {
  min-width: 350px;
}

.height-10percent {
  height: 10%;
}

.height-20percent {
  height: 20%;
}

.height-30percent {
  height: 30%;
}

.height-40percent {
  height: 40%;
}

.height-50percent {
  height: 50%;
}

.height-60percent {
  height: 60%;
}

.height-70percent {
  height: 70%;
}

.height-80percent {
  height: 80%;
}

.height-90percent {
  height: 90%;
}

.height-100percent {
  height: 100%;
}

.height-100px {
  height: 100px;
}

.height-150px {
  height: 150px;
}

.height-200px {
  height: 200px;
}

.height-250px {
  height: 250px;
}

.height-300px {
  height: 300px;
}

.height-350px {
  height: 350px;
}

.height-400px {
  height: 400px;
}

.height-450px {
  height: 450px;
}

.height-500px {
  height: 500px;
}

.height-550px {
  height: 550px;
}

.height-600px {
  height: 600px;
}

.height-650px {
  height: 650px;
}

.height-700px {
  height: 700px;
}

.height-750px {
  height: 750px;
}

.height-800px {
  height: 800px;
}

.height-850px {
  height: 850px;
}

.height-900px {
  height: 900px;
}

.height-950px {
  height: 950px;
}

.height-1000px {
  height: 1000px;
}

.space {
  height: 50px;
}

.shadow {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.shadow-big {
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
}

/* 5. Classes */
.answer {
  margin-bottom: 50px;
}
.answer .box {
  padding-top: 40px;
  position: relative;
}
.answer .box:after {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "?";
  color: #fff;
  font-weight: bold;
  background-color: var(--color-theme);
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  font-size: 16px;
  top: -15px;
}
.answer .box:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: var(--color-theme) transparent transparent transparent;
  content: "";
  position: absolute;
  left: 31px;
  top: 11px;
}
.answer h3 {
  margin-bottom: 10px;
}
.answer figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.answer figure a {
  margin-left: 10px;
  color: inherit;
}
.answer figure i {
  font-size: 10px;
  margin-left: 5px;
}

.blog-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.blog-post iframe {
  margin-bottom: 20px;
}
.blog-post img {
  width: 100%;
}
.blog-post header h2 {
  border: none;
  font-size: 36px;
  margin: 20px 0;
  padding-bottom: 0;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post ul {
  padding-left: 25px;
}
.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.blog-post .meta a {
  color: #1f1f1f;
  margin: 0 10px;
}
.blog-post .meta a:first-child {
  margin-left: 0;
}
.blog-post .meta a i {
  color: rgba(0, 0, 0, 0.4);
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 12px;
  margin: 0 3px;
  padding: 5px;
}

.breadcrumb {
  padding: 10px 0px;
  margin-bottom: 10px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.bootstrap-datetimepicker-widget {
  min-width: 240px;
}
.bootstrap-datetimepicker-widget .picker-switch .table-condensed {
  width: 100%;
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch .table-condensed a {
  cursor: pointer;
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-datetimepicker-widget .picker-switch .table-condensed a:hover {
  background-color: #fafafa;
}
.bootstrap-datetimepicker-widget .timepicker-picker table {
  text-align: center;
  width: 100%;
}

.categories-list .list-item {
  margin-bottom: 60px;
}
.categories-list .list-item .title {
  margin-bottom: 10px;
}
.categories-list .list-item .title .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--color-theme);
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.categories-list .list-item .title .icon i {
  font-size: 14px;
  line-height: 38px;
}
.categories-list .list-item .title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}
.categories-list .list-item ul {
  list-style: none;
  padding-left: 52px;
}
.categories-list .list-item ul li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: black;
  display: inline-block;
  padding: 2px 0;
}
.categories-list .list-item ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.categories-list .list-item ul li .count {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: inline-block;
  font-size: 10px;
  float: right;
  top: 7px;
  position: relative;
}

.circle-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  margin-left: 1px;
  margin-right: 1px;
  color: rgba(0, 0, 0, 0.4);
}
.circle-icon:hover, .circle-icon.active {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: var(--color-theme);
}

.comments {
  list-style: none;
  padding-left: 0;
}
.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}
.comments .comment figure .image {
  background-color: #1f1f1f;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.comments .comment figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}
.comments .comment figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.comments .comment figure .image img {
  height: 100%;
}
.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}
.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}
.comments .comment .reply {
  color: #1f1f1f;
}
.comments .comment .reply .fa {
  color: var(--color-theme);
  margin-right: 10px;
}

.count-down .countdown-row .countdown-section {
  display: inline-block;
  margin-right: 20px;
}
.count-down .countdown-row .countdown-amount {
  font-weight: bold;
  display: block;
  position: relative;
}
.count-down .countdown-row .countdown-period {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
}

.controls-more {
  font-size: 18px;
  padding: 1px 5px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 27px;
}
.controls-more.show ul {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.controls-more ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 25px;
  right: 8px;
  background-color: #fff;
  font-size: 14px;
  text-align: right;
}
.controls-more ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.controls-more ul li:last-child {
  border-bottom: none;
}
.controls-more ul li:last-child a:after {
  /*background-image: url("../../assets/img/triangle.png");*/
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 11px;
  width: 11px;
}
.controls-more ul li:last-child a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 0;
  border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -14px;
  height: 11px;
  width: 11px;
}
.controls-more ul li:last-child a:hover:after {
  border-color: transparent #e8e8e8 transparent transparent;
}
.controls-more ul li a {
  display: block;
  color: #1f1f1f;
  white-space: nowrap;
  padding: 7px 10px;
}
.controls-more ul li a:hover {
  background-color: #e8e8e8;
}
.controls-more:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: var(--color-theme);
}
.controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f142";
  color: #000;
}

.container.full-width {
  width: 100%;
}

.customizer {
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  background-color: #fff;
  position: fixed;
  top: 150px;
  left: 0;
  padding: 15px;
  z-index: 999;
  width: 250px;
}
.customizer.show-it {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.customizer h3 {
  margin-top: 0;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.customizer .sp-container {
  background-color: transparent;
  border: none;
}
.customizer .sp-color, .customizer .sp-hue, .customizer .sp-clear {
  border: none;
}
.customizer .sp-palette-container {
  border: none;
  padding-left: 0;
}
.customizer .sp-palette {
  max-width: 20px;
}
.customizer .sp-palette .sp-thumb-el {
  border: none;
}
.customizer .sp-button-container {
  padding-top: 5px;
}
.customizer .sp-container button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  position: relative;
  padding: 10px 10px;
  background-image: none;
  background-color: transparent;
  border: none;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 10px;
  right: -1px;
  overflow: hidden;
  margin-right: 2px;
  font-weight: bold;
}
.customizer .sp-container button:active, .customizer .sp-container button:focus, .customizer .sp-container button:hover, .customizer .sp-container button:active:hover, .customizer .sp-container button:active:focus, .customizer .sp-container button:focus:hover {
  background-color: var(--color-theme);
}
.customizer .sp-container button:active:after, .customizer .sp-container button:focus:after, .customizer .sp-container button:hover:after, .customizer .sp-container button:active:hover:after, .customizer .sp-container button:active:focus:after, .customizer .sp-container button:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.customizer .sp-container button:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.customizer .sp-container button:hover, .customizer .sp-container button:active, .customizer .sp-container button:focus {
  text-shadow: none;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid black;
  background-image: none;
  background-color: transparent;
}
.customizer .sp-cancel {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.customizer .sp-container input {
  padding: 2px 4px;
  font: 10px "Lato", "sans-serif";
}
.customizer .sp-container input:focus {
  border: none;
}
.customizer .sp-picker-container, .customizer .sp-palette-container {
  padding-bottom: inherit;
  margin-bottom: inherit;
}
.customizer .sp-picker-container {
  padding-right: 0;
}
.customizer .checkboxes li {
  display: block;
}
.customizer .cog {
  -moz-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: center;
  padding: 7px 11px;
  top: 0;
  right: -37px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 18px;
}
.customizer .cog:hover {
  cursor: pointer;
}

.datepicker {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  border: none;
}
.datepicker .table-condensed > tbody > tr > td.day {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
}
.datepicker .table-condensed > tbody > tr > td.day:hover {
  background-color: var(--color-theme);
  color: #fff;
}
.datepicker .old, .datepicker .new, .datepicker .disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.datepicker .today {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .month {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  padding: 5px 8px;
  cursor: pointer;
}
.datepicker .month:hover {
  background-color: var(--color-theme);
  color: #fff;
}
.datepicker .month.focused {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .glyphicon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--color-theme);
  cursor: pointer;
}
.datepicker .glyphicon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.datepicker .datepicker-switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px;
}

.detail-sidebar .content {
  background-color: #fafafa;
  padding: 20px;
}
.detail-sidebar address figure {
  margin-left: 30px;
}

.duplicated-element {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0;
}

.featured-contact {
  position: relative;
  padding-left: 50px;
}
.featured-contact i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  bottom: 0;
  margin: auto;
}
.featured-contact h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 14px;
  margin: 0;
}
.featured-contact h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 3px;
}

.file-upload {
  position: relative;
  height: 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.file-upload .file-upload-input {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  height: 70px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 70px 0 0 0;
  overflow: hidden;
  z-index: 1;
}
.file-upload .file-upload-input:hover {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.file-upload span {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 75px;
  width: 100%;
  text-align: center;
  margin: auto;
  z-index: 0;
  left: 0;
  text-transform: uppercase;
  color: var(--color-theme);
  font-size: 12px;
  font-weight: bold;
}

.file-upload-previews > .MultiFile-label {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  margin-right: 10px;
  width: 100%;
}
.file-upload-previews span.MultiFile-label {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 10px;
}
.file-upload-previews span.MultiFile-label .MultiFile-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.file-upload-previews span.MultiFile-label .MultiFile-preview {
  max-width: 200px !important;
  max-height: 150px !important;
}
.file-upload-previews .MultiFile-remove {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  background-color: #ed2a21;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.file-upload-previews .MultiFile-remove:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00d";
  color: #fff;
  top: -2px;
  position: relative;
  font-size: 10px;
}

.file-uploaded-images .image {
  height: 100px;
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 15px;
  position: relative;
}
.file-uploaded-images .image figure {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  background-color: #ed2a21;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  content: "";
  text-align: center;
  line-height: 15px;
}

.file-uploaded-images .image figure i {
  color: #fff;
  font-size: 10px;
}
.file-uploaded-images .image img {
  height: 100%;
  max-width: 100%;
}

.gallery.featured .item {
  margin-left: 10px;
}
.gallery.featured .item .controls:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
.gallery.featured .item .controls:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f142";
  color: #fff;
}
.gallery.detail .image {
  width: 550px;
  height: 360px;
}
.gallery .item {
  width: 260px;
}
.gallery .owl-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#gallery-nav {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 15px;
  height: 27px;
  width: 75px;
}
#gallery-nav .owl-next, #gallery-nav .owl-prev {
  display: inline-block !important;
  position: absolute;
  cursor: pointer;
  margin-left: 2px;
  top: 0;
}
#gallery-nav .owl-next:after, #gallery-nav .owl-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid white;
  padding: 3px 4px;
  font-size: 24px;
}
#gallery-nav .owl-next {
  right: 0px;
}
#gallery-nav .owl-next:after {
  content: "5";
}
#gallery-nav .owl-prev {
  right: 40px;
}
#gallery-nav .owl-prev:after {
  content: "4";
}

.item {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
}
.item > a {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.item > a:hover .image {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.item > a:hover .description {
  will-change: transform;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.item > a:hover .description h4 {
  will-change: transform;
}
.item > a .description {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.item > a .description figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
}
.item > a .description figure i {
  margin-right: 5px;
}
.item > a .description figure span {
  margin-right: 10px;
}
.item > a .description h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
}
.item > a .description h4 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.item > a .image {
  -moz-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  position: absolute;
  width: 100%;
  height: 100%;
}
.item > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03335a0', endColorstr='#03335a0',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.item.featured .label {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.item.featured .additional-info {
  background-color: var(--color-theme);
  color: #fff;
  position: relative;
}
.item.featured .additional-info:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.item.featured .additional-info .rating-passive {
  position: relative;
  z-index: 1;
}
.item.featured .additional-info .rating-passive .stars figure {
  color: #fff;
}
.item.featured .additional-info .controls-more {
  z-index: 1;
}
.item.featured .additional-info .controls-more:after {
  color: #fff;
}
.item.item-row {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fafafa;
  z-index: 2;
}
.item.item-row:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.item.item-row:active:after, .item.item-row:focus:after, .item.item-row:hover:after, .item.item-row:active:hover:after, .item.item-row:active:focus:after, .item.item-row:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.03);
}
.item.item-row:hover {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.item.item-row > a {
  height: 150px;
  width: 100%;
  display: table;
  padding-left: 180px;
}
.item.item-row > a:hover .image {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.item.item-row > a:hover .description {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.item.item-row > a .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  display: inline-block;
  margin: 8px 0;
  padding: 4px 8px;
}
.item.item-row > a .image {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.item.item-row > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: transparent;
}
.item.item-row > a .image figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 5px;
}
.item.item-row > a .description {
  position: relative;
  bottom: inherit;
  left: inherit;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.item.item-row > a .description h4, .item.item-row > a .description h3 {
  text-shadow: none;
  will-change: unset;
}
.item.item-row > a .description h4 {
  color: rgba(0, 0, 0, 0.5);
}
.item.item-row > a .description h3 {
  color: var(--color-theme);
  font-size: 18px;
  margin-bottom: 4px;
}
.item.item-row > a .map {
  height: 100%;
  width: 100px;
  display: table-cell;
  background-color: rgba(0, 0, 0, 0.1);
}
.item.item-row .additional-info {
  padding: 0;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 150px;
  padding-right: 40px;
  top: -2px;
}
.item.item-row .additional-info .reviews {
  color: #000;
}
.item.item-row .controls-more {
  z-index: 1;
}
.item .price {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: 900;
  color: #1f1f1f;
  position: absolute;
  right: -6px;
  top: 30px;
  z-index: 1;
  padding: 5px;
  font-size: 14px;
}
.item .price:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #ababab transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.item .circle {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #fff;
  text-align: center;
}
.item .circle i {
  font-size: 12px;
  color: var(--color-theme);
  line-height: 28px;
}
.item .circle.featured {
  background-color: var(--color-theme);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 43px;
}
.item .circle.sale {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20px;
}
.item .additional-info {
  background-color: #fafafa;
  padding: 15px 20px;
  position: relative;
}

.jssocials-share {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
}
.jssocials-share:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.list-descriptive {
  list-style: none;
  padding-right: 0;
}
.list-descriptive.icon li {
  position: relative;
  margin-bottom: 15px;
}
.list-descriptive.icon li i {
  color: var(--color-theme);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 6px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 11px;
  text-align: center;
}
.list-descriptive.icon li .description {
  padding-left: 35px;
}

.list-schedule {
  display: table;
  height: 100%;
  width: 100%;
}
.list-schedule li {
  margin-bottom: 15px;
}
.list-schedule .left {
  float: left;
  text-align: left;
}
.list-schedule .right {
  float: right;
  text-align: right;
}
.list-schedule .promoted {
  color: var(--color-theme);
}
.list-schedule figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
}

.message-popup {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #1f1f1f;
  position: fixed;
  width: 280px;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 999;
}
.message-popup.bottom-left {
  left: 20px;
  bottom: 20px;
}
.message-popup.top-right {
  right: 20px;
  top: 100px;
}
.message-popup.featured {
  background-color: var(--color-theme);
}
.message-popup .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.message-popup .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 17px;
  color: #fff;
  z-index: 1;
  padding: 5px;
  font-size: 12px;
}
.message-popup p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  margin: 0;
}

[data-show-after-time] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-time].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

[data-show-after-scroll] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-scroll].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* .modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
} */
/* .modal-dialog {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.fade .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-external .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.modal.modal-external.show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal.modal-external.show .loading-icon {
  display: none;
}
.modal .modal-item-detail.modal-dialog {
  width: 750px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
  float: left;
  width: 350px;
  display: table-cell;
  margin-left: -35px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left section {
  padding-left: 30px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right {
  display: table;
  padding-left: 20px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right section:first-child {
  margin-top: 0;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right section:first-child h3 {
  margin-top: 0;
}
.modal .modal-item-detail .map {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  height: 150px;
  margin-bottom: 20px;
}
.modal .modal-item-detail .label {
  display: inline-block;
}
.modal .modal-multi-choice .result-item {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-multi-choice .result-item:last-child {
  border-bottom: none;
}
.modal .modal-multi-choice .result-item > a {
  color: inherit;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-multi-choice .result-item > a:hover, .modal .modal-multi-choice .result-item > a.hover-state {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .modal-multi-choice .result-item > a h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal .modal-multi-choice .result-item > a h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
.modal .modal-multi-choice .result-item > a .result-item-detail {
  position: relative;
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .image {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 125px;
  height: 100px;
  background-size: cover;
  top: 0;
  left: 0;
  text-align: center;
  float: left;
  clear: both;
  position: relative;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03335a0', endColorstr='#03335a0',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.modal .modal-multi-choice .result-item > a .result-item-detail .image figure {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description {
  padding-left: 140px;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description h5 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description h5 i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  margin-right: 5px;
  font-size: 12px;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description p {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 0;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  margin: 3px 0;
  display: inline-block;
  margin: 8px 0;
}
.modal .modal-multi-choice .result-item .ribbon {
  right: -5px;
  font-size: 9px;
  top: -10px;
  bottom: inherit;
}
.modal .loading-icon {
  color: #fff;
  font-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal .modal-content {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 30px;
  display: table;
  width: 100%;
}
.modal .modal-header, .modal .modal-body {
  padding: 0;
  border: none;
}
.modal .section-title {
  margin-top: 0;
}
.modal .section-title h2 {
  margin-bottom: 15px;
}
.modal .gallery {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}
.modal .gallery.owl-carousel {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal .gallery.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal .gallery.owl-carousel .owl-nav .owl-prev, .modal .gallery.owl-carousel .owl-nav .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #1f1f1f;
  color: #fff;
  padding: 4px 4px 0px 4px;
  position: absolute;
  bottom: 0;
}
.modal .gallery.owl-carousel .owl-nav .owl-prev:hover, .modal .gallery.owl-carousel .owl-nav .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: pointer;
}
.modal .gallery.owl-carousel .owl-nav .owl-prev {
  right: 32px;
}
.modal .gallery.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.modal .close {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.modal .controls-more {
  right: 0;
}
.modal .bg-transfer {
  z-index: 0;
}
.modal .modal-scrollable-content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.modal .tse-scrollable {
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal .tse-content {
  padding: 10px;
} */

.my-items {
  overflow: visible;
}
.my-items .my-item {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  margin-bottom: 60px;
  position: relative;
}
.my-items .my-item .image-wrapper {
  position: relative;
  float: left;
}
.my-items .my-item .image-wrapper .image {
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  padding: 5px;
}
.my-items .my-item .image-wrapper .image .bg-transfer {
  position: relative;
  z-index: 0;
}
.my-items .my-item .image-wrapper .image img {
  width: 100%;
}
.my-items .my-item .info {
  margin-left: 100px;
  padding: 0px;
}
.my-items .my-item .info h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.my-items .my-item .info .location {
  font-size: 12px;
}
.my-items .my-item .info .additional-info {
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0;
}
.my-items .my-item .info .additional-info i {
  margin-right: 5px;
}
.my-items .my-item .info .additional-info > span {
  padding-right: 10px;
}
.my-items .my-item .info .additional-info > span span {
  padding-right: 5px;
}
.my-items table {
  z-index: 2;
  position: relative;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.my-items table thead tr th {
  border: none;
  padding: 10px 0;
  width: 8%;
  font-size: 12px;
}
.my-items table thead tr th:first-child {
  width: 50%;
}
.my-items table thead tr th:last-child {
  text-align: right;
  width: 15%;
  padding-right: 17px;
}
.my-items table tbody tr td {
  border: none;
  padding: 0;
  width: 8%;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
  background-color: #fafafa;
}
.my-items table tbody tr td:first-child {
  width: 25%;
}
.my-items table tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
  width: 15%;
}
.my-items ul {
  list-style: none;
  padding-left: 0;
  z-index: 2;
  position: relative;
}
.my-items ul li {
  display: inline-block;
  width: 9%;
  vertical-align: middle;
}
.my-items ul li:first-child {
  width: 50%;
}
.my-items .featured {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.my-items .featured.yes {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: var(--color-theme);
}
.my-items .last-edit {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: 12px;
  white-space: nowrap;
}
.my-items .edit-options {
  position: absolute;
  right: 15;
  bottom: 28px;
}
.my-items .edit-options a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #1f1f1f;
  padding: 5px;
  display: inline-block;
}
.my-items .edit-options a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.my-items .edit-options a:last-child {
  padding-right: 0px;
}
.my-items .edit-options a.delete {
  color: #ed2a21;
}
.my-items .circle {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  left: 10px;
  background-color: var(--color-theme);
  text-align: center;
  z-index: 1;
}
.my-items .circle i {
  font-size: 12px;
  color: #fff;
  line-height: 28px;
}
.my-items .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px;
}

.nav-tabs > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.owl-carousel .owl-item .item .circle.sale {
  top: 20px;
}
.owl-carousel .owl-item .item .circle.featured {
  background-color: #fff;
  color: var(--color-theme);
}

.owl-dots {
  margin-top: 5px;
  text-align: center;
}
.owl-dots .owl-dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
}
.owl-dots .owl-dot.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-dots .owl-dot span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #000;
  width: 5px;
  height: 5px;
  margin: 3px 5px;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-nav .owl-next:before, .owl-nav .owl-prev:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  font-size: 24px;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.owl-nav .owl-next:before {
  content: "\$";
}
.owl-nav .owl-prev:before {
  content: "\#";
}

[data-owl-dots="0"] .owl-dots {
  display: none !important;
}

[data-owl-nav="0"] .owl-nav {
  display: none !important;
}

[data-owl-dots="1"] .owl-dots {
  display: block !important;
}

[data-owl-nav-container] .owl-controls {
  display: none !important;
}

[data-owl-nav="1"] .owl-nav {
  display: block !important;
}
[data-owl-nav="1"] .owl-nav .owl-next, [data-owl-nav="1"] .owl-nav .owl-prev {
  display: inline-block !important;
}

.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.panel-group .panel-heading {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  padding: 0px;
}
.panel-group .panel-heading:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.panel-group .panel-heading .panel-title {
  font-weight: bold;
  font-size: 14px;
}
.panel-group .panel-heading .panel-title a {
  padding: 15px;
  display: block;
  position: relative;
}
.panel-group .panel-heading .panel-title a:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  height: 18px;
  font-size: 18px;
}
.panel-group .panel-heading .panel-title a[aria-expanded="false"]:after {
  content: "L";
}
.panel-group .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "K";
}
.panel-group .panel-heading .panel-title a i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  margin-right: 8px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.page-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
  display: table-row;
}
.page-wrapper #page-footer {
  height: 1px;
}
.page-wrapper #page-content {
  height: auto;
  overflow: hidden;
  position: relative;
}

#page-footer .footer-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
#page-footer p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #898989;
  margin-bottom: 0;
}
#page-footer .footer-navigation {
  background-color: #05335a;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
}
#page-footer .footer-navigation a {
  color: #fff;
  margin: 0 3px;
}
#page-footer .circle-icon {
  color: #05335a;
}

.label {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
}
.label.label-default {
  background-color: var(--color-theme);
}
.label.label-info {
  background-color: white;
}

.logos {
  display: table;
  width: 100%;
}
.logos .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.logos .logo a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.pagination li {
  display: inline-block;
}
.pagination li a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: none;
  border-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}
.pagination li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.pagination li.active a {
  pointer-events: none;
  background-color: var(--color-theme);
  color: #fff;
}
.pagination li.previous a, .pagination li.next a {
  -moz-border-radius-topleft: 100%;
  -webkit-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -webkit-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
  background-color: #fafafa;
  color: inherit;
  padding: 7px 10px;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  padding: 30px 20px;
}
.pricing.box {
  background-color: #fafafa;
}
.pricing.box.featured {
  background-color: var(--color-theme);
  color: #fff;
}
.pricing.box.featured ul li.available, .pricing.box.featured ul li.not-available, .pricing.box.featured ul li {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.pricing.featured:not(.box) figure {
  background-color: var(--color-theme);
  color: #fff;
}
.pricing.description {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  text-align: left;
  padding-left: 0;
}
.pricing h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: inherit;
  font-size: 30px;
  font-weight: lighter;
}
.pricing figure {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 5px;
  right: -10px;
  text-align: center;
  line-height: 75px;
  color: var(--color-theme);
  font-size: 18px;
  font-weight: bold;
}
.pricing ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pricing ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 55px;
}
.pricing ul li:last-child {
  border-bottom: none;
}
.pricing ul li.available {
  color: var(--color-theme);
}
.pricing ul li.not-available {
  color: rgba(0, 0, 0, 0.5);
}
.pricing ul li i {
  font-size: 20px;
}

.rating-passive .stars {
  margin-right: 5px;
}
.rating-passive .stars figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  color: #000;
  font-size: 11px;
  margin-right: 1px;
}
.rating-passive .stars figure.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: var(--color-theme);
}
.rating-passive .reviews {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
}
.rating-passive .reviews:after {
  content: ")";
}
.rating-passive .reviews:before {
  content: "(";
}

.review {
  position: relative;
  margin-bottom: 40px;
  display: table;
  height: 100%;
}
.review .image {
  position: absolute;
  left: 0;
  top: 0;
}
.review .image > div {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.review .description {
  padding-left: 100px;
}
.review .description .rating-passive {
  display: inline-block;
  margin-right: 20px;
}
.review .description .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
}
.review .description p {
  margin-top: 10px;
}

.reviews .review {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 30px;
  position: relative;
  width: 100%; /* added by Milan Thakur to set width of the review div 100% even id short review is entered. */
}
.reviews .review.switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}
.reviews .review.write .name {
  margin-bottom: 20px;
}
.reviews .review.write .comment:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  left: 20px;
  top: -10px;
}
.reviews .review form {
  margin: 0;
}
.reviews .review .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
.reviews .review .comment {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  padding: 20px;
  position: relative;
}
.reviews .review .comment:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fafafa transparent transparent;
  position: absolute;
  left: -10px;
  top: 30px;
}
.reviews .review .comment .options {
  text-transform: uppercase;
  font-size: 10px;
  color: #acacac;
  margin-top: 30px;
}
.reviews .review .comment .options a {
  margin-right: 10px;
}
.reviews .review .comment .comment-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.reviews .review .comment .comment-title h4 {
  color: var(--color-theme); /* code is added by Milan to set color to h4 tag under reviews section*/
  font-size: 12px;
  display: inline-block;
}
.reviews .review .comment .comment-title .rating {
  color: var(--color-theme);
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
}
.reviews .review .comment .comment-title .rating:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f005";
  margin-right: 10px;
}
.reviews .review .answer {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: relative;
  margin-top: 30px;
}
.reviews .review .answer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  position: absolute;
  left: 20px;
  top: -6px;
}
.reviews .review .answer h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
.reviews .review .visitor-rating dt {
  font-weight: normal;
}
.reviews .review .visitor-rating dd {
  font-weight: bold;
  color: var(--color-theme);
}
.reviews .review .visitor-rating dd.star-rating {
  clear: left;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.reviews .review .ribbon {
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  padding: 8px;
}
.reviews .review.muted .name, .reviews .review.muted .date, .reviews .review.muted .comment {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviews .review.muted .name:hover, .reviews .review.muted .date:hover, .reviews .review.muted .comment:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ribbon {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: var(--color-theme);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
}
.ribbon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: var(--color-theme) transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.ribbon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 1;
}

.section-title {
  margin-bottom: 50px;
  margin-top: 5px;
}
.section-title h2 {
  margin-top: 0;
}

.pac-container {
  z-index: 1051 !important;
}

.page-title {
  margin-bottom: 40px;
  margin-top: 5px;
  display: table;
  width: 100%;
  height: auto;
}
.page-title h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: inherit;
}
.page-title.error h1 {
  font-size: 200px;
}
.page-title.pull-left, .page-title.pull-right {
  width: auto;
}

.subject-list {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  position: relative;
  margin-bottom: 50px;
}
.subject-list h3 {
  margin-bottom: 5px;
}
.subject-list h4 {
  font-weight: normal;
}
.subject-list .image {
  height: 210px;
  position: relative;
  z-index: 1;
  display: block;
}
.subject-list .description section {
  padding: 10px 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.subject-list .description .name, .subject-list .description .contacts {
  background-color: #fff;
}
.subject-list .description .name {
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.subject-list .description .contacts {
  padding-bottom: 20px;
}
.subject-list .description .contacts a {
  color: inherit;
}
.subject-list .description .contacts i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-right: 10px;
}
.subject-list .description .social a {
  display: inline-block;
  padding: 5px;
}
.subject-list .ribbon {
  z-index: 2;
}

.subject-detail {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  margin-bottom: 50px;
  display: table;
  width: 100%;
  height: 100%;
}
.subject-detail .image {
  position: relative;
  width: 250px;
  height: 250px;
  display: table-cell;
  z-index: 1;
}
.subject-detail .description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 50px;
}
.subject-detail .description section {
  margin-top: 20px;
  margin-bottom: 15px;
}
.subject-detail .description h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.subject-detail .description .contacts i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-right: 10px;
}
.subject-detail .description .contacts a {
  color: inherit;
}
.subject-detail .description .social a {
  padding: 5px;
}

.post-author {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.post-author header {
  color: #1f1f1f;
  margin-bottom: 10px;
}
.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.noUi-horizontal {
  min-height: 43px;
  height: inherit;
}

.sidebar section {
  margin-bottom: 30px;
}
.sidebar h2 {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.sidebar .form-group {
  margin-bottom: 10px;
  min-height: 45px;
}
.sidebar .bootstrap-select .dropdown-menu {
  margin-top: 0;
}
.sidebar .btn[type=submit] {
  text-transform: none;
  font-size: 14px;
}
.sidebar .btn[type=submit] i {
  margin-right: 0;
  margin-left: 10px;
}
.sidebar .ui-slider .noUi-base {
  background-color: #e8e8e8;
}
.sidebar .ui-slider .noUi-base .noUi-connect {
  background-color: #cccccc;
}
.sidebar .ui-slider .noUi-base .noUi-background {
  background-color: #e8e8e8;
}
.sidebar .ui-slider .noUi-base .noUi-handle {
  border: 2px solid #cccccc;
  background-color: #cccccc;
}
.sidebar .ui-slider .noUi-base .noUi-handle:hover, .sidebar .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
}
.sidebar .item {
  margin-bottom: 10px;
}
.sidebar .item > a {
  height: 140px;
}
.sidebar .item .controls-more {
  bottom: 0px;
  top: inherit;
  margin: inherit;
}
.sidebar .item .controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

.step {
  position: relative;
  margin-bottom: 40px;
}
.step .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 175px;
  text-align: center;
}
.step .circle > i {
  font-size: 60px;
  color: #fff;
  z-index: 1;
  position: relative;
  line-height: 175px;
}
.step .circle figure {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 55px;
  height: 55px;
  background-color: var(--color-theme);
  z-index: 1;
}
.step .circle .circle-bg {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: var(--color-theme);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.step .box {
  margin-left: 220px;
}
.step .box:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent #fafafa transparent transparent;
  content: "";
  position: absolute;
  top: 30px;
  left: -11px;
}
.step .box:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  content: "";
  position: absolute;
  top: 32px;
  left: -11px;
}
.step h2 {
  margin-bottom: 20px;
}
.step p {
  margin-bottom: 20px;
}

.star-rating i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  color: rgba(0, 0, 0, 0.2);
}
.star-rating i.active, .star-rating i.hover {
  color: var(--color-theme);
}

.visitor-rating dt {
  font-weight: normal;
}
.visitor-rating dd {
  font-weight: bold;
  color: var(--color-theme);
}
.visitor-rating dd.star-rating {
  clear: left;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}

.subpage-detail #gallery-nav {
  position: absolute;
  right: 15px;
  top: -25px;
}
.subpage-detail #gallery-nav .owl-next:after, .subpage-detail #gallery-nav .owl-prev:after {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: var(--color-theme);
  padding: 4px;
  color: #fff;
}
.subpage-detail #gallery-nav .owl-prev {
  right: 32px;
}

.tab-content > .tab-pane {
  padding-top: 15px;
}

.tags {
  list-style: none;
  padding-left: 0;
}
.tags li {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  background-color: #fafafa;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  margin-bottom: 5px;
}
.tags li:before {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00c";
  color: var(--color-theme);
  margin-right: 3px;
}

.testimonials {
  padding: 0;
}
.testimonials.center .owl-carousel {
  top: -30px;
  position: relative;
}
.testimonials.center blockquote {
  text-align: center;
  padding-left: 20px;
}
.testimonials.center blockquote p {
  font-size: 14px;
  font-style: italic;
}
.testimonials.center blockquote .image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 95px;
  height: 95px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.testimonials.center blockquote .image img {
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.testimonials blockquote {
  border-left: none;
  margin-bottom: 0;
  position: relative;
  padding-left: 120px;
}
.testimonials blockquote h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
.testimonials blockquote h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.testimonials blockquote p {
  font-size: 16px;
  font-style: italic;
}
.testimonials blockquote .image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 0;
}
.testimonials blockquote .image img {
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.text-element {
  margin-bottom: 30px;
  position: relative;
}
.text-element.event {
  padding-left: 70px;
  padding-top: 10px;
}
.text-element.event .date-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 5px 3px 4px 3px;
  position: absolute;
  width: 50px;
  left: 0;
}
.text-element.event .date-icon:before {
  background-image: url("../../assets/img/calendar-spring.png");
  width: 37px;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 4px;
  content: "";
}
.text-element.event .date-icon .day {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 20px;
  margin-bottom: -3px;
}
.text-element.event .date-icon .month {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
  text-transform: uppercase;
}
.text-element a.link {
  color: #1f1f1f;
}
.text-element .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}
.text-element .date i {
  margin-right: 8px;
}

.to-top {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 999;
}
.to-top:hover, .to-top:active, .to-top:focus {
  color: #fff;
}

.user-details {
  margin-bottom: 30px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 60px;
}
.user-details .user-image {
  position: absolute;
  top: -60px;
  z-index: 1;
}
.user-details .user-image .image {
    width: 150px;
    height: 150px;
    position: relative;
    border: 2px solid #eeeeee;
    border-radius: 50%;
}
.user-details .user-image .image .bg-transfer {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.user-details .user-image .image .single-file-input {
  position: absolute;
  width: 100%;
  bottom: -30px;
}
.user-details .btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.user-details .description {
  padding-left: 170px;
}
.user-details .description h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: inherit;
  font-size: 14px;
  margin: 0;
}
.user-details .description h2 {
  font-size: 20px;
  margin: 3px 0;
  font-weight: normal;
}
.user-details .description hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.version-selector a {
  color: #000;
}
.version-selector .logo {
  text-align: center;
  margin: 40px 0;
}
.version-selector h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.version-selector h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.version-selector .description {
  padding-bottom: 5px;
}
.version-selector .versions {
  padding: 40px 0;
  display: table;
}
.version-selector .version {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 60px;
  padding: 15px 5px;
  text-align: center;
}
.version-selector .version:hover {
  background-color: #f0f0f0;
}

/* 6. Forms */
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search-text"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none !important;
  width: 100%;
  height: inherit;
  padding: 12px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search-text"]:active, input[type="search-text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search-text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
}
input[type="text"].input-dark, input[type="email"].input-dark, input[type="date"].input-dark, input[type="time"].input-dark, input[type="search-text"].input-dark, input[type="password"].input-dark, input[type="number"].input-dark, input[type="tel"].input-dark, textarea.form-control.input-dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  line-height: inherit;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

.bootstrap-select.open .dropdown-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bootstrap-select .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: none;
  outline: none !important;
  text-transform: none;
  padding: 12px;
  padding-right: 30px;
  font-size: 14px;
  width: 100%;
}
.bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
  top: 0;
  background-color: #fff;
  outline: none !important;
  border: none;
}
.bootstrap-select .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block !important;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
  padding: 0;
  border: none;
  background-clip: none;
  margin: 0;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px transparent !important;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 5px 12px;
}
.bootstrap-select > select {
  left: 0;
  height: 0 !important;
  max-height: 0px;
  padding: 0 !important;
}

.btn[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

button.disabled, a.disabled, input.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-width: 2px;
  border-style: solid;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.btn:active, .btn:active:hover, .btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.btn:hover {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn:active {
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn.btn-primary {
  background-color: var(--color-theme);
  color: #fff;
  border-color: var(--color-theme);
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:focus:hover {
  background-color: var(--color-theme);
}
.btn.btn-primary:active:after, .btn.btn-primary:focus:after, .btn.btn-primary:hover:after, .btn.btn-primary:active:hover:after, .btn.btn-primary:active:focus:after, .btn.btn-primary:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-primary:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}
.btn.btn-primary.btn-rounded:after {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn.btn-primary.btn-framed {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-theme);
  background-color: transparent;
}
.btn.btn-primary.btn-framed:hover, .btn.btn-primary.btn-framed:active, .btn.btn-primary.btn-framed:active:hover, .btn.btn-primary.btn-framed:focus {
  background-color: transparent;
  /*border-color: darken($color-default,8%);*/
}
.btn.btn-primary.btn-framed.btn-light-frame {
  border-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-primary.btn-framed.btn-light-frame:after {
  display: none;
}
.btn.btn-primary.btn-framed.btn-light-frame:hover, .btn.btn-primary.btn-framed.btn-light-frame:active, .btn.btn-primary.btn-framed.btn-light-frame:active:hover, .btn.btn-primary.btn-framed.btn-light-frame:focus {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.btn.btn-default {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:hover, .btn.btn-default:focus {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default.btn-framed {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-default.btn-framed:hover, .btn.btn-default.btn-framed:active, .btn.btn-default.btn-framed:active:hover, .btn.btn-default.btn-framed:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-default.btn-framed.btn-light-frame {
  border-color: rgba(255, 255, 255, 0.4);
}
.btn.btn-default.btn-framed.btn-light-frame:hover, .btn.btn-default.btn-framed.btn-light-frame:active, .btn.btn-default.btn-framed.btn-light-frame:active:hover, .btn.btn-default.btn-framed.btn-light-frame:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.btn.icon i {
  margin-left: 5px;
  margin-right: 5px;
}
.btn.btn-rounded {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn.arrow {
  padding-right: 30px;
  position: relative;
}
.btn.arrow:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}
.btn.roll-effect {
  padding-bottom: 4px;
}
.btn.btn-small {
  padding: 10px 30px;
}
.btn.btn-xs {
  font-size: 10px;
  padding: 2px 7px;
}
.btn.darker {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: rgba(0, 0, 0, 0.4);
}
.btn.darker:active, .btn.darker:focus, .btn.darker:hover, .btn.darker:active:focus, .btn.darker:active:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.btn.darker:active:after, .btn.darker:focus:after, .btn.darker:hover:after, .btn.darker:active:focus:after, .btn.darker:active:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.btn.darker:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn.sa:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent var(--color-theme) transparent;
  position: absolute;
  content: "";
  right: 0px;
  top: -9px;
  top: -5px;
  z-index: -1;
}

.form-control {
  background-color: transparent;
  height: auto;
}

.icheckbox {
  -moz-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
.icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #1f1f1f;
  content: "\f00c";
  position: absolute;
  line-height: 20px;
  font-size: 10px;
  left: 5.5px;
}
.icheckbox.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.iradio {
  -moz-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
.iradio:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #1f1f1f;
  content: "";
  position: absolute;
  line-height: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.iradio.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hero-section .form.vertical {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hero-section .form.vertical:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero-section .form.vertical ::-webkit-input-placeholder {
  color: white;
}
.hero-section .form.vertical :-moz-placeholder {
  color: white;
}
.hero-section .form.vertical ::-moz-placeholder {
  color: white;
}
.hero-section .form.vertical :-ms-input-placeholder {
  color: white;
}
.hero-section .form.vertical .btn[type=submit] {
  width: inherit;
  margin-top: 15px;
}
.hero-section .form.vertical.search-form .row, .hero-section .form.vertical.search-form .container {
  height: 0;
}
.hero-section .form.vertical .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.hero-section .form .advanced-search-heading {
  margin-top: 0px;
  margin-bottom: 15px;
}
.hero-section select.form-control, .hero-section select {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: var(--color-theme);
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section select.form-control:active, .hero-section select.form-control:focus, .hero-section select:active, .hero-section select:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section select.form-control:hover, .hero-section select:hover {
  /*background-color: darken($color-default, 5%);*/
}
.hero-section select.form-control option, .hero-section select option {
  background-color: #fff;
  color: #1f1f1f;
}
.hero-section input[type="text"], .hero-section input[type="email"], .hero-section input[type="date"], .hero-section input[type="time"], .hero-section input[type="search-text"], .hero-section input[type="password"], .hero-section input[type="number"], .hero-section input[type="tel"], .hero-section textarea.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-appearance: none;
  background-color: var(--color-theme);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.hero-section input[type="text"]:active, .hero-section input[type="text"]:focus, .hero-section input[type="text"]:hover, .hero-section input[type="email"]:active, .hero-section input[type="email"]:focus, .hero-section input[type="email"]:hover, .hero-section input[type="date"]:active, .hero-section input[type="date"]:focus, .hero-section input[type="date"]:hover, .hero-section input[type="time"]:active, .hero-section input[type="time"]:focus, .hero-section input[type="time"]:hover, .hero-section input[type="search-text"]:active, .hero-section input[type="search-text"]:focus, .hero-section input[type="search-text"]:hover, .hero-section input[type="password"]:active, .hero-section input[type="password"]:focus, .hero-section input[type="password"]:hover, .hero-section input[type="number"]:active, .hero-section input[type="number"]:focus, .hero-section input[type="number"]:hover, .hero-section input[type="tel"]:active, .hero-section input[type="tel"]:focus, .hero-section input[type="tel"]:hover, .hero-section textarea.form-control:active, .hero-section textarea.form-control:focus, .hero-section textarea.form-control:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
}
.hero-section .bootstrap-select.open .dropdown-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hero-section .bootstrap-select .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: var(--color-theme);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: none !important;
  text-transform: none;
  padding: 12px;
  font-size: 14px;
  position: relative;
}
.hero-section .bootstrap-select .btn:active, .hero-section .bootstrap-select .btn:focus, .hero-section .bootstrap-select .btn:hover, .hero-section .bootstrap-select .btn:active:hover, .hero-section .bootstrap-select .btn:active:focus, .hero-section .bootstrap-select .btn:focus:hover {
  background-color: var(--color-theme);
}
.hero-section .bootstrap-select .btn:active:after, .hero-section .bootstrap-select .btn:focus:after, .hero-section .bootstrap-select .btn:hover:after, .hero-section .bootstrap-select .btn:active:hover:after, .hero-section .bootstrap-select .btn:active:focus:after, .hero-section .bootstrap-select .btn:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-section .bootstrap-select .btn:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-section .bootstrap-select .btn:active, .hero-section .bootstrap-select .btn:focus, .hero-section .bootstrap-select .btn:hover, .hero-section .bootstrap-select .btn:active:hover {
  top: 0;
  color: #fff;
}
.hero-section .bootstrap-select .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block !important;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
  padding: 0;
  border: none;
  background-clip: none;
  margin: 0;
  margin-top: -1px;
}
.hero-section .bootstrap-select .dropdown-menu > li > a {
  padding: 5px 12px;
}
.hero-section .form-control {
  height: auto;
}
.hero-section .input-group {
  margin-bottom: 15px;
}
.hero-section form {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hero-section.has-map .btn[type=submit] {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  margin-top: 15px;
  border: none;
  text-transform: none;
  outline: none !important;
  font-size: 14px;
  padding: 12px 30px;
  position: relative;
}
.hero-section.has-map .btn[type=submit]:active {
  top: 0;
}
.hero-section.has-map .btn[type=submit] i {
  margin-left: 10px;
}
.hero-section.has-map .form.horizontal form {
  padding: 20px 25px 5px 25px;
}
.hero-section .search-form {
  position: absolute;
  z-index: 20;
  height: 0;
  width: 100%;
}
.hero-section .search-form.show form {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 11px 15px 12px 15px;
  margin-top: 0;
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"]:active, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:focus, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:hover, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:focus, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:focus:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:hover:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:focus:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"]:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section.has-background .form.horizontal {
  position: relative;
}
.hero-section.has-background .form.horizontal.position-bottom, .hero-section.has-background .form.horizontal.position-top {
  position: absolute;
}
.hero-section.has-background .form.horizontal form {
  padding: 18px;
  padding-bottom: 3px;
  background-color: transparent;
}
.hero-section.has-background .form.horizontal form:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  background-color: var(--color-theme);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.horizontal-input-title {
  display: table;
  height: 46px;
}
.horizontal-input-title * {
  display: table-cell;
  vertical-align: middle;
}

form {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form {
  position: relative;
}
.form.vertical .form-group {
  margin-bottom: 0;
}
.form.horizontal form {
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  background-color: var(--color-theme);
  display: table;
  width: 100%;
  height: 100%;
}
.form.horizontal form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal .row > [class^="col-"], .form.horizontal .row > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.form.horizontal .container {
  height: inherit;
}
.form.horizontal input[type="text"], .form.horizontal input[type="email"], .form.horizontal input[type="date"], .form.horizontal input[type="time"], .form.horizontal input[type="search-text"], .form.horizontal input[type="password"], .form.horizontal input[type="number"], .form.horizontal input[type="tel"], .form.horizontal textarea.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-bottom: none;
  color: inherit;
}
.form.horizontal input[type="text"]:active, .form.horizontal input[type="text"]:focus, .form.horizontal input[type="text"]:hover, .form.horizontal input[type="email"]:active, .form.horizontal input[type="email"]:focus, .form.horizontal input[type="email"]:hover, .form.horizontal input[type="date"]:active, .form.horizontal input[type="date"]:focus, .form.horizontal input[type="date"]:hover, .form.horizontal input[type="time"]:active, .form.horizontal input[type="time"]:focus, .form.horizontal input[type="time"]:hover, .form.horizontal input[type="search-text"]:active, .form.horizontal input[type="search-text"]:focus, .form.horizontal input[type="search-text"]:hover, .form.horizontal input[type="password"]:active, .form.horizontal input[type="password"]:focus, .form.horizontal input[type="password"]:hover, .form.horizontal input[type="number"]:active, .form.horizontal input[type="number"]:focus, .form.horizontal input[type="number"]:hover, .form.horizontal input[type="tel"]:active, .form.horizontal input[type="tel"]:focus, .form.horizontal input[type="tel"]:hover, .form.horizontal textarea.form-control:active, .form.horizontal textarea.form-control:focus, .form.horizontal textarea.form-control:hover {
  background-color: #fafafa;
  border-bottom: none;
}
.form.horizontal select.form-control, .form.horizontal select {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  color: inherit;
  border-bottom: none;
  min-height: 43px;
}
.form.horizontal select.form-control:active, .form.horizontal select.form-control:focus, .form.horizontal select:active, .form.horizontal select:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
.form.horizontal select.form-control:hover, .form.horizontal select:hover {
  background-color: #fafafa;
}
.form.horizontal .bootstrap-select .btn {
  background-color: #fff;
  border-bottom: none;
  color: inherit;
}
.form.horizontal .bootstrap-select .btn:active, .form.horizontal .bootstrap-select .btn:focus, .form.horizontal .bootstrap-select .btn:hover {
  background-color: #fafafa;
  color: inherit;
}
.form.horizontal .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form.horizontal .btn[type=submit] {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.form.horizontal .btn[type=submit]:before {
  display: none;
}
.form.horizontal .btn[type=submit] i {
  margin-left: -5px;
}
.form.horizontal.position-top {
  top: 40px;
}
.form.horizontal.position-bottom {
  bottom: 0;
}
.form.horizontal.position-bottom form {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  bottom: 40px;
}
.form .checkboxes {
  margin-bottom: 0;
}
.form.has-padding {
  padding-top: 40px;
  padding-bottom: 30px;
}
.form.no-background {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.form.no-background form {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.form label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 13px;
  text-transform: none;
  margin-bottom: 8px;
}
.form label.no-margin {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-bottom: 0;
}
.form h3 {
  margin-bottom: 10px;
}
.form .btn[type=submit] {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.form.inputs-dark form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark input[type="text"], .form.inputs-dark input[type="email"], .form.inputs-dark input[type="date"], .form.inputs-dark input[type="time"], .form.inputs-dark input[type="search-text"], .form.inputs-dark input[type="password"], .form.inputs-dark input[type="number"], .form.inputs-dark input[type="tel"], .form.inputs-dark textarea.form-control {
  /*background-color: darken($color-default, 8%);*/
  -moz-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
  color: #fff;
  background-color: var(--color-theme);
}
.form.inputs-dark input[type="text"]:active, .form.inputs-dark input[type="text"]:focus, .form.inputs-dark input[type="text"]:hover, .form.inputs-dark input[type="email"]:active, .form.inputs-dark input[type="email"]:focus, .form.inputs-dark input[type="email"]:hover, .form.inputs-dark input[type="date"]:active, .form.inputs-dark input[type="date"]:focus, .form.inputs-dark input[type="date"]:hover, .form.inputs-dark input[type="time"]:active, .form.inputs-dark input[type="time"]:focus, .form.inputs-dark input[type="time"]:hover, .form.inputs-dark input[type="search-text"]:active, .form.inputs-dark input[type="search-text"]:focus, .form.inputs-dark input[type="search-text"]:hover, .form.inputs-dark input[type="password"]:active, .form.inputs-dark input[type="password"]:focus, .form.inputs-dark input[type="password"]:hover, .form.inputs-dark input[type="number"]:active, .form.inputs-dark input[type="number"]:focus, .form.inputs-dark input[type="number"]:hover, .form.inputs-dark input[type="tel"]:active, .form.inputs-dark input[type="tel"]:focus, .form.inputs-dark input[type="tel"]:hover, .form.inputs-dark textarea.form-control:active, .form.inputs-dark textarea.form-control:focus, .form.inputs-dark textarea.form-control:hover {
  /*background-color: darken($color-default, 12%);*/
  -moz-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
  background-color: var(--color-theme);
  border-bottom: none;
}
.form.inputs-dark select.form-control, .form.inputs-dark select {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
  background-color: var(--color-theme);
  color: #fff;
  border-bottom: none;
}
.form.inputs-dark select.form-control:active, .form.inputs-dark select.form-control:focus, .form.inputs-dark select:active, .form.inputs-dark select:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
.form.inputs-dark select.form-control:hover, .form.inputs-dark select:hover {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
  background-color: var(--color-theme);
}
.form.inputs-dark .bootstrap-select {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.form.inputs-dark .bootstrap-select .btn {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: var(--color-theme);
  color: #fff;
  border-bottom: none;
}
.form.inputs-dark .bootstrap-select .btn:active, .form.inputs-dark .bootstrap-select .btn:focus, .form.inputs-dark .bootstrap-select .btn:hover, .form.inputs-dark .bootstrap-select .btn:active:focus, .form.inputs-dark .bootstrap-select .btn:active:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.form.inputs-dark .bootstrap-select .btn:active:after, .form.inputs-dark .bootstrap-select .btn:focus:after, .form.inputs-dark .bootstrap-select .btn:hover:after, .form.inputs-dark .bootstrap-select .btn:active:focus:after, .form.inputs-dark .bootstrap-select .btn:active:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.form.inputs-dark .bootstrap-select .btn:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.form.inputs-dark .bootstrap-select .btn:active, .form.inputs-dark .bootstrap-select .btn:focus, .form.inputs-dark .bootstrap-select .btn:hover {
  color: #fff;
  background-color: var(--color-theme);
}
.form.inputs-dark .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark .btn[type=submit] {
  /*background-color: darken($color-default, 15%);*/
}
.form.inputs-dark .checkboxes {
  color: #fff;
}
.form.inputs-dark .icheckbox {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
}
.form.inputs-dark .icheckbox:after {
  color: #fff;
}
.form.inputs-dark .ui-slider .noUi-base {
  /*background-color: lighten($color-default, 20%);*/
  background-color: rgba(255, 255, 255, 0.15);
}
.form.inputs-dark .ui-slider .noUi-base .noUi-connect {
  background-color: #fff;
}
.form.inputs-dark .ui-slider .noUi-base .noUi-background {
  /*background-color: lighten($color-default, 20%);*/
  background-color: rgba(0, 0, 0, 0.7);
}
.form.inputs-dark .ui-slider .noUi-base .noUi-handle {
  border: 2px solid #fff;
  background-color: var(--color-theme);
}
.form.inputs-dark .ui-slider .noUi-base .noUi-handle:hover, .form.inputs-dark .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
}
.form.inputs-dark .ui-slider .values {
  color: #fff;
}
.form.inputs-dark .ui-slider .values input {
  background-color: transparent;
  border: none;
  width: 49%;
}
.form .btn[type=submit] {
  padding: 13px;
  margin-top: -2px;
}

form.submitted .status {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
form.submitted .form-group, form.submitted .input-group {
  pointer-events: none;
}
form .status {
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: -20px;
  right: -20px;
  position: absolute;
}
form .status .status-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  width: 40px;
  height: 40px;
  background-color: grey;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
form .status .status-icon.valid {
  background-color: #50aa8d;
}
form .status .status-icon.invalid {
  background-color: #e45544;
}
form .status i {
  font-size: 18px;
}

.form.inputs-underline label:not(.no-margin), .input-group.inputs-underline label:not(.no-margin) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    bottom: -5px;
    -webkit-font-smoothing: antialiased;
}
.form.inputs-underline input[type="text"], .form.inputs-underline input[type="email"], .form.inputs-underline input[type="date"], .form.inputs-underline input[type="time"], .form.inputs-underline input[type="search-text"], .form.inputs-underline input[type="password"], .form.inputs-underline input[type="number"], .form.inputs-underline input[type="tel"], .form.inputs-underline textarea.form-control, .input-group.inputs-underline input[type="text"], .input-group.inputs-underline input[type="email"], .input-group.inputs-underline input[type="date"], .input-group.inputs-underline input[type="time"], .input-group.inputs-underline input[type="search-text"], .input-group.inputs-underline input[type="password"], .input-group.inputs-underline input[type="number"], .input-group.inputs-underline input[type="tel"], .input-group.inputs-underline textarea.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 0;
}
.form.inputs-underline input[type="text"]:active, .form.inputs-underline input[type="text"]:focus, .form.inputs-underline input[type="email"]:active, .form.inputs-underline input[type="email"]:focus, .form.inputs-underline input[type="date"]:active, .form.inputs-underline input[type="date"]:focus, .form.inputs-underline input[type="time"]:active, .form.inputs-underline input[type="time"]:focus, .form.inputs-underline input[type="search-text"]:active, .form.inputs-underline input[type="search-text"]:focus, .form.inputs-underline input[type="password"]:active, .form.inputs-underline input[type="password"]:focus, .form.inputs-underline input[type="number"]:active, .form.inputs-underline input[type="number"]:focus, .form.inputs-underline input[type="tel"]:active, .form.inputs-underline input[type="tel"]:focus, .form.inputs-underline textarea.form-control:active, .form.inputs-underline textarea.form-control:focus, .input-group.inputs-underline input[type="text"]:active, .input-group.inputs-underline input[type="text"]:focus, .input-group.inputs-underline input[type="email"]:active, .input-group.inputs-underline input[type="email"]:focus, .input-group.inputs-underline input[type="date"]:active, .input-group.inputs-underline input[type="date"]:focus, .input-group.inputs-underline input[type="time"]:active, .input-group.inputs-underline input[type="time"]:focus, .input-group.inputs-underline input[type="search-text"]:active, .input-group.inputs-underline input[type="search-text"]:focus, .input-group.inputs-underline input[type="password"]:active, .input-group.inputs-underline input[type="password"]:focus, .input-group.inputs-underline input[type="number"]:active, .input-group.inputs-underline input[type="number"]:focus, .input-group.inputs-underline input[type="tel"]:active, .input-group.inputs-underline input[type="tel"]:focus, .input-group.inputs-underline textarea.form-control:active, .input-group.inputs-underline textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.form.inputs-underline input[type="text"]:hover, .form.inputs-underline input[type="email"]:hover, .form.inputs-underline input[type="date"]:hover, .form.inputs-underline input[type="time"]:hover, .form.inputs-underline input[type="search-text"]:hover, .form.inputs-underline input[type="password"]:hover, .form.inputs-underline input[type="number"]:hover, .form.inputs-underline input[type="tel"]:hover, .form.inputs-underline textarea.form-control:hover, .input-group.inputs-underline input[type="text"]:hover, .input-group.inputs-underline input[type="email"]:hover, .input-group.inputs-underline input[type="date"]:hover, .input-group.inputs-underline input[type="time"]:hover, .input-group.inputs-underline input[type="search-text"]:hover, .input-group.inputs-underline input[type="password"]:hover, .input-group.inputs-underline input[type="number"]:hover, .input-group.inputs-underline input[type="tel"]:hover, .input-group.inputs-underline textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group .btn, .input-group.inputs-underline .input-group .btn {
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding: 8px 12px 9px 12px;
}
.form.inputs-underline .input-group-btn .btn, .input-group.inputs-underline .input-group-btn .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding: 14px 12px 13px 12px;
}
.form.inputs-underline .input-group-btn .btn:active, .form.inputs-underline .input-group-btn .btn:focus, .form.inputs-underline .input-group-btn .btn:hover, .form.inputs-underline .input-group-btn .btn:active:focus, .form.inputs-underline .input-group-btn .btn:active:hover, .input-group.inputs-underline .input-group-btn .btn:active, .input-group.inputs-underline .input-group-btn .btn:focus, .input-group.inputs-underline .input-group-btn .btn:hover, .input-group.inputs-underline .input-group-btn .btn:active:focus, .input-group.inputs-underline .input-group-btn .btn:active:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group-btn .btn:active:after, .form.inputs-underline .input-group-btn .btn:focus:after, .form.inputs-underline .input-group-btn .btn:hover:after, .form.inputs-underline .input-group-btn .btn:active:focus:after, .form.inputs-underline .input-group-btn .btn:active:hover:after, .input-group.inputs-underline .input-group-btn .btn:active:after, .input-group.inputs-underline .input-group-btn .btn:focus:after, .input-group.inputs-underline .input-group-btn .btn:hover:after, .input-group.inputs-underline .input-group-btn .btn:active:focus:after, .input-group.inputs-underline .input-group-btn .btn:active:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group-btn .btn:after, .input-group.inputs-underline .input-group-btn .btn:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.form.inputs-underline .bootstrap-select, .input-group.inputs-underline .bootstrap-select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form.inputs-underline .bootstrap-select .btn, .input-group.inputs-underline .bootstrap-select .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  color: inherit;
  padding-left: 0 !important;
  outline: none !important;
}
.form.inputs-underline .bootstrap-select .btn:active, .form.inputs-underline .bootstrap-select .btn:focus, .form.inputs-underline .bootstrap-select .btn:hover, .input-group.inputs-underline .bootstrap-select .btn:active, .input-group.inputs-underline .bootstrap-select .btn:focus, .input-group.inputs-underline .bootstrap-select .btn:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
}
.form.inputs-underline .bootstrap-select .btn:active:after, .form.inputs-underline .bootstrap-select .btn:focus:after, .form.inputs-underline .bootstrap-select .btn:hover:after, .input-group.inputs-underline .bootstrap-select .btn:active:after, .input-group.inputs-underline .bootstrap-select .btn:focus:after, .input-group.inputs-underline .bootstrap-select .btn:hover:after {
  display: none;
}
.form.inputs-underline .bootstrap-select > .dropdown-toggle.bs-placeholder, .input-group.inputs-underline .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline select, .form.inputs-underline select.form-control, .input-group.inputs-underline select, .input-group.inputs-underline select.form-control {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  outline: none !important;
}
.form.inputs-underline select:hover, .form.inputs-underline select.form-control:hover, .input-group.inputs-underline select:hover, .input-group.inputs-underline select.form-control:hover {
  cursor: pointer;
}
.form.inputs-underline select option[value=""], .form.inputs-underline select.form-control option[value=""], .input-group.inputs-underline select option[value=""], .input-group.inputs-underline select.form-control option[value=""] {
  color: rgba(0, 0, 0, 0.5);
}
.form.inputs-underline ::-webkit-input-placeholder, .input-group.inputs-underline ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline :-moz-placeholder, .input-group.inputs-underline :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline ::-moz-placeholder, .input-group.inputs-underline ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline :-ms-input-placeholder, .input-group.inputs-underline :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.checkboxes li {
  display: inline-block;
  margin-right: 20px;
}

.single-file-input {
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
}
.single-file-input input[type="file"] {
  padding-top: 40px;
  position: absolute;
  width: 100%;
  cursor: pointer;
  outline: none;
  z-index: 1;
}
.single-file-input div i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-left: 5px;
}

.ui-slider {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin-top: -2px;
}
.ui-slider .noUi-base {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 2px;
  background-color: #e4e4e2;
  margin-top: 6px;
}
.ui-slider .noUi-base .noUi-connect {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--color-theme);
}
.ui-slider .noUi-base .noUi-background {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e4e4e2;
}
.ui-slider .noUi-base .noUi-handle {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid var(--color-theme);
  background-color: var(--color-theme);
  cursor: pointer;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -4px;
}
.ui-slider .noUi-base .noUi-handle:before, .ui-slider .noUi-base .noUi-handle:after {
  display: none;
}
.ui-slider .noUi-base .noUi-handle:hover, .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
}
.ui-slider .noUi-base .noUi-handle.noUi-handle-upper {
  left: -8px;
}
.ui-slider .values {
  font-size: 10px;
}
.ui-slider .values input {
  background-color: transparent;
  border: none;
  width: 49%;
}
.ui-slider .values input:first-child {
  float: left;
}
.ui-slider .values input:last-child {
  float: right;
  text-align: right;
}

.read-more + [data-readmore-toggle], .read-more[data-readmore] {
  min-width: auto !important;
}

/*select, select.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: inherit;
  -webkit-appearance: none;
  background-color: #fff;
  padding: 13px 9px;
  width: 100%;
  position: relative;
  background-image: url("../../assets/img/carret-down.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
select:hover, select.form-control:hover {
  cursor: pointer;
}*/

/*
@-moz-document url-prefix() {
    select, select.form-control { padding: 4px 10px; }
}
*/
.form-control {
  border: 0px solid red;
  padding: 0;
}

/* 7. Responsive */
body::before {
  display: none;
  content: "lg";
}

.hero-section.has-sidebar .map-wrapper {
  width: 75%;
}
.hero-section.has-sidebar .results-wrapper {
  width: 25%;
}
.hero-section .map-wrapper {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body::before {
    content: "md";
  }

  .hero-section.has-sidebar.sidebar-grid .map-wrapper, .hero-section.has-sidebar.sidebar-grid .results-wrapper {
    width: 50%;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content .item {
    width: 43.2%;
  }
  .hero-section.has-sidebar .map-wrapper {
    width: 65%;
  }
  .hero-section.has-sidebar .results-wrapper {
    width: 35%;
  }
  .hero-section .map-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body::before {
    content: "sm";
  }

  .categories-list .list-item .title h3 {
    display: block;
  }
  .categories-list .list-item .title .icon {
    display: block;
  }
  .categories-list .list-item ul {
    padding-left: 0;
  }

  .item > a .description h3 {
    font-size: 16px;
  }

  .pricing h2 {
    font-size: 20px;
  }
  .pricing figure {
    top: -35px;
  }

  .hero-section.has-sidebar.sidebar-grid .map-wrapper, .hero-section.has-sidebar.sidebar-grid .results-wrapper {
    width: 50%;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content {
    padding-right: 40px;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content .item {
    width: 100%;
  }
  .hero-section.has-sidebar .map-wrapper {
    width: 65%;
  }
  .hero-section.has-sidebar .results-wrapper {
    width: 35%;
  }
  .hero-section .map-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body::before {
    content: "xs";
  }

  body .primary-nav a i, body .secondary-nav a i {
    display: inline-block;
  }
  body .primary-nav a span, body .secondary-nav a span {
    display: none;
  }
  body.html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

  .page-wrapper {
    display: block;
    overflow-x: hidden;
    overflow: visible;

  }

  .page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
    display: block;
  }

  .page-wrapper #page-header, .page-wrapper #page-footer {
    height: auto;
  }

  .gallery.detail .image {
    height: 200px;
  }

  .item.item-row {
    overflow: hidden;
  }
  .item.item-row > a {
    display: block;
    padding-left: 0;
    height: auto;
  }
  .item.item-row > a .image {
    width: 100%;
    height: 220px;
    position: relative;
  }
  .item.item-row > a .description {
    display: block;
    padding-top: 15px;
  }
  .item.item-row > a .map {
    display: block;
    height: 100px;
    width: 100%;
  }
  .item.item-row .additional-info {
    width: 100%;
    display: block;
    text-align: left;
    padding: 20px;
  }
  .item.item-row .controls-more {
    top: inherit;
    bottom: 20px;
  }

  .form .checkboxes {
    margin-top: 10px;
  }
  .form .checkboxes li {
    width: 49%;
    margin-right: 0px;
  }

  /* .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal .modal-dialog {
    width: auto;
    margin-top: 40px;
  }
  .modal .modal-item-detail.modal-dialog {
    width: auto;
  }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left section {
    padding-left: 0;
  } */

  #page-header .add-listing {
    padding: 3px 7px;
  }
  #page-header .add-listing span {
    display: none;
  }
  #page-header .add-listing i {
    margin-right: 0;
  }
  #page-header .secondary-nav .image {
    float: none;
    margin-bottom: 0;
  }
  #page-header nav {
    white-space: nowrap;
  }
  #page-header nav .brand img {
    max-width: 100%;
  }

  .hero-section.has-map.sidebar-grid .results-wrapper, .hero-section.has-map.has-sidebar.sidebar-grid .results-wrapper {
    height: 700px;
    z-index: 1;
    /*overflow: hidden;*/
  }
  .hero-section.has-map.sidebar-grid .results-content, .hero-section.has-map.has-sidebar.sidebar-grid .results-content {
    padding-right: 40px;
  }
  .hero-section.has-map.sidebar-grid .results-content .item, .hero-section.has-map.has-sidebar.sidebar-grid .results-content .item {
    width: 100%;
  }
  .hero-section.has-map .map-wrapper, .hero-section.has-map.has-sidebar .map-wrapper {
    width: 100%;
  }
  .hero-section.has-map .results-wrapper, .hero-section.has-map.has-sidebar .results-wrapper {
    width: 100%;
    height: 500px;
    z-index: 1;
    margin-bottom: 20px;
    float: none;
  }
  .hero-section.has-map .results-wrapper .results, .hero-section.has-map.has-sidebar .results-wrapper .results {
    /*min-height: 500px;*/
    height: 650px;
  }
  .hero-section .coupon {
    width: 100%;
  }
  .hero-section .coupon h1 {
    font-size: 24px;
  }
  .hero-section .coupon .image {
    position: absolute;
    left: 0;
  }
  .hero-section .coupon .image .circle {
    width: 90px;
    height: 90px;
    color: #fff;
    font-weight: bold;
    left: 0;
    top: 0;
    background-color: var(--color-theme);
    font-size: 24px;
    text-align: center;
    line-height: 86px;
  }
  .hero-section .coupon .image .bg-transfer {
    width: 300px;
    height: 300px;
  }
  .hero-section .coupon .description {
    padding-left: 330px;
    padding-top: 10px;
  }
  .hero-section .coupon .description hr {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .hero-section .coupon .description figure {
    display: inline-block;
    margin-right: 20px;
  }
  .hero-section .coupon .description .count-down {
    margin-bottom: 20px;
  }
  .hero-section .coupon .description .count-down .countdown-row .countdown-amount {
    font-size: 18px;
  }

  .hero-section {
    z-index: 1;
  }
  .hero-section.has-map .search-form {
    z-index: 1;
    position: relative;
    height: auto;
    top: 0 !important;
  }
  .hero-section.has-map .search-form .container {
    height: auto !important;
  }
  .hero-section.has-map .search-form form {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hero-section.has-map .form.horizontal form {
    padding: 25px;
  }
  .hero-section.has-map .form.horizontal.position-bottom form {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0px;
    margin-top: 10px;
  }
  .hero-section.has-background {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .hero-section.has-background h1 {
    font-size: 38px;
    margin-top: 20px;
  }
  .hero-section.has-background h2 {
    font-size: 20px;
  }
  .hero-section.has-background .form.horizontal form {
    padding-bottom: 10px;
  }
  .hero-section .form .advanced-search-heading {
    margin-top: 25px;
    text-align: center;
  }
  .hero-section .search-form {
    height: auto;
    margin-bottom: 20px;
  }
  .hero-section .results-wrapper {
    overflow: visible;
  }

  .my-items {
    overflow-x: scroll;
  }

  .invisible-on-mobile {
    display: none !important;
  }

  .page-title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  [class*=" height-"]:not(.map) {
    height: auto;
  }

  .subject-list .image {
    height: auto;
  }
  .subject-list .image .bg-transfer {
    background-image: none;
    position: relative;
  }
  .subject-list .image .bg-transfer img {
    display: block !important;
    width: 100%;
  }

  .subject-detail {
    display: block;
  }
  .subject-detail .image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .subject-detail .image .bg-transfer {
    background-image: none;
    position: relative;
  }
  .subject-detail .image .bg-transfer img {
    display: block !important;
    width: 100%;
  }
  .subject-detail .description {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-height-inherit {
    height: 100% !important;
  }

  .hero-section.has-background {
    padding-top: 0;
    height: 100% !important;
    min-height: inherit !important;
  }

  .hero-section.has-background .slider .slide {
    display: block;
    overflow: hidden;
  }

  .hero-section .coupon {
    display: block;
  }
  .hero-section .coupon .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .hero-section .coupon .image {
    position: relative;
  }
  .hero-section .coupon .image .bg-transfer {
    width: 100%;
    height: 150px;
    border-radius: 0;
    position: relative;
  }
  .hero-section .coupon .image .circle {
    position: absolute;
    left: 10px;
    bottom: -10px;
    top: inherit;
  }
  .hero-section .coupon .description {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .hero-section.has-background .slider [data-owl-dots="1"] .owl-dots {
    text-align: center;
    width: 100%;
    bottom: 0;
  }

  .hero-section.has-background .slider .presentation .description {
    position: relative;
    bottom: 0;
    padding-bottom: 50px;
  }

  .hero-section.has-background .form.horizontal form {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .hero-section.has-background .form.horizontal.position-bottom, .hero-section.has-background .form.horizontal.position-top {
    position: relative;
  }

  .form.horizontal.position-bottom form {
    bottom: 0;
    margin-top: 20px;
  }

  .hero-section.has-background .slider .presentation .description h1 {
    font-size: 40px;
  }

  .xs-p-relative {
    position: relative !important;
  }

  .step {
    text-align: center;
  }
  .step .circle {
    position: relative;
    display: inline-block;
  }
  .step .box {
    margin-left: 0;
    margin-top: 20px;
  }
  .step .box:after {
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #fafafa transparent;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .step .box:before {
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
  }
}


/* CSS for c-toolbar added by Madhav*/


.c-toolbar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 20px 30px !important;
    background-color: #fff !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07) !important;
}
@media only screen and (max-width: 768px) {
    .c-toolbar {
        padding: 20px 15px !important;
    }
}
.c-toolbar__title {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 !important;
    color: #354052 !important;
    font-size: 18px
}
.c-toolbar__title.has-divider:after {
    display: block !important;
    width: 1px !important;
    height: 15px !important;
    margin: 0 13px !important;
    background-color: #dfe3e9 !important;
    content: " " !important;
}
.c-toolbar__meta {
    margin: 0 !important;
    color: #7f8fa4 !important;
    font-size: 14px !important;
}
.c-toolbar__icon {
    display: block !important;
    color: #ced0da !important;
    font-size: 18px !important;
}
.c-toolbar__icon.is-active {
    color: #db4a56
}
.c-toolbar__icon.has-divider:after {
    display: inline-block !important;
    position: relative !important;
    top: 0 !important;
    width: 1px !important;
    height: 15px !important;
    margin: 0 13px !important;
    background-color: #dfe3e9 !important;
    content: " " !important;
}
.c-toolbar__link {
    color: #7f8fa4 !important;
    font-size: 14px !important;
}
.c-toolbar__link.has-dropdown:after {
    display: inline-block !important;
    margin-left: 10px !important;
    color: inherit !important;
    font-family: FontAwesome !important;
    font-size: 12px !important;
    content: "\f3d0" !important;
}
@media only screen and (max-width: 576px) {
    .c-toolbar__nav {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.c-toolbar__nav-item {
    margin-right: 25px !important;
    padding: 0 0 30px !important;
    color: #7f8fa4 !important;
    font-size: 1.5rem !important;
}
.c-toolbar__nav-item:last-child {
    margin-right: 0 !important;
}
.c-toolbar__nav-item:hover {
    color: #354052 !important;
    text-decoration: none !important;
}
.c-toolbar__nav-item.is-active {
    border-bottom: 2px solid #db4a56 !important;
    color: #5e6a8b !important;
    font-weight: 600 !important;
}
@media only screen and (max-width: 576px) {
    .c-toolbar__nav-item {
        padding-bottom: 20px !important;
    }
}
.c-toolbar__state {
    border-right: 1px solid #e6eaee !important;
    text-align: center !important;
}
@media (max-width: 768px) {
    .c-toolbar__state {
        margin-bottom: 2.1rem !important;
        border-right: 0 !important;
    }
    .c-toolbar__state:nth-child(3),
    .c-toolbar__state:nth-child(4) {
        margin-bottom: 0 !important;
    }
}
.c-toolbar__state:last-child {
    border-right: 0 !important;
}
.c-toolbar__state-number {
    margin-bottom: 0 !important;
    font-size: 2.1rem !important;
}
.c-toolbar__state-title {
    color: #7f8fa4 !important;
    font-size: 1.3rem !important;
    text-transform: uppercase !important;
}



.c-btn {
    display: inline-block !important;
    position: relative !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 1rem 2rem !important;
    transition: all .15s ease-in-out !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    border-color: #1a91eb !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background: #db4a56 !important;
    background: linear-gradient(180deg, #db4a56, #1990ea)
}
.c-btn:focus,
.c-btn:hover {
    outline: 0 !important;
    color: #fff !important;
    text-decoration: none
}
.c-btn i {
    position: relative !important;
    bottom: -1px !important;
    font-size: 16px
}
.c-btn.has-dropdown {
    position: relative !important;
    padding-right: 2.5rem
}
.c-btn.has-dropdown:after {
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    margin-left: 2.25rem !important;
    padding: 1rem 8px !important;
    border-left: 1px solid !important;
    border-color: inherit !important;
    color: inherit !important;
    font-family: FontAwesome !important;
    content: "\f107"
}
.c-btn.is-disabled,
.c-btn:disabled {
    border-color: #e6eaee !important;
    background: #f5f8fa !important;
    color: rgba(53, 64, 82, .5)
}
.c-btn.is-disabled:focus,
.c-btn.is-disabled:hover,
.c-btn:disabled:focus,
.c-btn:disabled:hover {
    border-color: #e6eaee !important;
    background: #f5f8fa !important;
    color: rgba(53, 64, 82, .5) !important;
    cursor: not-allowed
}
.c-btn--fullwidth {
    width: 100%
}
.c-btn--small {
    padding: .9rem 1.125rem !important;
    font-size: 1.3rem
}
.c-btn--small i {
    margin-right: 5px
}
.c-btn--large {
    padding: .9rem 1.875rem !important;
    font-size: 1.5rem
}
.c-btn--primary {
    background: #475364 !important;
    background: linear-gradient(180deg, #475364, #273142) !important;
    border-color: #354052
}
.c-btn--primary:hover {
    background: #3f4958 !important;
    background: linear-gradient(180deg, #3f4958, #151b24)
}
.c-btn--primary:focus {
    background: #3a4452 !important;
    background: linear-gradient(180deg, #3a4452, #12161e)
}
.c-btn--secondary {
    background: #fff !important;
    background: linear-gradient(180deg, #fff, #f2f4f7) !important;
    border-color: #dfe3e9 !important;
    color: #354052
}
.c-btn--secondary:hover {
    background: #fcfcfc !important;
    background: linear-gradient(180deg, #fcfcfc, #eceff3) !important;
    color: #354052
}
.c-btn--secondary:focus {
    background: #fafafa !important;
    background: linear-gradient(180deg, #fafafa, #e9ecf1) !important;
    color: #354052
}
.c-btn--info {
    background: #db4a56 !important;
    background: linear-gradient(180deg, #db4a56, #1990ea) !important;
    border-color: #1a91eb
}
.c-btn--info:hover {
    background: #1a98f7 !important;
    background: linear-gradient(180deg, #1a98f7, #1485db)
}
.c-btn--info:focus {
    background: #1094f7 !important;
    background: linear-gradient(180deg, #1094f7, #137fd1)
}
.c-btn--success {
    background: #39b54a !important;
    background: linear-gradient(180deg, #39b54a, #34aa44) !important;
    border-color: #249533
}
.c-btn--success:hover {
    background: #34a544 !important;
    background: linear-gradient(180deg, #34a544, #2f9a3e)
}
.c-btn--success:focus {
    background: #329e40 !important;
    background: linear-gradient(180deg, #329e40, #2d933b)
}
.c-btn--fancy {
    background: #886ce6 !important;
    background: linear-gradient(180deg, #886ce6, #7d5be2) !important;
    border-color: #7d5be2
}
.c-btn--fancy:hover {
    background: #7a5be3 !important;
    background: linear-gradient(180deg, #7a5be3, #6f4adf)
}
.c-btn--fancy:focus {
    background: #7352e2 !important;
    background: linear-gradient(180deg, #7352e2, #6841dd)
}
.c-btn--warning {
    background: #fd9a18 !important;
    background: linear-gradient(180deg, #fd9a18, #f16911) !important;
    border-color: #f16911
}
.c-btn--warning:hover {
    background: #fd9104 !important;
    background: linear-gradient(180deg, #fd9104, #e0600d)
}
.c-btn--warning:focus {
    background: #f48c02 !important;
    background: linear-gradient(180deg, #f48c02, #d75c0d)
}
.c-btn--danger {
    background: #f95359 !important;
    background: linear-gradient(180deg, #f95359, #d35847) !important;
    border-color: #d35847
}
.c-btn--danger:hover {
    background: #f83f46 !important;
    background: linear-gradient(180deg, #f83f46, #cf4937)
}
.c-btn--danger:focus {
    background: #f8353c !important;
    background: linear-gradient(180deg, #f8353c, #cb4331)
}
.c-btn-group {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex
}
.c-btn-group>.c-btn:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0
}
.c-btn-group>.c-btn:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0
}
.c-btn-group>.c-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.c-btn-group>.c-btn+.c-btn {
    border-left: 0
}
.c-btn-group--fullwidth {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}
.c-btn-group--fullwidth>.c-btn,
.c-navbar {
    width: 100%
}


.u-h1 {
    font-size: 2.25rem
}
.u-h2 {
    font-size: 1.75rem
}
.u-h3 {
    font-size: 1.5rem
}
.u-h4 {
    font-size: 1.25rem
}
.u-h5 {
    font-size: 1.125rem
}
.u-h6 {
    font-size: 1rem
}
.u-text-mute {
    color: #7f8fa4!important
}
.u-text-danger {
    color: #ed1c24!important
}
.u-text-success {
    color: #45b854!important
}
.u-text-dark {
    color: #354052
}
.u-text-white {
    color: #fff
}
.u-text-tiny {
    font-size: .625rem!important
}
.u-text-xsmall {
    font-size: .75rem!important
}
.u-text-small {
    font-size: .875rem!important
}
.u-text-large {
    font-size: 1rem!important
}
.u-text-bold {
    font-weight: 600!important
}
.u-text-right {
    text-align: right!important
}
.u-text-left {
    text-align: left!important
}
.u-text-center {
    text-align: center!important
}
.u-text-uppercase {
    text-transform: uppercase!important
}
.u-text-lowercase {
    text-transform: lowercase!important
}
.u-text-capitalize {
    text-transform: capitalize!important
}
.u-float-left {
    float: left!important
}
.u-float-right {
    float: right!important
}
.u-clearfix:after {
    display: table!important !important;
    clear: both!important !important;
    content: ""!important
}
.u-m-zero {
    margin: 0!important
}
.u-mt-zero {
    margin-top: 0!important
}
.u-mr-zero {
    margin-right: 0!important
}
.u-mb-zero {
    margin-bottom: 0!important
}
.u-ml-zero {
    margin-left: 0!important
}
.u-mv-zero {
    margin-top: 0!important !important;
    margin-bottom: 0!important
}
.u-mh-zero {
    margin-right: 0!important !important;
    margin-left: 0!important
}
.u-m-auto {
    margin: auto!important
}
.u-mt-auto {
    margin-top: auto!important
}
.u-mr-auto {
    margin-right: auto!important
}
.u-mb-auto {
    margin-bottom: auto!important
}
.u-ml-auto {
    margin-left: auto!important
}
.u-mv-auto {
    margin-top: auto!important !important;
    margin-bottom: auto!important
}
.u-mh-auto {
    margin-right: auto!important;
    margin-left: auto!important
}
.u-m-xsmall {
    margin: .625rem!important
}
.u-mt-xsmall {
    margin-top: .625rem!important
}
.u-mr-xsmall {
    margin-right: .625rem!important
}
.u-mb-xsmall {
    margin-bottom: .625rem!important
}
.u-ml-xsmall {
    margin-left: .625rem!important
}
.u-mv-xsmall {
    margin-top: .625rem!important;
    margin-bottom: .625rem!important
}
.u-mh-xsmall {
    margin-right: .625rem!important;
    margin-left: .625rem!important
}
.u-m-small {
    margin: .9375rem!important
}
.u-mt-small {
    margin-top: .9375rem!important
}
.u-mr-small {
    margin-right: .9375rem!important
}
.u-mb-small {
    margin-bottom: .9375rem!important
}
.u-ml-small {
    margin-left: .9375rem!important
}
.u-mv-small {
    margin-top: .9375rem!important;
    margin-bottom: .9375rem!important
}
.u-mh-small {
    margin-right: .9375rem!important;
    margin-left: .9375rem!important
}
.u-m-medium {
    margin: 1.875rem!important
}
.u-mt-medium {
    margin-top: 1.875rem!important
}
.u-mr-medium {
    margin-right: 1.875rem!important
}
.u-mb-medium {
    margin-bottom: 1.875rem!important
}
.u-ml-medium {
    margin-left: 1.875rem!important
}
.u-mv-medium {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important
}
.u-mh-medium {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important
}
.u-m-large {
    margin: 3.125rem!important
}
.u-mt-large {
    margin-top: 3.125rem!important
}
.u-mr-large {
    margin-right: 3.125rem!important
}
.u-mb-large {
    margin-bottom: 3.125rem!important
}
.u-ml-large {
    margin-left: 3.125rem!important
}
.u-mv-large {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important
}
.u-mh-large {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!important
}
.u-m-xlarge {
    margin: 6.25rem!important
}
.u-mt-xlarge {
    margin-top: 6.25rem!important
}
.u-mr-xlarge {
    margin-right: 6.25rem!important
}
.u-mb-xlarge {
    margin-bottom: 6.25rem!important
}
.u-ml-xlarge {
    margin-left: 6.25rem!important
}
.u-mv-xlarge {
    margin-top: 6.25rem!important;
    margin-bottom: 6.25rem!important
}
.u-mh-xlarge {
    margin-right: 6.25rem!important;
    margin-left: 6.25rem!important
}
.u-p-zero {
    padding: 0!important
}
.u-pt-zero {
    padding-top: 0!important
}
.u-pr-zero {
    padding-right: 0!important
}
.u-pb-zero {
    padding-bottom: 0!important
}
.u-pl-zero {
    padding-left: 0!important
}
.u-pv-zero {
    padding-top: 0!important;
    padding-bottom: 0!important
}
.u-ph-zero {
    padding-right: 0!important;
    padding-left: 0!important
}
.u-p-auto {
    padding: auto!important
}
.u-pt-auto {
    padding-top: auto!important
}
.u-pr-auto {
    padding-right: auto!important
}
.u-pb-auto {
    padding-bottom: auto!important
}
.u-pl-auto {
    padding-left: auto!important
}
.u-pv-auto {
    padding-top: auto!important;
    padding-bottom: auto!important
}
.u-ph-auto {
    padding-right: auto!important;
    padding-left: auto!important
}
.u-p-xsmall {
    padding: .625rem!important
}
.u-pt-xsmall {
    padding-top: .625rem!important
}
.u-pr-xsmall {
    padding-right: .625rem!important
}
.u-pb-xsmall {
    padding-bottom: .625rem!important
}
.u-pl-xsmall {
    padding-left: .625rem!important
}
.u-pv-xsmall {
    padding-top: .625rem!important;
    padding-bottom: .625rem!important
}
.u-ph-xsmall {
    padding-right: .625rem!important;
    padding-left: .625rem!important
}
.u-p-small {
    padding: .9375rem!important
}
.u-pt-small {
    padding-top: .9375rem!important
}
.u-pr-small {
    padding-right: .9375rem!important
}
.u-pb-small {
    padding-bottom: .9375rem!important
}
.u-pl-small {
    padding-left: .9375rem!important
}
.u-pv-small {
    padding-top: .9375rem!important;
    padding-bottom: .9375rem!important
}
.u-ph-small {
    padding-right: .9375rem!important;
    padding-left: .9375rem!important
}
.u-p-medium {
    padding: 1.875rem!important
}
.u-pt-medium {
    padding-top: 1.875rem!important
}
.u-pr-medium {
    padding-right: 1.875rem!important
}
.u-pb-medium {
    padding-bottom: 1.875rem!important
}
.u-pl-medium {
    padding-left: 1.875rem!important
}
.u-pv-medium {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important
}
.u-ph-medium {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important
}
.u-p-large {
    padding: 3.125rem!important
}
.u-pt-large {
    padding-top: 3.125rem!important
}
.u-pr-large {
    padding-right: 3.125rem!important
}
.u-pb-large {
    padding-bottom: 3.125rem!important
}
.u-pl-large {
    padding-left: 3.125rem!important
}
.u-pv-large {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important
}
.u-ph-large {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important
}
.u-p-xlarge {
    padding: 6.25rem!important
}
.u-pt-xlarge {
    padding-top: 6.25rem!important
}
.u-pr-xlarge {
    padding-right: 6.25rem!important
}
.u-pb-xlarge {
    padding-bottom: 6.25rem!important
}
.u-pl-xlarge {
    padding-left: 6.25rem!important
}
.u-pv-xlarge {
    padding-top: 6.25rem!important;
    padding-bottom: 6.25rem!important
}
.u-ph-xlarge {
    padding-right: 6.25rem!important;
    padding-left: 6.25rem!important
}
.u-color-success {
    color: #1bb934!important
}
.u-color-info {
    color: #db4a56!important
}
.u-color-danger {
    color: #ed1c24!important
}
.u-color-warning {
    color: #fd9a18!important
}
.u-color-primary {
    color: #354052!important
}
.u-color-secondary,
.u-color-white {
    color: #fff!important
}
.u-bg-success {
    background: #1bb934!important;
    background-color: #1bb934!important
}
.u-bg-info {
    background: #1a91eb!important;
    background-color: #1a91eb!important
}
.u-bg-danger {
    background: #ed1c24!important;
    background-color: #ed1c24!important
}
.u-bg-fancy {
    background: #a388e3!important;
    background-color: #a388e3!important
}
.u-bg-warning {
    background: #fd9a18!important;
    background-color: #fd9a18!important
}
.u-bg-primary {
    background: #475364!important;
    background-color: #475364!important
}
.u-bg-secondary,
.u-bg-white {
    background: #fff!important;
    background-color: #fff!important
}
.u-color-facebook {
    color: #2492e4!important
}
.u-color-twitter {
    color: #0af!important
}
.u-color-pinterest {
    color: #e30f27!important
}
.u-color-behance {
    color: #187ac6!important
}
.u-color-dribbble {
    color: #ea4c89!important
}
.u-color-linkedin {
    color: #222!important
}
.u-bg-facebook {
    border-color: #2492e4!important;
    background: #2492e4!important
}
.u-bg-twitter {
    border-color: #0af!important;
    background: #0af!important
}
.u-bg-pinterest {
    border-color: #e30f27!important;
    background: #e30f27!important
}
.u-bg-behance {
    border-color: #187ac6!important;
    background: #187ac6!important
}
.u-bg-dribbble {
    border-color: #ea4c89!important;
    background: #ea4c89!important
}
.u-bg-linkedin {
    border-color: #222;
    background-color: #222!important
}
.u-block {
    display: block!important
}
.u-inline-block {
    display: inline-block!important
}
.u-inline {
    display: inline!important
}
.u-border-top {
    border-top: 1px solid #e6eaee!important
}
.u-border-right {
    border-right: 1px solid #e6eaee!important
}
.u-border-bottom {
    border-bottom: 1px solid #e6eaee!important
}
.u-border-left {
    border-left: 1px solid #e6eaee!important
}
.u-border-zero {
    border: 0!important
}
.u-border-top-zero {
    border-top: 0!important
}
.u-border-right-zero {
    border-right: 0!important
}
.u-border-bottom-zero {
    border-bottom: 0!important
}
.u-border-left-zero {
    border-left: 0!important
}
.u-border-rounded {
    border-radius: 4px;
    overflow: hidden
}
.u-border-circle {
    border-radius: 100%;
    overflow: hidden
}
.u-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}
.u-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}
.u-justify-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}
.u-justify-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}
.u-justify-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}
.u-justify-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.u-justify-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}
.u-align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}
.u-align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}
.u-align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}
.u-align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}
.u-align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}
.u-align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}
.u-align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}
.u-align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}
.u-align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}
.u-align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}
.u-flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}
.u-flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}
.u-hidden {
    display: none!important
}
.u-hidden-visually {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    border: 0!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important
}
@media (max-width: 576px) {
    .u-hidden-down\@mobile {
        display: none!important
    }
}
@media (max-width: 768px) {
    .u-hidden-down\@tablet {
        display: none!important
    }
}
@media (max-width: 992px) {
    .u-hidden-down\@desktop {
        display: none!important
    }
}
@media (max-width: 1200px) {
    .u-hidden-down\@wide {
        display: none!important
    }
}
@media (min-width: 576px) {
    .u-hidden-up\@mobile {
        display: none!important
    }
}
@media (min-width: 768px) {
    .u-hidden-up\@tablet {
        display: none!important
    }
}
@media (min-width: 992px) {
    .u-hidden-up\@desktop {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .u-hidden-up\@wide {
        display: none!important
    }
}
.u-opacity-heavy {
    opacity: .75!important
}
.u-opacity-medium {
    opacity: .5!important
}
.u-opacity-light {
    opacity: .25!important
}
.u-opacity-zero {
    opacity: 0
}
.u-width-25 {
    width: 25%!important
}
.u-width-50 {
    width: 50%!important
}
.u-width-75 {
    width: 75%!important
}
.u-width-100 {
    width: 100%!important
}
.u-height-25 {
    height: 25%!important
}
.u-height-50 {
    height: 50%!important
}
.u-height-75 {
    height: 75%!important
}
.u-height-100 {
    height: 100%!important
}


.c-range {
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.c-range--inline {
    width: 96px !important;
}
.c-range::-webkit-slider-thumb {
    position: relative;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #2da1f8;
    background: linear-gradient(180deg, #2da1f8, #1991eb)
}
.c-range::-webkit-slider-runnable-track {
    height: 2px;
    border-radius: 1px;
    background-color: #ced0da
}

/* Css end for c-toolbar*/

/*CSS for Spiciality page */

.c-project {
    margin-bottom: 2.5rem;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background: #fff;
    max-height: 270px;
}
.c-project:hover .c-project__profile:nth-child(n) {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.c-project__img {
    position: relative;
    margin-bottom: 1.3rem;
    border-radius: 4px;
    overflow: hidden
}
.c-project__img>img {
    display: block;
    width: 100%;
}
.c-project__title {
    font-size: 15px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
}
.c-project__status {
    display: block;
    margin-top: 5px;
    color: #03335a;
    font-size: 1.2rem;
    padding: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.c-project__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    padding-left: 1.3rem
}
.c-project__profile {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 0.35rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center
}
.c-project__profile:nth-child(2) {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}
.c-project__profile:nth-child(3) {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
}
.c-project__profile:nth-child(4) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
}
.c-project__profile:nth-child(5) {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px)
}
@media (max-width: 1200px) {
    .c-project__profile:nth-child(n) {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.c-project__profile img {
    border-radius: 100%;
    width: 100%;
}
.c-project__profile--btn {
    border-radius: 100%;
    background-color: #e6eaee;
    color: #7f8fa4;
    font-size: 1.5rem;
    line-height: 32px
}
.c-project__profile--btn:hover {
    background-color: #1bb934;
    color: #fff
}
/*CSS end for Spiciality page*/

/*CSS for Tooltip*/

.c-tooltip {
    position: relative
}
.c-tooltip:after {
    display: none;
    position: absolute;
    max-height: 5rem;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background-color: #1d2531;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    content: attr(aria-label);
    overflow: hidden;
    z-index: 200
}
.c-tooltip:before {
    display: none;
    position: absolute;
    border: 6px solid transparent;
    content: " "
}
.c-tooltip:hover:after,
.c-tooltip:hover:before {
    display: block
}
.c-tooltip--top:after {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px)
}
.c-tooltip--top:before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-top-color: #1d2531
}
.c-tooltip--bottom:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 12px);
    transform: translate(-50%, 12px)
}
.c-tooltip--bottom:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-bottom-color: #1d2531
}
.c-tooltip--right:after {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(12px, -50%);
    transform: translate(12px, -50%)
}
.c-tooltip--right:before {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #1d2531
}
.c-tooltip--left:after {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%)
}
.c-tooltip--left:before {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #1d2531
}
/*CSS end for Tooltip*/



.c-menu__title {
    margin: 0 0 1rem 20px;
    color: #9fa9ba;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase
}
.c-menu__link {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 20px;
    border-radius: 4px;
    color: #354052;
    font-size: 1.5rem;
    font-weight: 400
}
.c-menu__link:hover {
    text-decoration: none
}
.c-menu__link.is-active {
    background-color: #1991eb;
    color: #fff
}
.c-menu__icon {
    margin-right: 1.25rem;
    color: #7f8fa4
}
.c-menu__link:hover .c-menu__icon {
    color: #db4a56
}









/* Custom Style Css Start */

/*form styles*/
.steps {
    width: 100%;
  margin: 0 auto;
  position: relative;
}

.steps fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
    padding: 20px 15px;
    border-top: 9px solid var(--color-theme);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    float: left;
    position: absolute;
}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
.steps label{
  color: #333333;
  text-align: left !important;
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 7px;
  padding-top: 12px;
  display: inline-block;
}

  .steps input, .steps textarea,  .steps select {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 15px;
    /* border: 1px solid #d9d9d9; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #837E7E;
    font-family: "Roboto";
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-wieght: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}  

 .steps input:focus, .steps textarea:focus{
  color: #333333;
  outline: 1px solid var(--color-theme);
} 

.error1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    right: 4px;
    margin-top: -58px;
    padding: 0 10px;
    height: 39px;
    display: block;
    color: #ffffff;
    background: var(--error-color);
    border: 0;
    font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 39px;
    white-space: nowrap;
    z-index: 999;
}

.error1:before {
    width: 0;
    height: 0;
    left: -5px;
    top: 15px;
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 5px solid var(--error-color);
    border-bottom: 5px solid transparent;
}

.error-log{
    margin: 5px 5px 5px 0;
  font-size: 19px;
  position: relative;
  bottom: -2px;
}

.question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
  }

/*buttons*/
.steps .action-button, .action-button {
  width: 150px !important;
  background: var(--color-theme);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}

.steps .next, .steps .submit{
    float: right;
}

.steps .previous{
  float:left;
}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
    background: #3b454d;
    color: #fff;
}

.steps .explanation{
display: block;
  clear: both;
  width: 100%;
  background: #f2f2f2;
  position: relative;
  margin-left: -30px;
  padding: 22px 0px;
  margin-bottom: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 10px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 200;
  cursor:pointer;
}

.field.hs-form-field {
    width: 50%;
    float: left;
    margin: 0px;
    padding-left: 10px;
    position: relative;
}

/*headings*/
.fs-title {
  text-transform: uppercase;
     margin: 0 0 5px;
     line-height: 1;
     color: var(--color-theme);
     font-size: 18px;
    font-weight: 400;
    text-align:center;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #837E7E;
  margin-bottom: 20px;
  text-align: center;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width:100%;
  text-align: center;
}
#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 13px;
    color: var(--color-theme);
    background: #dadbd9;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dadad9;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: var(--color-theme);
  color: white;
}

#crop_profilePic{
  background: #74B4F64f !important;
}



@media (max-width:1000px){

/*brings inputs down in size */
.steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100% !important;
  }

  /*brings errors in */
  .error1 {
  left: 345px;
  margin-top: -58px;
}




}


@media (max-width:675px){
/*mobile phone: uncollapse all fields: remove progress bar*/

.steps {
  width: 100%;
  margin: 50px auto;
  position: relative;
}

#progressbar{
  display:none;
}

/*move error logs */
.error1 {
  position: relative;
  left: 0 !important;
  margin-top: 24px;
  top: -11px;

}

.error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -14px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid var(--color-theme);
  border-right: 6px solid transparent;
  }

/*show hidden fieldsets */
.steps fieldset:not(:first-of-type) {
  display: block;
}

.steps fieldset{
  position:relative;
  width: 100%;
  margin:0 auto;
  margin-top: 45px;
}

.steps .next, .steps .previous{
  display:none;
}

.steps .explanation{
  display:none;
}

.steps .submit {
  float: right;
  margin: 28px auto 10px;
  width: 100% !important;
}

}



/* Info */
.info {
  margin: 0 auto;
  text-align: left;
}

.info h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 5px;

}
.info span {
  color:#666666;
  font-size: 13px;
  margin-top:20px;
}
.info span a {
  color: #666666;
  text-decoration: none;
}
.info span .fa {
  color: rgb(226, 168, 16);
  font-size: 19px;
  position: relative;
  left: -2px;
}

.info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}


/* CSS for Payment screen India or Outside India*/

.payment_options {
    display: inline-block;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

/* Icons */

.payment_options a {
    color: #fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 250px;
    height: 210px;
    padding-top: 95px;
    margin: 0 20px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    background-color: #dadbd9;
}

.payment_india {
    background-image: url(../../../assets/new/images/ccavenue_bookhealth.png);
    background-repeat: no-repeat;
    background-position: 60px 80px;
}

.payment_india:hover {
    background-image: url(../../../assets/new/images/ccavenue_w_bookhealth.png);
}

.payment_abroad {
    background-image: url(../../../assets/new/images/paypal_bookhealth.png);
    background-repeat: no-repeat;
    background-position: 60px 80px;
}
.payment_abroad:hover {
    background-image: url(../../../assets/new/images/paypal_w_bookhealth.png);
}

.payment_options a:hover {
    background-color: var(--color-theme);
}

/* pop-up text */

.payment_options a span {
    color: #fff;
    position: absolute;
    font-family: sans-serif;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 10px 10px;
    z-index: -1;
    font-size: 14px;
    border-radius: 5px;
    background: var(--color-theme);
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* border-bottom: 5px solid #00335A; */
}

/* pop-up text arrow */

.payment_options a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-theme);
    position: absolute;
    top: 40px;
    left: 120px;
}

/* text pops up when icon is in hover state */

.payment_options a:hover span {
  bottom:220px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */

/*
    
/*  emot */

.label-ctr {
    margin-bottom: 50px;
}

label.radio {
    height: 95px;
    width: 95px;
    display: inline-block;
    margin: 5% 8% 5% 8%;
    background: transparent;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

label.radio input {
    visibility: hidden
}

/*label.radio input:checked + .emot {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}*/

label.radio input:checked + .emot,
label.radio input:checked + .emot .mouth {
    border-color: var(--color-theme);
}

label.radio input:checked + .emot:before,
label.radio input:checked + .emot:after {
    background: var(--color-theme);
}

label.radio .emot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    border-radius: 5px;
    border: 2px solid #ddd;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;
}

label.radio .emot:before {
    /*content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 5px;
    height: 10px;
    background: #ddd;*/
}

label.radio .emot:after {
    /*content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 5px;
    height: 10px;
    background: #ddd;*/
}

label.radio .emot .mouth {
    /*position: absolute;
    bottom: 10px;
    right: 15px;
    left: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #ddd;
    background: transparent;
    clip: rect(0, 35px, 10px, 0);*/
}

label.radio .emot .mouth.smile {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

label.radio .emot .mouth.sad {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.user_type_icons {
    clear: both;
    top: 20px;
    position: relative;
    color: var(--color-theme);
    font-size: 15px;
}
.user_type_icons_images{
    margin: 10px 0px;
}
/*  center */



/* CSS end for payment screen*/

  .ui-datepicker-calendar {
    display: none;
}
  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

/* code added by neeraj */
.membership-page-top {
    padding-top: 68px;
}

.membership-page-title {
    margin-bottom: 54px;
}

.membership-page-title .page-title {
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
}

.membership-page-title .page-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: center;
}
.membership-content-area {
    padding-top: 30px;
    min-height: 800px;
}

.page-title {
    padding: 30px 0;
}

#section-body {
    padding-bottom: 100px;
    position: relative;
    min-height: 700px;
}

.membership-done-block {
    min-height: 425px;
    text-align: center;
}

.white-block {
    background-color: #fff;
    padding: 25px;
}

.membership-done-block .done-block-inner {
    max-width: 650px;
    margin: 0 auto;
}

.membership-done-block .done-icon {
    font-size: 72px;
    color: #71c514;
}

.btn-primary_otp {
    color: #fff;
    background-color: #696969;
    border-color: #2e6da4;
}

.btn-long {
    padding-left: 55px;
    padding-right: 55px;
}

.payment-side-block {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.payment-side-block .side-block-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 15px 24px;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

.pkg-total-list {
    list-style: none;
    margin: 0;
}

.pkg-total-list li {
    border-top: 1px dotted #ccc;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0;
}

.pkg-total-list li:last-child {
    font-size: 16px;
    font-weight: 500;
    border-top: 2px solid #000;
    padding-bottom: 0;
}

.form .btn[type=button] {
    padding: 13px;
    margin-top: -2px;
}
.form .btn[type=button] {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}


 .animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }
  .anim6 {
    width: 16px;
    height: 16px;
    background-color: white;
    -webkit-animation: anim6 1.5s ease infinite;
    animation: anim6 1.5s ease infinite;
    border-radius: 100%;
  }
  @-webkit-keyframes anim6 {
    to {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }
  @keyframes anim6 {
    to {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }
/* end code added by neeraj */





/* css for spacility image list */

.speciality_list ul {
  list-style-type: none;
}

.speciality_list li {
  display: inline-block;
}

.speciality_list input[type="checkbox"][id^="cb"] {
  display: none;
}

.speciality_list label {
   border: 1px solid #fff;
   padding: 0px;
   border-radius: 50%;
   display: block;
   position: relative;
   margin: 0;
   cursor: pointer;
}

.speciality_list input[type="checkbox"]{
    display: none;
}
.speciality_list label:before {
  background-color: rgba(219, 73, 85, 0.1);
   text-align: center;
   color: rgba(219, 73, 85, 1);
   content: " ";
   display: block;
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
   text-align: left;
   line-height: 100px;
   transition-duration: 0.4s;
   transform: scale(0);
   padding-top: 80px;
   padding-left: 15px;
}

.speciality_list label img {
   width: 100%;
   transition-duration: 0.1s;
}

.speciality_list :checked + label {
  border-color: #eee;
}

.speciality_list :checked + label:before {
  content: "✓";
  transform: scale(1.1);
}

.speciality_list :checked + label img {
  transform: scale(1.2);
  box-shadow: 0 0 3px #333;
  z-index: -1;
}
/* end code spacility list */




.upload_gall .upload {
  position: relative;
  width: 400px;
  min-height: 445px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  background: #fff;
  -webkit-animation: fadeup .5s .5s ease both;
          animation: fadeup .5s .5s ease both;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.upload_gall .upload .upload-files header {
  background: #4db6ac;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.upload_gall .upload .upload-files header p {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
}
.upload_gall .upload .upload-files header p i {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  font-size: 30px;
  -webkit-animation: fadeup .5s 1s ease both;
          animation: fadeup .5s 1s ease both;
}
.upload_gall .upload .upload-files header p .up {
  font-weight: bold;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  display: inline-block;
  opacity: 0;
  -webkit-animation: faderight .5s 1.5s ease both;
          animation: faderight .5s 1.5s ease both;
}
.upload_gall .upload .upload-files header p .load {
  display: inline-block;
  font-weight: 100;
  margin-left: -8px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-animation: faderight 1s 1.5s ease both;
          animation: faderight 1s 1.5s ease both;
}
.upload_gall.upload .upload-files .body {
  text-align: center;
  padding: 50px 0;
  padding-bottom: 30px;
}
.upload_gall .upload .upload-files .body.hidden {
  display: none;
}
.upload_gall .upload .upload-files .body input {
  visibility: hidden;
}
.upload_gall .upload .upload-files .body i {
  font-size: 65px;
  color: lightgray;
}
.upload_gall .upload .upload-files .body p {
  font-size: 14px;
  padding-top: 15px;
  line-height: 1.4;
}
.upload_gall .upload .upload-files .body p b,
.upload_gall .upload .upload-files .body p a {
  color: #4db6ac;
}
.upload_gall .upload .upload-files .body.active {
  border: dashed 2px #4db6ac;
}
.upload_gall .upload .upload-files .body.active i {
  box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff, 0 0 0 lightgray;
  -webkit-animation: file .5s ease both;
          animation: file .5s ease both;
}
@-webkit-keyframes file {
  50% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
  }
  75%,
          100% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
  }
}
@keyframes file {
  50% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
  }
  75%,
          100% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
  }
}
.upload_gall .upload .upload-files .body.active .pointer-none {
  pointer-events: none;
}
.upload_gall .upload .upload-files footer {
  width: 100%;
  margin: 0 auto;
  height: 0;
}
.upload_gall .upload .upload-files footer .divider {
  margin: 0 auto;
  width: 0;
  border-top: solid 4px #46aba1;
  text-align: center;
  overflow: hidden;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.upload_gall .upload .upload-files footer .divider span {
  display: inline-block;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  font-size: 12px;
  padding-top: 8px;
}
.upload_gall .upload .upload-files footer.hasFiles {
  height: auto;
}
.upload_gall .upload .upload-files footer.hasFiles .divider {
  width: 100%;
}
.upload_gall .upload .upload-files footer.hasFiles .divider span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .5s .5s ease;
  transition: -webkit-transform .5s .5s ease;
  transition: transform .5s .5s ease;
  transition: transform .5s .5s ease, -webkit-transform .5s .5s ease;
}
.upload_gall .upload .upload-files footer .list-files {
  width: 320px;
  margin: 0 auto;
  margin-top: 15px;
  padding-left: 5px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 210px;
}
.upload_gall .upload .upload-files footer .list-files::-webkit-scrollbar-track {
  background-color: rgba(211, 211, 211, 0.25);
}
.upload_gall .upload .upload-files footer .list-files::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(211, 211, 211, 0.25);
}
.upload_gall .upload .upload-files footer .list-files::-webkit-scrollbar-thumb {
  background-color: rgba(77, 182, 172, 0.5);
}
.upload_gall .upload .upload-files footer .list-files .file {
  width: 300px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-animation: fade .35s ease both;
          animation: fade .35s ease both;
}
.upload_gall .upload .upload-files footer .list-files .file .name {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80px;
  text-align: left;
}
.upload_gall .upload .upload-files footer .list-files .file .progress {
  width: 175px;
  height: 5px;
  border: solid 1px lightgray;
  border-radius: 2px;
  margin-bottom:  0 !important;
  background: -webkit-linear-gradient(right, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
  background: linear-gradient(to left, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
  background-size: 100% 100%;
}
.upload_gall .upload .upload-files footer .list-files .file .progress.active {
  -webkit-animation: progress 30s linear;
          animation: progress 30s linear;
}
@-webkit-keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.upload_gall .upload .upload-files footer .list-files .file .done {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #4db6ac;
  border-radius: 50%;
  margin-left: -10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: relative;
}
.upload_gall .upload .upload-files footer .list-files .file .done:before {
  content: "View";
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 24px;
  opacity: 0;
}
.upload_gall .upload .upload-files footer .list-files .file .done:hover:before {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  top: -30px;
  opacity: 1;
}
.upload_gall .upload .upload-files footer .list-files .file .done.anim {
  -webkit-animation: done1 .5s ease forwards;
          animation: done1 .5s ease forwards;
}
.upload_gall .upload .upload-files footer .list-files .file .done.anim #path {
  -webkit-animation: done2 2.5s .5s ease forwards;
          animation: done2 2.5s .5s ease forwards;
}
.upload_gall .upload .upload-files footer .list-files .file .done #path {
  stroke-dashoffset: 7387.59423828125;
  stroke-dasharray: 7387.59423828125 7387.59423828125;
  stroke: #fff;
  fill: transparent;
  stroke-width: 50px;
}
@-webkit-keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes done1 {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}
@keyframes done1 {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}
.upload_gall .upload .upload-files footer .importar {
  outline: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  border: solid 1px #4db6ac;
  color: #4db6ac;
  background: transparent;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 4px;
  font-family: Roboto;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  margin-left: calc(50% - 40px);
}
.upload_gall .upload .upload-files footer .importar.active {
  -webkit-transition: opacity .5s 1.5s ease, background, -webkit-transform .5s 1.5s ease;
  transition: opacity .5s 1.5s ease, background, -webkit-transform .5s 1.5s ease;
  transition: transform .5s 1.5s ease, opacity .5s 1.5s ease, background;
  transition: transform .5s 1.5s ease, opacity .5s 1.5s ease, background, -webkit-transform .5s 1.5s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.upload_gall .upload .upload-files footer .importar:hover {
  background: #4db6ac;
  color: #fff;
}
@-webkit-keyframes fadeup {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes faderight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@media (max-width: 400px) {
  .upload {
    width: 100%;
    height: 100%;
  }
}


/* end code for uploader */



/* code for tag */

/*==========================================================================*/
.tagarea {
  display: none;
}

.tag-box {
  list-style: none;
  padding: 3px;
  margin: 0;
  display: inline-block;
  font-family: arial;
  width: 100%;
  border-bottom:2px solid #ececec;
  border-radius: 4px;
}
.tag-box * {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tag-box li {
  padding: 4px 10px;
  float: left;
  display: inline-block;
}
.tag-box li.tags {
    background: #3b464d;
    color: #fff;
    border-radius: 4px;
    margin: 4px 3px;
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}
.tag-box li.tags .close {
  display: inline-block;
  position: absolute;
  color: white;
  overflow: hidden;
  width: 0;
  right: 0;
  height: 18px;
  cursor: pointer;
  top: 2px;
}
.tag-box li.tags .close:after {
  content: 'x';
}
.tag-box li.tags.edit {
  background: none;
  border: 1px solid #F1C617;
  color: #F1C617;
}
.tag-box li.tags.edit .input-tag {
  height: auto;
}
.tag-box li.tags.edit:hover {
  padding: 4px 6px;
}
.tag-box li.tags.danger {
  background: #F00;
  opacity: 0.8;
}
.tag-box li.tags:hover {
  padding-right: 18px;
}
.tag-box li.tags:hover .close {
  width: 14px;
}
.tag-box li .input-tag {
  /* color: #fff; */
  height: 24px;
  vertical-align: middle;
 /*  border: none;
  outline: none;
  background: none; */
}
.tag-box li .input-tag:hover, .tag-box li .input-tag:focus {
  outline: none;
  border: none;
}
/* end code for tag */


/***********  code for suggestion list  *************/
#location-list{
      float: left;
      text-align: left;
      list-style: none;
      margin-top: -3px;
      padding: 0;
      width: 100%;
      height: 400px;
      overflow-x:auto; 
      position: absolute;
      z-index: 999;
      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
    #location-list li{
      padding: 10px;
      background: #ffffff;
      border-bottom: #9e9e9e47 1px solid;
      font-family: 'Lato', sans-serif;
    }
   #location-list li:hover{
      background: #74B4F6;
      cursor: pointer;
      color: white;
    }

   #location-list li strong{
      font-size: 10px;
    }
/*********  end code for suggestino list  **********/


/* code for validation in agent invitaion popup */
 #open_sendQuery_agent .error1{
    right: 15px;
    margin-top: -41px;
  }
/* end code for invitaion popup */

/* CSS code is added by Milan Thakur for top-Header of Group-Admin Section */
#page-header-top{
  font-size:15px; color:#FFFFFF; background-color: #05335a; padding:10px 20px;
}
#page-header-top a{color: #FFFFFF;}
#page-header-top a:hover{color: #F1F1F1;}
/* End of CSS code by Milan Thakur for top-Header of Group-Admin Section */



/* code for notification section *added by neeraj*/

/* ============== Notications Tab ============== */

  .notifications-list-wrapper .notification {
    margin: 2px;
    padding: 30px;
    background: #fff;    
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.notifications-list-wrapper .notification:hover, .notifications-list-wrapper .notification.highlighted {
    background: #f0f3fa ;
}
.notifications-list-wrapper .notification.highlighted p:first-of-type{
   color: #000;
   font-weight: 700;
}
.notification .notification-company-logo {
    margin-right: 15px;
    display: table;
}
.notification .notification-company-logo img {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 5px;    
}
.notification .notification-text p .company-name {
    color: #000;
    padding: 0 3px;
    font-weight: 700;
}
.notification .notification-text p>a {
    color: #db4955 ;
    padding-left: 3px;
}
@media all and (max-width: 768px) {
    .notifications-list-wrapper .notification p:first-of-type {
        margin-bottom: 7px;
    }
}

/* end code for notification section */



/* ==========================================================================
   15. Footer
   ========================================================================== */

/* ============== Footer Top ============== */

.footer .top {
  position: relative;
  padding: 40px 0;
}
.footer .top ul>li {
  font-size: 12px;
  margin-right: 25px;
  text-transform: uppercase;
}
.footer .top ul>li:last-of-type {
  margin: 0;
}
.footer .top ul>li a:hover {
  color: #fff;
}
.footer .top:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  border-bottom: 1px solid #3c3c40;
  margin-left: calc(-50vw + 50%);
}
@media all and (max-width: 768px) {
  .footer .top .footer-menu {
    display: none;
  }
}

/* ============== Footer Widgets ============== */

.footer .footer-widgets {
  padding: 20px 0;
  font-weight: 400;
}
.footer-widgets .widget {
  -webkit-box-flex: 0;
  -ms-flex: 0 20%;
  flex: 0 20%;
  margin-top: 30px;
}
.footer-widgets .widget h6 {
  margin-bottom: 20px;
  font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
}
.footer-widgets .widget p {
  font-style: italic;
  color: #a0a7ba;
  margin-bottom: 20px;
}
.footer-widgets .widget ul>li {
  line-height: 25px;
}
.footer-widgets .widget a {
  font-weight: 400;
    font-size: 11px;
        color: #7784a5;
}
.footer-widgets .widget a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-widgets .widget .social-icons {
  margin-bottom: 75px;
}
@media all and (max-width: 992px) {
  .footer-widgets .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .footer-widgets .widget:last-of-type {
    margin: 0;
  }
  .footer-widgets .widget .social-icons {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .footer-widgets .widget h6 {
    margin-bottom: 5px;
  }
  .footer-widgets .widget ul>li {
    line-height: 25px;
  }
  .footer-widgets .widget .social-icons li {
    margin-bottom: 7px;
  }
}
@media all and (min-width: 480px) and (max-width: 992px) {
  .footer-widgets .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;  
    margin-top: 30px;    
  }
}
@media all and (max-width: 480px) {
  .footer-widgets .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%;
    margin-top: 30px;
  }
  .footer-widgets.flex.no-column {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
  }
}

/* ============== bookhealth Social Icons ============== */

.social-icons { 
  font-size: 0;
}
.social-icons li {
    background-color:#134671;
    border-radius: 100%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    margin-right: 7px;
}
.social-icons li:hover{
    background-color: #30597b;
    color: #fff;
}
.social-icons li a {
  color: #fff;
}
.social-icons li a>i {
  margin: 0;
  line-height: 31px;
}

/* ============== Subscribe Form ============== */

.subscribe-form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.subscribe-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 12px;
    color: #a0a7ba; 
    width: 100%;
}
.subscribe-form .button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    margin-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #134671;
}
.subscribe-form .button:hover {
    background-color: #30597b;
}

@media all and (max-width: 768px) {
  .subscribe-form .form-group {
    margin-bottom: 0;
  }
}

/* ============== Footer Bottom ============== */

.footer .bottom {
  padding: 30px 0;
  position: relative;
}
.footer .bottom:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  border-bottom: 1px solid #11456f;
  margin-left: calc(-50vw + 50%); 
}
.footer .bottom p {
  font-family: 'Montserrat', sans-serif;
  color: #627199;
}
.footer .bottom ul>li {
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 12px;
}
.footer .bottom ul>li:last-of-type {
  margin: 0;
}
.footer .bottom a {
  font-weight: 400;
    font-size: 11px;
        color: #627199;
}
.footer .bottom a:hover {
    color: #a7aaad;
    text-decoration: none;
}
@media all and (max-width: 992px) {
  .footer .bottom.flex {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
  }
  .footer .bottom p {
    margin-bottom: 15px;
  }
}
/* ==============end Footer Top ============== */

.cta-app-section-inner .left .widget a {
    font-weight: 400;
    font-size: 11px;
}
.cta-app-section-inner .left .widget h6 {
    margin-bottom: 20px;
}
.cta-app-section-inner .left .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    margin-top: 30px;
}

.cta-app-section-inner .widget a {
    font-weight: 400;
    font-size: 11px;
    color:#b0b7ca;
}
.cta-app-section-inner .widget a:hover {
    color:#ffffff;
}
.cta-app-section-inner .widget h6 {
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
}
.cta-app-section-inner .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    margin-top: 20px;
}
/* Custom Style Css End*/


/*Code from header_new.php*/

    
    .box { padding: 10px; font-size: 12px; font-weight: bold; line-height: 50px; }
    .row { margin-bottom: 30px; }
         

    
    /* code for  sidebar nav menu */
    #popup-bg {
      z-index: 59;
      background: rgba(0, 0, 0, 0.62);
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: none;
    }

    #popup-nav {
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      position: fixed;
      width: 50%;
      max-width: 50%;
      height: 100vh;
      background: #ffffff;
      top: 0;
      right: -100%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 100px 30px;
      z-index: 1111;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
    #popup-nav.open-popup {
      right: 0;
    }
    .call-to-action-popup #another-cta:hover {
      background: #FFCB58;
    }

    .close-nav-booking{
      position: relative;
      top: 0px;
      font-size: 24px;
      float:right; 
      cursor: pointer;
    }
    /* end code for side bar nav menu */

    .button.bookbowBtn {
      margin: 15px;
    }

    #pricetbl-booking  th h6,tr td h4 {
      text-align: center;
      color: #9fa8c1 !important;
    }

    .booking_details_tbl .titleprice td{
      font-weight: bold !important;
    }
    
    .job-category.country-child {
      margin-left: 30px;
    }

    .booking_details_tbl td, .booking_details_tbl th {
    padding: 7px !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1 !important;
    vertical-align: top !important;
    font-size: 10px;
    /* border-bottom: 1px solid #ededed; */
    -webkit-font-smoothing: antialiased;
    border-top: none !important;
    color: #9fa8c1;
}
/* end code for side bar nav menu popup*/


/* code for doctor wrapper div css */


/* ==========================================================================
   31. Candidate Dashboard
   ========================================================================== */

   .right-side-content img {
    border-radius: 5px;
  }
  .right-side-content .candidate-dashboard {
    padding: 22px 0 30px;
  }
  .candidate-dashboard-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .candidate-dashboard .bookhealth-custom-pager {
    margin-top: 40px;
  }

  /* ============== Candidates Avatar Images List ============== */

  .candidates-avatar>li {
    border-radius: 50%;
    position: relative;
    margin-left: -10px;
    width: 30px;
    height: 30px;
  }
  .candidates-avatar>li:first-of-type {
    margin: 0;
  }
  .candidates-avatar>li>img {
    border-radius: 50%;
  }
  .candidates-avatar .candidates-total-count>span {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
  }

  /* ============== Bookmarked Jobs Tab ============== */


  .bookmarked-jobs-list-wrapper .bookmarked-job-wrapper {
    /* padding: 30px 30px 30px; */
    border-bottom: 1px solid #ededed;
  }
  .bookmarked-job-wrapper .bookmarked-job {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bookmarked-job .job-company-icon {
    margin-right: 19px;
  }
  .bookmarked-job .job-company-icon>img {
    min-width: 70px;
    height: 70px;
  }
  .bookmarked-job-info h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .bookmarked-job-info h4 .button {
    margin-left: 12px;
    font-size: 7px;
    padding: 3px 16px 0;
  }
  .bookmarked-job-info h5 {
    color: #627199;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .bookmarked-job-info p {
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
  }
  .bookmarked-job-info-bottom {
    padding-top: 18px;
  }
  .bookmarked-job-meta>ul {
    margin-right: 10px;
  }
  .bookmarked-job-meta .bookmarked-job-category {
    color: #db4955;
    padding-right: 10px;
    margin-right: 8px;
  }
  .bookmarked-job-meta .bookmarked-job-category, .bookmarked-job-meta .hourly-rate {
    position: relative;
  }
  .bookmarked-job-meta .candidate-location>span, .bookmarked-job-meta .hourly-rate>span {
    color: #a0a7ba;
  }
  .bookmarked-job-meta .candidate-location>span {
    padding-left: 3px;
  }
  .bookmarked-job-meta .hourly-rate {
    padding-left: 10px;
    margin-left: 8px;
  }
  .bookmarked-job-meta .bookmarked-job-category:after, .bookmarked-job-meta .hourly-rate:before {
    content: ".";
    position: absolute;
    top: 0;
    font-size: 9px;
    font-weight: 700;
    color: #621299;
    line-height: 9px;
  }
  .bookmarked-job-meta .bookmarked-job-category:after {
    right: 0;
  }
  .bookmarked-job-meta .hourly-rate:before {
    left: 0;
  }
  .wishlist-icon {
    font-size: 16px;
    border: 1px solid #ededed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8f8f8;
    text-align: center;
    color: #a0a7ba;
    line-height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
  }
  .wishlist-icon:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    color: #dd4003;
  }
  .wishlist-icon-active {
    font-size: 16px;
    border: 1px solid #ededed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8f8f8;
    text-align: center;

    line-height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    color: #dd4003;
  }
  .wishlist-icon-active:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    color: #a0a7ba;
  }

  .right-side-bookmarked-job-meta .button {
    margin-left: 10px;
  }
  .bookmarked-jobs-list-wrapper .bookhealth-custom-pager {
    margin-top: 40px;
  }
  @media all and (max-width: 992px) {
    .bookmarked-job-info .bookmarked-job-info-bottom {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .bookmarked-job-info .right-side-bookmarked-job-meta {
      margin-top: 20px;
    }
  }
  @media all and (max-width: 600px) {
    .bookmarked-job-meta .candidates-avatar {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
    .bookmarked-job-meta>ul>li {
      margin: 0;
      margin-top: -10px;
    }
  }
  @media all and (max-width: 480px) {
    .bookmarked-job-wrapper .bookmarked-job, .bookmarked-job-info>h4.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .bookmarked-job-info h4 .button {
      margin: 0;
      margin-bottom: 5px;
    }
    .bookmarked-job .job-company-icon {
      margin-bottom: 10px;
    }
    .bookmarked-job-info-bottom .bookmarked-job-meta {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .bookmarked-job-meta .candidates-avatar {
      display: block;
      margin: 0;
      margin-bottom: 5px;
      width: 100%;
    }
    .bookmarked-job-meta>ul>li {
      margin-left: -10px;
      float: left;
      margin-top: 0;
    }
    .bookmarked-job-info .right-side-bookmarked-job-meta {
      margin-top: 5px;
    }
    .bookmarked-job-meta .bookmarked-job-category:after, .bookmarked-job-meta .hourly-rate:before {
      content: none;
    }
    .bookmarked-job-meta .bookmarked-job-category, .bookmarked-job-meta .hourly-rate, .bookmarked-job-meta .candidate-location {
      line-height: 20px;
    }
    .bookmarked-job-meta .candidate-location {
      margin-right: 18px;
    }
    .bookmarked-job-meta .hourly-rate {
      padding: 0;
      margin: 0;
    }
  }

  /* ============== Job Alerts Tab ============== */

  .job-alert-table-headings {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #ededed;
  }
  .company-name-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 100%;
  }
  .job-position-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 100%;
  }
  .contract-type-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 100%;
  }
  .job-frequency-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 100%;
  }
  .job-alert {
    padding: 25px 30px;
    margin: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .job-alert:hover {
    background: #f0f3fa;
  }
  .job-alert.active {
    background: #f0f3fa;
  }
  .job-alert .company-name-cell p {
    font-size: 12px;
  }
  .job-alert .company-name-cell>h4, .job-alert .company-name-cell .cell-text>h4 {
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }
  .job-alert .company-name-cell p>i {
    padding-right: 4px;
  }
  .contract-type-cell .button {
    font-size: 7px;
    padding: 3px 16px 0;
  }
  .job-edit-cell {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    cursor: pointer;
  }
  .job-edit-cell i {
    display: inline-block;
  }
  .job-edit-cell .options-icon {
    font-size: 32px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .job-edit-cell.active .options-icon {
    display: none;
  }
  .job-edit-cell .option-icon:hover {
    color: #db4955;
    font-weight: 700;
  }
  .job-edit-cell .edit-icon, .job-edit-cell .trash-icon  {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    padding-left: 1px;
    display: none;
  }
  .job-edit-cell.active .edit-icon, .job-edit-cell.active .trash-icon {
    display: inline-block;
  }
  .job-edit-cell .edit-icon {
    background: #db4955;
  }
  .job-edit-cell .trash-icon {
    background: #dd4003;
    margin-left: 7px;
  }
  @media all and (min-width: 681px) {
    .job-alert .cell-mobile-label {
      display: none;
    }
    .job-alert .company-name-cell .cell-text {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
  }
  @media all and (max-width: 680px) {
    .job-alerts-list-wrapper {
      margin-top: 30px;
    }
    .job-alerts-wrapper {
      border-top: 1px solid #ededed;
    }
    .job-alert {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .job-alert.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
    .job-alert.active {
      padding: 30px;
    }
    .job-alert-table-headings {
      display: none;
    }
    .job-alert .job-alert-cell {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
    }
    .job-alert .job-alert-cell:last-of-type {
      margin: 0;
    }
    .job-alert .job-alert-cell .cell-mobile-label {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
    .job-edit-cell .options-icon {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  @media all and (max-width: 480px) {
    .company-name-cell, .job-position-cell, .contract-type-cell, .job-frequency-cell {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
    }
  }

  /* ============== Manage applications Tab ============== */

  .job-applications-list-wrapper .job-application {
    padding: 30px;
    border-bottom: 1px solid #ededed;
  }
  .job-application .application-cell:last-of-type {
    margin-bottom: 40px;
  }
  .application-company-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 46%;
    flex: 0 46%;
  }
  .application-contractor-type-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 17%;
    flex: 0 17%;
  }
  .application-submission-date-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 28%;
    flex: 0 28%;
  }
  .application-status-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 9%;
    flex: 0 9%;
  }
  .application-company-logo {
    margin-right: 15px;
  }
  .application-company-logo img {
    min-width: 50px;
    min-height: 50px;
  }
  .application-company-text>h4 {
    margin: 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }
  .application-company-text p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
  }
  @media all and (max-width: 625px) {
    .application-company-cell, .application-contractor-type-cell, .application-status-cell, .application-submission-date-cell {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
    }
    .job-applications-list-wrapper .job-application {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .job-applications-list-wrapper .job-application .application-cell {
      margin-bottom: 12px;
    }
  }

  /* ============== Notications Tab ============== */

  .notifications-list-wrapper .notification {
    margin: 2px;
    padding: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .notifications-list-wrapper .notification:hover, .notifications-list-wrapper .notification.highlighted {
    background: #f0f3fa;
  }
  .notifications-list-wrapper .notification.highlighted p:first-of-type{
   color: #000;
   font-weight: 700;
 }
 .notification .notification-company-logo {
  margin-right: 15px;
  display: table;
}
.notification .notification-company-logo img {
  min-width: 50px;
  min-height: 50px;
}
.notification .notification-text p .company-name {
  color: #000;
  padding: 0 3px;
  font-weight: 700;
}
.notification .notification-text p>a {
  color: #db4955;
  padding-left: 3px;
}
@media all and (max-width: 768px) {
  .notifications-list-wrapper .notification p:first-of-type {
    margin-bottom: 7px;
  }
}

/* ==========================================================================
   32. Employer Dashboard
   ========================================================================== */

   .right-side-content .employer-dashboard {
    padding: 30px 0 0;
  }
  .employer-dashboard .bookhealth-custom-pager {
    background: #f8f8f8;
    padding: 39px 0;
  }

  /* ============== Favorite Candidates Tab / Manage candidate application tab common css ============== */

  .candidate-name-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 100%;
  }
  .candidate-name-cell .candidate-img {
    margin-right: 15px;
  }
  .candidate-name-cell p {
    font-size: 12px;
    line-height: 16px;
  }
  .candidate-name-cell>h4, .candidate-name-cell .cell-text>h4 {
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }
  .candidate-name-cell p>i {
    padding-right: 4px;
  }
  @media all and (min-width: 681px) {
    .candidate-name-cell .cell-text {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
  }
  @media all and (max-width: 680px) {
    .candidate-cell.candidate-name-cell {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .candidate-name-cell .candidate-cell-inner {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }

  /* ============== Favorite Candidates Tab ============== */

  .fav-candidates-table-headings {
    padding: 30px 30px 20px;
  }
  .candidate-skills-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 100%;
  }
  .candidate-location-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 100%;
  }
  .fav-candidates-wrapper {
    border-top: 1px solid #ededed;
  }
  .fav-candidate {
    padding: 25px 30px;
    margin: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .fav-candidate:hover {
    background: #f0f3fa;
  }
  .fav-candidate.active {
    padding-left: 10px;
    background: #f0f3fa;
  }
  .fav-candidate .candidate-cell {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 15px;
  }
  .fav-candidate .candidate-skills-cell .button{
    margin-left: 7px;
  }
  .fav-candidate .candidate-skills-cell .button:first-of-type {
    margin: 0;
  }
  .candidate-location-cell .button {
    font-size: 7px;
    padding: 3px 16px 0;
  }
  .candidate-edit-cell {
    cursor: pointer;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .candidate-edit-cell i {
    -webkit-transition: .2s;
    display: inline-block;
    -o-transition: .2s;
    transition: .2s;
  }
  .candidate-edit-cell .options-icon {
    font-size: 32px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .candidate-edit-cell.active .options-icon {
    display: none;
  }
  .candidate-edit-cell .option-icon:hover {
    color: #db4955;
    font-weight: 700;
  }
  .candidate-edit-cell .edit-icon, .candidate-edit-cell .trash-icon  {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    padding-left: 1px;
    display: none;
  }
  .candidate-edit-cell.active .edit-icon, .candidate-edit-cell.active .trash-icon {
    display: inline-block;
  }
  .candidate-edit-cell .edit-icon {
    background: #41b715;
  }
  .candidate-edit-cell .trash-icon {
    background: #dd4003;
    margin-left: 7px;
  }
  @media all and (min-width: 680px) and (max-width: 992px) {
    .candidate-skills-cell .candidate-cell-inner.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .fav-candidate .candidate-skills-cell .button:first-of-type, .fav-candidate .candidate-skills-cell .button {
      margin-bottom: 5px;
      margin-left: 0;
    }
  }
  @media all and (min-width: 681px) {
    .fav-candidate .cell-mobile-label {
      display: none;
    }
  }
  @media all and (max-width: 680px) {
    .fav-candidates-table-headings {
      display: none;
    }
    .fav-candidates-wrapper {
      margin-top: 30px;
    }
    .fav-candidate {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .fav-candidate.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
    .fav-candidate.active {
      padding: 30px;
    }
    .fav-candidate-table-headings {
      display: none;
    }
    .fav-candidate .candidate-cell {
      margin-bottom: 20px;
      padding: 0;
    }
    .candidate-cell .candidate-cell-inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
    .fav-candidate .candidate-cell:last-of-type {
      margin: 0;
    }
    .fav-candidate .candidate-cell .cell-mobile-label {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
    .candidate-edit-cell .options-icon {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  @media all and (max-width: 380px) {
    .fav-candidate {
      padding: 25px 15px;
    }
    .fav-candidate img {
      min-width: 40px;
    }
    .candidate-cell .candidate-cell-inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 100%;
      flex: 0 100%;
    }
  }

  /* ============== Manage Candidate Applications Tab ============== */

  .candidate-applications-table-headings {
    padding: 30px 30px 20px;
    border-bottom: 1px soild #ededed;
  }
  .candidate-job-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 100%;
  }
  .candidate-resume-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 19%;
    flex: 0 18%;
    width: 100%;
  }
  .candidate-applications-wrapper {
    border-top: 1px solid #ededed;
  }
  .candidate-application {
    padding: 25px 30px;
    margin: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .candidate-application .candidate-cell {
    padding-right: 15px;
  }
  .candidate-resume-cell p>span {
    padding-right: 6px;
    font-size: 18px;
  }
  .candidate-actions-cell {
    cursor: pointer;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .candidate-actions-cell i  {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
  }
  .candidate-actions-cell .approve-icon {
    background: #9db723;
  }
  .candidate-actions-cell .trash-icon {
    background: #dd4003;
    margin-left: 7px;
  }
  @media all and (min-width: 680px) and (max-width: 992px) {
    .candidate-job-cell .candidate-cell-inner.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  @media all and (min-width: 681px) {
    .candidate-application .cell-mobile-label {
      display: none;
    }
  }
  @media all and (max-width: 680px) {
    .candidate-applications-table-headings {
      display: none;
    }
    .candidate-applications-wrapper {
      margin-top: 30px;
    }
    .candidate-application {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .candidate-application.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
    .candidate-application-table-headings {
      display: none;
    }
    .candidate-application .candidate-cell {
      margin-bottom: 20px;
    }
    .candidate-cell .candidate-cell-inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
    .candidate-application .candidate-cell:last-of-type {
      margin: 0;
    }
    .candidate-application .candidate-cell .cell-mobile-label {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
  }
  @media all and (max-width: 380px) {
    .candidate-application {
      padding: 25px 15px;
    }
    .candidate-application img {
      min-width: 40px;
    }
    .candidate-cell .candidate-cell-inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 100%;
      flex: 0 100%;
    }
  }

  /* ============== Manage Posted Jobs Tab ============== */

  .posted-job-title-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 100%;
  }
  .posted-job-type-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 100%;
  }
  .posted-job-candidates-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 100%;
  }
  .posted-job-featured-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 100%;
  }
  .posted-job-edit-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 5%;
    flex: 0 5%;
  }
  .posted-jobs-table-headings {
    padding: 30px 30px 20px;
  }
  .posted-jobs-wrapper {
    border-top: 1px solid #ededed;
  }
  .posted-job {
    padding: 25px 30px;
    margin: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .posted-job:hover {
    background: #f0f3fa;
  }
  .posted-job.active {
    padding-left: 10px;
    background: #f0f3fa;
  }
  .posted-job .posted-job-cell {
    padding-right: 15px;
  }
  .posted-job .posted-job-cell:last-of-type {
    padding: 0;
  }
  .posted-job-title-cell p {
    font-size: 12px;
    line-height: 16px;
  }
  .posted-job-title-cell>h4, .posted-job-title-cell .cell-text>h4 {
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }
  .posted-job-title-cell p>i {
    padding-right: 4px;
  }
  .posted-job .posted-job-type-cell .button{
    margin-left: 7px;
  }
  .posted-job .posted-job-type-cell .button:first-of-type {
    margin: 0;
  }
  .posted-job-candidates-cell .button {
    font-size: 7px;
    padding: 3px 16px 0;
  }
  .posted-job-featured-cell i.grey {
    color: #a0a7ba;
  }
  .posted-job-featured-cell i.safron {
    color: #dda203;
  }
  .posted-job-edit-cell {
    cursor: pointer;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .posted-job-edit-cell i {
    -webkit-transition: .2s;
    display: inline-block;
    -o-transition: .2s;
    transition: .2s;
  }
  .posted-job-edit-cell .options-icon {
    font-size: 32px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .posted-job-edit-cell.active .options-icon {
    display: none;
  }
  .posted-job-edit-cell .option-icon:hover {
    color: #db4955;
    font-weight: 700;
  }
  .posted-job-edit-cell .edit-icon, .posted-job-edit-cell .trash-icon  {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    padding-left: 1px;
    display: none;
  }
  .posted-job-edit-cell.active .edit-icon, .posted-job-edit-cell.active .trash-icon {
    display: inline-block;
  }
  .posted-job-edit-cell .edit-icon {
    background: #db4955;
  }
  .posted-job-edit-cell .trash-icon {
    background: #dd4003;
    margin-left: 7px;
  }
  @media all and (min-width: 680px) and (max-width: 992px) {
    .posted-job-type-cell .posted-job-cell-inner.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .posted-job .posted-job-type-cell .button:first-of-type, .posted-job .posted-job-type-cell .button {
      margin-bottom: 5px;
      margin-left: 0;
    }
  }
  @media all and (min-width: 681px) {
    .posted-job .cell-mobile-label {
      display: none;
    }
    .posted-job-edit-cell {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  }
  @media all and (max-width: 680px) {
    .posted-jobs-table-headings {
      display: none;
    }
    .posted-jobs-wrapper {
      margin-top: 30px;
    }
    .posted-job {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .posted-job.flex {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column wrap;
    }
    .posted-job.active {
      padding: 30px;
    }
    .posted-job-table-headings {
      display: none;
    }
    .posted-job .posted-job-cell {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
      padding: 0;
    }
    .posted-job-cell .posted-job-cell-inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
    .posted-job .posted-job-cell:last-of-type {
      margin: 0;
    }
    .posted-job .posted-job-cell .cell-mobile-label {
      -webkit-box-flex: 0;
      -ms-flex: 0 50%;
      flex: 0 50%;
    }
    .posted-job-title-cell.posted-job-cell {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .posted-job-edit-cell .options-icon {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }

  .section {
    position: relative;
    padding: 0;
    /* background-size: cover; */
    background-position: center;
    background-repeat: repeat;
    top: 70px;
  }

  .section.solid-light-grey-bg>.inner {
    background: transparent;
  }

  .section>.inner {
    padding: 80px 0;
    background: #fff;
    position: relative;
  }

  .flex.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }

  .user-details .user-image .image .single-file-input {
    position: absolute;
    width: 100%;
    bottom: -30px;
  }

  .single-file-input {
    overflow: hidden;
    position: relative;
    margin-top: 6px;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
  }

  .single-file-input input[type="file"] {
    padding-top: 40px;
    position: absolute;
    width: 100%;
    cursor: pointer;
    outline: none;
    z-index: 1;
  }

  input[type="file"] {
    display: block;
  }

  input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  input {
    line-height: normal;
  }


  /*  css added by neeraj*/
  .button.grey {
    background: #a0a7ba;
  }
  .hosp_tags {
    padding: 2px 10px;
    margin: 15px 10px 0 0px;
  }
  .bookmarked_doctor_like {
    float: right;
    top: 20px;
    position: absolute;
    right: 10px;
  }

  .hosp_tags {
    padding: 2px 10px !important;
    margin: 15px 10px 0 0px;
  }

  .hospital_name {
    color: #a0a7bb;
    padding-bottom: 10px;
  }
  .hosp_details {
    color: #656665;
    margin-bottom: 3px;
  }
  .bookmarked-jobs-list-wrapper.on-listing-page .bookmarked-job {
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    position: relative;
  }
  .bookmarked-job-info {
    width: 100%;
  }

  .button {
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    display: inline-block;
    position: relative;
    outline: none !important;
    background: #db4955;
    color: #fff;
    border: none;
    text-align: center;
    overflow: hidden;
    padding: 9px 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
    box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
    z-index: 1;
  }
/* end code added by neeraj */

 /* .modal-header{
   background: #db4955;
   border: none;
   border-bottom: 1px solid #db4955;
   margin: 1px;
   border-radius: 5px;
   padding: 0;
 }
 .modal-header h3 {
   margin-bottom: 0 !important;
   color: white !important;
   border-radius: 0;
   text-transform: uppercase;
   text-align: center;
   line-height: 1.42857143;
   padding: 12px 15px;
   font-weight: 700;
 }
  */


  /* css added by neeraj */
  .multisteps-form .form-fields-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }

  .multisteps-form .form-group-wrapper {
    margin: 0;
    margin-top: 15px;
  }

  .form-group-wrapper .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 48%;
    flex: 0 48%;
    margin: 0;
    width: 100%;
  }

  .upload-company-logo label {
    cursor: pointer;
    width: 48%;
    border: 1px solid #ededed;
    height: 40px;
    padding: 0 15px;
    margin: 0;
  }

  .upload-company-logo input[type="file"] {
    display: none;
    cursor: pointer;
  }
  .upload-company-logo label span:first-of-type {
    font-style: italic;
    color: #a0a7ba;
    text-transform: none;
  }
  .multisteps-form textarea {
    border: 1px solid #ededed;
  }

  .upload-company-logo label span {
    padding-right: 5px;
    color: #db4955;
    font-size: 9px;
    text-transform: uppercase;
  }

  .multisteps-form .form-group .label {
    color: #627199;
  }

  .form-group .label {
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #a0a7ba;
    line-height: 15px;
    letter-spacing: .3px;
    box-shadow :  none;
    -moz-box-shadow: none;
  }
  .multisteps-form .form-group-wrapper:last-of-type {
    margin-bottom: 30px;
  }

  .multisteps-form .form-group .label>span {
    color: #a0a7ba;
    padding-left: 3px;
  }


  .multisteps-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=file]), select.form-control {
    height: 40px;
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 12px;
    line-height: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
  }

/*  .login-signup-modal input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
    background: #f8f8f8;
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 12px;
  }*/
/*
  input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 0 16px;
    outline: none !important;
    font-family: 'Lato', sans-serif;
  }
*/
  .patient_description{
   width: 100% !important;
   height: auto !important;
 }


 .right-side-bookmarked-job-meta.flex.items-center.no-column.no-wrap a {
    font-size: 10px;
    cursor: pointer;
}

.procedure-modal-list{
  overflow-y: auto;
    max-height: 300px;
}

.rating-passive {
    margin-left: 20px;
    font-size: 12px;
    color: #db4955;
    float: right;
    position: absolute;
    right: 25px;
    top: 20px;
}
/* end code for doctor wrapper div css */

/* css  added by Milan on 09-Jan-2017 */
.pull-right a{
  color:#000;
  background-color: #fff;
padding: 10px;
border-radius: 50px;
border-bottom: 1px solid #fff;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.pull-right a:hover{
  color:#000000;
}
.paddig-left0{
  padding-left: 0px !important;
}
.profile_plan{
  padding-right: 20px;
  color:#aa3434;
}
.userImage_class{
  border-radius:10px;
}
.padding-top100{
  padding-top:100px !important;
}
/* end css for dashboard new css from front end */

#DataTables_Table_0_length {
    position: relative;
    font-size: 12px;
    color: #808080;
}


/* coee for loader gallery image */
.loadergallery {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 74px;
    z-index: 10;
    bottom: -4px;
    border-radius: 4px;
}
/* end code for gallery image */



/* css for loader */

.page-loader-html{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999999;
}
.indicator.pageloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(10);
}

.indicator.indicator_loader_serach_homepage {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%) scale(2);
}


.indicator.loaderHtml_getalldoctors {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%) scale(10);
}
.indicator.loaderHtml_upload_images {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
}
.indicator.loaderHtml_conversationLoader {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(6);
}


.indicator.loaderHtml_notificationLoader {
     position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(6);
}
.indicator.loaderHtml_loaderpage_load {
    position: relative;
    transform: translate(0%, 50%) scale(8);
    margin: 25% auto;
}

.indicator.loaderHtml_popup_loader{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(6);
}

.indicator.loaderHtml_city_loader{
    position: absolute;
    top: 55%;
    left: 100%;
    transform: translate(-50%, -50%) scale(2);
}


.conversationLoader-message{
      margin: 15%;
}

.indicator.loaderHtml_booking_status_change {
    position: absolute;
    right: 8%;
    transform: translate(-50%, -50%) scale(2);
}
.indicator.loaderHtml_change_booking_form {
    position: absolute;
    left: 93%;
    transform: scale(2);
}

.indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.indicator svg polyline#back {
  stroke: rgba(219, 73, 84, 0.30);
}
.indicator svg polyline#front {
  stroke: #db4954;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  animation: dash 1s linear infinite;
}
.cta {
  position: fixed;
  bottom: 20px;
  right: 30px;
  color: #222;
  font-weight: bold;
}
@-moz-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* end ccss for loader */


/***********  code for suggestion list  *************/
#procedure-list, #location-list{
      float: left;
      text-align: left;
      list-style: none;
      margin-top: -3px;
      padding: 0;
      width: 100%;
      height: 400px;
      overflow-x:auto; 
      position: absolute;
      z-index: 999;
      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
    #procedure-list li, #location-list li{
      padding: 10px;
      background: #ffffff;
      border-bottom: #9e9e9e47 1px solid;
      font-family: 'Lato', sans-serif;
    }
   #procedure-list li:hover, #location-list li:hover{
      background: #74B4F6;
      cursor: pointer;
      color: white;
      text-decoration: none;
    }

     #procedure-list li a:hover{
        color: white !important;
        text-decoration: none !important;
     }

   #procedure-list li strong,#location-list li strong{
      font-size: 10px;
    }


    .location-homepage .select2-container {
    width: 100% !important;
    height: 50px;
    background: white;
    border-radius: 4px;
}
.location-homepage .select2-selection--single {
    text-align: left;
    padding: 16px 0px 0px 15px;
    font-weight: 500;
    color: #19060f;
}
.location-homepage .select2-selection__arrow {
    display: none;
}
/*********  end code for suggestino list  **********/


/* css added by neeraj */
.procedure_add_btn_parent{
  margin: 25px 0px;
    float: right;
}


.agent_actionStatus{
  position: absolute;
  right: 15px;
  top: 15px;
}
/* end code added bt neeraj */

/*CSS for Empty spaces Starts*/
.empty_space {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.empty_space img {
    max-width: 300px;
}
.empty_space_text {
    color: #839099;
    line-height: 30px;
    font-size: 13px;
    margin-top: 20px;
}
.empty_space .empty_space_text span {
    font-weight: 800;
    clear: both;
    width: 100%;
    color: #b3bfc5;
    font-size: 25px;
    letter-spacing: 1px;
}
.text_small {
    font-size: 11px;
    color: #8a979d;
    text-align: left;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

i.fa.fa-file-o {
   font-size: 17px;
}

.modal-title{color: #425165 !important;}

a#message-attachment {
   font-size: 11px;
   font-weight: 500;
   -webkit-font-smoothing: antialiased;
}


 
 fieldset .select2 .select2-container{
     width: 100% !important;
  }
  
  fieldset .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: -2px 0px 0px 0px;
    position: relative;
  /*  width: 100% !important;*/
    vertical-align: middle;
    border: #e0e0e0 2px solid;
    height: 48px !important;
  }
  
  fieldset .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    padding: 10px;
    font-weight: bold;
  }
  
  fieldset .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 20px !important;
    right: 1px !important;
    width: 20px !important;
    color: #000000;
  }
  
  fieldset .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }

/*Css ends for empty spaces*/



/* css added by neera  # for search page in dashboard# */
.section.transparent>.inner {
    padding: 0;
}
.section.parallax>.inner, .section.transparent>.inner {
    background: linear-gradient(-45deg, #7474BF, #05335a);
}
.section>.inner {
    padding: 80px 0;
    background: #fff;
    position: relative;
}
.hero-section .job-search-form {
    padding: 30px 0;
    text-align: center;
}
.main-featured-text {
    float: left;
    margin: 20px 0;
    width: 100%;
}
.job-search-form form {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.job-search-form form .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-right: 10px;
}
@media (min-width: 768px)
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.job-search-form form .form-group .form-group-inner {
    position: relative;
}

.job-search-form form .form-group i {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 16px;
    font-size: 16px;
    color: #a0a7ba;
    line-height: 50px;
}

.job-search-form .keywords.flex {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.job-search-form form {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.job-search-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 0 16px;
    outline: none !important;
    font-family: 'Lato', sans-serif;
}
@media (min-width: 768px)
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.job-search-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.hero-section .job-search-form {
    padding: 30px 0;
    text-align: center;
}

.job-search-form form .button {
    font-size: 24px;
    border-radius: 4px;
    padding: 11px 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.job-search-form .button {
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    display: inline-block;
    position: relative;
    outline: none !important;
    background: #74B4F6;
    color: #fff;
    border: none;
    text-align: center;
    overflow: hidden;
    padding: 9px 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
    box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
    z-index: 1;
}

.job-search-form .keywords h4 {
    margin: 0;
    margin-right: 15px;
    font-size: 14px;
    line-height: 23px
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
}

.job-search-form .keywords .button {
    margin-right: 7px;
    border-radius: 4px;
    padding: 6px 10px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* end css added by neera  # for search page in dashboard# */
.header {
    position: relative;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1112;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.header-inner {
  font-size: 0;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ============== Navigation ============== */

.navigation {
  position: relative;
  font-size: 0;
  display: inline-block;
  margin-right: 25px;
}
.main-nav ul {
  margin-bottom: 0;
}
.main-nav ul>li {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 31px;
}
.main-nav ul>li:first-of-type {
  margin: 0;
}
.main-nav ul>li a {
  font-size: 12px;
  color: #627199;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: capitalize;
  line-height: 70px;
}
.main-nav ul>li a>i {
  margin-right: 0;
}
.main-nav ul>li a:hover, main-nav ul>li a:hover:after {
  color: #222224;
}
.main-nav ul>li.menu-item-has-children a:after {
    content: "\f3d0";
    font-family: "Ionicons";
    position: relative;
    right: -4px;
}

/* ============== Sub-Menu ============== */ 

.main-nav ul>li ul {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: absolute;
  top: 70px;
  height: auto;
  padding: 0;
  z-index: 8;
  text-align: left;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  left: -10px;
}
.main-nav ul>li ul li {
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #053965;
}
.main-nav ul>li ul li a {
  background: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  background: #05335a;
  min-width: 220px;
  display: block; 
}
.main-nav ul>li ul li:last-of-type {
  border: none;
}
.main-nav ul>li ul li a:hover {
  background: #0c3d67;
  color: #fff;
}
.main-nav ul>li.active ul li a {
  color: #fff;
  border-bottom: none;
}
.main-nav ul>li ul li a:after { 
  display: none;
}
.main-nav ul>li.active ul li a:hover {
  background: #0199ed;
  color: #fff;
}
.main-nav ul>li ul>li.active a {
  background: #e45e69;
  color: #fff;
}
.main-nav ul>li ul li ul {
  left: 100%;
  top: 0;
}
.main-nav ul>li:hover>ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ============== Responsive Menu ============== */

.responsive-menu-open {
  font-size: 33px;
  line-height: 70px;
  text-align: center;
  color: #000000;
  display: none;
  position: relative;
}
.responsive-menu-open:hover {
  opacity: 1;
  color: #1f2730;
}
.responsive-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  min-width: 100%;
  background: #ffffff;
  z-index: 999;
  padding: 28px;
  padding-top: 60px;
  padding-bottom: 0;
  overflow-y: scroll;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
}
.responsive-menu.open {
  left: 0;
}
.responsive-menu .responsive-menu-open {
  display: none;
}
.responsive-menu-close {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 20px;
  color: #000000;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
}
.responsive-menu-close:hover {
  opacity: 1;
}
.responsive-nav>ul>li {
  border-bottom: 1px solid #ededed;
}
.responsive-nav>ul>li:last-of-type {
  border-bottom: none;
}
.responsive-nav ul {
  margin-bottom: 0;
}
.responsive-nav ul>li a {
  font-size: 14px;
  color: #db4955;
  padding: 12px 0;
  line-height: 16px;
  display: block;
  position: relative;
}
.responsive-nav ul>li ul {
  background: #f8f8f8;
  margin: 8px -28px;
  padding-left: 56px;
  padding-right: 28px;
}
.responsive-nav ul>li ul>li:first-of-type {
  padding-top: 12px;
}
.responsive-nav ul>li ul>li:last-of-type {
  padding-bottom: 12px;
}
.responsive-nav ul>li ul>li ul {
  background: #21334d;
  margin-left: -56px;
  padding-left: 84px;
}
.responsive-nav ul>li ul>li a:hover {
  color: #fff;
}
.responsive-nav ul>li>a i {
  float: right;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.responsive-nav ul>li.collapse-active>a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.responsive-nav>ul>li {
  padding: 8px 0;
}
.responsive-nav>ul>li.menu-item-has-children {
  padding-bottom: 0;
}
.responsive-nav ul>li.menu-item-has-children ul {
  margin-bottom: 0;
}
.responsive-nav ul>li a:hover {
  opacity: 1;
  color: #db4955;
}
.responsive-nav ul>li.active>a {
  color: #db4955;
}
.no-scroll {
  overflow: hidden !important;
}
@media all and (max-width: 1368px) {
  .main-nav.early-hidden {
    display: none;
  }
  .responsive-menu-open.early-visible {
    display: inline-block;
  }
}
@media all and (max-width: 992px) {
  .main-nav {
    display: none;
  }
  .responsive-menu-open {
    display: inline-block;
  }
}

@media all and (max-width: 768px) {
  .navigation .search-open, .responsive-menu-open, .navigation .cart-open {
    line-height: 70px;
  }
  .responsive-menu-open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navigation .cart-open .number {
    top: 21px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}