/*
* Theme Name: VenueZai
* Author: Themez Hub
* Version: 1.0
* Last Change: 02 Sep 2019
  Author URI    : http://www.Themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# GLobal Settings
# Header Navigation Styles
# Homes Banner
# Property Style
# How it Work
# Contact Info
# PopUp Modal
# Agency & Agents Design
# Blog Designs
# General Features 
# Dashboard
# Footer Start
# Responsiveness Start
# Bottom To top Scroll 
------------- List Of Table ----------*/
/*------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

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

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

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

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

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

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

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

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

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
form.dropzone.dz-clickable.primary-dropzone {
    background: #f9fafc;
    border: 1px solid #ebedf5;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
	GLobal Settings
-------------------------------------------------------------*/
* {
  outline: none; }

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

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }
a {
    color:#2D3954;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

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

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

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

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:30px 0 30px;
}
p {
    line-height:1.8;
}
	
.gray-bg{
	background:#f7f9fc url(../img/pattern.png);
	background-size: cover;
    background-position: center;
}
.gray{
	background:#f7f9fc;
}
.gray-simple{
	background:#f7f9fc;
}
.bg-1{
	background:#f7d0cb;
}
.bg-2{
	background:#dde9ed;
}
.tbl {
    display: table;
} 
  .full-height {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

html body .db {
  display: block; }

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

.circle {
  border-radius: 100%; }

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

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

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

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

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

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

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

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

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

ol li {
  margin: 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html body .p-b-40 {
  padding-bottom: 40px; }
  
/*-------------- GLobal Settings: Margin ----------------*/
html body .mr-auto {
  margin:auto; }
  
html body .m-0 {
  margin: 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }


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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

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

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

.hide {
  display: none; }

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

.radius {
  border-radius: 4px; }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html body .bg-white {
  background-color: #ffffff; }
 
html body .bg-whites {
  background-color: #f4f5f7; }
  
html body .bg-red {
  background-color: #e21137; }
  
html body .bg-green {
  background-color: #4caf50; }
  
html body .bg-sky {
  background-color: #20b2c1; }
  
html body .bg-blue {
  background-color: #03a9f4; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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


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

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

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px; }
  
.btn-link .underline {
    border-bottom: 1px solid #263238;
}
	
.btn-link:hover {
    color: #27b737;
}

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

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

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

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

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

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

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

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

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

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

.btn-arrow {
  position: relative;
}
  
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
	
.btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
	
.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
	
.btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; 
}
.btn-theme{
	background:#fd5332;
	border-color:#fd5332;
	color:#ffffff;
	transition:all ease 0.4s;
}
.btn-theme-2{
	background:#3151B7;
	border-color:#3151B7;
	color:#ffffff;
	transition:all ease 0.4s;
}
.btn-theme-2:hover, .btn-theme-2:focus{
	background:#fd5332;
	border-color:#fd5332;
	color:#ffffff !important;
}
.btn-outline-theme {
    color: #fd5332;
    background-color: transparent;
    border:2px solid #fd5332;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
    color:#ffffff !important;
    background-color:#fd5332;
    border-color:#fd5332;
}
.btn-outline-theme-2 {
    color:#3151B7;
    background-color: transparent;
    border:2px solid #3151B7;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover, .btn-outline-theme-2:focus {
    color:#ffffff;
    background-color:#3151B7;
    border-color:#3151B7;
}
.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color:#eef0f3;
  color: #8d97ad;
}
  
.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #ffffff !important;
}
	
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #263238;
    border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background:#fd5332;
  border: 1px solid #fd5332;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}
  
.btn-primary:hover,
.btn-primary.disabled:hover {
    background:#2677e6;
    border: 1px solid #2677e6;
}
	
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
    background: #345bcb;
}

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

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

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

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

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

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

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

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
  
.btn-red:hover,
.btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f;
}
	
.btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b;
}

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

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

.btn-warning-gradiant {
  background: #ff9b20;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff9b20 0%, #f48624 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff9b20), to(#f48624));
  background: -webkit-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: -o-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: linear-gradient(to right, #ff9b20 0%, #f48624 100%);
  border: 0px;
}
  
.btn-warning-gradiant:hover {
    background: #f48624;
    background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #ff9b20 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#ff9b20));
    background: -webkit-linear-gradient(left, #f48624 0%, #ff9b20 100%);
    background: -o-linear-gradient(left, #f48624 0%, #ff9b20 100%);
    background: linear-gradient(to right, #f48624 0%, #ff9b20 100%);
}
	
  .btn-warning-gradiant.active, .btn-warning-gradiant:active, .btn-warning-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}
	
.btn-info-gradiant, .btn-primary-gradiant {
  background: #fd5332;
  background: -webkit-linear-gradient(legacy-direction(to right), #fd5332 0%, #fd5332 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fd5332), to(#fd5332));
  background: -webkit-linear-gradient(left, #fd5332 0%, #fd5332 100%);
  background: -o-linear-gradient(left, #fd5332 0%, #fd5332 100%);
  background: linear-gradient(to right, #fd5332 0%, #fd5332 100%);
  border: 0px;
  color: #ffffff;
}

.btn-info-gradiant:hover, .btn-primary-gradiant:hover {
    background: #fd5332;
    background: -webkit-linear-gradient(legacy-direction(to right), #fd5332 0%, #fd5332 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fd5332), to(#fd5332));
    background: -webkit-linear-gradient(left, #fd5332 0%, #fd5332 100%);
    background: -o-linear-gradient(left, #fd5332 0%, #fd5332 100%);
    background: linear-gradient(to right, #fd5332 0%, #fd5332 100%);
}
	
.btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

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

.btn-outline-primary {
  color: #fd5332;
  background-color: #ffffff;
  border-color: #fd5332;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #fd5332;
    color: #ffffff;
    border-color: #fd5332; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb;
}

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

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

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

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

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #f33066;
    border-color: #f33066;
    color: #ffffff;
}
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#fd5332;
    border-color:#fd5332;
}

.pagination li:first-child a {
    background:#fd5332;
    border: 1px solid #fd5332;
    border-radius:2px;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:2px;
    color: #fff
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #fd5332;
    border-color: #fd5332;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;   
}

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

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

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

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

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

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

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

.onoffswitch-checkbox {
  display: none;
}

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

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

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

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

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
        margin-right: 15px;
            font-size: 17px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #969696;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d0a50b;
    position: absolute;
    top:3px;
    left:3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

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

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

nav .brand {
	display: block;
	position: relative;
	    top: 16px;
    width: 200px;
}

nav .brand img {
	width: 100%;
}

nav .menu li a {
	display: block;
	padding:28px 17px;
	text-decoration: none;
	font-size:15px;
      color: #000000;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

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

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

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

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

.account-drop .btn.btn-order-by-filt {
    padding: 0;
    box-shadow: none;
	margin-top: 5px;
	font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 35px;
    border-radius: 50%;
    margin-right: 7px;
}
.account-drop .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    border: solid 1px #ebedf3;
    min-width: 200px;
    left: initial !important;
}
li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding:10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}
/*===================================================
 Homes Banner
==================================================*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}
.image-cover {
    background-size: cover !important;
    background-position: center !important;
}
.hero-banner {
    padding:3em 0 3em;
    display: flex;
    flex-wrap: wrap;
	min-height: 400px;
    justify-content: center;
    align-items: center;
}
.hero-search-wrap {
    position: relative;
    background: #f8faff;
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding:30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
    background:rgba(255,255,255,0.15);
    border-radius:5px;
    padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
	width:100%;
    max-width:100%;
}
.hero-search h1 {
    text-transform: capitalize;
    color: #2b4db9 !important;
	font-size:35px;
}
.btn.search-btn {
    background: #fd5332;
    padding: 17px;
    border-radius:5px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    color: #ffffff;
    width: 100%;
	font-size:1.2rem;
}
.btn.search-btn:hover, .btn.search-btn:focus{
	color:#ffffff !important;
}
.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text  p{
	color:#4d5968;
}

/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
	background:#232323;
	background-position:center;
	background-size:cover;
	padding:4em 0;
	position:relative;
}
.large-banner {
    min-height: 100vh;
    padding: 5em 0 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.verticle-center{
	text-align:center;
}
.hero-header{
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hero-banner>*{
	position:relative;
	z-index:1;
}
.hero-banner h1{
	font-weight:800;
	line-height:1.3;
}
.hero-banner p{
	font-size:18px;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background:#19365f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}

/*------------ Homes Banner: Banner Form ------------*/
.signup-frm{
	max-width:510px;
	margin-top:15px;
	display:block;
	position: relative;
}
.signup-frm .form-control{
	width: 100%;
    font-size:16px;
    font-weight: 400;
	background-color:#ffffff;
    border:1px solid #cfd8dc;
    padding:22px 20px 18px;
	border-radius:2px;
	height: 60px;    
}
.signup-frm .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 25px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
}

/*---- Advance Slide Search Box ---------------*/
.full-search-2 {
    background: #ffffff;
    padding:25px 25px 10px;
    border-radius: 6px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}
.btn.reset-btn-outline {
    border:2px solid #bec2cc;
	padding:14px 25px 14px 25px;
	transition:all ease 0.4s;
    width:100%;
    color:#000000;
}
.no-ul-list.third-row {
    display: table;
    width: 100%;
	margin-bottom:15px;
}
.no-ul-list.third-row li {
    width: 50%;
    float: left;
    margin-bottom:7px;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
	background:#000000;
	border-color:#000000;
	color:#ffffff;
}
.btn.search-btn-outline {
    border:2px solid #fd5332;
	padding:14px 25px 14px 25px;
	transition:all ease 0.4s;
    width:100%;
    color:#fd5332;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
	background:#fd5332;
	color:#ffffff;
}
#module>a, #module>a:hover, #module>a:focus{
	width: 100%;
	color:#2D3954;
    padding:14px 10px 14px 45px;
    position: relative;
    line-height: 1.25;
    display: inline-block;
}
#module a.collapsed:after  {
    content: 'Advanced Search';
	font-size: 18px;
}

#module a:not(.collapsed):after {
    content: 'Advanced Search';
	font-size: 18px;
}
#module a.collapsed:before, #module a:not(.collapsed):before {
    content: "\e61a";
    font-family: themify;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    left: 0;
    position: absolute;
    top:9px;
}
#module a:not(.collapsed):before {
    content:"\e622";
    font-family: themify;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    left: 0;
    position: absolute;
    top:9px;
}
/*----------- Home Slider Banner -------------*/
.home-slider .item, .property-slider .item {
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    height: 600px;
}
.home-slider .item {
    min-height: 520px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100vh;
}
.home-slider .item {
    background-size: cover !important;
    background-position: center !important;
}
.fullwidth-home-slider div {
    height: 100%;
}
.home-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.home-slider .item:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 10%, #111c52);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.home-slider-price {
    display: inline-block;
    padding: 10px 20px;
    background: #2a47a5;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #ffffff;
    font-weight:600;
    font-size: 20px;
}
.home-slider-price i {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}
.home-slider-title{
	display:inline-block;
	margin-bottom:20px;
	width:100%;
}
.home-slider-title a {
    font-size: 2rem;
    color: #ffffff;
}
.home-slider-title h3 {
    margin-bottom: 5px;
}
.home-slider-title span {
    color: #ffffff;
}
.home-slider-title span i{
	margin-right:7px;
}
.simple-search-wrap {
    max-width: 580px;
    margin:0;
}
.home-slider-desc .read-more {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background:#fd5332;
    border-radius: 4px;
}
.simple-search-wrap h1{
	color:#ffffff;
}
.simple-search-wrap .pk-input-group {
    background: #ffffff;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
	overflow: hidden;
	position: relative;
}
.simple-search-wrap .pk-input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    border: none;
    margin: 0;
    height:74px;
	padding-left:3rem;
}

.simple-search-wrap .pk-input-group .pk-subscribe-submit {
    background: #fd5332;
    border: 1px solid #fd5332;
    margin: 10px;
    padding: 1rem 2rem;
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    color: #ffffff;
}
.simple-search-wrap .pk-input-group:after {
    content:"\e607";
    font-family:'themify';
    position: absolute;
    left: 0;
    top:2px;
    bottom: 0;
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6c757d;
    font-size: 1.25rem;
    z-index: 3;
}
.large-banner{
    min-height: 100vh;
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.full-search-2 {
    background: #ffffff;
    padding:18px 25px 18px;
    border-radius: 6px;
}
.full-search-2.italian-search .form-group{
	margin-bottom:5px;
}
.full-search-2.transparent{
	background:transparent;
	padding:15px 25px 15px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}
.btn.reset-btn-outline {
    border:2px solid #bec2cc;
	padding:14px 25px 14px 25px;
	transition:all ease 0.4s;
    width:100%;
    color:#000000;
}
.btn.reset-btn {
    border: 2px solid #bec2cc;
    background: #000000;
    height: 60px;
    transition: all ease 0.4s;
    border-radius: 4px;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.no-ul-list.first-row, .no-ul-list {
    display: table;
    width: 100%;
	margin-bottom:15px;
}
.no-ul-list.third-row {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.no-ul-list.second-row li {
    max-width: 50%;
    float: left;
    margin-bottom:7px;
    flex: 0 0 50%;
}
.no-ul-list.third-row li {
    max-width: 50%;
    float: left;
    margin-bottom:7px;
    flex: 0 0 50%;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
	background:#000000;
	border-color:#000000;
	color:#ffffff;
}
.btn.search-btn-outline {
    border:2px solid #fd5332;
	padding:14px 25px 14px 25px;
	transition:all ease 0.4s;
    width:100%;
    color:#fd5332;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
	background:#fd5332;
	color:#ffffff !important;
}
h1.italian-header-capt {
	font-weight: 500;
    margin: 0 auto;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 50px;
    margin-bottom: 1em;
    text-align: center;
}
h1.big-header-capt {
	font-weight:700;
    margin: 0 auto;
    margin-bottom:0.4em;
    text-align: center;
	text-transform:uppercase;
}
.italian-search .input-with-icon .form-control,
.italian-search .input-with-shadow .form-control,
.italian-search .input-with-shadow .select2-container,
.italian-search .input-with-icon .select2-container {
    border: none;
    border-radius:3px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    box-shadow:none;
    -webkit-box-shadow: none;
	border:1px solid #bec2cc;
}
.small-padd{
    z-index: 99;
}
.full-search-2.hero-search-radius {
    background: #cc922f;
    border-radius: 0px;
}
.italian-search.hero-search-radius .input-with-icon .form-control, .italian-search.hero-search-radius-space .input-with-icon .form-control,
.italian-search.hero-search-radius-happenings .input-with-icon .form-control, .italian-search.hero-search-radius-services .input-with-icon .form-control,
.italian-search.hero-search-radius .input-with-shadow .form-control,
.italian-search.hero-search-radius .input-with-shadow .select2-container,
.italian-search.hero-search-radius .input-with-icon .select2-container {
    border: none;
    border-radius:0px;
    padding-left: 45px;
    height: 50px;
    background: #ffffff;
    box-shadow:none;
    -webkit-box-shadow: none;
	border:none;
}
.italian-search.hero-search-radius .btn.search-btn{
	border-radius:50px;
  font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}
/*-------------Home Map ----------------*/
.map-search-box {
    background: #ffffff;
    padding: 2em 2em 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
button.btn.adv-btn {
    background: #2b4db9;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.map-container {
	float:left;
	width:100%;
	position:relative;
	overflow: hidden;
}
.fw-map {
	height:600px;
}
.map-container.column-map {
	width:50%;
	position:fixed;
	-webkit-transform: translate3d(0,0,0);
	overflow: hidden;
}
.map-container.column-map.right-pos-map {
	right:0;
}
.map-container.column-map.left-pos-map {
	left:0;
}
.map-container #map-main{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 10;
	overflow:hidden;
}
.scrollContorl {
	position:absolute;
	z-index:1000;
	bottom:100px;
	right:20px;
	cursor:pointer;
	width:36px;
	height:36px;
	line-height:36px;
    background: #2F3B59;
	border-radius:4px;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
}
.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}
#singleMap {
	width:100%;
	position:relative;
	height:300px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position:fixed;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:40px;
	height:40px;
	border-radius:100%;
	color:#fff;
	line-height:40px;
	margin-top:-20px;
	text-align:center;
	background:#2b4db9;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
	-webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f068";
}
.mapzoom-in:before{
	content: "\f067";
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	border-radius:4px;
	color:#fff;
	float:left;
	margin-left:10px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #2F3B59;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	color:#fff! important;
	background:#2b4db9;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#fd5332;
}
@keyframes cluster-animation{
	0%,100%{box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);}
	50%{box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.2);}
}
.map-popup-location-phone , .map-popup-location-info {
	float:left;
	color:#666;
	font-size:13px;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
.map-popup-wrap {
	display:block;
	border-radius:8px;
	width:300px !important;
	background:#fff;
	position:relative;
}
.map-popup-wrap .property-listing.property-2{
	border:none;
	margin-top:0;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	top:20px;
	right:20px;
	color:#2b4db9;
	text-align:center;
	border-radius:100%;
	z-index:20;
	background:#fff;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
	cursor:pointer;
}
.infoBox-close:hover {
	background:#2b4db9;
	color:#ffffff;
}

.map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before {
    top:-2px;
}
.list-single-img a {
    position: relative;
    display: block;
}
.list-single-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background: #1c2746;
    opacity: 0.5;
}
/*------- Fullscreen Map Section ---------------- */

.fs-container {
	height: 100% !important;
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background: #fff;
}
.fs-left-map-box{
    float: left;
}
.fs-container #map-main{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
	margin-bottom: 0px;
}
.fs-left-map-box .map-container.fw-map{
    width: 50%;
	height: 100%;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}
.half-map .fs-inner-container{
    position: relative;
    width: 50%;
    background: #f9f9f9;
    min-height: 100vh;
    z-index: 10;
	float: right;
}
.map-container.fw-map #map-main{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.fs-content {
	max-height: 100%;
	overflow: auto;
	padding: 0;
	 overflow: visible;
}
.half-map .fs-content {
    padding: 2em;
}
.fs-container section.search {
	padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
	padding: 0 25px;
	margin: 0;
}

.fs-switcher {
	padding: 0 25px;
	margin: 0;
}

/* Inner Containers */
.fs-inner-container {
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
}
.img-wrap {
    height:300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index:1;
    margin: 10px 0;
    border-radius:4px;
        transition: 0.2s linear all;
}
.img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #101f4e;
    opacity: 0.4;
    z-index:11;
    transition: 0.3s ease-out;
}
.img-wrap-content {
    position: absolute;
    z-index:55;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0,-50.5%);
}
.img-wrap-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.img-wrap-content span {
    font-size: 16px;
    color: #fff;
}
.img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.home-map.fl-wrap{
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
	overflow: hidden;
}
.home-map.fl-wrap .advance-search-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: +33;
    transition: all 0.4s;
    max-width: 1170px;
    margin: 0 auto !important;
    width: 100%;
    right: 0;
}
/*------------------ New Search ---------------*/
.hero-header .search-form, .hero-header .search-big-form{
	margin-top:2rem;
}
.search-form .form-control{
    height: 60px !important;
    border-radius:0px;
	padding-left:40px;
	box-shadow:none;
}
.search-form .btn {
    height: 60px !important;
    border-radius:0px;
	box-shadow:none;
}
.search-form .select2-container--default .select2-selection--single {
    height:60px;
	border:none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:58px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:60px;
}
.search-big-form .form-control{
    height:70px !important;
    border-radius:0px;
	padding-top:.6rem;
	padding-bottom:.6rem;
	padding-left:45px;
	box-shadow:none;
}
.search-big-form .btn {
    height:70px !important;
    border-radius:0px;
	padding-top:.6rem;
	padding-bottom:.6rem;
	box-shadow:none;
}
.search-big-form .select2-container--default .select2-selection--single {
    height:70px;
	border:none;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:68px;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:70px;
}
.search-form .form-group i{
    position: absolute;
	color: #bbc6d4;
    left:15px;
    top:24px;
}
.search-big-form .form-group i{
    position: absolute;
	color: #bbc6d4;
    left:13px;
    top:25px;
	font-size:22px;
}
.search-big-form.no-border .form-control:hover, .search-big-form.no-border .btn:hover,.search-big-form.no-border .form-control:focus, .search-big-form.no-border .btn:focus,
.search-form.no-border .form-control:hover, .search-form.no-border .btn:hover,.search-form.no-border .form-control:focus, .search-form.no-border .btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
}
.search-big-form.no-border .form-control, .search-big-form.no-border .btn,
.search-form.no-border .form-control, .search-form.no-border .btn{
	border:none;
}
form.search-big-form.search-shadow, form.search-form.search-shadow {
    padding: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
}
.br-all .select2-container--default .select2-selection--single{
	border:1px solid #e0ecf5 !important;
}
.select2-dropdown {
    border: 1px solid #e0ecf5;
	z-index: +33333;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e0ecf5;
}

.search-header-banner {
    background:#f6faff;
    padding: 2em 0;
}

/*----------- Input With Icons ------------*/
.input-with-icon {
    position: relative;
    width: 100%;
	z-index: 99;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container{
    border: none;
	border-radius:5px;
	padding-left: 45px;
	height:60px;
	background: #ffffff;
	overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size:18px;
    color: #000000;
    font-weight: bold;
    cursor: normal;
    pointer-events: none;
}


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


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


/*====================================
	Property Style
======================================*/
.slick-slider .property-listing, .slick-slider .agents-grid{
    margin-bottom: 10px !important;
}
.property-listing {
    position: relative;
    width: 100%;
    border-radius: 6px;
	overflow: hidden;
    border: 1px solid #e5e9ec;
}
.property-listing.property-1 .listing-img-wrapper {
    overflow: hidden;
	position:relative;
}
.property-listing.property-1 .listing-img-wrapper>a {
    position: relative;
    display: block;
    width: 100%;
	transition:all ease 0.4s;
}
.property-listing.property-1 .listing-img-wrapper>a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
    display: block;
    bottom: 0;
}
.property-listing.property-1 .listing-img-wrapper img{
	max-height:240px;
	width: 100%;
}
.property-listing.property-1 .listing-detail-wrapper {
    padding: 0.5rem 1rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.property-listing.property-1 .listing-short-detail{
	flex:1;
}
.avater-30 {
    max-width: 30px;
}
.property-listing.property-1 .listing-name {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
        font-weight: 900;
}
.property-listing.property-1 .listing-location{
    font-size:15px;
    margin-bottom: 2px;
    color: #3a3a3a;
    font-family: 'Roboto Condensed', sans-serif;
}
.property-listing.property-1 .listing-location i{
	margin-right:5px;
}
.property-listing.property-1 .like-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e9ec;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
	color:#0ac1a7;
	transition:ease 0.4s;
  font-family: 'Roboto Condensed', sans-serif;
}
.property-listing.property-1 .listing-like-top{
	position:absolute;
	top:20px;
	left:20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.property-listing.property-1 .listing-like-top i {
    color: #fe3e67;
    width: 38px;
    height: 38px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    margin-right: 3px;
}
.property-listing.property-1 .listing-features-info ul {
    margin: 0;
	display:table;
	width:100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
       padding: 0.5rem 1rem 0rem;
}
.property-listing.property-1 .listing-features-info ul li{
	display:inline-block;
	-ms-flex: 0 0 33.333333%;
      margin-right: 20px;
      margin-bottom: 10px;
  color: #000;
    font-size: 14px;
	list-style:none;
  font-family: 'Roboto Condensed', sans-serif;
}
.property-listing.property-1 .listing-features-info ul li:last-child{
	border-right:none;
}
.property-listing.property-1 .listing-features-info ul li strong{
	font-weight:600;
	margin-right:5px;
}
.property-listing.property-1 .listing-footer-wrapper{
	padding:0.9rem 1rem;
	border-top: 1px solid #e5e9ec;
	width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.property-listing.property-1 .listing-footer-wrapper .listing-price{
	flex:1;
	color:#0ac1a7;
}	
.property-listing.property-1 .listing-price .list-pr{
	color: #0f1f2f;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.property-listing.property-1 .listing-detail-btn .more-btn {
    padding: 6px 12px;
    color: #ffffff;
    border: 1px solid #fd5332;
    background: #fd5332;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 2px;
}
.property-listing.property-1 .listing-detail-btn .more-btn:hover
{
    background-color: #d0a60d !important;
    border: 1px solid #cfa60e !important;
    transition: 0.2s all linear !important;
}

.property-listing.property-1 .listing-rating {
    position: absolute;
        bottom: 108px;
    left: 20px;
}
.property-listing.property-1 .listing-rating i {
    color: #ffffff;
    margin-right: 3px;
}
.property-listing.property-1 .listing-rating i.filled {
    color:#ff9800;
}
.property-listing.property-1 .property-type {
    position: absolute;
    left: 3px;
    top: 8px;
    background: #000000;
    color: #ffffff;
    padding: 4px 15px;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}
.property-listing.property-1 .listing-img-wrapper>a:hover:before, .property-listing.property-1 .listing-img-wrapper>a:focus:before{ 
	background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-1 .property-listing:hover .like-btn, .property-listing.property-1 .property-listing:focus .like-btn{
	background:#ff9800;
	color:#ffffff;
	border-color:#ff9800;
}

/*------------ Property Style: Classic Style Real Estate -----------*/
.property_item {
    background: #fff;
    position: relative;
	border-radius:6px;
    overflow: hidden;
	margin-bottom:30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.image{
    position: relative;
}
.image a{
    display: block;
}
.sb-date {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    background:rgba(23, 42, 76, 0.4);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.sb-date i {
    margin-right:7px;
}
span.tag_t {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 7px 15px;
    background: #22326b;
    border-radius: 4px;
    color: #ffffff;
}
.proerty_content {
	position:relative;
    padding: 2em 2em 1.5em;
}
.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.proerty_text .captlize {
    font-size: 16px;
    font-weight: 600;
    flex: 1;
	line-height: 1;
	margin-bottom:5px;
}
.property_meta {
    display: block;
    margin: 2em 0 1rem;
}
.classical-list .proerty_price {
    margin: 0;
	font-weight:600;
	color:#049869;
}
.property_add{
	color:#797d8a;
}
.classical-list .btn{
	font-size: 14px;
	padding:12px 18px;
}
.btn.btn-theme {
    background:#fd5332;
	border:1px solid #fd5332;
    border-radius: 4px;
	margin-right:4px;
	margin-bottom:5px;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
    background:#fd5332;
	border:1px solid #fd5332;
    color:#ffffff;
}
.btn.btn-theme-light {
    color:#fd5332;
    background:rgba(253, 83, 50,0.12);
    border-radius: 4px;
	margin-bottom:5px;
}

/*-------- Property Style: Property Style 2 ---------*/
.property-listing {
    position: relative;
    width: 100%;
    border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
	margin-top:30px;
	border:none;
	box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.property-listing.property-2 .listing-img-wrapper {
    overflow: hidden;
	position:relative;
	min-height: 240px;
    max-height: 240px;
}
.list-img-slide {
    overflow: hidden;
    position: relative;
    min-height: 240px;
    max-height: 240px;
}
.property-listing.property-2 .listing-img-wrapper>a {
    position: relative;
    display: block;
    width: 100%;
	transition:all ease 0.4s;
}
.property-listing.property-2 .listing-img-wrapper>a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
    display: block;
    bottom: 0;
}
.property-listing.property-2 .listing-img-wrapper img{
	max-height: 240px;
    min-height: 240px;
	width: 100%;
}
.property-listing.property-2 .listing-detail-wrapper {
    padding:1rem 1.5rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.property-listing.property-2 .listing-short-detail{
	flex:1;
}
.property-listing.property-2 .listing-name {
    font-size:16px;
	position: relative;
    margin-bottom:0px;
}

.property-listing.property-2 .listing-location{
    font-size:14.5px;
    margin-bottom: 2px;
}
.property-listing.property-2 .list-status {
    position: relative;
    margin-left: 10px;
    top: -3px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #625ace;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    line-height: 22px;
    color: #ffffff;
    box-shadow: none;
    display: inline-block;
}
.property-listing.property-2 .listing-location i{
	margin-right:5px;
}
.property-listing.property-2 .listing-features-info ul {
    margin: 0;
	display:table;
	width:100%;
    padding:0.5rem 1rem 1.5rem;
}
.property-listing.property-2 .listing-features-info ul li{
	display:inline-block;
	width:33.333333%;
	list-style:none;
}
.property-listing.property-2 .listing-features-info ul li:last-child{
	border-right:none;
}
.property-listing.property-2 .listing-features-info ul li strong{
	font-weight:600;
	margin-right:5px;
}
.property-listing.property-2 .listing-footer-wrapper{
	padding:0.5rem 1rem;
	border-top: 1px solid #e5e9ec;
	width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.property-listing.property-2 .listing-footer-wrapper .listing-like{
	flex:1;
	color:#0ac1a7;
}
.property-listing.property-2 .like-btn {
    background: #f3f4f7;
    border: 1px solid #edeff3;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
	transition:all ease 0.4s;
}
.property-listing.property-2 .listing-price, .property-listing.property-2 .listing-contact-info{
    position: absolute;
    left: 20px;
    bottom: 20px;
	z-index: 1;
}	
.property-listing.property-2 .listing-price .list-pr,
.property-listing.property-2 .listing-price > *,
.property-listing.property-2 .listing-contact-info > *{
	color:#ffffff;
	margin:0;
}
.property-listing.property-2 .listing-detail-btn .more-btn{
	padding:6px 15px;
	color:#ffffff;
	border:1px solid #ff9800;
	background:#ff9800;
	border-radius:2px;
}
.rate-btn {
    font-weight: 800;
    color: #FF9800;
    font-size: 18px;
}
.property-listing.property-2 .list-rating i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background: #ff9800;
    border: 1px solid #ff9800;
    margin-right: 3px;
}
.property-listing.property-2 .list-save i {
    color: #ffffff;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: #fe3e67;
    border:1px solid #fe3e67;
    margin-right: 3px;
}
.property-listing.property-2 .list-save-top{
	position:absolute;
	top:20px;
	right:20px;
}
.property-listing.property-2 .list-save-top i {
    color: #fe3e67;
    width: 38px;
    height: 38px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    margin-right: 3px;
}
.property-listing.property-2 .property-type {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
	z-index: 1;
    text-transform: uppercase;
	-webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
}
.property-listing.property-2 .listing-category {
    position: absolute;
    right: 20px;
    bottom: 25px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    text-transform:capitalize;
	-webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
}
.list-featured {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #ffffff;
    padding: 7px 20px;
    border-radius: 50px;
	color: #4c5871;
}
.list-featured i {
    margin-right: 5px;
    color: #ff9802;
}
.property-listing.property-2 .listing-post-status i {
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.property-listing.property-2 .listing-img-wrapper>a:hover:before, .property-listing.property-2 .listing-img-wrapper>a:focus:before{ 
	background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-2:hover .like-btn, .property-listing.property-2:focus .like-btn{
	background:#ff9800;
	color:#ffffff;
	border-color:#ff9800;
}
.price-features-wrapper {
    padding: 0.1rem 1.5rem 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.price-features-wrapper .listing-price-fx{
	flex:1;
}
.inc-fleat {
    margin-left:15px;
	color:#797d8a;
}
.list-fx-features {
    margin-top: 5px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.listing-card-info-icon {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    vertical-align: top;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
}
.inc-fleat.inc-bed:before {
	background:url(../img/bed.svg);
	content:"";
    position: absolute;
	background-size: contain;
	width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.inc-fleat.inc-bath:before {
	background:url(../img/bath.svg);
	content:"";
    position: absolute;
	background-size:contain;
	width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.inc-fleat.inc-type:before {
	background:url(../img/type.svg);
	content:"";
    position: absolute;
	background-size:contain;
	width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.inc-fleat.inc-area:before {
	background:url(../img/area.svg);
	content:"";
    position: absolute;
	background-size:contain;
	width: 25px;
    height: 23px;
    top:-1px;
    left:-2px;
}
.listing-card-info-icon img {
    margin-right:5px;
	max-width:18px;
}
.listing-card-info-price {
    font-weight: 600;
	position:relative;
    font-size:22px;
    color:#fd5332;
	line-height:1.4;
	padding-left: 0.35em;
}
.price-prefix:before {
    content: '$';
    position: absolute;
    left: 0;
    top:0em;
    font-size: 0.6em;
    color: inherit;
}
.listing-price-fx .price-suffix {
    font-size: 14px;
    color: #797d8a;
    font-weight: 400;
}

/*------------ Agent Grid ---------*/

.agents-grid{
	position: relative;
	background:#ffffff;
    border-radius: 6px;
	margin-top:30px;
	border:none;
	box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.agents-grid-wrap{
	padding:1.5rem;
}
.fr-grid-thumb{
    width:90px;
    height:90px;
	border-radius:50%;
    display: table;
	position:relative;
	margin:0.7em auto;
	box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
	-webkit-box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
}
.fr-grid-thumb img {
    width:90px;
    height:90px;
    border-radius:50%;
}
.fr-grid-deatil {
    text-align: center;
}
.fr-can-name{
	margin-bottom:2px;
}
.fr-position{
	font-size:15px;
}
.fr-can-rating{
    text-align: center;
}
.fr-can-rating i {
    font-size: 14px;
    color: #c4c8d0;
}
.fr-can-rating i.filled {
    color: #ff9800;
}
.fr-grid-info {
    margin-bottom:1.5rem;
}

.fr-grid-info ul{
	margin:0;
	padding:0;
}

.fr-grid-info ul li{
	list-style:none;
	padding:1rem 1.5rem;
}
.fr-grid-info ul li:nth-child(even) {
    background: #f5f6f9;
}
.fr-grid-info ul li span{
	float:right;
}
.fr-grid-footer{
	padding:0rem 1.5rem 1rem;
}
.jb-bookmark {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 22px;
    color: #aab5cc;
}
.overall-rate {
    position: absolute;
    right: -10px;
    bottom: 8px;
    background: #FF9800;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.agent-call{
    position: absolute;
    right: 20px;
    top: 25px;
}
.agent-call a, .agent-call a:hover, .agent-call a:focus{
	color:#19b12a;
	font-size:22px;
}
/*---------- Slick Arrow ---------*/
.property-listing.property-2 .slick-slide a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
	opacity:0.2;
	background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing .slick-arrow.slick-next {
    transform-origin: 100% 0%;
}
.property-listing .slick-arrow {
    width:40px;
    height:40px;
    overflow: hidden;
    border-radius:50%;
    opacity:1;
    transition: 0.1s;
	z-index:1;
}
.slick-next:before {
    content:"\e628";
    font-family:'themify';
}
.slick-prev:before {
    content:"\e629";
    font-family:'themify';
}
.property-listing .slick-next {
    right:5px;
}
.property-listing .slick-prev {
    left:5px;
}
.property-listing .slick-arrow:before {
    position: absolute;
    top: 0;
    width:40px;
	height:40px;
	opacity:0;
    line-height:40px;
    background: rgba(49, 81, 183, 0.6705882352941176);
    font-size:12px;
    color: #ffffff;
    cursor: pointer;
	border-radius:50%;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    transition: 0.2s;
}
.property-listing .slick-arrow.slick-next:before {
    text-align:center;
    left: 0;
}
.property-listing .slick-arrow.slick-prev:before {
    text-align:center;
    right: 0;
}
.property-listing:hover .slick-arrow:before {
    opacity: 1;
}

/*------------------------------------------------
	Detail Page Style 
------------------------------------------------*/
.block-wrap {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom:30px;
}

.block-header {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7eff9;
}
.block-body{
    line-height: 1.7;
}
.avl-features{
	margin:0;
	padding:0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    animation: fadeEffect 0.6s ease;
}
.dw-proprty-info{
	margin:0;
	padding:0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-features li {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width:33.333333%;
}
.avl-features li:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    color:#ffffff;
    width: 20px;
    height: 20px;
    background:#2a3c77;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    font-size: 10px;
}
.dw-proprty-info li {
    display: block;
    list-style: none;
    position: relative;
    margin:6px 0;
	color:#fd5332;
	-ms-flex: 0 0 33%;
        flex: 0 0 33%;
    max-width: 50%;
}
.dw-proprty-info li strong{
	display:block;
	color:#2a3c77;
}
.nav-tabs.customize-tab {
    border: none;
    margin-bottom: 10px;
}
.nav-tabs .nav-item {
    margin: 0;
}
.nav-tabs .nav-link {
    background: #3151B7;
    color: #ffffff;
    border-radius: .22rem;
    margin-right: 10px;
    padding: .7rem 2rem;
	border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fd5332;
    border-color: #fd5332;
}
.accordion {
    border:1px solid #e2e6ea;
    border-radius: 4px;
}
.accordion .card {
    border: none;
}
#floor-option {
    border-bottom: none;
}
.card-header {
    background: #f5f8fb;
    border-bottom:1px solid #e2e6ea;
}
.accordion .btn-link {
    color: #5c657f;
    text-decoration: none;
}
.accordion .btn-link>span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    background: #e8ecf1;
    padding: 6px 15px;
    border-radius: 2px;
}
.sidebar-property-slide .slick-prev, .sidebar-property-slide .slick-next {
    top:-26px;
}
.sidebar-property-slide .slick-prev {
    left: auto;
    right: 60px;
}
.sidebar-property-slide .slick-arrow:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    opacity: 1;
}
.sidebar-property-slide .single-items {
    padding: 0 0px;
}
.accordion .card-title {
    margin-bottom: 0;
}
.mfp-ready .mfp-figure {
    opacity: 1 !important;
}
/*----- Single Advance Slider -----*/
.single-advance-property .item-slick.slick-slide.slick-current.slick-active{
	outline: none!important;
}
.single-advance-property .slick-slide img {
    display: block;
    max-width: 100%;
}
.single-advance-property .slider-for img{
	width:100%;
	min-height: 100%;
}
.single-advance-property .slider-nav{
	margin: auto
}
.single-advance-property .slider-nav .item-slick{
	max-width: 240px;
	margin-right: 15px;
	outline: none!important;
	cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
	max-width: 100%;
	background-size: cover;
	background-position: center;
}
.single-advance-property .slider-nav{
	margin: auto;
}
.single-advance-property .slider-nav .item-slick{
	max-width: 240px;
	margin-right:0px;
	outline: none!important;
	cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
	max-width: 100%;
      padding-right:  2px;
	background-size: cover;
	background-position: center;
}
.single-advance-property .slick-arrow{
	    position: absolute;
    top: -75px;
    z-index: 50;
    margin-top: -12px;
}
.single-advance-property .slick-prev{
	left: 0;
}
.single-advance-property .slick-next{
	right: 0;
}
.single-advance-caption {
    padding: 2em;
}
.property-name-info {
    margin-bottom: 2rem;
}
.property-name-info .property-name {
    margin-bottom: 5px;
}
.property-price-info {
    margin-bottom: 2rem;
}
.property-price-info .property-price {
    margin-bottom:5px;
}	
.property-statement ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}
.property-statement ul li {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
}
.property-statement ul li>i {
    float: left;
    font-size: 35px;
    margin-right: 10px;
    margin-top: 5px;
}
.ps-trep {
    margin-left: 50px;
    vertical-align: top;
}
.ps-trep span {
    margin-bottom: 3px;
    display: inline-block;
	color:#2a3c77;
}
.ps-trep .ps-type {
    color:#fd5332;
}
.single-advance-property .slick-next {
    right: 20px;
}
/*--- Magnific ----*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{
	cursor: pointer;
}

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

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

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

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

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

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

/*----------- Compare property ---------------*/
.compare-slide-menu {
	position: fixed;
	top: 0;
	transition: 0.4s ease-in-out;
	height: 100vh;
	background-color: #fff;
	right: -320px;
	width: 320px;
	padding: 0;
	z-index:999999;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.csm-content {
	overflow-y: scroll;
	height: 100%;
	width: 340px;
}

.compare-slide-menu.active { right: 0; }
.csm-properties {
    padding: 30px 20px;
    padding-bottom: 0;
}
.csm-content>h4 {
    font-size: 18px;
    display: block;
    margin: 0 0 0 0;
    padding: 30px;
    position: relative;
    color: #fff;
    width: 100%;
	background-color: #274abb;
}
/* Trigger */
.csm-trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
	width: 50px;
	background-color:#3151b7;
	color: #fff;
	border-radius: 3px 0 0 3px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 24px;
	cursor: pointer;
}

.csm-trigger:before {
	content:"\e6ac";
	font-family:themify;
	display: inline-block;
	transition: 0.3s ease-in-out;
}
.csm-buttons {
    padding: 0 30px;
    padding-bottom: 30px;
}
.compare-slide-menu.active .csm-trigger:before {
	transform: rotate(180deg); 
}
.csm-buttons a.button {
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
}
.csm-buttons a.button.btn-compare, .csm-buttons a.button.reset:hover {
    background-color:#3151B7;
    color:#ffffff;
}
.csm-buttons a.button.btn-reset, .csm-buttons a.button.reset:hover {
    background-color: #ffe6e6;
    color: #ea1e1e;
}
.property-listing:hover .remove-compare, .property-listing:focus .remove-compare{
	opacity:1;
}
.compare-slide-menu .property-listing {
    margin-bottom:25px;
}
.remove-compare {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
	z-index: 4;
    transition: all ease 0.4s;
}
.remove-compare>a {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #f32945;
    color: #ffffff;
    border-radius: 3px;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*--------------- Compare Property ------------------*/
.comp-property {
    display: block;
    position: relative;
    padding: 0 10px;
    min-height: 260px;
}
.comp-property-blank {
    display: block;
    height: 259px;
}
.compare-slide-menu .property-listing.property-2 .listing-name {
    font-size:13px;
}
.compare-slide-menu .listing-card-info-price {
    font-size: 18px;
}
span.remove-from-compare {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e22828;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    line-height: 25px;
    opacity: 0;
    transition: all ease 0.4s;
}
.clp-img {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.clp-title {
    padding: 12px 0;
}
.clp-title h4 {
    font-size: 17px;
    margin: 0 0 2px 0;
}
.comp-property:hover .remove-from-compare, .comp-property:focus .remove-from-compare{
	opacity:1;
}
.show-mb {
    display: none !important;
}
.pricing-5 {
    overflow: hidden;
}
.pricing-5 div[class*='col-'] {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    padding: 0;
}
.pricing-5 .pricing__title {
    min-height: 144px;
    padding: 1.625em 0;
    position: relative;
}
.pricing-5 .pricing__title h6, .pricing-5 .pricing__title h5 {
    margin: 0;
}
.pricing-5 .pricing__title h6 {
    opacity: .5;
}
.pricing-5 .pricing__price {
    margin-top: 0.8125em;
}
.pricing-5 ul {
    margin: 0;
	padding: 0;
}
.pricing-5 ul li {
    line-height: 1.625em;
    padding: 1.625em 0;
	list-style:none;
}
.pricing-5 ul li:nth-child(odd) {
    background: #f4f4f4;
}
.pricing-5 ul li span:not(.btn__text) {
    font-style: italic;
}
.checkmark, .crossmark {
    width: 1.625em;
    height: 1.625em;
    line-height: 1.625em;
    background: #64b671;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.crossmark {
    background: #e34747;
}
.checkmark:before, .crossmark:before {
    content: '\2713';
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    opacity: 1;
    font-size: 13px;
}
.crossmark:before {
    content: '\2715';
}
.pricing-5 ul li span:not(:first-child) {
    display: inline-block;
    margin-left: 0.8125em;
    position: relative;
    bottom: 6px;
}
@media (min-width: 990px){
.pricing-5 ul li {
    height: 4.875em;
}
}

/*------------ Property Detail Detail -------------*/
.spd-wrap {
    padding:1em 0;
    border-bottom: 1px solid #e9ecf3;
}
.slide-property-detail {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.slide-property-first {
    flex: 1;
}
.pr-price-into h2>i {
    font-size: 20px;
    font-weight: 400;
    font-style: initial;
    opacity: 0.9;
    letter-spacing: 0;
    vertical-align: middle;
}
.pr-price-into h2 {
    margin-bottom: 0;
}
.pr-price-into h2 {
    margin-bottom: 0;
}
.pr-single-info {
    display: inline-block;
    margin-left:0.5rem;
	position:relative;
}
.pr-single-info:first-child {
    margin: 0;
}
span.view-pr {
    margin-left: 6px;
    position: relative;
    top: -3px;
}
.pr-single-info>a {
    color: #6f798c;
    font-size:18px;
    width:42px;
    height:42px;
	border-radius: 2px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
	background: #eff1f5;
    justify-content: center;
}
.btn-share, .btn-share:hover, .btn-share:focus {
    background: #eff1f5;
	color: #6f798c;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width:42px;
    height:42px;
    border-radius: 2px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.share-opt-wrap .dropdown-menu {
    text-align: center;
    bottom: 55px;
    top: initial !important;
    left:0 !important;
    padding:7px 0 9px;
    border: 1px solid #e8e9f1;
}
.share-opt-wrap .dropdown-menu a {
    padding: 2px 6px 0;
    line-height: 1;
    position: relative;
    top: 3px;
    display: inline-block;
    border-bottom: none;
}
.dropdown-menu.show a i {
    margin-right: 7px;
}
.cl-facebook i {
    color: #395693 !important;
}
.cl-twitter i {
    color: #1c9cea !important;
}
.cl-gplus i {
    color: #d23d35 !important;
}
.cl-instagram i {
    color: #c82f99 !important;
}
.like-bitt, .like-bitt i {
    color: #ed3271;
}
.prt-type {
    font-size:10px;
    color: #ffffff;
    font-weight:900;
    background:#333333;
    padding: 4px 4px;
    letter-spacing: 1px;
    border-radius: 2px 2px;
    
}
span.prt-type.rent {
    background: #efad27;
    color: #ffffff;
    vertical-align: middle;
    font-weight: 600;
	font-size: 16px;
}
span.prt-type.sale {
    background:#ff8000;
    color: #ffffff;
}

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

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

/*------------------------------------------------------------
	Contact Info
-------------------------------------------------------------*/
.contact-info{
	margin-left: 1rem;
}
.cn-info-detail{
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cn-info-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.cn-info-icon i {
    font-size: 35px;
    color: #fd5332;
}
.cn-info-title {
    font-size:15px;
    margin-bottom: 2px;
}

/*------------------------------------------------------------
	PopUp Modal 
-------------------------------------------------------------*/
.modal-body {
    padding:2.5em 2em 0px;
}
h4.modal-header-title {
    font-size:4em;
    text-align: center;
    margin:1rem 0 1em 0;
	font-weight: 800;
}
.btn.pop-login {
    border-radius: 50px;
font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}
.modal-divider {
    position: relative;
    margin: 20px 0;
    text-align: center;
}
.modal-divider:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E1E5F2;
}
.modal-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}
.social-login ul {
	margin: 0;
    width: 100%;
	padding:0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-login ul li {
	display: inline-block;
    list-style: none;
	padding:0 10px;
  width: 33.333%;
}
.social-login ul li a.btn {
    width: 100%;
	border-radius: 50px;
	color:#ffffff;
    background:#f4f5f7;

}
.social-login ul li a.btn i{
	margin-right:7px;
}
.social-login ul li a.btn.connect-fb{
	background:#3b5998;	
}
.social-login ul li a.btn.connect-google{
	background:#db3236;
}
.social-login ul li a.btn.connect-linkedin{
	background:#0073b0;
}
.social-login ul li a.btn.connect-twitter{
	background:#20a4ea;
}
.signup .modal-dialog {
	z-index: +999999;
}
.signup .form-group {
    margin-bottom: 2.5rem;
}
span.mod-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #fd5332;
	cursor:pointer;
	z-index:1;
	box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
	-webkit-box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
}

/*------------------------------------------------------------
	Agency & Agents Design
-------------------------------------------------------------*/

/*------------ Agent Widgets ----------*/
.agent-widget {
    position: relative;
    background-color: #efad27;
    color: #707070;
    padding: 0px 32px 32px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    transition: 0.25s;
    margin-bottom: 30px;
}
.sidebar-widgets{
	margin-bottom: 30px;
}
.sidebar-widgets:last-child{
	margin-bottom:0;
}
.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.agent-details h4 {
    margin-bottom: 5px;
}
.agent-details h4>a {
    color:#2b4db9;
}

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

/*--------------- Agency --------------*/
.agency{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    display: block;
    border-radius: 3px;
    margin-bottom: 30px;
}
.agency-list {
    padding: 0;
    display: flex;
    padding-right: 30px;
	margin-bottom: 30px;
}
.agency-list .agency-avatar {
    flex: 1;
	margin: 0 26px 0 0;
}
.agency-list .agency-avatar img {
    margin: 32px 0 32px 32px;
    border-radius: 3px;
	width:100%;
}
.agency-list .agency-content {
    padding: 0 40px;
    padding-top: 30px;
    padding-bottom:20px;
	flex: 3;
}
.agency-list .agency-name {
    padding-left: 0;
	margin-bottom:15px;
}
.agency-list .agency-desc{
	line-height:1.7;
}
.agency-list .agency-name h4{
	margin-bottom:5px;
}
.agency-list .agency-name span {
    margin-top: 5px;
    font-size: 17px;
}
.agency-list .agency-name span i {
    margin-right: 5px;
}
.agency-detail-info{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #909090;
    display: block;
    padding:10px 0px;
}
.agency-detail-info li {
    position: relative;
    margin-left: 28px;
    line-height: 24px;
    padding: 3px 0;
    word-break: break-all;
}
.agency-detail-info li i {
    font-size: 18px;
    position: relative;
    top: 5px;
    left: -28px;
    position: absolute;
}
.agency-list .social-icons {
    left: 0;
	padding:0;
    margin: 7px 0 0px 0;
}
.agency-list .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.agency-list .social-icons li a {
    border: 1px solid #c8ccd6;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    top: 0 !important;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

/*--------- Change List Layout -------------*/
.fs-listings, .listings-container {
    position: relative;
    z-index: 9;
}
.list-layout .property-listing.property-1{
    display: flex;
    margin: 0 0 10px 0;
}
.list-layout .property-listing.property-1 .listing-img-wrapper{
    flex: 2;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper img {
    padding-right: 3px;
}
.list-layout .property-listing.property-1 .listing-content{
    flex: 3;
	position:relative;
  cursor: pointer;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
    padding: 0.9rem 1rem;
    border-top: 1px solid #000;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.list-layout .property-listing.property-1 .listing-img-wrapper .slider-nav-1 .item-slick img
{
      padding-right: 5px;
    margin-top: 5px;
}
.btn.btn-order-by-filt {
    background: transparent;
   border: 2px solid #0f1f2f !important;
    color: #000000;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.custom-drop .dropdown-menu {
    top: 34px !important;
    border: 1px solid #eceff3;
    right: 0 !important;
    left: initial !important;
}
.custom-drop .dropdown-menu a {
    display: block;
    padding: 5px 16px;
    color: #6e727d;
    transition: all 0.4s;
}
.filter-fl {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
        box-shadow: 0 0 5px #0f1f2f;
    padding: 10px;
        background: #fff;
}
.filter-fl h4 {
    flex: 1;
    margin: 0;
        font-size: 18px;
    text-align: center;
}

/*------------------------------------------------------------
	Blog Designs
-------------------------------------------------------------*/

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

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

/*-------- Comment ---------*/
.blog-page .blog-details .comment-area .all-comments .comments-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 35px;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .comment-area .all-comments article {
    overflow: hidden;
    margin: 0 0 50px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
    float: left;
    width: 100px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author img{
	max-width:100px;
	border-radius:50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
    overflow: hidden;
    padding-left: 30px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
    font-size:18px;
    line-height: 28px;
	margin-bottom:2px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
    font-size: 12px;
    color: #cacfef;
    margin-left: 4px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
    color: #ef4060;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 7px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    text-align: right;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
    color: #6e7c90;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
    margin-right: 8px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text {
    margin: 19px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text p {
    margin: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
    padding-left: 40px;
    list-style: none;
}
.posts-author {
    text-align: center;
}
.posts-author span.img {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    height: 120px;
    border: 4px solid #e4eaf3;
    display: table;
    margin: 0 auto 1rem auto;
}
span.img img {
    border-radius: 50%;
    max-width: 120px;
}
h3.pa-name {
    font-size: 18px;
	margin-bottom:5px;
}
.social-links {
    padding: 0;
    margin: 0 0 1rem 0;
}
.social-links {
    padding: 0;
    margin: 0 0 1rem 0;
}
.social-links li{
	display:inline-block;
	padding:2px 10px;
}
.social-links li a {
    color:#8c96b5;
    font-size: 16px;
}
.social-links li a:hover,
.social-links li a:focus{
	color:#fd5332;
}
/*-------------- Sidebar -----------*/
.single-widgets {
    border:2px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}
.single-widgets.widget_search form {
    position: relative;
}
.single-widgets.widget_search form input[type="search"] {
    border-radius:4px;
    border:1px solid #ebedf5;
    background:#f9fafc;
    font-size: 12px;
    padding: 10px 70px 10px 30px;
    height:60px;
    width: 100%;
}
.single-widgets.widget_search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #fd5332;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
}
.single-widgets.widget_category ul {
    padding: 0;
    list-style: none;
}
.single-widgets.widget_category ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}
.single-widgets.widget_category ul li:first-child {
    border-top: none;
}
.single-widgets.widget_categories ul li a {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}
.single-widgets.widget_category ul li a span {
    float: right;
}
.single-widgets.widget_thumb_post ul {
    padding: 0;
    list-style: none;
}
.single-widgets.widget_thumb_post ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}
.single-widgets.widget_thumb_post ul li .left {
    display: block;
    float: left;
    width: 80px;
}
.single-widgets.widget_thumb_post ul li .right {
    display: block;
    overflow: hidden;
}
.single-widgets.widget_thumb_post ul li .right .feed-title {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-weight: 700;
    font-size:17px;
    line-height:22px;
    margin: 0 0 7px;
    padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date {
    color: #6e7c90;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date i {
    margin-right:5px;
}
.single-widgets.widget_thumb_post ul li .left img {
    width: 100%;
	border-radius:3px;
}
.single-widgets.widget_tags ul {
    padding: 0;
    list-style: none;
}
.single-widgets.widget_tags ul li {
    display: inline-block;
    margin-bottom:5px;
}
.single-widgets.widget_tags ul li a {
    border: 1px solid #eaeaea;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
}
.single-widgets.widget_tags ul li a:hover, .single-widgets.widget_tags ul li a:focus {
    color: #ffffff;
    background:#fd5332;
    border-color:#fd5332;
}


/*------------------------------------------------------------
	General Features
-------------------------------------------------------------*/
/*------------- Testimonials ----------*/
.testimonial-wrap {
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    border: 1px solid #e5e9ec;
}
.client-thumb-box {
    display: table;
    width: 100%;
}
.client-thumb-content {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}
.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid rgba(45,45,45,.1);
    padding: 5px;
    float: left;
}
.client-info h5{
    color: #3151b7;
	font-size:16px;
}
.client-info .small-font{
	font-size:13px;
}
.testimonial-wrap p {
    line-height: 1.8;
    font-size: 15px;
}
/*------------- testimonial 2 Smart testimonials -------------*/
.smart-tes-author {
    text-align: left;
    padding: 1.2rem 0;
    display: inline-block;
    width: 100%;
}
.smart-center{
	text-align:center;
}
.smart-textimonials.smart-light {
    color: #ffffff;
}
.st-author-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #e9edf3;
	-webkit-box-shadow: 0px 0px 0px 5px #e9edf3;
    float: left;
	margin-left:6px;
}
.smart-tes-content {
    margin-left: 3px;
}
.smart-light .st-author-thumb, .st-author-thumb.light {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    float: left;
}
.st-author-info {
    display: inline-block;
    margin-left: 22px;
}
.smart-textimonials.smart-light .st-author-title{
	color:#ffffff;
}	
.st-author-info .st-author-title {
    margin: 0 0 4px 0;
}
.st-author-info .st-author-subtitle {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 15px;
}
.st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.smart-center .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
}
/*------------ pricing Box ----------------*/
.pricing-wrap {
    text-align: center;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 25px;
	position:relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.pricing-header {
    padding: 3em 0 2em;
    width: 100%;
}
.pricing-header i {
    font-size: 3em;
    margin-bottom: 15px;
    display: table;
    margin: 0 auto 0.2em auto;
    color: #4c5f98;
}
.pricing-header .pr-title{
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 5px 0;
	font-weight:700;
}
.pricing-header .pr-subtitle{
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px;
}
.pricing-value {
    position: relative;
    display: table;
    margin: 2rem auto;
    text-align: center;
}
.pr-value {
    font-size:5em;
    position: relative;
}
.recommended .pr-value {
    color: #fd5332;
}
.pr-value:before {
    content: "$";
    position: absolute;
    font-size: 2rem;
    top: -20px;
    left: -24px;
    color: #a6b0d0;
    font-family: 'Lora', serif;
}
.pricing-body ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pricing-body ul li {
    list-style: none;
    padding: 12px 0;
    font-size: 17px;
}
.pricing-bottom {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}
.pricing-bottom .btn-pricing {
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 14px 50px;
    background: #2a4fba;
    border-radius: 4px;
    color: #ffffff;
    transition: all ease 0.4s;
}
.pricing-bottom .btn-pricing:hover, .pricing-bottom .btn-pricing:focus {
    background:#fc5231;
	color: #ffffff !important;
}
.pricing-wrap.recommended:before {
    content: "Recommended";
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(76, 175, 80,0.12);
    padding: 4px 15px;
    border-radius: 50px;
    color: #4caf50;
} 
 
/*---------- Slick Arrow -------------*/
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
	z-index: 1;
}
.slick-arrow:before {
    top: 0;
    width:40px;
	height:40px;
	display:inline-block;
    line-height:40px;
    background:#3151B7;
    font-size:12px;
    color: #ffffff;
    cursor: pointer;
	border-radius:50%;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    transition: 0.2s;
} 

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

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

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

.range-slider .ui-widget-header {
    background-color:#fd5332;
}
.range-slider {
    margin-top: 22px;
    margin-bottom: 25px;
}

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

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

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

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

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color:#c3c9d0;
}

.range-slider .ui-widget-header {
}

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

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

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

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

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

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

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

.sidebar .recent-properties-box .detail header {
    padding-bottom: 0;
}

/*====================================
	Dashboard
==================================*/
.dashboard-navbar, .dashboard-wraper {
    position: relative;
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    background-color: #fff;
    border: 2px solid;
}
.d-user-avater {
    text-align: center;
    margin: 2em 0;
}
.d-user-avater img {
    max-width: 180px;
    border-radius: 50%;
    margin-bottom: 8px;
}
.d-user-avater h4 {
    margin: 10px 0 3px 0;
    font-size: 19px;
}
.d-navigation ul {
    padding: 0;
    margin: 0;
}
.d-navigation ul li {
    list-style: none;
    padding: 8px 0;
}
.d-navigation ul li.active a {
    color: #fd5332;
}
.d-navigation ul li a{
    padding:3px 0;
    color: #000000;
	font-size:17px;
	display: inline-block;
}
.d-navigation ul li a i{
	margin-right:10px;
}

/*---------- Bookmark Property -------*/
table.property-table-wrap {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}
table.property-table-wrap th {
    border: none;
    background-color: #66676b;
    text-align:left;
    padding:18px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 9;
    line-height:1;
}
table.property-table-wrap th:first-child {
    width: 50%;
    border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
    border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
    margin-right: 3px;
    font-size: 14px;
}
table.property-table-wrap th {
    background:#2e3d5f;
}
table.property-table-wrap td {
    padding: 35px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .property-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
table.property-table-wrap td:first-child {
    padding-left: 0px;
    line-height: 25px;
}
table.property-table-wrap .property-container img {
    width: 150px;
    border-radius: 3px;
    flex: 1.1;
    margin-right: 26px;
}
table.property-table-wrap .property-container .title {
    flex: 2;
}
table.property-table-wrap .property-container .title h4 {
    margin-bottom: 0;
    margin-top: 2px;
    display: block;
    font-size: 16px;
}
table.property-table-wrap td.action a {
    display: block;
    color:#677994;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px;
}
table.property-table-wrap td.action a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background:#f1f3f7;
    text-align: center;
	display: inline-block;
    border-radius: 3px;
}
.bkmark a.delete {
    float: right;
}
table.property-table-wrap .property-container .title span {
    display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
    display: inline-block;
    background:#f1f3f7;
    color:#677994;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 9px;
    padding: 2px 10px;
}


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

footer.skin-dark-footer h4{
    color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a{
    color:#9ea6ba;
	transition:all ease 0.4s;
  overflow: hidden;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:#ffffff;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
    border-top:1px solid rgb(44, 52, 76);
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
  display: inline-block;
    list-style: none;
    margin-right: 17px;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.5490196078431373);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    z-index: 9999999;
}
ul.footer-bottom-social li:after {
    content: "";
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.34901960784313724);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 100px;
    z-index: -9;
}
ul.footer-bottom-social li a {
    color:#546e7a;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
	color:#007bff;
}
ul.footer-bottom-social li i {
   text-align: center;
    font-size: 20px;
    line-height: 39px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color:#ffffff;
	font-size: 22px;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}
.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
	padding-left: 28px;
	width: 100%;
}
.fw:last-child {
    margin: 0;
}
.fw:before {
    font-family: 'themify';
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
	color: #fff;
}
.fw.fw-location:before {
    content: "\e693";
}
.fw.fw-mail:before {
    content: "\e75a";
}
.fw.fw-call:before {
    content:"\e621";
}
.fw.fw-skype:before {
    content:"\e72d";
}
.fw.fw-web:before {
    content:"\e665";
}

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

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

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

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


/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
@media (max-height: 600px) {
	.pos-vertical-center {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
}

@media (min-width: 768px) {
	form.search-big-form.search-shadow .form-group, form.search-form.search-shadow .form-group{
		margin-bottom:0;
	}
	.no-ul-list.third-row li {
		max-width:33.333333%;
		flex: 0 0 33.333333%;
	}
	.advance-search.advn-fixed {
		position: fixed;
		top: 89px;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9;
		-webkit-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
	}
}

@media (min-width: 992px) {
	.hero-banner {
		height: 100vh;
		min-height: 580px;
	}
	.hero-search h1 {
		font-size: 52px;
	}
	h1, .h1 {
		font-size:4.142em;
		line-height: 1.31818182em;
	}
	.breadcrumbs {
		margin-top: 92px;
	}
	.ct-header h1.big {
		font-size:70px;
		line-height:1;
	}
	.ct-u-display-tablex {
		min-height:500px;
		height:100vh;
	}
	.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.navbar-nav > .dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.main-banner.image-banner, .hero-header, .hero-banner{
		height:75vh;
		min-height:400px;
	}
	.hero-header.min-banner{
		height:80vh;
		min-height:400px;
	}
	
	.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	
	.navbar-nav > .dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
		border-radius:0 0 .25rem .25rem;
	}
	
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}

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

	.hero-content h1{
		font-size:60px;
	}
	.content h1{
		font-size:70px;
	}
	.hero-content p{
		font-size:22px;
	}
	
	.jumbo-banner.software .hero-content {
		margin-top:0em;
	}
	.jumbo-banner.software .hero-content h1{
		font-size:60px;
	}
	.sec-heading h2{
		font-size:44px;
		line-height:1.2;
	}
	.sec-heading p{
		font-size:22px;
	}
	.page-title-wrap h1{
		font-size:55px;
		line-height:1.4;
	}
	
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto;
	}
	.cta-sec h1, .cta-sec h2 {
		font-size: 38px;
		margin-bottom: 12px;
	}
	

}
@media (min-width: 993px) {
	.nav-left-side .core-nav .nav-header{
		position: relative;
		float: left;
	}
}

@media (min-width: 1200px) {
	.hero-content h1 {
		font-size:80px;
	}
	.core-nav .megamenu.open > .megamenu-content{
		width:700px !important;
	}

}
@media (max-width: 1199px) {
	.job-new-list .btn.btn-outline-info.float-right {
		float: none !important;
		margin: 0;
		display: table;
	}
	.verticle-job-detail .jb-title {
		font-size: 18px;
	}
	.verticle-job-thumb {
		max-width: 60px;
		width: 60px;
	}
	.verticle-job-detail {
		margin-left: 65px;
	}
	ul li.submit-attri {
		display: none;
	}
	
	.dw-proprty-info li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}	

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


@media (max-width: 992px) {	
	.header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
		float: none;
	}
	.header-dark-transparent nav .menu li a {
		color:#606c8e;
	}
	.header-dark-transparent button.toggle-bar.core-nav-toggle {
		color: #ffffff;
	}
}
@media (max-width: 991px) {
	.show-mb {
		display:initial !important;
	}
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

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

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

	nav .menu li a {
		padding: 12px 35px;
		border-bottom: solid 1px #efefef;
		color: #000;
		cursor: pointer;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
	
	h1.italian-header-capt {
		font-size:25px;
	}
	.pricing-body ul li {
		padding: 9px 0;
		font-size: 15px;
	}
	list-layout .property-listing.property-1 .listing-img-wrapper {
		flex: initial;
	}
	.list-layout .property-listing.property-1 .listing-content {
		flex: initial;
		position: relative;
	}
	.list-layout .property-listing.property-1 {
		display: block;
		margin: 0 0 30px 0;
	}
	.list-layout .property-listing.property-1 .listing-footer-wrapper {
		padding: 0.9rem 1rem;
		border-top: 1px solid #e5e9ec;
		width: 100%;
		display: flex;
		vertical-align: middle;
		align-items: center;
		position: relative;
		bottom: 0;
		width: 100%;
		justify-content: initial;
		left: 0;
	}
	
	.agency-list {
		display: block;
	}
	
	.avl-features li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.slide-property-detail {
		position: relative;
		display: block;
	}
	.single-advance-property .container-fluid.p-0 {
		padding: 0 15px !important;
	}

}




/*====================================
 Bottom To top Scroll
=====================================*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background:#333c56;
    color: #ffffff;
}
#back2Top:hover {
    background-color:#ffffff;
    color:#333c56;
}






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



/* 20-09-2019 */

.inp-start, .inp-end
{
  border: none;
  cursor: pointer;
      width: 50%;
}
.inp-start
{
  border-right: 2px solid #000;
}
.inp-end
{
  margin-left: 20px;
}
.bot-mar
{
  margin-bottom: 35px;
}
.mar0
{
  margin: 0 auto;
}
.pos-rel
{
  position: relative;
}

/*23-09-2019*/

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next {
  right: -55px;
}

  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000 !important;
        height: 42px;
}
#carousel button span {
    font-size: 70px;    
    position: relative;
        color: #fff;
    top: 5px;
}
.owl-nav button:focus {
    outline: none;
}
button.owl-prev:after {
    width: 0;
    height: 0;
    border-top: 42px solid #000;
    border-right: 13px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.5s;
}
button.owl-next:after {
    width: 0;
    height: 0;
    border-bottom: 42px solid #000;
    border-left: 13px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    transition: all 0.5s;
}

img
{
  max-width: 100%;
}
.item-caption
{
  margin-top: 10px;
    margin-bottom: 10px;
}
.item-caption .item-head
{
  font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3e3e3e;
    font-size: 16px;
}
.item-caption .item-head span
{
  font-size: 14px;
    color: #d0a50b;
    letter-spacing: 1px;
}
.item-caption .item-price
{
  font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}
.item-caption .review
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-caption .review-score
{
  background: #0f1f2f;
    padding: 3px 7px;
    border-radius: 10px 0;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
}
.item-caption .review-score-content 
{
  display: flex;
    align-items: center;
}
.item-caption .review-score-title
{
      color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 3px;
}
.item-caption .review-score-text
{
      font-size: 11px;
    margin-top: 4px;
    font-weight: 600;
}
.top-book__bottom
{
  margin-bottom: 30px;
}
.margin-0aut
{
  margin: 0 auto;
}
.login-form .form-control
{
padding-left: 65px;
}
.login-form .input-with-icon i
{
    background: #cc922f;
    padding: 16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-weight: bold;
    left: 0px;
    top: 25px;
}
.login-form .input-with-icon .form-control
{
    height: 50px;
    border: 2px solid #cc922f;
    border-radius: 0;
    box-shadow: none;
}

.login-form label
{
    color: #696969;
    font-size: 18px;
    font-weight: 600;
}
.term-and-privacy {
    font-size: 12px;
}
.term-and-privacy {
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.listing-name a
{
  color: #000;
}
.urgencyElement__text
{
  border: 1px solid #e4e1e1;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.urgencyElement__text a
{
    color: #ee2a24;
}
.urgencyElement
{
  padding: 1rem;
} 
.property-listing.property-1
{
  border: 1px solid #bfbcbc;
    border-radius: 0;
}
.list-pr-crossed
{
 text-decoration: line-through;
     color: #8e8e8e;
    margin-right: 5px;
}
.list-pr-off
{
      font-weight: 900;
    font-size: 15px;
    
}
.list-pr-off a
{
color: #a94141;
}
.property-listing.property-1 .property-type:after {
    content: "";
    border-left: 15px solid transparent;
    border-top: 5px solid #000000a6;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-right: 15px solid transparent;
}
.property3-slide.single-advance-property
{
  padding: 10px;
}
.includes-item
{
  padding-left: 1rem;
}
.includes-item-list
{
  display: inline-block;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 10px;
    border: 2px solid #f7c102;
}
.listing-content i
{
    font-size: 13px;
    margin-right: 5px;
}
.btn.pop-login:hover {
    background: #cc922f !important;
    border-color: #cc922f !important;
    transition: 0.2s all linear !important;
}

li a.btn-11 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 17px auto;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;

}
li a.btn-11 {
  position: relative;
    color: #fff;
    padding: 12px 18px !important;
    margin-left: 18px;
    height: 46px;
    line-height: 26px;
    font-size: 16px !important;
    border-radius: 50px;
    background: #cc922f;
	display: inline-block !important;
}
li a.btn-11:before, .btn-11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}
li a.btn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -1;
}
li a.btn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
          z-index: -1;
}
li a.btn-11:hover {
      color: #000 !important;
    background-color: #ffffff;
        z-index: 9;
}
li a.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
li a.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.full-search-2 .small-padd button
{
    color: #ffffff;
    background-color: #0f1f2f;
    padding: 0.5rem;
    border: 0.15rem solid #0f1f2f;
    letter-spacing: .05rem;
    transition: all .15s linear;
        display: inline-block;
    height: 55px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: 3px solid #fff;
}
.full-search-2 .small-padd button:focus{
	outline: none;
}
.full-search-2 .small-padd button:hover
{
  color: #cc922f;
  transition: all .15s linear;
}
.full-search-2 .small-padd button:hover i
{
  padding-left: 10px; 
  transition: all .15s linear;
}
.full-search-2 .small-padd button i
{
  transition: all .15s linear;
}
.green-skin li.login-attri.theme-log a
{
  font-weight: bold;
}

.italian-search.hero-search-radius .input-with-icon .form-control, .italian-search.hero-search-radius-space .input-with-icon .form-control,
.italian-search.hero-search-radius-services .input-with-icon .form-control
{
      display: flex;
}
.full-search-2 .input-with-icon input::placeholder
{
  color: #bdbdbd;
  font-size: 14px;
  letter-spacing: 1px;
}

.property-listing.property-1 .listing-rating.grid
{
      bottom: 18px;
}
.property-listing.property-1 .property-type.grid
{
      left: -3px;
    top: -3px;
}
.urgencyElement.grid
{
  padding: 5px 0 0 1rem;
}
.list-pr-crossed.grid
{
      font-size: 13px;
}
section.single-nopad .single-advance-property .slick-arrow
{
      bottom: 0px;
      top: 45px;
}


.main-checkin-out {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

#flight-datepicker {
}
@media screen and (min-width: 400px) {
  #flight-datepicker {
    display: flex;
  }
}
#flight-datepicker .form-item {
  position: relative;
  margin: 12px 0 10px 10px;
}
@media screen and (min-width: 400px) {
  #flight-datepicker .form-item {
    margin: 12px 12px 0 0;
  }
}
#flight-datepicker label {
  display: block;
  margin-bottom: 8px;
  color: white;
}
#flight-datepicker input {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 6px;
      padding-left: 22px;
  width: 100%;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: left;
  color: #0e3e43;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  outline: none;
  transition: border-color .2s ease-out;
}
#flight-datepicker input:first-child, #flight-datepicker input:last-child {
  border-radius: 0;
}
#flight-datepicker input::-webkit-input-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:-moz-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input::-moz-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:-ms-input-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:focus {
  border-bottom-color: #125259;
}
#flight-datepicker input:focus::-webkit-input-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus:-moz-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus::-moz-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus:-ms-input-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker .date-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: calc(100% + 6px);
  font-size: 12px;
  color: white;
}
@media screen and (min-width: 400px) {
  #flight-datepicker .date-text {
    top: 100%;
  }
}

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
}
.datepicker.dropdown-menu table {
  background-color: #313131;
}
.datepicker.dropdown-menu table thead {
  background-color: #1b7983;
}
.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}
.datepicker.dropdown-menu table tbody {
  background-color: white;
}
.datepicker.dropdown-menu table tr {
  border-top: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
  transition: background-color .6s ease-out;
}
@media screen and (min-width: 400px) {
  .datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
    padding: 12px;
  }
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  transition: background-color .2s ease-out;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
  background-color: #24A0AD;
  border-color: #ededed;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
  background-color: #1b7983;
  border-color: #ededed;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ffffff;
  background-color: #000;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background-color: #313131;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  background-color: #000000;
  border-top: 1px solid #e1c274;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 24px;
  z-index: -99;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pos-abs-i
{
    position: absolute;
    top: 21px;
    color: #fff;
}
.dropdown-menu
{
  box-shadow: 0 0 10px #000;
  cursor: pointer;
}
.green-skin .btn.btn-theme.full-width
{
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
}
.green-skin .btn.btn-theme.full-width:hover
{
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.single-property-tit
{
      font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
        margin-bottom: 7px;
        font-weight: 900;
		margin-top: 10px;

}
.pr-price-into h2
{
	font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
	flex-basis: 32%;
	}
.pr-price-into {
    display: inline-block;
        vertical-align: top;
        width: 100%;
}
.indoor-table
{
  display: flex;
  margin-top: 15px;
}
.indoor
{
    margin-top: 10px;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    text-shadow: 0px 10px 7px #000;
	flex-basis: 68%;
}
.indoor span
{
  font-size: 15px;
  vertical-align: middle;
      font-weight: normal;
}
.check-availability {
    display: block;
    width: 100%;
    background: #efad27;
    padding: 20px;
    margin-bottom: 30px;
}
.mar-bot0
{
  margin-bottom: 0px;
}


/* Tabs menu */
.tabs {
  margin: 0;
  background-color: #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 512px) {
  .tabs {
    height: 40px;
  }
}

/* Tab Links */
.tablinks {
  background: rgba(255, 255, 255, 0.3607843137254902);
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;
    width: 25%;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s ease;
        margin-right: 4px;
}
.tablinks:before {
  background-image: linear-gradient(135deg, #e1c274 0%, #efad27 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 512px) {
  .tablinks:hover::before {
    height: 0;
  }
}

/* Tab active */
.tablinks.active {
  background-color: white;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: 65px;
  bottom: 0px;
  overflow: hidden;
      outline: none;
}
@media screen and (max-width: 512px) {
  .tablinks.active {
    height: 60px;
  }
}

.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
  opacity: 1;
  background: -webkit-linear-gradient(135deg, #000000 0%, #0e0a13 100%);
    font-weight: bold;
    font-size: 15px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tablinks p {
  display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 15px;
    backface-visibility: hidden;
    font-weight: 900;
    line-height: 20px;
}
.tablinks:focus
{
  outline: none;
}

.tablinks:hover p {
  color: white;
  opacity: 1;
}
@media screen and (max-width: 512px) {
  .tablinks:hover p {
    color: #686868;
    opacity: 0.6;
  }
}

/* Tabs text bigger */
.tablinks p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}
@media screen and (max-width: 512px) {
  .tablinks p:before {
    display: none;
  }
}

.tablinks:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  position: relative;
  opacity: 1;
  overflow: hidden;
  transition: all 1s ease;
  top: 0;
      border: 20px solid #e6e3e3;
    padding: 15px;
    box-shadow: 0 0 10px #cecece;
}

.tabcontent {
  display: none;
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}
.tabcontent.active {
  transition: all 1s ease;
  display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
  transition: all 1s ease;
}
@media screen and (max-width: 512px) {
  .tabcontent h3 {
    top: 65px;
  }
}

@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}
/* Text*/
.tabcontent p {
  color: #333c56;
  margin: 0;
  padding: 0;
  line-height: 28px;
  transition: all 1s ease;
  animation: fadeEffect 0.6s ease;
  width: 100%;
  font-size: 16px;
      text-indent: 20px;

}
@media screen and (max-width: 512px) {
  .tabcontent p {
    font-size: 14px;
    line-height: 26px;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.content
{
  box-shadow: 0 0 10px;
  margin-bottom: 30px;
}

.category-flex-1
{
    border-left: 1px solid #d6d6d6;
    padding-left: 20px;
}
.category-flex
{
  padding-right: 20px;
}
.features
{
  display: flex;
}
.category-flex p {
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
.category-flex-1 p {
    font-size: 14px;
        line-height: 39px;
}
.category-flex p i {
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #ffab00;
    font-weight: bold;
}
.block-wrap-1 {
    display: block;
    width: 100%;
    background: #fff;
        margin-bottom: 30px;
}
.block-title
{
  color: #000;
}
.green-skin li.login-attri.theme-log a
{
  background-color: #fff !important;
      color: #000 !important;
}
.dropdown a i
{
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}


[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.no-pad
{
  padding: 0;
}



div.cs-select {
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  border: 3px solid #ffa100;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 50px;
    padding-left: 25px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Placeholder and selected option */

.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s all linear;
}

.cs-select > span::after {
  right: 1em;
  content: '\25BE';
}

.cs-select .cs-selected span::after {
  margin-left: 1em;
  content: '\2713';
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}
/* Options */

.cs-select .cs-options {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-select ul span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}
/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

div.cs-skin-elastic {
  font-size: 1.5em;
  font-weight: 700;
  color: #5b8583;
  background: transparent;
}

/*div.cs-skin-elastic ul::-webkit-scrollbar
{
  display: none;
}*/
.cs-active ul
{
  max-height: 230px;
    overflow: auto;
}
@media screen and (max-width: 30em) {
  div.cs-skin-elastic {
    font-size: 1em;
  }
}

.cs-skin-elastic > span {
      background-color: #fff;
    font-size: 16px;
    height: 50px;
    color: #585858;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    z-index: -9999;
}

.cs-skin-elastic .cs-options {
  visibility: visible;
  overflow: visible;
  padding-bottom: 1.25em;
  pointer-events: none;
  opacity: 1;
  background: transparent;
  margin-top: 4px;
}

.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
    box-shadow: 0px 1px 10px #616161;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-animation: expand .6s ease-out;
  animation: expand .6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
  -webkit-transition: opacity .15s, -webkit-transform .15s;
  transition: opacity .15s, transform .15s;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  opacity: 0;
}

.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: bounce .6s ease-out;
  animation: bounce .6s ease-out;
  opacity: 1;
  background: #fff;
}

.cs-skin-elastic .cs-options span {
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 2em auto;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
     color: #ffffff;
    background-color: #28292f;
    transition: all .2s ease-in-out;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
  content: '';
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, .85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, .85, 1);
    transform: scale3d(1, .85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}


.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  max-width: 500px;
}
.ui-autocomplete-input {
      width: 100%;
  display: inline-block;
      height: 50px;
    padding-left: 25px;
    border-bottom: 1px solid #999a9a;
    border-top: none;
    border-left: none;
    border-right: none; 

}
.ui-menu-item {
  list-style: none;
}
.ui-menu-item > div {
  cursor: pointer;
  display: block;
  padding: 0.5rem;
  background: #fff;
      padding-left: 35px;
}
div.ui-state-active {
  background: #eee;
}
.custom-combobox-toggle {
  position: static;
  display: inline-block;
  top: 0;
  right: 0;
  width: 1.75em;
  height: 2.1em;
  margin-left: -32px;
  margin-bottom: -0.75em;
  padding: 0;
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}
.ui-autocomplete {
      /* box-shadow: 0 0 5px #cacaca; */
    margin-left: -39px;
    width: 451px !important;
    position: absolute !important;
    left: 911px !important;
    /* right: 83px !important; */
    height: 200px;
    overflow: auto;
}
.custom-combobox input[type="text"]::placeholder
{
  color: #bdc5c5;
  letter-spacing: 1px;
}
.row-bot
{
      margin-bottom: 30px;
}


/*Styling Selectbox*/
.no-of-pax .dropdown {
  width: 100%;
    display: inline-block;
    background-color: #fff;
    transition: all .5s ease;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #474747;
    height: 50px;
    text-align: left;
}
.no-of-pax .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    padding-left: 25px;
        line-height: 28px;
}
.no-of-pax .dropdown .select > i {
    font-size: 12px;
    color: #585858;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 25px
}
.no-of-pax .dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.no-of-pax .dropdown:active {
    background-color: #f8f8f8
}
.no-of-pax .dropdown.active .select > i {
    transform: rotate(-180deg)
}
.no-of-pax .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0;
    overflow: hidden;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9
}
.no-of-pax .dropdown .dropdown-menu li {
    padding: 15px 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    padding-left: 20px;
    font-weight: 600;
    letter-spacing: 1px;
} 
.no-of-pax .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.no-of-pax .dropdown .dropdown-menu li:hover {
    background-color: #28292f;
    color: #fff;
}
.no-of-pax .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
.search-btn i
{
      margin-left: 25px;
}

/*10-10-2019*/

input.inp-start::placeholder, input.inp-end::placeholder
{
  color: #585858 !important;
  font-weight: 600;
  font-size: 16px !important;

}
.block-title
{
  font-size: 18px;
      font-weight: 900;
}
.wrapper_tabcontent .block-body p, .wrapper_tabcontent .block-body .avl-features li
{
  color: #000;
}
.wrapper_tabcontent .block-body .avl-features li span
{
    color: #2a3c77;
    font-size: 13px;
    font-weight: bold;
}

.tabcontent table {
 
  border-radius: 0.25em;
  border-collapse: collapse;
  width: 100%;
    margin: 0 auto;
    border: 2px solid #000;
    animation: fadeEffect 0.6s ease;
}
.tabcontent th {
  border-bottom: 1px solid #364043;
    color: #0f1f2f;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 8px;
    text-align: center;
}
.tabcontent td {
    color: #000;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    font-size: 15px;
}
.tabcontent td span
{
  background: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 41px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}
.tabcontent tbody tr {
  transition: background 0.25s ease;
}
.tabcontent tbody tr:hover {
  background: #f3f3f3;
}

.tab-wrapper {
  width: 100%;
  box-shadow: 0 0 10px #b7b0b0;
  margin-bottom: 20px;
}

.tab-menu li {
  position:relative;
  background-color: #0f1f2f;
  color:#fff;
  display: inline-block;
  padding: 10px 40px; 
  cursor:pointer;
  z-index:0;
  font-weight: 900;
  letter-spacing: 1px;
      font-size: 15px;
}
.tab-menu
{
  margin-bottom: 0px;
  padding-left: 0;
}

.tab-menu li:hover {
  color:#efad27;
}

.tab-menu li.active {
  color:#464646;
  opacity: 1;
  background-color: #fff;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 35px;   
  min-height:200px;
}

.line {
  position:absolute;
  width: 0;
  height: 5px;
  background-color: #ebb43f;
  top: 0;
  left: 0;
}

/*11-10-2019*/
.avail-date
{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.single-heading
{
      background: url(../img/room-header.jpg) 0% 0% / cover;
    margin-top: 0px;
    padding: 40px 0;
        margin-bottom: 50px;
    position: relative;
        background-position: center;
}
.overlay
{
      position: absolute;
    background: rgba(0, 0, 0, 0.34901960784313724);
    top: 0;
    bottom: 0;  
    left: 0;
    right: 0;
}
.single-nopad
{
  padding: 0;
}
.addr-single
{
    color: #fff;
    display: table;
}
.addr-single i {
    width: 7%;
    float: left;
}
.text-addr {
    float: left;
    width: 93%;
}
/* CSS Grid*/
.img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
      margin-top: 30px;
    margin-bottom: 30px;
}
.img-grid a iframe, .img-grid-2columns a iframe{
    width: 100%;
    height: 500px;
    transition: 0.2s all linear;
}
.img-grid-singlecolumn a iframe
{
	width: 100%;
	height: 1000px;
}
.iframe-heading
{
	text-align: center;
    margin-top: 30px;
    font-weight: 900;
}
.img-grid-2columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.img-grid-4columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
      margin-top: 30px;
    margin-bottom: 30px;
}
.img-grid-singlecolumn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
      margin-top: 30px;
    margin-bottom: 30px;
}
.img-grid a iframe:hover, .img-grid-2columns a iframe:hover {
    opacity: 0.9;
    transition: 0.2s linear all;
    transform: scale(1.02);
  }
a.img-wrap:hover {
    transition: 0.2s linear all;
    transform: scale(1.01);
}
a.img-wrap:hover:before {
    background: #000;
}
.search-listing  {
    background: url(../img/room-header.jpg) 0% 0% / cover;
    margin-top: 0px;
    padding: 40px 0;
    position: relative;
    border-radius: 0px;
    background-position: center;
}
.search-listing-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.49);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.listing-sort__list
{
  list-style: none;
  padding-left: 5px;
  margin-right: 20px;
}
.listing-sort__item
{
  display: inline-block;
  margin-right: 10px;
}
.listing-sort__item a i
{
  font-size: 22px;
}

/*14-10-2019 */

.half-width-auto
{
      width: 50%;
    margin: 0 auto;
}
.social-login ul li a.btn:hover
{
  transform: rotate3d(1, 0, 0, 360deg);
      transition: 0.9s all ease-out;
}

.cutsom-checkbox-row input[type="checkbox"] {
  margin: 0;
  opacity: 0;
}
.cutsom-checkbox-row {
  position: relative;
}
.cutsom-checkbox-row input[type="checkbox"] + label {
  padding-left: 17px;
  display: inline-block;
  margin-bottom: .5rem;
  color: #000;
}
.cutsom-checkbox-row input[type="checkbox"] + label::before {
  border-color: #dddddd;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  left: 7px;
  position: absolute;
  transition: 0.3s linear all;
  width: 20px;
}
.cutsom-checkbox-row input[type="checkbox"] + label::before {
  border-color: #0f1f2f;
  background-color: #ffffff;
  border-radius: 0;
  transform: scale(1);
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
  border-color: #3bb6b6;
  border-style: dotted;
  transition: 0.3s linear all;
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #0f1f2f;
  border-style: solid;
  transform: scale(1.2);
  border-color: #fff;
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
  transform: scale(1);
  opacity: 1;
}
.cutsom-checkbox-row  input[type="checkbox"]:checked + label::after {
  color: #ffffff;
  content: "\2713";
  cursor: pointer;
  font-family: 'FontAwesome';
  left: 9px;
  position: absolute;
  top: 2px;
  transform: scale(1);
  transition: 0.3s linear all;
      font-weight: bold;
}
.cutsom-checkbox-row  input[type="checkbox"] + label::after {
  transform: scale(2);
  opacity: 0;
}
.cutsom-checkbox-row  input[type="checkbox"] + label::after {
  content: "";
  transform: scale(0);
  transition: 0.3s linear all;
}

/*15-10-2019 */
ul.menu li.sub-drop, ul.menu li.sub-drop .sub-drop-main li
{
  position: relative;
}
ul.menu li.sub-drop a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
ul.menu li.sub-drop:hover .sub-drop-main {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    -moz-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    -ms-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    -o-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
}
ul.menu li.sub-drop .sub-drop-main 
{
      position: absolute;
    z-index: 10;
}
ul.menu li.sub-drop .sub-drop-main
{
opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -moz-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -ms-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -o-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
ul.menu li.sub-drop .sub-drop-main
{
    box-shadow: 0 0 10px #000;
    background: #fff;
        padding: 10px 30px;

}

ul.menu li.sub-drop .sub-drop-main li.menu-item-has-children .sub-drop-sub {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -moz-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -ms-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -o-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
ul.menu li.sub-drop .sub-drop-main li.menu-item-has-children .sub-drop-sub {
    -webkit-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
    -moz-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
    -ms-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
    -o-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
    transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}
ul.menu li.sub-drop .sub-drop-main li.menu-item-has-children .sub-drop-sub 
{
    position: absolute;
    z-index: 10;
    left: 170px;
    top: -10px;
}
ul.menu li.sub-drop .sub-drop-main li
{
  padding: 0;
}
ul.menu li.sub-drop .sub-drop-main li a {
  display: block;
    white-space: nowrap;
    margin: 0;
    font-size: 15px;
    color: #0f1f2f;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    padding: 10px 0 10px 0;
    font-weight: normal;
}
ul.menu li.sub-drop .sub-drop-main li.menu-item-has-children a {
    position: relative;
}

ul.menu li.sub-drop .sub-drop-main li.menu-item-has-children:hover .sub-drop-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    -moz-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    -ms-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    -o-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
    transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
}

ul.menu li.sub-drop .sub-drop-main li .sub-drop-sub li {
    position: relative;
}
ul.menu li {
    position: relative;
}
ul.menu li.sub-drop .sub-drop-main li .sub-drop-sub li a {
  display: block;
    white-space: nowrap;
    margin: 0;
    font-size: 15px;
    color: #0f1f2f;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    padding: 10px 0 10px 0;
    font-weight: normal;
}
.sub-drop-sub
{
    box-shadow: 0 0 10px #000;
    background: #fff;
        padding: 10px 30px;
}
ul.menu li.sub-drop .sub-drop-main li a:hover, ul.menu li.sub-drop .sub-drop-main li .sub-drop-sub li a:hover
{
  color: #cc922f;
}
.sub-drop a i
{
      vertical-align: middle;
      padding-left: 7px;
}
.add-ons .score
{
  height: 50px;
  display: inline-block;
  width: 80%;
  border: 2px solid #0f1f2f;
}
.add-ons
{
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-ons .add-on-pad
{
  display: block;
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    padding: 27px;
    box-shadow: 0 0 10px #e6e3e3;
}
.txt-box-nopad
{
  padding:0; 
  margin-left: 7px;
}
.wrap-tab-margintop
{
      margin-top: 60px;
      margin-bottom: 60px;
}

/*17-10-2019*/

.hotel-item {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
}
.hotel-item .hotel-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
    width: 35%;
    display: table-cell;
}
.hotel-item .hotel-image:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15%;
    height: 100%;
    width: 30%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    background: #fff;
}
.hotel-item .hotel-image .img {
    position: relative;
    z-index: 1;
}
.hotel-item .hotel-body {
    padding: 15px;
    width: 42%;
    display: table-cell;
    vertical-align: middle;
}
.hotel-item .hotel-body h3 {
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hotel-item .hotel-body p {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 21px;
}
.hotel-item .hotel-body .free-service i {
    font-size: 18px;
    margin-right: 10px;
    color: #868686;
    cursor: pointer;
}
.hotel-right {
    width: 23%;
    text-align: center;
    background: #fff;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}
.hotel-person {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
        text-align: left;
    font-weight: bold;
    color: #000;
}
.hotel-person span {
    display: block;
    font-size: 14px;
    margin: 10px 0px 13px 2px;
    font-weight: normal;
    color: #5f5f5f;
}
.hotel-item .thm-btn {
    margin-top: 20px;
}
.thm-btn:before {
    content: '';
    position: absolute;
    border: white solid 3px;
    border-radius: 4px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.hotel-item .hotel-image .img:before {
    left: 0;
    background: #ffc107;
    opacity: 0;
}
.hotel-item .hotel-image .img:before, .hotel-item .hotel-image .img:after {
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.hotel-item:hover, .package-wiget:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.hotel-item:hover .hotel-image .img:before {
    opacity: 0.3;
}
.hotel-item:hover .hotel-image .img:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
}
.hotel-item .hotel-image .img:after {
    right: -90%;
    opacity: 0.2;
    background: #ffffff;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
}
.hotel-item .thm-btn {
    margin-top: 20px;
    background-color: #fec107 !important;
}
.thm-btn {
    padding: 12px 30px;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    border: 0;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.thm-btn:hover:before, .thm-btn:focus:before, .thm-btn:active:before {
    opacity: 1;
}
.hotel-item .hotel-body .ratting i {
    font-size: 10px;
    color: #fec107 !important;
}
.ratting
{
      padding-left: 15px;
    padding-top: 8px;
}
.head-withstar
{
  display: flex;
}
.head-withstar h2
{
  font-weight: 900;
  color: #000;
}
.hotel-item .hotel-body p i
{
  color: #4c4040;
}

.add-ons .pricing {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.add-ser-body
{
      display: flex;
      align-items: center;
}
.add-ser
{
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.add-ser-heading
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}


.check {
  width: 50%;
    margin: 3em auto;
    background: #fff;
    border: 4px solid #E0E0E0;
	position: relative;
	-webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.6s
}
.check-head {
    padding: 1.3em 0em 0em 0em;
    text-align: center;
}
.check-head h2 {
    font-size: 1.8em;
    color: #000;
  padding-bottom: 0.4em;
}
.check-head span {
    color: #d0a51b;
  font-weight: 600;
}
.check small.strip {
    background: url(../img/strip.png)repeat;
    background-size: cover;
    height: 4px;
    display: inline-block;
    width: 100%;
}
.check-bottom {
    padding:1.6em 4.5em;
}
.check-bottom p {
    font-size: 16px;
    color: #000;
    margin: 0em 0em 10px 0em;
    font-weight: 900;
    font-family: 'Muli';
}
.check-bottom input[type="text"] {
    font-size: 15px;
        height: 45px;
    color: #000;
    padding: 0.5em 0.5em;
    display: block;
    width: 100%;
    outline: none;
    margin-bottom: 1em;
    border: 1px solid #cda30a;
}
.expir-picker-date{
  float: left;
    width: 31.3%;
    margin-right: 3%;
}
.expir-picker-date:nth-child(3) {
    margin-right: 0;  
}
.expir-picker1 ul li{
      width: 100%;
      list-style: none;
          margin-right: 10px;
}
.expir-picker1 ul li select {
    -webkit-appearance: none;
    color: #857676;
    width: 100%;
    outline: none;
    border: 1px solid #cba30b;
    font-size: 1em;
    cursor: pointer;
    padding: 10px 42px 10px 10px;
    margin-right: 0.6em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.check-bottom input.c-num {
    border: 1px solid #cba30b;
    width:100%;
}
.cvv-numb {
    margin: 1em 0em;
}
.cvv-text {
    float: left;
    width: 48%;
}
.cvv-para {
    float: right;
    width: 60%;
  margin-top:2em;
}
.cvv-para p {
    font-size: 1em;
    color: #ff0000;
    font-weight: 600;
}
.check input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #0f1f2f;
    width: 100%;
    padding: 0.8em 0em;
    outline: none;
    border: none;
    border-radius: 5px;
  cursor:pointer;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.63);
  border-bottom: 3px solid #716969;
}
.check input[type="submit"]:hover {
  background: #c79f0c;
    border-bottom: 3px solid #888888;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.clear{
    clear:both;
}
/*---copyrights--*/
.copy-right {
    margin: 2em 0em 2em 0em;
}
.copy-right p {
    text-align: center;
    font-size:1em;
    color:#ff640f;
    line-height: 1.5em;
}
.copy-right p a{
  color:#1fbfe7;
}
.copy-right p a:hover{
   color:#ff640f;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.expir-picker1 ul
{
  padding-left: 0;
      display: flex;
    margin-right: -10px;
}
.expir-picker1 ul li
{
  position: relative;
}
.expir-picker1 ul li i
{
    position: absolute;
    right: 10px;
    top: 12px;
}

/*18-10-2019*/

.pricingTable{
    padding: 30px 30px;
    border: 2px solid #043565;
    color: #043565;
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 10px #717171;
}
.pricingTable:hover{
    background: #ffffff;
    border-color: #c38c2e;
}
.pricingTable:before{
    content: "";
    border-top: 45px solid #043565;
    border-bottom: 45px solid transparent;
    border-right: 45px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover:before{ border-top-color: #c38c2e; }
.pricingTable:after{
    content: "";
    border-bottom: 45px solid #043565;
    border-top: 45px solid transparent;
    border-left: 45px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover:after{ border-bottom-color: #c38c2e; }
.pricingTable .title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.pricingTable .price-value{
    font-size: 40px;
    margin-bottom: 40px;
}
.pricingTable .month{
    display: block;
    font-size: 25px;
    line-height: 10px;
    text-transform: capitalize;
}
.pricingTable .pricing-content{
    padding: 20px 0 0;
    margin: 0 40px 20px;
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    border-top: 1px solid #043565;
    position: relative;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-content{ border-top-color: #fff; }
.pricingTable .pricing-content:before{
    content: "\f1b3";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 70px;
    background: #fff;
    font-size: 30px;
    margin: 0 auto;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}

div.letter-title{
   margin-top: 10px;
   height: 130px;
   border-right: 2px solid #eee;
}

div.letter-content{
   margin-top: 10px;
}

table.invoice thead th{
   background-color: rgba(4, 97, 123, 0.2);
   border-top: none;
}

table.invoice thead tr:first-child th:first-child{
    border-top-left-radius: 25px;
}

table.invoice thead tr:first-child th:last-child{
   border-top-right-radius: 25px;
}

tr.last-row{
   background-color: rgba(4, 97, 123, 0.2);

}

tr.last-row th{
   border-bottom-left-radius: 25px;
   width: 30px;
}

tr.last-row td{
   border-bottom-right-radius: 25px;
}

div.row div.to{
   height: 260px;
   padding-right: 25px;
   border-right: 2px solid rgba(4, 97, 123, 0.2);
}
.invoice.table
{
    margin-bottom: 0px;
        background-color: transparent;
}
.pad-right
{
      padding-right: 50px !important;
}
.pad-0
{
      padding-right: 0;
}
.serv-ad.table
{
      background: #fff;
      border-top-left-radius: 25px;
    border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 0px;
        box-shadow: 0 0 10px #000;
}
.table-borderless
{
  margin-bottom: 0px;
  background-color: transparent !important;
}
.no-bor-leri
{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.last-row h4
{
  color: #000;
  margin-bottom: 0px;
}


/*19-10-2019*/
.payment-method .radio {
  margin: 0.5rem;
      margin-left: 25px;
    text-indent: -25px;
    padding-left: 35px;
}
.payment-method .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.payment-method .radio input[type="radio"] + .radio-label:before {
  content: '';
 background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
      top: 2px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.payment-method .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.payment-method .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.payment-method .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.payment-method .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.payment-method [type="radio"]:checked + label:after
{
  display: none;
}
.payment-gateway
{
      background: #ccdfe4;
    padding: 10px 0 30px 0;
}
.payment-method [type="radio"]:checked + label, .payment-method [type="radio"]:not(:checked) + label
{
  color: #000;
  padding-left: 5px;
}
.payment-credit [type="radio"]:checked + label, .payment-credit [type="radio"]:not(:checked) + label
{
  color: #000;
  padding-left: 25px;
      line-height: 25px;
}
#payment-gateway[type="radio"]:checked + label, #payment-gateway[type="radio"]:not(:checked) + label
{
  color: #000;
      font-size: 20px;
}
.pricingTable-header
{
    padding-bottom: 10px;
}
.payment-method
{
      font-family: 'Muli';
}
.payment-credit
{
      padding-left: 25px;
      margin-bottom: 10px;
	  padding-right: 25px;
}
.payment-credit [type="radio"]#credit-debitCard .radio-label
{
  text-indent: -26px;
    margin-left: 26px;
}
.act-left
{
  margin-left: 85px !important;
}
.payment-credit [type="radio"]#mastercard:checked + label, .payment-credit [type="radio"]#mastercard:not(:checked) + label
{
  font-size: 12px;
}
.payment-credit [type="radio"]#visa:checked + label, .payment-credit [type="radio"]#visa:not(:checked) + label
{
  font-size: 12px;
  padding-right: 25px;
}
.pricingTable .pricingTable-signup {
    color: #fff;
    background-color: #0f1f2f;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 25px 10px;
    margin: 0 auto;
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.pricingTable .pricingTable-signup:hover {
    box-shadow: 0 0 10px #000;
    text-shadow: 0 0 5px #000;
}
#content{
  width: 100%;
    }
#sidebar {
    color: #ffbdbd;
    will-change: min-height;
}
#sidebar .sidebar__inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.flo-righ
{
  float: right;
}

.video-container
{
  height: 400px;
  width: 1200px;
}
video
{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

/*for login merge*/
.modal-dialog 
{
  max-width: 100% !important;
}

/*30.10.19 from sasi*/
.digital-pricing .pricingTable{
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.digital-pricing .pricingTable:hover{ box-shadow: 0 0 10px #909090;z-index: 9;}
.digital-pricing .col-price_main-plans .pricingTable:hover, 
.digital-pricing .col-price_main4table .pricingTable:hover{ box-shadow: none;}

.digital-pricing .pricingTable-end.green:after{
    content: '';
    background-color: #69B02E;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.digital-pricing .pricingTable-end.green:after{
    height: 60px;
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
}

.digital-pricing .pricingTable-end.blue:after{
    content: '';
    background-color: #33add6;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.digital-pricing .pricingTable-end.blue:after{
    height: 60px;
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
}

.digital-pricing .pricingTable-end.orange:after{
    content: '';
    background-color: #d86e00;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.digital-pricing .pricingTable-end.orange:after{
    height: 60px;
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
}
.digital-pricing .pricingTable-end.dark-blue:after{
    content: '';
    background-color: #0f1f2f;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.digital-pricing .pricingTable-end.dark-blue:after{
    height: 60px;
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
}



.digital-pricing .pricingTable .pricingTable-header{
    color: #fff;
    background: #af1300;
    padding: 15px 0 25px;
    margin: 0 -15px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.digital-pricing .pricingTable .title{
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0px;
    margin: 0;
    color: #fff;
        margin-top: 10px;
}

.digital-pricing .pricingTable .amount{
    font-size: 60px;
    line-height: 75px;
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
}
.digital-pricing .pricingTable .month{
    font-size: 27px;
    font-weight: 500;
    line-height: 0;
    text-transform: lowercase;
    display:block;
}
.digital-pricing .col-price_main-plans .pricingTable .pricing-content, .digital-pricing .col-price_main4table .pricingTable .pricing-content{
    color: #000;
    font-size: 17px;
    text-align: left;
    line-height: 50px;
    padding: 0;
    margin: 15px auto 0px;
    list-style: none;
}
.digital-pricing .col-price_main .pricingTable .pricing-content{
    color: #707070;
    font-size: 16px;
    text-align: left;
    line-height: 50px;
    padding: 0;
    margin: 15px auto 0px;
    list-style: none;
}
.digital-pricing .col-price_main4table
.digital-pricing .pricingTable .pricing-content li i{
    color: #56a600;
    margin-right: 5px;
}
.digital-pricing .pricingTable .pricing-content li i.fa-times{ color: #de0505; }
.digital-pricing .pricingTable .pricing-content li i.fa-check{ color: #57bf00; }

.digital-pricing .pricingTable .pricingTable-signup{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 8px;
    transition: all 0.3s ease 0s;
}
.digital-pricing .pricingTable .pricingTable-signup:hover{
    color: #fff !important;
    text-shadow: 0 0 5px #444;
}
.digital-pricing .pricingTable .pricingTable-signup:before{
    content: '';
    background-color: rgba(255,255,255,0.3);
    height: 100%;
    width: 100%;
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition:all 0.3s;
}
.digital-pricing .pricingTable .pricingTable-signup:hover:before{ transform: scale(1); }
.digital-pricing .pricingTable.green:before,
.digital-pricing .pricingTable.green:after{ background-color: #7BBE3A; }
.digital-pricing .pricingTable.green .pricingTable-header{ background-color: #69B02E; }
.digital-pricing .pricingTable.green .pricingTable-header:before{ background-color: #9FCF60; }
.digital-pricing .pricingTable.green .pricingTable-header:after{ background-color: #C1ED5E; }
.digital-pricing .pricingTable.green .price-value{ color: #69B02E; }
.digital-pricing .pricingTable.blue:before,
.digital-pricing .pricingTable.blue:after{ background-color: #5BCBF4; }
.digital-pricing .pricingTable.blue .pricingTable-header{ background-color: #33add6; }
.digital-pricing .pricingTable.blue .pricingTable-header:before{ background-color: #94DCF4; }
.digital-pricing .pricingTable.blue .pricingTable-header:after{ background-color: #A8F0FA; }
.digital-pricing .pricingTable.blue .price-value{ color: #60CCF2; }
.digital-pricing .pricingTable.orange .pricingTable-header{background-color: #d86e00;}
.digital-pricing .pricingTable.dark-blue .pricingTable-header{background-color: #0f1f2f;}
@media only screen and (max-width: 990px){
    .digital-pricing .pricingTable{ margin: 0 0 30px; }
}
.digital-pricing .col-price_main-plans
{
  flex: 0 0 40%;
    max-width: 40%;
}
.digital-pricing .col-price_main4table
{
  flex: 0 0 20%;
    max-width: 20%; 
}

.digital-pricing .col-price_main
{
    flex: 0 0 20%;
    max-width: 20%;
        border-left: 1px solid #b1b1b1;
}
.col-price_main-plans .pricing-content li
{
  border-top: 1px dotted #8a8a8a;
      padding-left: 60px;
          padding-top: 5px;
    padding-bottom: 5px;
        font-weight: 600;
}
.digital-pricing .col-price_main4table .pricing-content li
{
  border-top: 1px dotted #8a8a8a;
      padding-left: 30px;
          padding-top: 5px;
    padding-bottom: 5px;
        font-weight: 600;
}

.col-price_main .pricing-content li
{
  border-top: 1px dotted #8a8a8a;
  text-align: center;
      padding-top: 5px;
    padding-bottom: 5px;
    color: #3e3e3e;
}
.border-row
{
  border: 1px solid #dadada;
}
.col-price_main-plans .pricing-content li:nth-child(1), .digital-pricing .col-price_main4table li:nth-child(1) {
    border-top: none;
}
.col-price_main .pricing-content li:nth-child(1) {
    border-top: none;
}
.digital-pricing .pricingTable-header-full
{
    color: #fff;
    background: #af1300;
    padding: 15px 0 5px;
    margin: 0 -15px;
}
.digital-pricing .pricingTable-header-full .title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0px;
        margin-top: 10px;
    text-align: center;
    color: #fff;
}

/*24-10-2019 Modal quet a quote*/

.mod-qet .blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mod-qet a.btn{
  width:150px;
  display:block;
  margin:-25px 0 0 -75px;
  padding:1em 0;
  position:absolute;
  top:50%; left:50%;
  font:1.125em 'Arial', sans-serif;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  color:#fff;
  border-radius:5px;
  background:rgba(217,67,86,1);
}

.mod-qet .modal-wrapper{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  background:rgba(0, 0, 0, 0.69);
  visibility:hidden;
  opacity:0;
      z-index: 9999;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mod-qet .modal-wrapper.open{
  opacity:1;
  visibility:visible;
}

.mod-qet .modal{
  width:600px;
  display:block;
  margin:50% 0 0 -300px;
  position:relative;
  top:35%; left:50%;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mod-qet .modal-wrapper.open .modal{
  margin-top:-200px;
  opacity:1;
}

.mod-qet .head{
  width: 100%;
  padding:1.5em 5%;
  overflow:hidden;
  background:#01bce5;
}

.mod-qet .btn-close{
  padding: 17px;
    display: block;
    float: right;
   background: #dab607;
}

.mod-qet .btn-close::before, .btn-close::after{
  content:'';
  width:22px;
  height:6px;
  display:block;
  background:#fff;
}

.mod-qet .btn-close::before{
  margin-top:-2px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.mod-qet .btn-close::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

/*qet a quote form design */

.form-container{
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.form-container:after{
    content: '';
    background-color: #121a38;
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.form-container .form-horizontal{
    background-color: #fff;
    padding: 15px 0;
    border: 5px solid #dab607;
}
.form-container .form-horizontal .heading{
    color: #001f94;
    font-size: 40px;
    font-weight: 600;
        margin-bottom: 40px;
        margin-top: 40px;
}
.form-container .form-horizontal span{
    color: rgba(0,0,0,.7);
    font-size: 18px;
    margin: 0 0 30px 0;
    display: block;
}
.form-container .form-horizontal .form-group{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.form-container .form-horizontal textarea
{
  height: 100px !important;
}
.form-container .form-horizontal i.icon-textarea
{
   top: 20% !important;
}
.form-container .form-horizontal i.icon{
    color: rgb(216, 110, 0);
    font-size: 23px;
    transform: translateY(-50%);
    position: absolute;
    left: 8px;
    top: 50%;
}
.form-container .form-horizontal .form-control{
    height: 50px;
    font-size: 15px;
    padding: 10px 8px 10px 40px;
        border: 1px solid #000;
}
.form-container .form-control::placeholder{ color: rgba(0,0,0,0.2); }
.form-container .form-horizontal .form-control:focus{ box-shadow: none; }
.form-container .form-horizontal .btn{
    color: #fff;
    background-color: #595bcc;
    padding: 3px 7px;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.form-container .form-horizontal .btn:hover{
    color: #595bcc;
    background-color: #fff;
    border: 2px solid #595bcc;
}
.form-container .login-form ul{
    list-style: none;
    padding: 25px 0;
    margin: 0;
}
.form-container .login-form ul li{
    margin: 0 5px;
    display: inline-block;
}
.form-container .login-form ul li:first-child{ border-right: 1px solid #fff; }
.form-container .login-form ul li a{
    color: #fff;
    padding: 0 10px 0 0;
    transition: all 0.5s;
}
.form-container .login-form ul li a:hover{ text-decoration: underline; }
@media screen and (max-width: 576px){
    .form-container{ padding: 0 10px; }
    .form-container .form-horizontal span{ font-size: 15px; }
    .form-container .form-horizontal .form-group{ width: 90%; }
}

.form-container .pricingbutton-ask {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-container .pricingbutton-ask button
{
 color: #fff;
    background-color: #0f1f2f;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 25px;
    margin: 0 auto;
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.form-container .pricingbutton-ask button:hover{
    box-shadow: 0 0 10px #fff;
    letter-spacing: 3px;
}

/* tabs view pricing plamn */

.pricing-table-tab {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.pricing-table-tab .tabs {
  position: relative;
  overflow: hidden;
  margin: 0;
      padding-left: 0;
  width: 100%;
  background-color: transparent;
}
.pricing-table-tab .tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.pricing-table-tab .tabs a {
  background-color: #fff;
  color: #000;
  font-weight: 600;
      font-size: 18px;
    padding: 6px 15px;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 4px solid #d27a20;
}

.pricing-table-tab .tabs_item {
  display: none;
  padding: 30px 0;
}
.pricing-table-tab .tabs_item h4 {
  font-weight: bold;
  color: #87d3b7;
  font-size: 20px;
}
.pricing-table-tab .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.pricing-table-tab .tabs_item:first-child {
  display: block;
}

.pricing-table-tab .current a {
  color: #fff;
  background: #d86e00;
}
.nopad-all
{
  padding: 0 !important;
}
.pricing-table-head
{
  background: url(../img/room-header.jpg) 0% 0% / cover !important;
    margin-top: 0px;
    padding: 40px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}
.pricing-table-tab a:hover
{
  color: #af1300 !important;
}
.pricing-table-tab .current a:hover
{
  color: #fff !important;
}
.tab-title_main
{
  text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 25px;
}
.line-for-anyone
{
  line-height: 22px;
  height: 61px;
  padding-top: 14px !important;
}
.line-for-3lines
{
  line-height: 22px;
  height: 77px;
      padding-top: 20px !important;
}
.line-for-4lines
{
  line-height: 22px;
  height: 120px;
  padding-top: 20px !important;
}
.pad50-for-times
{
      padding-top: 37px !important;
      height: 120px;
}
.bol-top
{
  font-weight: bold;
  font-size: 17px;
}
.bol-norm
{
  font-weight: normal !important;
  font-size: 16px;
  color: #3e3e3e;
}

/* 26-10-2019 */

.submit-section label
{
  color: #000;
      font-weight: 600  
}
.form-submit .form-control:focus
{
  border: 2px solid #17a2b8;
}
.submit-section .form-row .form-group
{
  margin-bottom: 1.5rem;
}
/*profile image upload */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto;
  z-index: 9;
      margin-top: -128px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.30980392156862746);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  color: #0f1f2f;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 0px 4px rgb(0, 0, 0);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.submit-section button
{
  font-size: 18px;
  border-radius: 0px !important;
    font-weight: bold;
    margin-top: 10px;
    border: 4px solid #ffffff !important;
    transition: 0.2s all linear;

}
.submit-section button:hover {
    box-shadow: 0 0 10px #000;
    letter-spacing: 1px;
    background: #d49e00 !important;
}
.profile-formain
{
  margin-top: 50px;
}
.is_stuck
{
  margin-top: 150px;

}

/*29-10-2019*/

.form-submit .submit-section .form-group ul select
{
  background: #ffffff;
    border: 2px solid #ccc;
    color: #3c3c3c;
    font-size: 15px;
    height: 56px;
    transition: 0.2s all linear;
}
.form-submit .submit-section .form-group ul select:focus
{
  border: 2px solid #17a2b8;
}
.form-submit .submit-section .form-group ul li i
{
  top: 18px;
}
.account-detonly
{    
    background: #fff;
    padding: 35px;
    width: 70%;
    margin: 0 auto;
}

.split-group
{
  display: table;
}
.split-group .score
{
  display: table-cell;
}
.split-group .input-group-addon 
{
   display: table-cell;
   border: 1px solid rgb(15, 31, 47);
    border-radius: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

/*11-08-2019 process-adinndigital */

/* basic menu styles */
.block-menu {
  display: block;
  text-align: center;
  padding: 0px;
}

.block-menu li {
  display: inline-block;
  border: 3px solid #fff;
  box-shadow: 0 0 10px #383838;
}

.block-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-smoothing: antialiased;
  overflow: visible;
  line-height: 20px;
  font-size: 17px;
  padding: 15px 25px;
}

/* animation domination */
.three-d {
  perspective: 200px;
  transition: all .07s linear;
  position: relative;
  cursor: pointer;
}
  /* complete the animation! */
  .three-d:hover .three-d-box, 
  .three-d:focus .three-d-box {
    transform: translateZ(-25px) rotateX(90deg);
  }

.three-d-box {
  transition: all .3s ease-out;
  transform: translatez(-25px);
  transform-style: preserve-3d;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* 
  put the "front" and "back" elements into place with CSS transforms, 
  specifically translation and translatez
*/
.front {
  transform: rotatex(0deg) translatez(25px);
}

.back {
  transform: rotatex(-90deg) translatez(25px);
  color: #ffe7c4;
}

.front, .back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #bd7700;
  padding: 15px 10px;
  color: white;
  pointer-events: none;
  box-sizing: border-box;
}

.back {
  background: #0f1f2f;
}

/*09-11-2019*/

.process-controls .service-process-tab, .location-process-tab {
    text-align: center;
    padding-top: 2rem;
}
.process-controls .nav-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
    box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
    padding: 1rem 0 1.2rem;
}
.process-controls .nav-tabs .nav-item.show .nav-link, .process-controls .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}
.process-controls .nav-tabs .nav-link::before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -30px;
    width: 6rem;
    height: 8rem;
    border-radius: 50px;
    background-image: linear-gradient(150deg, #f5fbff, rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    z-index: -1;
}
.process-controls .filter-button.is-checked, .process-controls .nav-tabs .nav-link.active i, 
.process-controls .nav-tabs .nav-link.active span, .process-controls .nav-tabs .visited .nav-link i, 
.process-controls .nav-tabs .visited .nav-link span {
    background-image: linear-gradient(45deg, #9a9fff, #6245fe);
}
.process-controls .filter-button.is-checked, .process-controls .nav-tabs .nav-link.active i, 
.process-controls .nav-tabs .nav-link.active span, .process-controls .nav-tabs .visited .nav-link i, 
.process-controls .nav-tabs .visited .nav-link span {
    background-image: linear-gradient(45deg, #9a9fff, #6245fe);
}
.process-controls .txt-grad-ef, .process-controls .common-list-items li i, 
.process-controls .nav-tabs .nav-link:hover i, .process-controls .nav-tabs .nav-link:hover span, 
.process-controls .nav-tabs .nav-link.active i, .process-controls .nav-tabs .nav-link.active span, 
.process-controls .nav-tabs .nav-item:not(:last-child) .nav-link:hover::after, 
.process-controls .nav-tabs .nav-item:not(:last-child) .nav-link.active::after, 
.process-controls .nav-tabs .visited .nav-link i, .process-controls .nav-tabs .visited .nav-link span, 
.process-controls .nav-tabs .visited .nav-link::after, .process-controls .filter-button:hover, 
.process-controls .filter-button.is-checked {
    background: linear-gradient(45deg, #ffc800, #000000);
    -webkit-background-clip: text;
    color: transparent;
    text-decoration: none;
}
.process-controls .nav-tabs .nav-item:not(:last-child) .nav-link::after {
    content: "\f13e";   
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'miniline' !important;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 3rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.process-controls .tab-content>.active {
    display: block;
}
.process-controls .align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.process-controls .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.process-controls .no-gutters>.col, .process-controls .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.process-controls .text-lg-right {
    text-align: right!important;
}
.process-controls .text-lg-left {
    text-align: left!important;
}
.process-controls .service-tab-content h4, .process-controls .location-tab-content h4 {
    margin-bottom: 1.7rem;
    font-size: 25px;
    font-weight: 900;
}
.process-controls .nav-tabs .nav-link {
    border: none;
    color: #010101;
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.process-controls .nav-tabs .nav-link i {
     width: 6rem; 
     height: 7rem; 
    background: linear-gradient(150deg, rgba(255, 255, 255, 0), #f5faff);
    font-size: 2rem;
}
.process-controls .service-tab-nav.nav-tabs .nav-link span {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    margin-top: 15px;

}
.process-controls .offset-lg-1 {
    margin-left: 8.333333%;
}

/*analyze-button */

.analze-button {
  background-color: #da251d;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border:4px solid #fff;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 10px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
}
@-webkit-keyframes glowing {
  0% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
  50% { background-color: #0f1f2f; box-shadow: 0 0 10px #0f1f2f; }
  100% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
}

@-moz-keyframes glowing {
  0% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
  50% { background-color: #0f1f2f; box-shadow: 0 0 10px #0f1f2f; }
  100% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
}

@-o-keyframes glowing {
  0% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
  50% { background-color: #0f1f2f; box-shadow: 0 0 10px #0f1f2f; }
  100% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
}

@keyframes glowing {
  0% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
  50% { background-color: #0f1f2f; box-shadow: 0 0 10px #0f1f2f; }
  100% { background-color: #cc922f; box-shadow: 0 0 3px #cc922f; }
}

.analze-button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.analze-button:hover {
    color: #fff !important;
    text-decoration: none;
}

/* popup-form digital */

.close-all-process {
  background: #ffffff;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0px;
    top: -22px;
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
    z-index: 999;
}
.close-all-process span
{
      background: none;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 16px;
    top: 25px;
}
.close-all-process span:before, .close-all-process span:after {
    background: #000000;
    content: '';
    cursor: pointer;
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
}
.close-all-process span:before {

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-all-process span:after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
    top: 2px;
}
.close-all-process:hover {
    background: #ffffff;
    -webkit-transform: rotate(360deg) scale(1.10);
    -moz-transform: rotate(360deg) scale(1.10);
    -ms-transform: rotate(360deg) scale(1.10);
    -o-transform: rotate(360deg) scale(1.10);
    transform: rotate(360deg) scale(1.10);
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}
.close-all-process:focus
{
  outline: none;
}

.mask-seo-process, .mask-ppc-process, .mask-social-media-process, .mask-website-process, .mask-content-process,
.mask-seopricing, .mask-smmpricing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal-seo-process, .modal-ppc-process, .modal-social-media-process, .modal-website-process, .modal-content-process,
.modal-seopricing, .modal-smmpricing {
  position: fixed;
  top: 40%;
  left: 29%;
  width: 600px;
  margin-top: -150px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}
.active-seo-process, .active-ppc-process, .active-social-media-process, .active-website-process, .active-content-process,
.active-seopricing, .active-smmpricing  {
  visibility: visible;
  opacity: 1;
}
.active-seo-process + .modal-seo-process, .active-ppc-process + .modal-ppc-process,
.active-social-media-process + .modal-social-media-process, .active-website-process + .modal-website-process,
.active-content-process + .modal-content-process, .active-seopricing + .modal-seopricing,
.active-smmpricing + .modal-smmpricing {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}


.modal-seo-process form, .modal-ppc-process form, .modal-social-media-process form, .modal-website-process form,
.modal-content-process form, .modal-seopricing form, .modal-smmpricing form{
    background: #0f1f2f;
    padding: 8px;
}
 
.modal-seo-process .form-horizontal .tit-analyze, .modal-ppc-process .form-horizontal .tit-analyze,
.modal-social-media-process .form-horizontal .tit-analyze, .modal-website-process .form-horizontal .tit-analyze,
.modal-content-process .form-horizontal .tit-analyze, .modal-seopricing .form-horizontal .tit-analyze,
.modal-smmpricing .form-horizontal .tit-analyze{
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    padding: 23px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}
 
.modal-seo-process .form-horizontal .form-content, .modal-ppc-process .form-horizontal .form-content,
.modal-social-media-process .form-horizontal .form-content, .modal-website-process .form-horizontal .form-content,
.modal-content-process .form-horizontal .form-content, .modal-seopricing .form-horizontal .form-content,
.modal-smmpricing .form-horizontal .form-content{
    border: 1px solid #fff;
}
 
.modal-seo-process .form-group, .modal-ppc-process .form-group, .modal-social-media-process .form-group,
.modal-website-process .form-group, .modal-content-process .form-group,
.modal-seopricing .form-group, .modal-smmpricing .form-group{
    padding: 0 40px;
}

.modal-seo-process .textarea-group, .modal-ppc-process .textarea-group, .modal-social-media-process .textarea-group,
.modal-website-process .textarea-group, .modal-content-process .textarea-group,
.modal-seopricing .textarea-group, .modal-smmpricing .textarea-group{
    padding-left:40px;
    padding-right:40px;
}
.modal-seo-process .form-horizontal .form-control, .modal-ppc-process .form-horizontal .form-control,
.modal-social-media-process .form-horizontal .form-control, .modal-website-process .form-horizontal .form-control,
.modal-content-process .form-horizontal .form-control, .modal-seopricing .form-horizontal .form-control,
.modal-smmpricing .form-horizontal .form-control{
    padding: 10px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    letter-spacing: 1px;
}
.modal-seo-process .form-horizontal textarea, .modal-ppc-process .form-horizontal textarea,
.modal-social-media-process .form-horizontal textarea, .modal-website-process .form-horizontal textarea,
.modal-content-process .form-horizontal textarea, .modal-seopricing .form-horizontal textarea,
.modal-smmpricing .form-horizontal textarea{
    padding: 10px;
    height: 100px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
    letter-spacing: 1px;
}
.modal-seo-process .form-horizontal textarea:focus, .modal-ppc-process .form-horizontal textarea:focus,
.modal-social-media-process .form-horizontal textarea:focus, .modal-website-process .form-horizontal textarea:focus,
.modal-content-process .form-horizontal textarea:focus, .modal-seopricing .form-horizontal textarea:focus,
.modal-smmpricing .form-horizontal textarea:focus {
    border-color: #fff;
    box-shadow: none;
}
 
.modal-seo-process .form-horizontal .form-control:focus, .modal-ppc-process .form-horizontal .form-control:focus,
.modal-social-media-process .form-horizontal .form-control:focus, .modal-website-process .form-horizontal .form-control:focus,
.modal-content-process .form-horizontal .form-control:focus, .modal-seopricing .form-horizontal .form-control:focus,
.modal-smmpricing .form-horizontal .form-control:focus{
    border-color: #fff;
    box-shadow: none;
}
 
.modal-seo-process .form-horizontal .control-label, .modal-ppc-process .form-horizontal .control-label,
.modal-social-media-process .form-horizontal .control-label, .modal-website-process .form-horizontal .control-label,
.modal-content-process .form-horizontal .control-label, .modal-seopricing .form-horizontal .control-label,
.modal-smmpricing .form-horizontal .control-label{
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
 
.modal-seo-process .form-horizontal .checkbox, .modal-ppc-process .form-horizontal .checkbox,
.modal-social-media-process .form-horizontal .checkbox, .modal-website-process .form-horizontal .checkbox, 
.modal-content-process .form-horizontal .checkbox, .modal-seopricing .form-horizontal .checkbox,
.modal-smmpricing .form-horizontal .checkbox{
    margin-top: 10px;
    margin-bottom: 30px;
}
 
.modal-seo-process .form-horizontal .checkbox label, .modal-ppc-process .form-horizontal .checkbox label,
.modal-social-media-process .form-horizontal .checkbox label, .modal-website-process .form-horizontal .checkbox label,
.modal-content-process .form-horizontal .checkbox label, .modal-seopricing .form-horizontal .checkbox label,
.modal-smmpricing .form-horizontal .checkbox label{
    font-size: 14px;
    transition: 0.2s all linear;
}
 
.modal-seo-process .form-horizontal .btn-process, .modal-ppc-process .form-horizontal .btn-process,
.modal-social-media-process .form-horizontal .btn-process, .modal-website-process .form-horizontal .btn-process,
.modal-content-process .form-horizontal .btn-process, .modal-seopricing .form-horizontal .btn-process,
.modal-smmpricing .form-horizontal .btn-process{
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    margin: 10px 0;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 0;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
 
.modal-seo-process .form-horizontal .btn-process:hover, .modal-ppc-process .form-horizontal .btn-process:hover,
.modal-social-media-process .form-horizontal .btn-process:hover, .modal-website-process .form-horizontal .btn-process:hover,
.modal-content-process .form-horizontal .btn-process:hover,
.modal-seopricing .form-horizontal .btn-process:hover, .modal-smmpricing .form-horizontal .btn-process:hover{
    border-color: #fff;
    color: #000;
}
 
.modal-seo-process .form-horizontal .btn-process:before, .modal-ppc-process .form-horizontal .btn-process:before,
.modal-social-media-process .form-horizontal .btn-process:before, .modal-website-process .form-horizontal .btn-process:before,
.modal-content-process .form-horizontal .btn-process:before,
.modal-seopricing .form-horizontal .btn-process:before, .modal-smmpricing .form-horizontal .btn-process:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
 
.modal-seo-process .form-horizontal .btn-process:hover:before, .modal-ppc-process .form-horizontal .btn-process:hover:before,
.modal-social-media-process .form-horizontal .btn-process:hover:before, .modal-website-process .form-horizontal .btn-process:hover:before,
.modal-content-process .form-horizontal .btn-process:hover:before,
.modal-seopricing .form-horizontal .btn-process:hover:before, .modal-smmpricing .form-horizontal .btn-process:hover:before{
    top: 0;
}
 
.modal-seo-process .form-horizontal .checkbox-custom, .modal-ppc-process .form-horizontal .checkbox-custom,
.modal-social-media-process .form-horizontal .checkbox-custom, .modal-website-process .form-horizontal .checkbox-custom,
.modal-content-process .form-horizontal .checkbox-custom, .modal-seopricing .form-horizontal .checkbox-custom,
.modal-smmpricing .form-horizontal .checkbox-custom{
    opacity: 0;
    position: absolute;
}
 
.modal-seo-process .form-horizontal .checkbox-custom, .modal-ppc-process .form-horizontal .checkbox-custom,
.modal-seo-process .form-horizontal .checkbox-custom-label, .modal-ppc-process .form-horizontal .checkbox-custom-label,
.modal-social-media-process .form-horizontal .checkbox-custom-label, .modal-website-process .form-horizontal .checkbox-custom-label,
.modal-content-process .form-horizontal .checkbox-custom-label,
.modal-seopricing .form-horizontal .checkbox-custom-label, 
.modal-smmpricing .form-horizontal .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
 
.modal-seo-process .form-horizontal .checkbox-custom-label, .modal-ppc-process .form-horizontal .checkbox-custom-label,
.modal-social-media-process .form-horizontal .checkbox-custom-label, .modal-website-process .form-horizontal .checkbox-custom-label,
.modal-content-process .form-horizontal .checkbox-custom-label, .modal-seopricing .form-horizontal .checkbox-custom-label,
.modal-smmpricing .form-horizontal .checkbox-custom-label{
    position: relative;
}
 
.modal-seo-process .form-horizontal .checkbox-custom + .checkbox-custom-label:before,
.modal-ppc-process .form-horizontal .checkbox-custom + .checkbox-custom-label:before,
.modal-social-media-process .form-horizontal .checkbox-custom + .checkbox-custom-label:before,
.modal-website-process .form-horizontal .checkbox-custom + .checkbox-custom-label:before,
.modal-content-process .form-horizontal .checkbox-custom + .checkbox-custom-label:before,
.modal-seopricing .form-horizontal .checkbox-custom + .checkbox-custom-label:before,
.modal-smmpricing .form-horizontal .checkbox-custom + .checkbox-custom-label:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height:15px;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
    transition: 0.2s all linear;
}
 
.modal-seo-process .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before,
.modal-ppc-process .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before,
.modal-social-media-process .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before,
.modal-website-process .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before,
.modal-content-process .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before,
.modal-seopricing .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before,
.modal-smmpricing .form-horizontal .checkbox-custom:checked + .checkbox-custom-label:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    box-shadow: inset 0px 0px 0px 1px #fff;
}
 
.modal-seo-process .form-horizontal .checkbox label, .modal-ppc-process .form-horizontal .checkbox label,
.modal-seo-process .form-horizontal .checkbox label, .modal-social-media-process .form-horizontal .checkbox label,
.modal-website-process .form-horizontal .checkbox label, .modal-content-process .form-horizontal .checkbox label,
.modal-seopricing .form-horizontal .checkbox label, .modal-smmpricing .form-horizontal .checkbox label{
    padding-left: 0;
    color: #fff;
    letter-spacing: 1px;
}
.modal-seo-process .scroll-auto, .modal-ppc-process .scroll-auto, .modal-social-media-process .scroll-auto,
.modal-website-process .scroll-auto, .modal-content-process .scroll-auto, .modal-seopricing .scroll-auto,
.modal-smmpricing .scroll-auto
{
  height: 400px;
    overflow: auto;
}
.get-assistance
{
      color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 10px;
}

.description-pricing-cont {
    text-align: justify;
    color: #000;
    font-size: 17px;
}
.description-pricing-cont ul
{
      margin-top: 30px;
}
.description-pricing-cont h4 {
    font-size: 26px;
    color: #000000;

}
.split-process
{
  margin-top: 50px;
  margin-bottom: 50px;
}
.description-pricing-cont ul li {
    margin-top: 10px;
}
.view-mbtn {
    display: inline-block;
    margin-top: 20px;
}
.btn5, .btn5:link, .btn5:visited {
    border: none;
    outline: none;
    color: #fefefe;
    background-color: #0f1f2f;
    padding: 10px 20px;
    box-shadow: 0 0 10px #afafaf;
}
.view-mbtn a {
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn5:hover, .btn5:focus, .btn5:link:hover, .btn5:link:focus, .btn5:visited:hover, .btn5:visited:focus {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
    color: #fff;
}
@-webkit-keyframes gelatine {
from,to{-webkit-transform:scale(1, 1);}
25%{-webkit-transform:scale(0.9, 1.1);}
50%{-webkit-transform:scale(1.1, 0.9);}
75%{-webkit-transform:scale(0.95, 1.05);}
from,to{-webkit-transform:scale(1, 1);}
25%{-webkit-transform:scale(0.9, 1.1);}
50%{-webkit-transform:scale(1.1, 0.9);}
75%{-webkit-transform:scale(0.95, 1.05);}
}
@keyframes gelatine {
from,to{-webkit-transform:scale(1, 1);transform:scale(1, 1);}
25%{-webkit-transform:scale(0.9, 1.1);transform:scale(0.9, 1.1);}
50%{-webkit-transform:scale(1.1, 0.9);transform:scale(1.1, 0.9);}
75%{-webkit-transform:scale(0.95, 1.05);transform:scale(0.95, 1.05);}
from,to{-webkit-transform:scale(1, 1);transform:scale(1, 1);}
25%{-webkit-transform:scale(0.9, 1.1);transform:scale(0.9, 1.1);}
50%{-webkit-transform:scale(1.1, 0.9);transform:scale(1.1, 0.9);}
75%{-webkit-transform:scale(0.95, 1.05);transform:scale(0.95, 1.05);}
}

/*10-11-2019*/

.quoteSymbol.quoteSymbol--left {
    margin-right: 5px;
}
.quoteSymbol.quoteSymbol--right {
    margin-left: 5px;
}
.head-titprocess h1
{
    margin-top: 30px;
    font-size: 50px;
    color: #000;
}
.head-titprocess p
{
  font-size: 20px;
}
.pocessmenu-cont h2 {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    background: #0f1f2f;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
    line-height: 0px;
}
.pocessmenu-cont ul {
    list-style: none;
    padding-left: 20px;
    box-shadow: 0px 3px 10px #cecece;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}
.pocessmenu-cont ul li {
    margin-bottom: 15px;
}
.help-tip p
{
  font-size:17px;
  font-weight:500;
  line-height:20px;
  cursor:pointer;
  position:relative;
  margin-bottom: 30px;
}
.help-tip
{
  font-size:16px;
  font-weight:500;
  line-height:20px;
  cursor:pointer;
  position:relative;
  color: #000;
  }
.help-tip:before
{
  content:'!';
  font-weight:bold;
  color:#fff;
  float:left;
  margin-right:10px;
  line-height:18px;
  font-size:10px;
  background:#000;
  width:15px;
  height:15px;
  border-radius:50px;
  text-align:center;
}
.help-tip:hover .hde-cont
{
  display:block;
  transform-origin:100% 0%;
  -webkit-animation:fadeIn 0.3s ease-in-out;
  animation:fadeIn 0.3s ease-in-out;
}
.help-tip .hde-cont
{
  display:none;
  text-align:left;
  background-color:#0f1f2f;
  padding:20px;
  font-size:16px;
  width:500px;
  font-weight:400;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.45);
  top:50px;
  color:#fff;
  line-height:25px;
  margin-top:-18px;
  margin-left:26px;
  border:4px solid #fff;
  z-index:991;
  position:absolute;
}
.help-tip .hde-cont:before
{
  position:absolute;
  content:'';
  width:0;
  height:0;
  border:8px solid transparent;
  border-bottom-color:#0f1f2f;
  top:-16px;
}
.help-tip .hde-cont:after
{
  width:100%;
  height:40px;
  content:'';
  position:absolute;
  top:-40px;
  left:0;
}
.uc_bold_content_box {
    text-align: center;
}
.uc_bold_content_box .uc_icon_box {
    box-shadow: 0 0 10px #9e9e9e;
    background-color: transparent;
    padding: 0 10px 20px;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s ease 0s;
    height: 270px;
}
.uc_bold_content_box .uc_icon_box .uc_icon_wrapper {
    display: inline-block;
    height: 50px;
    line-height: 55px;
    color: #fff;
    transition: background 0.25s ease 0s;
    width: 50px;
    background-color: #10202f;
}
.uc_bold_content_box .uc_icon_box h5 {
    color: #000;
    font-weight: 600;
    margin: 20px 0px 10px;
    font-size: 20px;
}
.uc_text ul {
    padding-left: 27px;
}
.uc_bold_content_box .uc_icon_box:hover {
    background-color: #122230;
}
.uc_icon_box:hover .uc_text {
    color: #fff;
}
.uc_bold_content_box .uc_icon_box:hover .uc_icon_wrapper {
    background-color: #fff;
}
.uc_bold_content_box .uc_icon_box:hover .uc_icon_wrapper i {
    color: #000;
    font-size: 17px;
}
.uc_bold_content_box .uc_icon_box:hover h5
{
  color: #fff;
}
.camp-aign
{
  margin-top: 10px;
  margin-bottom: 5px;
}
.uc_bold_content_box .uc_icon_box:hover .camp-aign
{
  color: #fff;
}
.uc_icon_box ul li {
    padding: 0px;
    display: inline-block;
    position: relative;
    margin-right: 21px;
    margin-bottom: 10px;
}
.uc_icon_box ul li:before {
    content: ".";
    font-size: 70px;
    margin-top: 10px;
    left: -14px;
    top: -25px;
    position: absolute;
    color: #000;
}
.uc_icon_box ul
{
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
}
.uc_bold_content_box .uc_icon_box:hover ul li
{
  color: #fff;
}
.uc_bold_content_box .uc_icon_box:hover ul li:before
{
  color: #fff;
}
.empty-space
{
  height: 30px;
}
.empty-spaceforbtn
{
  height: 60px;
}
.empty-spaceforbtn-video
{
  height: 50px;
}
.proposal-cont {
    list-style: none;
    padding-left: 0;
}
.proposal-cont .ic {
    margin-right: 15px;
    color: #d6a800;
    font-size: 20px;
}
.proposal-cont .item
{
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}
.size-table
{
  width: 100%;
}
.size-table td {
    border: 2px solid #acb2b6;
    padding: 8px;
    font-weight: 400;
    color: #000;
	font-size: 15px;
}
.sub-head
{
  text-align: center;
  color: #0f1f2f;
  font-size: 36px;
  margin-bottom: 40px !important;
}
.col-000p
{
  color: #000;
  font-size: 17px;
  text-align: justify;
}

.valign
{
  align-items: center;
}
.split-sec
{
  background-color: #f5f5f5;
      padding: 50px;
}
.split-sec-nobg
{
  background-color: transparent;
  padding: 50px;
}
.split-sec-social
{
  background-color: #f0f4ff;
  padding: 50px;
}
.paid-fbtable {
    width: 100%;
}
.paid-fbtable th {
    border: 1px solid #000000;
    padding: 15px;
    color: #000;
}
.paid-fbtable td {
    border: 1px solid #000000;
    padding: 15px;
    transition: 0.2s all linear;
    color: #000;
}
.paid-fbtable td span {
    margin-right: 10px;
    color: #004386;
}
.help-tip-table{font-size:16px;line-height:20px;display:inline-block;cursor:pointer;position:relative;}
.help-tip-table:before{content:'!';font-weight:bold;color:#fff;float:right;margin-left:10px;margin-top:4px;line-height:18px;font-size:10px;background:#000;width:15px;height:15px;border-radius:50px;text-align:center;}
.help-tip-table:hover .hde-cont-table{display:block;transform-origin:100% 0%;-webkit-animation:fadeIn 0.3s ease-in-out;animation:fadeIn 0.3s ease-in-out;}
.help-tip-table .hde-cont-table{display:none;text-align:left;background-color:#0f1f2f;padding:20px;font-size:16px;width:500px;font-weight:400;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.45);top:50px;color:#fff;line-height:25px;margin-top:-18px;margin-left:26px;border:4px solid #fff;z-index:9;position:absolute;}
.help-tip-table .hde-cont-table:before{position:absolute;content:'';width:0;height:0;border:8px solid transparent;border-bottom-color:#0f1f2f;top:-16px;}
.help-tip-table .hde-cont-table:after{width:100%;height:40px;content:'';position:absolute;top:-40px;left:0;}
.demo-link {
    color: #e5261d;
    font-weight: 600;
    transition: 0.2s all linear;
}
.demo-link:before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    margin-right: 11px;
    color: #e5261d;
    transition: 0.2s all linear;
}
.dom-hos .star {
    font-size: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
    color: #d4241c;
    top: 14px;
    position: absolute;
}
.dom-hos .text-high {
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 35px;
}
.demo-link:hover {
    text-decoration: none;
    color: #e5261d;
    padding-left: 10px;
}
.demo-link:hover:before {
    text-decoration: none;
    color: #d0a50b !important;
    padding-left: 10px;
    transition: 0.2s all linear;
}
.dom-hos
{
  position: relative;
}

/*11-11-2019*/

.img-100
{
  margin-top: 20px;
}
.pocessmenu-cont li a.active
{
  color: #cc922f;
}
.block-menu li a.active
{
  background-color: #0f1f2f;
}

.market-header
{
  text-align: center;
}
.market-header .market-title {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
.market-content {
    margin: 0 auto;
    max-width: 820px;
}
.market-content__checkmark {
    font-size: 3.75rem;
    color: #28a745;
    margin-top: 20px;
}
.market-content__body {
    margin: 20px 0 0;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: #2d3954;
}
.promo-code_cont
{
  margin: 20px auto;
  width: 20%;
  position: relative;
}
.promo-code
{
  text-align: center;
    color: #000;
    background: #eaeaea;
    font-size: 25px;
    border: 3px dashed #004386;
    cursor: pointer;
}
/* Snackbar */
#snackbar {
  display: none;
}

/* Snackbar */
.main-snview #snackbar {
  background-color: #0f1f2f;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 16px 32px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: 0.3s;
  opacity: 0;
}

.main-snview #snackbar.show {
  transform: translate(-50%, 0%);
  transition: 0.5s;
  opacity: 1;
}
.note
{
  text-align: center;
  font-size: 18px;
  color: #000;
}
.note span
{
  font-size: 34px;
    position: absolute;
    margin-left: -15px;
    color: #e60000;
    margin-top: -5px;
}
.promo-code-tabcont table
{
   width: 100%;
}
.promo-code-tabcont table tr td
{
   border: 1px solid #8a8a8a;
   padding: 10px;
   color: #000;
   text-align: left;
   font-size: 15px;
}
.promo-code-tabcont .table-bold
{
   font-size: 15px;
   color: #000;
   font-weight: 900;
}
.promo-code-tabcont .table-tdcent
{
	text-align: center;
}

/*14-11-2019 */

.commision-tabcont 
{
  margin-top: 30px;
}
.commision-tabcont h4
{
  text-align: center;
}
.commision-tabcont ul
{
    margin: 0 auto;
    width: 30%;
    list-style: none;
}
.commision-tabcont ul li
{
  font-size: 17px;
  margin-bottom: 15px;
  color: #000;
}
.commision-tabcont ul li i
{
    color: #dc9d00;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.dropdown-lgout {
  position: relative;
  color: #ccc;
}
.dropdown-lgout ::-moz-selection {
  background-color: transparent;
}
.dropdown-lgout ::selection {
  background-color: transparent;
}
.dropdown-lgout_title {
 background-color: #ffffff;
    cursor: pointer;
    outline: none;
    font-size: 17px;
    border-radius: 50px;
    margin-top: 16px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    transition: 0.2s all linear;
}
.dropdown-lgout_title:focus +.dropdown-lgout_menu {
  clip: rect(0 auto 400px 0);
}
.dropdown-lgout_title:focus +.dropdown-lgout_menu:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.dropdown-lgout_title:focus +.dropdown-lgout_menu .dropdown-lgout_item {
  opacity: 1;
}
.dropdown-lgout_menu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 150px;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px #000;
      border-radius: 10px;
    border: 2px solid #0f1f2f;
  display: block;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  clip: rect(0 auto 0px 0);
/* background-color red; */
/* visibility hidden */
  transition: clip 0.6s linear;
}
.dropdown-lgout_menu:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1c1d;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.dropdown-lgout_item {
  padding: 5px 15px;
  outline: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s ease;
}
.dropdown-lgout_item:hover {
  background-color: rgba(255,255,255,0.1);
}
.dropdown-lgout_menu li a
{
  color: #000 !important;
  padding: 10px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.dropdown-lgout_menu li a i
{
  margin-right: 7px;
}
.dropdown-lgout_menu li a:hover
{
   color: #cc922f !important;
}
.dropdown-lgout_title i
{
  vertical-align: middle;
  margin-left: 5px; 
}
.dropdown-lgout_title:hover {
    color: #cc922f;
}
.green-skin li.login-attri.theme-log a:hover {
    color: #cc922f !important;
}
.small-padd-services {
    width: 100%;
    margin: 0 auto;
}

/*16-11-2019 */
.box {
  display: block;
}
.doge {
  display: block;
}

/*19-11-2019 */

.chosen-container-single .chosen-single span:before {
    position: absolute;
    right: 12px;
    content: "\f0d7";
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
    transition: 0.2s all linear;
}
.chosen-with-drop .chosen-single span:before
{
  transform: rotate(180deg);
}
.chosen-container-active, .chosen-with-drop
{
  border: none;
}

.partners i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    width: 10%;
    display: inline-block;
}
.partners .part-icon {
   display: table;
    width: 100%;
}
.partners span {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.mask-one{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}
.active-one {
    visibility: visible;
    opacity: 1;
}
.z-ind
{
	z-index: 99;
}
	
.connecting
{
	font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.split-mail
{
	display: table-caption;
}
.partners
{
  margin-top: -10px;	
}
.tab-pane p
{
	color: #000;
}
.split-process .animated
{ -webkit-animation-fill-mode:  none   ;
animation-fill-mode: none;transform:none;
}
.tick {
        margin-left: 36px;
    text-indent: -10px;
    color: #000;
    margin-bottom: 10px;
	line-height: 28px;
}
.tick i{
	    color: #cc922f;
    font-size: 15px;
}
.date-border{
	border: 3px solid #ffa100;
}

/*28-11-2019*/

.aff-terms
{
	margin-top: 60px;
}
.aff-terms h4{
	    color: #000;
}
.aff-terms h5
{
    color: #000;
    margin-bottom: 8px;
	    font-size: 19px;
}
.aff-terms p
{
    margin-bottom: 25px;
    color: #000;
}
.aff-terms ol li{
	color: #000;
    margin-bottom: 10px;
    line-height: 24px;
}
.aff-terms ol
{
    margin-bottom: 25px;
}
.aff-note
{
	color: #000;
    position: relative;
    left: 17px;
}
.aff-note span{
	font-size: 35px;
    position: absolute;
    left: -16px;
    top: -6px;
	color: #b50000;
}

.forminpage
{
	border: none;
	margin-top: 50px;
    margin-bottom: 50px;
}
.forminpage-single
{
	background: #f3f3f3;
    padding: 30px;
    box-shadow: 0 0 10px #6b6b6b;
	height: 650px;
}
.forminpage .modal-divider span
{
	background: #f3f3f3;
}
.page-error
{
	text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

/*29-11-2019*/

.none-hde
{
	display: none;
}
.none-blk
{
	display: block;
}
.display-icon
{
	cursor: pointer;
}
.display-icon:after {
    color: #ffffff;
    margin-left: 15px;
    font-size: 11px;
    content: "!";
    background: #000;
    width: 15px;
    text-align: center;
    line-height: 13px;
    height: 15px;
    border-radius: 50px;
    display: inline-block;
	line-height: 20px;
    font-weight: bold;
	cursor: pointer;
}

.label-notclickable{
    opacity: 0.45;
	cursor: not-allowed !important;
}

.payment-container
{
	display: none;
}
.check-blk
{
	display: block;
    margin-top: -310px;
	-webkit-animation-name: slideIn;
  -webkit-animation-duration: 1s;
  animation-name: slideIn;
  animation-duration: 1s;
}
.check-overlay
{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7215686274509804);
}
.close-check
{
	position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    background: #020202;
    color: #fff;
    padding: 4px 8px;
    cursor: pointer;
    font-weight: 500;
	transition: 0.4s all linear;
}
.close-check:hover {
    transform: scale(1.2) rotate(360deg);
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.mar0auto
{
	margin: 0 auto;
}
small.strip {
    background: url(../img/strip.png)repeat;
    background-size: cover;
    height: 4px;
    display: inline-block;
    width: 100%;
}
.pricingTable .radio
{
	margin-top: 10px;
}
.modepayment
{
	text-align: center;
    margin-bottom: 0px;
}
.gotopayment
{
	background: #0f1f2f;
    padding: 10px;
    color: #ffff;
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px #000;
    border: 3px solid #fff;
    display: inline-block;
	transition: 0.4s all linear;
}
.gotopayment:hover {
    padding-left: 20px;
}

/*12-12-2019*/

.listing-features-info
{
  margin-top: 20px;
}

/*14-12-2019*/
.number-select-cont
{
  position: relative;
  z-index: 99;
}
.number-select-cont .number-viewbox
{
    height: 55px;
    width: 100%;
    border: 3px solid #fca001;
    text-align: center;
    color: #585858;
    font-size: 16px;
}
.number-select-cont .number-selectminus
{
    position: absolute;
    top: 15px;
    left: 10px;
}
.number-select-cont .number-selectplus
{
    position: absolute;
    right: 10px;
    top: 15px;
}

.number-select-cont .number-selectplus, .number-select-cont .number-selectminus
{
    background: #0f1f2f;
    border: none;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    cursor: pointer;
}
.number-select-cont .number-selectminus[disabled="disabled"]
{
  cursor: not-allowed;
  opacity: 0.8;
}
.bookedhistory-table
{
  width: 100%;
  background: #fff;
  border: 2px solid #797d8a;
}
.bookedhistory-table th {
    color: #000;
    font-size: 18px;
    padding: 15px 0;
    border: 1px solid #797d8a;
    text-align: center;
}
.bookedhistory-table td {
    padding: 15px 0;
    border: 1px solid #797d8a;
    text-align: center;
    color: #000;
}
.bookedhistory-table .more-details
{
    background: #0f1f2f;
    padding: 7px 10px;
    color: #fff;
}

.add-ons label
{
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}
.add-ons .hrs
{
    color: #fff;
    background: #0f1f2f;
    padding: 14.6px 15px;
    font-size: 17px;
    border-radius: 0 10px 10px 0px;
    margin-left: -8px;
}

/*17-12-2019 */

#txt-box-nopad
{
  position: relative;
}
#txt-box-nopad .abs-place
{
    display: inline-block;
    position: relative;
    left: -9%;
}
.cart-qty-plus:after {
    content: "";
    border-radius: 15px so;
    border-left: 11px solid transparent;
    border-top: 11px solid #0f1f2f;
    transform: rotate(-45deg);
    top: -4px;
    left: 33%;
    position: absolute;
    cursor: pointer;
}
.cart-qty-minus:after {
    content: "";
    border-radius: 15px so;
    border-left: 11px solid transparent;
    border-top: 11px solid #0f1f2f;
    transform: rotate(135deg);
    top: 4px;
    position: absolute;
    cursor: pointer;
}

.booked-history-cont
{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.booked-history-cont .booked-history-title
{
  flex-basis: 50%;
  color: #000;
  font-weight: 900;
}
.booked-history-cont .booked-history-text
{
  flex-basis: 50%;
  color: #000;
}
.container-booked
{
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #6f6f6f;
}
.booked-history-cont:last-child {
    margin-bottom: 0px;
}

.invoice-container
{
    background: #fff;
    padding: 20px;
    box-shadow: inset 0 0 10px #b1b1b1;
}
.invoice-container .invoice-letter{
   position: relative;
   background-color: #04617B;
   box-shadow: 0 4px 3px rgba(0,0,0,0.4);
}

.invoice-container .letter-title{
   margin-top: 10px;
   height: 130px;
   border-right: 2px solid #eee;
}

.invoice-container .letter-content{
   margin-top: 10px;
}

.invoice-container table.invoice thead th{
   background-color: rgba(4, 97, 123, 0.2);
   border-top: none;
}

.invoice-container table.invoice thead tr:first-child th:first-child{
    border-top-left-radius: 25px;
}

.invoice-container table.invoice thead tr:first-child th:last-child{
   border-top-right-radius: 25px;
}

.invoice-container tr.last-row{
   background-color: rgba(4, 97, 123, 0.2);

}

.invoice-container tr.last-row th{
   border-bottom-left-radius: 25px;
   width: 30px;
}

.invoice-container tr.last-row td{
   border-bottom-right-radius: 25px;
}

.invoice-container .row div.to{
   height: 160px;
   padding-right: 25px;
   border-right: 2px solid rgba(4, 97, 123, 0.2);
}
.invoice-container h5, .invoice-container h6, .invoice-container p
{
  color: #000;
}
.invoice-container .top-addres
{
  padding: 20px 50px 0px;
  align-items: center;
}
.invoice-container .table
{
  padding: 0px 15px;
  color: #000;
}

.invoice-container .norm-date
{
  font-weight: normal;
}

/*19-12-2019 */
.payment-instructions
{
    text-align: justify;
    padding-right: 20px;
    border-right: 3px solid #eeaf05;
    color: #000;
    font-size: 17px;
}
.payment-submit
{
    position: relative;
    background: #0f1f2f;
    border: 3px solid #fff;
    padding: 15px;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 0 10px #7b7b7b;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s linear;
    margin-top: 20px;
    width: 40%;
    display: inline-block;
}
.payment-submit:after {
    content: "";
    display: block;
    width: 0;
    background: #cc922f;
    transform: translateX(-50%);
    transition: width 0.3s linear;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: -1;
}
.payment-submit:hover:after
{
  width: 100%;
}

.addon-submit
{
    position: relative;
    background: #0f1f2f;
    border: 3px solid #fff;
    padding: 15px;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 0 10px #7b7b7b;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s linear;
    margin-top: 20px;
    width: 20%;
    display: inline-block;
}
.addon-submit:after {
    content: "";
    display: block;
    width: 0;
    background: #cc922f;
    transform: translateX(-50%);
    transition: width 0.3s linear;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: -1;
}
.addon-submit:hover:after
{
  width: 100%;
}
.set-button-reg-checkout button
{
    position: relative;
    background: #0f1f2f;
    border: 3px solid #fff;
    padding: 15px;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 0 10px #7b7b7b;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s linear;
    margin-top: 20px;
    width: 20%;
    display: inline-block;
}
.set-button-reg-checkout button:after
{
  content: "";
    display: block;
    width: 0;
    background: #cc922f;
    transform: translateX(-50%);
    transition: width 0.3s linear;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: -1;
}
.set-button-reg-checkout button:hover:after
{
  width: 100%;
}

.wrapper_tabcontent .service-facility
{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 15px;
    padding-top: 15px;
}
.wrapper_tabcontent .service-facility li {
    flex: 0 0 24.333%;
    margin-bottom: 25px;
}
.heading-addons
{
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0f1f2f;
}
.heading-addons:after {
    content: "";
    border-bottom: 6px double #cc922f;
    width: 5%;
    display: block;
    text-align: center;
    margin: 10px auto;
}
.app-categorytab tr td {
    border-right: 1px solid #ccc;
    padding: 15px;
    color: #000;
    border-left: 1px solid #ccc;
}
.app-categorytab tr:last-child
{
  border-bottom: 1px solid #ccc;
}
.app-categorytab tr th {
    border: 1px solid #ccc;
    padding: 15px;
    color: #000;
}
.app-categorytab
{
    margin: 50px auto 0;
}
.sel-price
{
  width: 100%;
    padding: 10px;
    height: 50px;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: white;
    letter-spacing: 1px;
}
.seopricing-img, .smmpricing-img
{
  margin-bottom: 40px;
}
.websitepricing
{
  margin-top: 40px;
  margin-bottom: 40px;
}

.one {
display: none;
}

/*20-01-2020*/

#mainSlider h1 {
  font-size: 78px;
  line-height: 110%;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: font 200ms ease-out;
}
#mainSlider #owl-main .caption h1.light-bg, #mainSlider #owl-main .caption h1.medium-bg, #mainSlider #owl-main .caption h1.dark-bg, #mainSlider #owl-main .caption h1.tint-bg {
  font-size: 73px;
}
#mainSlider h4 {
  font-size: 33px;
  line-height: 120%;
}
#mainSlider p {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  transition: font 200ms ease-out, margin 200ms ease-out;
}
#mainSlider .btn {
  background-color: #1ABB9C;
  margin-top: 60px;
  color: #fff;
  margin-bottom: 0;
  transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#mainSlider .btn-large {
  font-size: 18px;
  padding: 18px 70px 20px;
}

.owl-carousel {
  text-align: center;
  cursor: default;
}

.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}

.owl-pagination {
  position: relative;
  line-height: 30px;
}

.owl-buttons {
  display: none;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  background-color: #506A85;
  border: none;
  border-radius: 3px;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}

.owl-prev {
  left: -35px;
}

.owl-next {
  right: -35px;
}

.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: .25;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.owl-carousel:hover .owl-prev:hover, .owl-carousel:hover .owl-next:hover {
  color: #1ABB9C;
  opacity: 1;
}

.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer, .owl-outer-nav .owl-pagination, .owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}

.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev, .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}

.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}

.owl-inner-nav .owl-controls {
  position: static;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}

.owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
  bottom: 70px;
}

.owl-inner-nav .owl-prev, .owl-inner-nav .owl-next {
  bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev, .owl-outer-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-inner-nav.owl-ui-md .owl-prev, .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev, .owl-outer-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-nav.owl-ui-lg .owl-prev, .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-pagination .owl-pagination, .owl-inner-pagination .owl-prev, .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-ui-md .owl-prev, .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-ui-lg .owl-prev, .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev, .owl-inner-pagination.owl-outer-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination.owl-inner-nav .owl-prev, .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination .owl-pagination {
  transition: all 200ms ease-out;
  opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination, .owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-inner-nav:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}

#owl-main .item {
  height: 44vh;
  background-color: #FFF;
  background-position: center 55%;
  background-size: cover;
}
#owl-main.height-md .item {
  height: 61vh;
}
#owl-main.height-lg .item {
  height: 90vh;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {
  position: relative;
}
#owl-main .caption h1 span {
  padding: .250em 0;
  line-height: 180%;
}
#owl-main .caption .light-bg, #owl-main .caption .medium-bg, #owl-main .caption .dark-bg, #owl-main .caption .tint-bg {
  background: none;
  padding-left: .500em;
  padding-right: .500em;
}
#owl-main .caption h1.light-bg span, #owl-main .caption p.light-bg span {
  background: #FFF;
  box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.medium-bg span, #owl-main .caption p.medium-bg span {
  background: #A3B1BF;
  box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.dark-bg span, #owl-main .caption p.dark-bg span {
  background: #506A85;
  box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.tint-bg span, #owl-main .caption p.tint-bg span {
  background: #1ABB9C;
  box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -25px;
  opacity: 1;
}
#owl-main .owl-prev, #owl-main .owl-next {
  bottom: 0;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #506A85;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 200ms ease-out;
}
.owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span {
  background: #1ABB9C;
}

.owl-item-gap .item {
  margin: 0 15px;
}

.owl-item-gap-sm .item {
  margin: 0 10px;
}

/* preloading images */
.owl-item.loading {
  min-height: inherit;
  background: none;
}

.tint-bg a:hover {
  color: #506A85;
}

.light-color {
  color: #FFF !important;
}
.light-color .dark-bg {
  color: #FFF !important;
}

.medium-color {
  color: #A3B1BF !important;
}

.dark-color {
  color: #506A85 !important;
}

.tint-color, .green {
  color: #1ABB9C !important;
}

.blue {
  color: #3F8DBF !important;
}

.red {
  color: #FA6C65 !important;
}

.pink {
  color: #D487BE !important;
}

.purple {
  color: #9B59B6 !important;
}

.orange {
  color: #F27A24 !important;
}

.navy {
  color: #34495E !important;
}

.gray {
  color: #95A5A6 !important;
}

.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  background-color: #506A85;
  border: none;
  border-radius: 3px;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}

.owl-inner-nav .owl-prev {
  left: 45px;
}

@media (min-width: 1200px) {
  .owl-buttons {
    display: block;
  }
}

/*22-01-2020 Events */
.search-event
{
  display: flex;
  background: #fff;
  position: relative;
}
.search-eventbtn
{
    background: transparent;
    border: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: #00468c;
    color: #fff;
}
.search-eventbtn i
{
    line-height: 25px;
}
.btn-eventinput
{
    width: 100%;
}
.btn-eventinput input
{
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #b9b9b9;
  transition: 0.3s all linear;
}
.btn-eventinput input:focus {
    border: 1px solid #00468c;
}
#searchclear {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 11px;
    height: 20px;
    color: #828282;
    background: rgba(0, 70, 140, 0.14901960784313725);
    display: none;
}
.btn-eventinput input:focus #searchclear
{
  display: block;
}
.drop-event
{
    border: 1px solid #b9b9b9;
    background: #fff;
    position: relative;
    width: 100%;
    color: #000;
}
.drop-event label
{
    margin-top: 4px;
    font-size: 13px;
    margin-bottom: 0px;
    position: absolute;
    padding-left: 15px;
    cursor: default;
}
.drop-event select
{
    background: transparent;
    border: none;
    height: 28px;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 15px;
}
.event-producttable
{
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 0 10px #d0d0d0;
}
.event-producttable table
{
  width: 100%;
}
.event-producttable th {
    color: #000;
    padding: 15px 30px;
    background: #f1f1f1;
}
.event-producttable td {
    padding: 20px 30px;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
.event-product
{
  display: flex;
}
.product-img
{
  flex: 0 0 auto;
      width: 90px;
}
.product-details
{
  flex: 0 0 90%;
  padding-left: 15px;
}
.event-profilename
{
  font-size: 14px;
  color: #000;
  margin-top: 7px;
}
.place-withdates p
{
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #909090;
}
.event-producttable a:hover
{
  color: #c58d00;
}
.event-profilename:hover
{
  color: #c58d00;
}
.place-withdates p:hover
{
  color: #c58d00;
}
.manual-cont
{
  max-width: 1000px;
}
.event-create
{
  text-align: center;
}
.create-ticketside
{
  text-align: right;
      margin-top: 20px;
    margin-bottom: 20px;
}
.event-create a, .event-create .acls
{
    display: inline-block;
    height: 50px;
    padding-top: 15px;
    font-size: 20px;
    color: #fff;
    background: #00468c;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.create-ticketside a
{
  height: 50px;
    padding: 8px 25px;
    font-size: 20px;
    color: #fff;
    background: #00468c;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.event-create a:hover, .create-ticketside a:hover, .event-create .acls:hover
{
  color: #fff;
}
.event-create a:after, .create-ticketside a:after, .event-create .acls:after {
    content: "";
    position: absolute;
    border: 2px solid #00468c;
    left: 0;
    right: 0;
    transition: 0.3s all linear;
    top: 0;
    bottom: 0;
}
.event-create a:hover:after, .create-ticketside a:hover:after, .event-create .acls:hover:after {
   top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
}
.event-create .acls 
{
  padding-top: 0px;
  border: none;  
}
.event-producttable .icons li {
    background: none repeat scroll 0 0 #000;
    height: 5px;
    width: 5px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: top;
    border-radius:50%;
    pointer-events: none;
}
.event-producttable .dropbtn {
    position: absolute;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding-left: 0px;
}
.event-producttable .dropdown {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 40px;
}
.event-producttable .dropdown-content {
    display: none;
    position: relative;
    margin-top: 40px;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 0 10px #c3c3c3;
    z-index: 1;
}
.event-producttable .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.event-producttable .dropdown a:hover
{ 
    background-color: #f1f1f1;
}
.event-producttable .show
{
    display:block;
}

/*23-01-2020*/
.eventbasicinfo-page {
    display: flex;
}
.event-leftfixed
{
  flex: 0 0 20%;
  background: #f1f1f1;
}
.event-rightpage
{
  flex: 0 0 80%;
  padding: 25px;
}
.basicinfo-information h3 {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000;
    font-size: 24px;
}
.date-events p {
    color: #000;
}
.list-events
{
  padding-top: 15px;
}
.list-events ul {
    padding-left: 0;
}
.list-events ul li {
    list-style: none;
}
.basicinfo-information
{
  padding: 25px 25px 0 25px;
}
.list-events ul li a {
    padding: 15px 25px;
    display: inline-block;
    width: 100%;
}
.list-events ul li a:hover
{
  background-color: #fff;
}
.list-events ul li a span
{
    text-align: center;
    background: #39364F;
    width: 25px;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    font-size: 13px;
}
.basic-infoform
{
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 0 10px #f1f1f1;
}
.basic-infoform h4
{
  font-size: 20px;
  color: #000;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px dashed #efab00;
}
.basic-btncont
{
  text-align: center;
}
.basic-btncont .basic-info_submit
{
  background-color: transparent;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
    background: #00468c;
    height: 50px;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 20px;
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.basic-btncont .basic-info_submit:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #00468c;
    transition: 0.3s all linear;
}
.basic-btncont .basic-info_submit:hover:after
{
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
}
.datepicker-dropdown
{
  z-index: 99;
}
.form-item
{
  position: relative;
}
.basic-infoform .form-item i
{
    position: absolute;
    left: 10px;
    top: 48px;
}
.form-item input
{
  padding-left: 32px;
}
.basic-infoform .form-control
{
  border: 1px solid #b9b9b9;
      height: 50px !important;
          color: #000;
  font-size: 15px;
}
.basic-infoform .form-control::placeholder
{
  font-size: 15px;
}
.basic-infoform textarea::placeholder
{
  font-size: 15px;
}
.basic-infoform label
{
      color: #000;
}
.basic-infoform .form-group
{
  margin-bottom: 1.5rem;
}
.basic-infoform textarea
{
  border: 1px solid #b9b9b9;
  height: 100px;
  color: #000;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 15px;
}
.basic-infoform select option:disabled
{
    color: #cc922f;
}
.date-events a
{
  color: #001dc1;
}
.form-container-info {
    border-bottom: 1px dashed #808080;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.icon-basicinfo {
    display: inline-block;
    width: 10%;
    vertical-align: top;
        padding-left: 15px;
    padding-right: 15px;
}
.icon-basicinfo i {
    font-size: 60px;
    color: #e6e6e6;
}
.text-basicinfo
{
      width: 90%;
    display: inline-block;
        padding-left: 15px;
    padding-right: 15px;
}
.basic-infocont
{
  margin-left: 15px;
}
.ticket-table {
    display: flex;
    align-items: center;
}
.ticket-table .general-name {
    flex: 0 0 60%;
    max-width: 60%;
}
.ticket-table .mark-per {
    flex: 0 0 10%;
    max-width: 10%;
}
.ticket-table .price-ticket {
    flex: 0 0 20%;
    max-width: 20%;
}
.ticket-table .more-info {
    flex: 0 0 10%;
    max-width: 10%;
}
.general-name .name
{
    font-size: 20px;
}
.general-name .name .sale-options
{   
    font-size: 15px;
    margin-top: 8px;
}
.general-name .name .sale-options .sale-dot, .general-name .name .sale-options .ends {
    padding-left: 10px;
    position: relative;
    padding-right: 5px;
}
.general-name .name .sale-options .sale-dot:before {
    content: "";
    left: 0;
    top: 6px;
    position: absolute;
    background: #009688;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}
.general-name .name .sale-options .ends:before {
    content: "";
    left: 0;
    top: 6px;
    position: absolute;
    background: #000;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}
.mark-per p, .price-ticket p
{
  color: #2d3954;
}
.ticket-pagecontainer 
{
  padding: 30px;
    width: 85%;
    margin: 0 auto;
    box-shadow: 0 0 10px #f1f1f1;
}
.ticket-table_cont
{
    padding-bottom: 10px;
    border-bottom: 1px dashed #b9afaf;
    margin-bottom: 15px;
}
.space
{
  height: 50px;
}
.view-dot_contents {
  display: none;
  position: absolute;
  width: 130px;
  z-index: 999;
  right: 0;
}
.dots-relparent {
    position: relative;
}
.view-dot_contents ul
{
  padding-left: 0;
  box-shadow: 0 0 10px #c3c3c3;
  background: #fff;
}
.view-dot_contents ul li
{
  list-style: none;
}
.view-dot_contents ul li a
{
    padding: 10px 25px 10px;
    width: 100%;
    display: inline-block;
}
.click_dots-open
{
  display: inline-block;
  cursor: pointer;
  text-align: center;
    width: 30px;
    height: 30px;
    line-height: 29px;
    transition: 0.3s all linear;
}
.click_dots-open:hover {
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.general-name a:hover
{
   color: #2d3954;
}
.three-buttons-cont
{
      display: flex;
    justify-content: center;
}
.three-buttons-cont [type="radio"]:checked + label:before, .three-buttons-cont [type="radio"]:not(:checked) + label:before
{
  display: none;
}
.three-buttons-cont [type="radio"]:checked + label:after
{
  display: none;
}
.three-buttons-cont [type="radio"]:not(:checked) + label
{
    background: #ebf5ff;
    padding: 10px 30px;
    margin-right: 20px;
    color: #000;
    border: 2px solid #00468c;
    transition: 0.3s all linear;
}
.three-buttons-cont [type="radio"]:checked + label
{
    background: #00468c;
    padding: 10px 30px;
    margin-right: 20px;
    color: #fff;
    border: 2px solid #00468c;
}
.single-eventcheck label
{
  color: #000;
}
.create-tickinfo-cont
{
    width: 70%;
    margin: 50px auto;
}
.create-tickinfo-cont .form-control
{
    border: 1px solid #b9b9b9;
    height: 50px !important;
    color: #000;
    font-size: 15px;
}
.create-tickinfo-cont h4
{
    font-size: 20px;
    color: #000;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px dashed #efab00;
}
.create-tickinfo-cont .form-group
{
  margin-bottom: 1.5rem;
}

.create-tickinfo-cont textarea {
    border: 1px solid #b9b9b9;
    height: 100px;
    color: #000;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 15px;
}
.dashboard-cont
{
  width: 90%;
  margin: 10px auto;
}
.eventdash-information {
    padding: 15px 0px;
}
.eventdash-information h4
{
  margin-bottom: 0px;
}
.eventdash-information h4 a
{
  color: #000;
}
.eventdash-information p
{
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}
.tic-statustable {
    display: flex;
    align-items: center;
}
.tic-statustable .name-tic, .tic-statustable .tic-sold, .tic-statustable .tic-total {
    background: #f1f1f1;
    padding: 15px 30px;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
.tic-statustable .name-tic, .tic-statusinfo .tic-nameinfo
{
    flex: 0 0 35%;
    max-width: 35%;
}
.tic-statustable .tic-sold, .tic-statusinfo .tic-soldinfo
{
    flex: 0 0 35%;
    max-width: 35%;
}
.tic-statustable .tic-total, .tic-statusinfo .tic-totalinfo
{
    flex: 0 0 30%;
    max-width: 30%;
}

.tick-bookeddetails.tic-statustable .name-tic, .tick-bookeddetails.tic-statusinfo .tic-nameinfo,
.tick-bookeddetails.tic-statustable .tic-sold, .tick-bookeddetails.tic-statusinfo .tic-soldinfo,
.tick-bookeddetails.tic-statustable .tic-total, .tick-bookeddetails.tic-statusinfo .tic-totalinfo
{
    flex: 0 0 20%;
    max-width: 25%;
}
.tic-statusinfo {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #c3c3c3;
}
.tic-statusinfo .tic-nameinfo, .tic-statusinfo .tic-soldinfo, .tic-statusinfo .tic-totalinfo {
    padding: 15px 30px;
    color: #000;
}
.ticket-table-cont
{
    margin: 30px 0;
    box-shadow: 0 0 10px #c3c3c3;
}
.tic-total-cont
{
  display: flex;
    align-items: center;
    border-bottom: 1px dashed #c3c3c3;
}
.tic-total-cont .total-sold-tickets, .tic-total-cont .total-sold, .tic-total-cont .total-revenue-amount,
.tic-total-cont .total-amount-tic
{
    padding: 15px 30px;
    color: #000;
}
.tic-total-cont .total-sold-tickets
{
    flex: 0 0 35%;
    max-width: 35%;
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}
.tic-total-cont .total-sold
{
  flex: 0 0 13%;
  max-width: 13%;
}
.tic-total-cont .total-revenue-amount
{
    flex: 0 0 22%;
    max-width: 22%;
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}
.tic-total-cont .total-amount-tic
{
  flex: 0 0 30%;
  max-width: 30%;
}
.dashboard-form .form-control {
    border: 1px solid #b9b9b9;
    height: 50px !important;
    color: #000;
    font-size: 15px;
}
.dashboard-form label {
    color: #000;
}
.date-include-happens {
    margin-top: 10px;
}
.date-include-happens .cal-date {
    border: 2px solid #f7c102;
    padding: 2px 10px;
    font-size: 13px;
    color: #000;
}
.happens-list-det
{
    border-bottom: 1px dashed #bdbdbd;
    padding-bottom: 15px;
}
.happens-list-but
{
    text-align: right;
}
.happens-property-cent
{
    align-items: center;
}
.end-tick
{
    padding-right: 5px;
    background: #dc3636;
    padding: 1px 10px;
    margin-right: 5px;
    color: #fff;
}
.date-nd-btn-cont
{
  display: flex;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.date-cont 
{
    flex: 0 0 50%;
    max-width: 50%;
}
.btn-ticket-cont
{
    flex: 0 0 50%;
    max-width: 50%;
}
.end-tick-date
{
    color: #000;
    font-size: 15px;
}

.menu-tabhappens .nav-tabs {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    border-bottom: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.menu-tabhappens .nav-tabs>li.active>a,
.menu-tabhappens .nav-tabs>li.active>a:focus,
.menu-tabhappens .nav-tabs>li.active>a:hover {
    border-width: 0;
}
.menu-tabhappens .nav-tabs>li>a {
    border: none;
    color: #666;
    position: relative;
}
.menu-tabhappens .nav-tabs>li>a.active,
.menu-tabhappens .nav-tabs>li>a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}
.menu-tabhappens .nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.menu-tabhappens .nav-tabs>li>a.active::after,
.menu-tabhappens .nav-tabs>li:hover>a::after {
    transform: scale(1);  
}
.menu-tabhappens .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.menu-tabhappens .tab-pane {
    padding: 15px 0;
    margin-top: 30px;
}

.menu-tabhappens .nav-tabs::-webkit-scrollbar {
    display: none;
}
.menu-tabhappens .card {
    box-shadow: none;
    margin-bottom: 30px;
    background-color: transparent;
    border: none;
}
.menu-tabhappens .tab-content>div
{
  background-color: transparent;
}
.menu-tabhappens .nav-tabs>li
{
  padding: 10px 25px 0 0;
}
.details-happens-cont {
    display: flex;
    border-bottom: 1px solid #cacaca;
}
.details-happens-cont .detail-img {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
}
.details-happens-cont .details-happens-text {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 15px;
    position: relative;
}
.date-happen p
{
  margin-bottom: 0px;
  color: #000;
}
.date-happen 
{
  margin-bottom: 15px;
      text-align: center;
    display: inline-block;
}
.enterprise-happens
{
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.bord-bot {
    position: absolute;
    bottom: 30px;
    color: #000;
}
.tick-btn
{
  text-align: center;
    background: #ce9300;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
}
.about-event {
    padding: 50px 60px;
}

.detail-page-bg
{
  background: #fff;
}
.link-text a:hover, .events-cal-withdesc a:hover
{
  text-decoration: underline;
}

.details-page-aboutflex {
    display: flex;
}
.details-page-aboutflex-about {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
}
.details-page-aboutflex-info {
    flex: 0 0 30%;
    max-width: 30%;
}
.about-event h6 {
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}
.about-event .about-text h4 {
    color: #000;
    line-height: 30px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: normal;
}
.about-text .desc {
    color: #000;
    font-weight: normal;
    padding-left: 20px;
    text-align: justify;
    font-family: Muli;
    font-size: 16px;
}
.events-cal-withdesc {
    padding: 50px 10px;
}
.addtocalendar h6, .addtolocation h6
{
      color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}
.events-cal-withdesc p
{
  margin-bottom: 0px;
  color: #000;
  font-family: Muli;
    font-size: 14px;
}
.addtocalendar {
    margin-bottom: 30px;
}
.events-cal-withdesc a
{
  color: #001fcc;
}
.share-btn {
    padding-top: 25px;
    padding-left: 25px;
    font-size: 25px;
}
.share-modal {
    -webkit-transform: translate(0,125px) !important;
    transform: translate(0,125px) !important;
    max-width: 800px !important;
}
.share-modal .social-icons ul
{
  padding: 0;
  text-align: center;
}
.share-modal .social-icons ul li
{
  list-style: none;
  display: inline-block;
}
.share-modal .mod-sharebody
{
  padding: 10px;
}
.share-modal .social-icons ul li i {
    font-size: 25px;
    padding: 5px;
}
.share-modal .social-icons ul li:nth-child(1) i
{
  color: #3b5998;
}
.share-modal .social-icons ul li:nth-child(2) i
{
  color: #0e76a8;
}
.share-modal .social-icons ul li:nth-child(3) i
{
  color: #00acee;
}
.share-modal .social-icons ul li:nth-child(4) i
{
  color: #D44638;
}
.bord-none
{
  border: none;
}
.modal-footer.bord-none input
{
    border-radius: 50px;
    border: 2px solid #0e76a8;
    width: 80%;
    margin: auto;
}
.click_dots-open i
{
  color: #636363;
}
.registration-modal {
    -webkit-transform: translate(0, 85px) !important;
    transform: translate(0, 85px) !important;
    max-width: 1100px !important;
}
.register-headtag
{
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 7px;
}
.register-headtag h4
{
  margin-bottom: 5px;
  color: #000;
    font-weight: normal;
}
.register-headtag p
{
    font-size: 13px;
    color: #424242;
    font-weight: bold;
    font-family: Muli;
}
.reg-singleinfo-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.register-infoleft h4
{
  margin-bottom: 5px;
  color: #000;
    font-weight: normal;
}
.register-infoleft .freetag
{
    font-size: 14px;
    color: #424242;
    font-weight: bold;
    font-family: Muli;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.register-infoleft .freetag span
{
  font-weight: normal;
}
.register-infoleft .sales-end
{
    font-size: 13px;
    color: #424242;
    font-family: Muli;
}
.register-inforight select {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    color: #000;
    border: 1px solid #c3c3c3;
}
.includes-register
{
  white-space: pre-wrap;
}
.includes-contents p, .includes-register
{
  font-size: 13px;
    color: #424242;
    font-family: Muli;
}
.register-summary-info
{
  padding: 0px 20px;
      height: 300px;
    overflow: auto;
}
.flex-summary {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    font-family: Muli;
}
.item-summary {
    flex: 0 0 70%;
    max-width: 70%;
}
.text-summary {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right;
}
.mar-0
{
  margin-left: 0px;
  margin-right: 0px; 
}
.pad-0
{
  padding-left: 0px;
  padding-right: 0px; 
}
.order-summary
{
  margin-bottom: 20px;
    font-size: 15px;
    font-family: Muli;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.set-heigh-for-singleinfo {
    height: 400px;
    overflow: auto;
    padding-top: 20px;
}
.register-summary-cont
{
  background: #f5f5f5;
}
.flex-summary:last-child
{
  margin-bottom: 0px;
}
.bor-bot-reg
{
      border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.set-button-reg-checkout
{
  text-align: right;
    padding: 20px 30px 20px;
    border-top: 1px solid #dadada;
}
.registration-modal .close {
    position: absolute;
    right: -17px;
    border-radius: 50%;
    top: -20px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 20px;
    color: #000 !important;
    z-index: 99;
    opacity: 1;
}
.modal.show .modal-dialog.login-pop-form
{
      -webkit-transform: translate(0,85px);
    transform: translate(0,85px);
}
.no-margin
{
  margin: 0;
}
.no-pad
{
  padding: 0;
}
.pad-set-total
{
  padding: 0px 20px;
}
.valign
{
  align-items: center;
}
.detail-img img
{
  display: block;
    max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-event
{
    font-size: 17px;
    position: relative;
    top: 3px;
}

#toast {
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #1e3957;
    color: #fff;
    text-align: center;
        top: 195px;
    position: relative;
    z-index: 9;
    left: 0;right:0;
    font-size: 17px;
    white-space: nowrap;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}
#toast #img{
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #0f1f2f;
    color: #fff;
    position: absolute;
}
#toast #desc{
    color: #fff;
    padding: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-left: 20px;
}

#toast.show {
    
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}
.payment-modal .close {
    position: absolute;
    right: -17px;
    border-radius: 50%;
    top: -17px;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 18px;
    text-align: center;
    font-size: 20px;
    color: #000 !important;
    z-index: 99;
    opacity: 1;
    box-shadow: 0 0 10px #252525;
}
.payment-modal .close i
{
  font-size: 13px;
}
.modal .modal-dialog.payment-modal
{
  -webkit-transform: translate(0,0);
    transform: translate(0,250px);
    width: 50%;
}
.wid-100
{
  width: 100%;
}
.payment-modal .modal-content
{
  padding: 30px;
}
.thank-msg h1 {
    font-size: 34px;
    text-align: center;
    color: #00305f;
    text-transform: inherit;
}
.master-card-container .hide-master-det
{
  display: none;
}
.master-card-container {
    width: 50%;
    margin: 0 auto;
    border: 5px solid #0f1f2f;
    padding: 5px;
    background: #fff;
}
.inner-card-details
{
     padding: 35px;
    border: 2px solid #0f1f2f; 
}
.master-card-container label {
    color: #000;
    font-weight: bold;
}
.master-card-container .form-group
{
     margin-bottom: 1.5rem; 
}
.master-head
{
  margin-bottom: 20px; 
}
.master-head h2
{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.search-listing .hero-search-radius
{
  background: transparent;
}
.payment-submit:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.acls:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.wid-100
{
  width: 100%;
}
.no-edit
{
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 767px)
{
  .filter-click
  {
    display: none;
  }
  .filter-open
  {
    display: block !important;
  }
}
/* Respionsive for website start*/

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
  .seo-contact .p-0 {
    padding: 0 15px !important;
  }
  .seo-contact button.btn {
    width: 100%;
  }
  .nav-tabs .nav-item a {
    padding: 0.5em 1em;
  }
  
  .boxed.boxed--lg {
    padding: 2.77em 1em;
  }
  .icon--lg {
    font-size: 3.57142857em;
  }
  .error-page h2 {
    font-size: 100px;
  }
  .pos-vertical-center{
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .listing-detail-item {
    display: inline-block;
    margin-left: 4px;
  }
  .tr-list-thumb {
    max-width: 75px;
    height: 75px;
    margin-right: 10px;
  }
  .tr-list-wrap {
    position: relative;
    bottom: 50px;
    display: block;
  }
  a.btn.btn-list {
    padding: 12px 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .advance-search .form-group {
    margin: 0.6rem 0;
    border: 1px solid #e0ecf5;
  }
  .advance-search .search-big-form {
    padding: 10px !important;
  }
  .job-new-list .vc-thumb, .job-new-list .vc-content {
    float: none;
    margin:0.5rem 0;
    display: table;
  }
  .mpl-0 {
    padding-left: 0 !important;
  }
  .verticle-candidate-list .vc-content {
    margin-top: 1rem;
  }
  
  .top-header .cn-info {
    display: none;
  }
  
  .full-search-2.hero-search-radius .form-control{
    border:none !important;
  }
  
  .dashboard-navbar {
    margin-bottom: 2rem;
  }
  table.property-table-wrap .property-container img {
    display: none;
}
table.property-table-wrap td {
    padding: 35px 2px;
}
table.property-table-wrap .property-container .title h4 {
    font-size: 14px;
}
table.property-table-wrap td.action a {
    margin-left: 10px;
}
th.expire-date {
    display: none;
}
.page-sidebar {
    margin-top: 2rem;
}
  li.login-attri.theme-log a {
    padding: 0 22px !important;
}
ul.menu li.sub-drop .sub-drop-main
{
  margin-left: 25px;
  padding: 10px 10px;
}
.sub-drop-sub
{
  padding: 10px 10px;
}
ul.menu li.sub-drop .sub-drop-main li.menu-item-has-children .sub-drop-sub
{
  left: 157px;
}
.dropdown-lgout
{
    text-align: left;
    margin-left: 20px;
}
.green-skin li.login-attri.theme-log a
{
  background-color: #0f1f2f !important;
    color: #fff !important;
    display: inline-block;
  width: auto !important;
}
}

@media (max-width: 767px) {
  .hero-header {
    min-height: 400px;
  }
  .signup-frm .btn {
    bottom: 4px;
    position: relative;
    right: 0;
    border-width: 0;
    height: 52px;
    margin-top: 12px;
    width: 100%;
  }
  ul.our-team-profile li a {
    width: 34px;
    height: 34px;
    line-height: 33px;
  }
  .rt-content-box ul.our-team-profile li {
    padding: 0;
    margin-right: 6px;
  }
  .lt-img-box {
    display: table;
    width: 105px;
    float: none;
    margin: 0 auto;
  }
  .rt-content-box {
    display: table;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .jumbo-banner .btn-trans-video, .hero-banner .btn-trans-video {
    display: block;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .error-page h2 {
    font-size: 50px;
  }
  .freelancer-thumb {
    float: none;
    margin-bottom: 1rem;
  }
  .freelancer-caption {
    display: block;
    margin-left: 0;
  }
  
  li.login-attri a {
    padding: 0 20px!important;
  }
  nav .brand {
    top: 5px;
  }
  .core-content .brand img {
    max-width: 200px;
  }
  .hero-search-wrap {
    padding: 45px 20px 30px;
  }
  .header.nav-left-side ul.attributes li a {
    padding: 22px 8px;
    font-size: 12px;
  }
  ul li.login-attri {
    padding: 18px 0 10px 15px;
    border-bottom: solid 1px #efefef;
  }
  ul.attributes li.log-seprate:before {
    top: 23px;
    right: -3px;
  }
  
  .avl-features li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
  li a.btn-11:before, li a.btn-11:after
  {
    display: none;
  }
  li a.btn-11:hover
  {
    background-color: #cc922f;
  }
  .dropdown-lgout_menu
  {
    box-shadow: none;
    z-index: 9;
  }
  div.cs-skin-elastic, .input-with-icon, .chosen-container
  {
    margin-bottom: 15px;
  }
  .chosen-container
  {
    display: block;
  }
  .chosen-container
  {
    margin-bottom: -15px;
    z-index: 991 !important;
  }
  div.cs-active
  {
   z-index: 999; 
  }
  .list-layout .property-listing.property-1 .listing-footer-wrapper
  {
    align-items: flex-end;
  }
  .listing-features-info, .includes-item-list
  {
    margin-top: 0px;
  }
  .property-listing.property-1 .listing-detail-wrapper
  {
      padding: 0.5rem 1rem 0;   
  }
  .single-property-tit
  {
      font-size: 26px;
      letter-spacing: 1px; 
        line-height: 32px;
  }
  .indoor-table
  {
      align-items: center; 
  }
  .indoor
  {
      flex-basis: 55%; 
      font-size: 26px;
      margin-bottom: 10px;
  }
  .pr-price-into h2
  {
      flex-basis: 45%;
      font-size: 26px; 
  }
  .tab-menu li
  {
      padding: 10px 10px;  
  }
  .agent-widget
  {
       padding: 0px 10px 10px; 
  }
  .main-checkin-out
  {
      margin-bottom: 15px; 
  }
  .content .tabs
  {
    height: auto;
    flex-wrap: wrap;
  }
  .content .tablinks
  {
      margin-right: 0px;
      width: 50%;
  }
  .heading-addons
  {
    display: inline-block;
    position: relative;  
  }
  .heading-addons:after
  {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;  
  }
  .add-ons li
  {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .add-ons label
  {
    margin-bottom: 10px;
  }
  #txt-box-nopad .abs-place
  {
       left: -12%; 
  }
  .add-ons .score
  {
      width: 73%;  
  }
  .add-ons .hrs
  {
       padding: 15px 15px; 
  }
  .wrapper_tabcontent .service-facility
  {
      padding-left: 0px;
      margin-left: -15px;
    margin-right: -15px; 
    padding-top: 0px;  
  }
  .wrapper_tabcontent .service-facility li
  {
      flex: 0 0 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0px; 
  }
  .cutsom-checkbox-row input[type="checkbox"] + label
  {
    padding-left: 40px;
  }
  .cutsom-checkbox-row input[type="checkbox"]
  {
    display: none;
  }
  .small-padd .search-btn
  {
    margin-top: 15px;
  }
  .hotel-item .hotel-image
  {
      width: 100%;
      display: block; 
  }
  .hotel-item .hotel-image:before
  {
      background: transparent;  
  }
  .hotel-item .hotel-body
  {
      width: 100%;
    display: block  
  }
  .hotel-right
  {
      display: block;
      border-top: 1px solid #ddd;
          width: 100%;  
  }
  .head-withstar h2
  {
      flex: 0 0 70%;
      font-size: 26px;
      text-align: center;
  }
  .ratting
  {
      flex: 0 0 30%;  
  }
  .pricingTable
  {
    padding: 30px 20px;
  }
  .pricingTable-header
  {
      padding-top: 20px;  
  }
  .modepayment
  {
    font-size: 26px;
    letter-spacing: 1px;  
  }
  .payment-submit
  {
      width: 100%;  
  }
  .payment-instructions
  {
      padding-right: 0px;
      border-right: none;  
  }
  .modal-dialog.payment-modal
  {
    margin: 0px;
  }
  .modal .modal-dialog.payment-modal
  {
      width: 100%;
      padding: 30px;  
  }
  .master-card-container
  {
      width: 100%;  
  }
  .master-card-container .cutsom-checkbox-row input[type="checkbox"] + label
  {
       padding-left: 40px; 
  }
  .daterangepicker.dropdown-menu
  {
      z-index: 999;  
  }
  .daterangepicker
  {
      width: 100%;
  }
  .mob-list
  {
    padding: 10px 0;
  }
  .filter-click
  {
    background: #0f1f2f;
    padding: 13px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase; 
    margin-bottom: 10px;
  }
  .filter-click i
  {
      float: right;
  }
  .filter-fl
  {
    margin-top: 1rem;  
  }
  .filter-click
  {
    display: block;
  }
  .filter-open
  {
    display: none;
  }
  .indoor-table
  {
    display: block;
  }
  .tab-content>div
  {
      padding: 10px;  
  }
  .tab-content>div iframe
  {
    height: 250px;
  }
  .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
    z-index: 99;
  }
  .chosen-container-single .chosen-single {
    border: 3px solid #ffa100;
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 25px;
    height: 56px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #585858 !important;
  }
  .chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
  }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    clip: rect(0,0,0,0);
  }
  .add-ons .add-on-pad
  {
      padding: 15px;  
  }
  footer.skin-dark-footer h4
  {
      text-align: center;
    margin-top: 25px;  
  }
  .menu-tabhappens .tab-pane
  {
    margin-top: 10px;  
  }
  .date-nd-btn-cont
  {
      padding-bottom: 10px;  
  }
  .details-happens-cont
  {
      flex-wrap: wrap;  
  }
  .details-happens-cont .detail-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .details-happens-cont .details-happens-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
  }
  .text-with-happen {
    padding-bottom: 25px;
  }
  .bord-bot
  {
      bottom: 10px;  
  }
  .share-modal
  {
    -webkit-transform: translate(0,200px) !important;
    transform: translate(0,200px) !important;
  }
  .details-page-aboutflex
  {
      flex-wrap: wrap;  
  }
  .details-page-aboutflex-about 
  {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .about-event {
    padding: 20px 20px;
  }
  .details-page-aboutflex-info {
    flex: 0 0 100%;
    max-width: 100%;
   }
   .events-cal-withdesc {
      padding: 0px 20px;
    }
    .addon-submit
    {
        width: 100%;  
    }
    .set-button-reg-checkout
    {
        padding: 0px 15px 20px;  
    }
    .flex-summary:last-child
    {
        margin-bottom: 20px;  
    }
    .set-button-reg-checkout button
    {
        width: 100%;  
    }
    .registration-modal .close
    {
        right: -8px;  
    }
    .set-heigh-for-singleinfo, .register-summary-info
    {
        height: auto;  
    }
    .reg-singleinfo-container
    {
         width: 100%; 
    }
    .forminpage-single
    {
      height: auto;
      margin-bottom: 20px;
    }
    .full-width.pop-login
    {
        margin-top: 10px;  
    }
    .dropdown-lgout_menu:after
    {
      background-color: #fff;
    }
    .dashboard-navbar, .dashboard-wraper
    {
      padding: 1em;
    }
    .bookedhistory-table
    {
        width: 150%;  
    }
    .mob-bookedhistory
    {
      width: 95%;
      overflow: auto;
    }
    .event-producttable
    {
        width: 100%;
        overflow: auto;  
    }
    .event-product
    {
        display: block;  
    }
    .product-img
    {
      display: block;
    }
    .event-producttable td
    {
      padding: 20px 10px;
      text-align: center;
    }
    .product-details
    {
        padding-left: 0px;
        margin-top: 20px;  
    }
    .eventbasicinfo-page
    {
      display: block;
    }
    .event-rightpage
    {
      padding: 10px;
    }
    .tic-statustable .name-tic, .tic-statustable .tic-sold, .tic-statustable .tic-total
    {
        padding: 15px 10px;
        font-size: 14px;  
    }
    .tic-statusinfo .tic-nameinfo, .tic-statusinfo .tic-soldinfo, .tic-statusinfo .tic-totalinfo
    {
        padding: 15px 10px;
        font-size: 14px;  
    }
    .tic-total-cont .total-sold-tickets, .tic-total-cont .total-sold, .tic-total-cont .total-revenue-amount, .tic-total-cont .total-amount-tic
    {
      padding: 15px 10px;
        font-size: 14px;
    }
    .basic-infoform
    {
        width: 100%;  
    }
    .icon-basicinfo
    {
      display: block;
      width: 100%;
      text-align: center;
    }
    .form-container-info
    {
      padding-top: 20px;  
    }
    .basic-infoform
    {
      padding: 0px;
      margin-top: 20px;
    margin-bottom: 20px;
    }
    .text-basicinfo
    {
        width: 100%;  
    }
    .basic-infocont
    {
      margin-left: 0px;
    }
    .basic-btncont .basic-info_submit
    {
      width: 100%;
    }
    .basic-btncont
    {
      padding-left: 15px;
      padding-right: 15px;
    }
    .create-ticketside
    {
        text-align: left;
        margin-top: 20px;  
    }
    .mob-form-top
    {
      margin-top: 20px;
    }
    .mar-bot0
    {
      margin-bottom: 0px;
    }
    .tic-statustable .name-tic, .tic-statusinfo .tic-nameinfo 
    {
      flex: 0 0 30%;
      max-width: 30%;
    }
    .tic-statustable .tic-sold, .tic-statusinfo .tic-soldinfo 
    {
      flex: 0 0 30%;
      max-width: 30%;
    }
    .tic-statustable .tic-total, .tic-statusinfo .tic-totalinfo 
    {
      flex: 0 0 40%;
      max-width: 40%;
    }
    .tic-statusinfo .tic-totalinfo, .tic-statustable .tic-total, .tic-total-cont .total-amount-tic
    {
        text-align: right;  
    }
    .tic-total-cont .total-sold-tickets
    {
      text-align: left;
    }
    .basic-infocont .img-set img
    {
      height: 200px;
    }
    .ticket-pagecontainer
    {
        width: 100%;  
    }
    .ticket-pagecontainer
    {
        padding: 15px;  
    }
    .ticket-table .general-name 
    {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ticket-table .mark-per 
    {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .ticket-table .price-ticket 
    {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .create-tickinfo-cont
    {
        width: 100%;  
    }
    .three-buttons-cont
    {
      flex-wrap: wrap;  
    }
    .invoice-container .top-addres
    {
        padding: 20px 10px 0px;  
    }
    .invoice-container .table
    {
      padding: 0px;
    }
    .invoice-container .table
    {
      width: 200%;
      overflow: scroll;  
    }
    .invoice.table
    {
      overflow-x: hidden;  
    }
    .img-grid, .img-grid-2columns
    {
        grid-template-columns: repeat(1, 1fr);  
    }
    .img-grid a iframe, .img-grid-2columns a iframe
    {
        height: 200px;  
    }
    .img-grid-singlecolumn a iframe
    {
        height: 300px;  
    }
    .tab-content
    {
      margin-top: 20px;
    }
    .modal-seo-process, .modal-ppc-process, .modal-social-media-process, .modal-website-process, .modal-content-process, .modal-seopricing, .modal-smmpricing
    {
      left: 0px;
      width: 100%;
    }
    .modal-seo-process .form-group, .modal-ppc-process .form-group, .modal-social-media-process .form-group, .modal-website-process .form-group, .modal-content-process .form-group, .modal-seopricing .form-group, .modal-smmpricing .form-group
    {
      padding: 0px;
    }
    .modal-seo-process .textarea-group, .modal-ppc-process .textarea-group, .modal-social-media-process .textarea-group, .modal-website-process .textarea-group, .modal-content-process .textarea-group, .modal-seopricing .textarea-group, .modal-smmpricing .textarea-group
    {
      padding: 0px;
    }
    .split-sec-social
    {
        padding: 15px;  
    }
    .description-pricing-cont h4
    {
        text-align: center;  
    }
    .view-mbtn
    {
      text-align: center;
      width: 50%;
      margin: 40px auto;
      display: block;
    }
    .description-pricing-cont ul
    {
        padding-left: 20px;  
    }
    .split-process
    {
      margin-bottom: 0px;
    }
    .head-titprocess h1
    {
        margin-bottom: 30px;  
    }
    .head-titprocess h1
    {
        font-size: 36px;
        line-height: 47px;      
    }
    .process-controls .offset-lg-1
    {
      margin-left: 0px;
      margin-top: 20px;
    }
    .analze-button
    {
        margin-top: 30px;  
    }
    .uc_icon_box ul li:before
    {
      left: -20px;
    top: -29px;
    }
    .uc_bold_content_box .uc_icon_box
    {
        margin-bottom: 20px;  
    }
    .empty-spaceforbtn, .empty-spaceforbtn-video
    {
      height: 0px;
    }
    .sub-head
    {
    line-height: 35px;
    font-size: 26px;  
    }
    .col-000p
    {
        margin-top: 20px !important;
        margin-bottom: 20px !important;  
    }
}

 .price_table_container{
	text-align:center;
	color:#666;
	margin-top:35px;
	font-family: 'Open Sans', sans-serif;
}

.price_table_heading{
	font-size:20px;
	padding:10px;
	background:#EEE;
}


.price_table_container .price_table_row {
    padding:15px;
	background: #FFF;
}

.price_table_container .cost{
	padding:30px;
	font-size:30px;
}
.price_table_container .cost span{
	font-size:15px;
}

.price_table_container .price_table_row:nth-of-type(even) {
    background: #F8F8F8;
}
 

 
.price_table_container .btnclk {
    position: relative;
    color: #fff;
    padding: 12px 18px !important;
    font-size: 16px !important;
    border-radius: 0 0 8px 8px;
    background: #cc922f;
    display: inline-block !important;
    overflow: hidden;
    font-weight: 700;
    border: 2px solid #e7b561;
}
 #plansliders img{width:auto;margin:0 auto;}
.sidebarpalnmenu a{    font-size: 22px;
    line-height: 34px;color:#000;}
.price_table_container .btnclk:before,.price_table_container .btnclk:after{
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  
} 
.price_table_container .btnclk:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -1;
}
.price_table_container .btnclk:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
          z-index: -1;
}
.price_table_container .btnclk:hover {
      color: #000 !important;
    background-color: #ffffff;
        z-index: 9;
}
.price_table_container .btnclk:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.price_table_container .btnclk:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.price_table_container .btnclk:active,
.price_table_container .btnclk.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}



.price_table_container .btnclk-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.price_table_container .float-shadow {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.price_table_container .float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity
}

.price_table_container .price_table_container .float-shadow:active,
.price_table_container .float-shadow:focus,
.price_table_container .price_table_container .float-shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.price_table_container .price_table_container .float-shadow:active:before,
.price_table_container .price_table_container .float-shadow:focus:before,
.price_table_container .float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}
.price_table_container .dataTables_info{display:none;}
.price_table_container .dataTables_scrollBody .table thead th {
    padding: 0 15px !important
}
