/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  /*box-shadow: 0 0 0 !important;*/
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
    margin: 30px 0 20px 0;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 2px !important;
  width: 30px;
  height: 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 4px;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-decoration: none !important;
    padding: 0 !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
  line-height: 39px;
  font-weight: bold;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 26px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  font-size: 26px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
    /*box-shadow: 0 1px 4px rgb(150, 149, 149);*/
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 40px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
  left: 5px;
  display: none;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  color: black;
}

.flip-clock-divider.minutes .flip-clock-label {
  left: 12px; }

.flip-clock-divider.seconds .flip-clock-label {
   }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));*/
  /*background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;*/
  /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);*/
  /*background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);*/
  /*background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;*/
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));*/
  /*background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;*/
  /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);*/
  /*background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);*/
  /*background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;*/
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  /*background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));*/
  /*background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;*/
  /*background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);*/
  /*background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);*/
  /*background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;*/
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  /*background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));*/
  /*background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;*/
  /*background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);*/
  /*background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);*/
  /*background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;*/
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

    body {
        font-size: 14px
    }
    
    p {
        overflow-wrap: break-word
    }
    
    .container-fluid {
        padding: 0 25px
    }
    
    label {
        font-weight: 400
    }
    
    ul,
    ol {
        margin: 0;
        padding: 0
    }
    
    a:hover,
    a:focus {
        text-decoration: none
    }
    
    .lp-header.style-v2 {
        background-image: none !important;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 10
    }
    
    .grid_view2 .lp-grid-box-description .reviewer-details>p {
        height: 40px
    }
    
    .lp-header-overlay {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 4;
    }
    
    .lp-header-search-wrap {
        position: relative;
        top: -120px
    }
    
    .lp-header-search-wrap .video-lp {
        position: absolute;
        max-width: 1000%;
        min-height: 100%;
        min-width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden
    }
    
    .lp-header-search-wrap .video-lp video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
    
    .lp-header.header-style3 {
        background-image: none
    }
    
    .lp-top-bar {
        position: relative;
        z-index: 6
    }
    
    .lp-top-bar-menu ul {
        list-style: none;
    }
    
    .lp-top-bar-menu ul li {
        float: left;
        line-height: 28px;
        margin-right: 10px
    }
    
    .lp-top-bar-menu ul li:before {
        content: '-';
        margin-right: 10px
    }
    
    .lp-top-bar-menu ul li:first-child {
        margin-left: 0
    }
    
    .lp-top-bar-menu ul li:first-child:before {
        display: none
    }
    
    .lp-top-bar-menu ul li a {
        font-size: 14px;
        text-transform: capitalize;
        line-height: 28px
    }
    
    .style-v2 .lp-topbar-menu li:before {
        display: none
    }
    
    .lp-top-bar-menu ul li a:hover,
    .lp-top-bar-menu ul li a:focus {
        list-style: none
    }
    
    .lp-top-bar-social ul {
        list-style: none;
        line-height: 28px;
    }
    
    .lp-menu-header4-sts-icon {
        line-height: 48px;
    }
    
    .lp-top-bar-social ul li {
        float: right;
        margin-left: 15px
    }
    
    .lp-top-bar-social ul li a {
        font-size: 14px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-header-middle {
        padding: 14px 0 14px 0;
        position: relative;
        z-index: 5
    }
    
    .lp-header-middle .lp-menu ul li {
        line-height: 40px
    }
    
    .lp-header-middle .lp-menu ul.inner_menu>li {
        padding-right: 35px
    }
    
    .lp-header-middle .lp-header-nav-btn,
    .lp-header-middle .lp-header-logo {
        float: left
    }
    
    .lp-header-middle .lp-header-logo img {
        height: 35px
    }
    
    .lp-header-middle .lp-header-nav-btn {
        margin-right: 15px;
        position: relative;
        margin-top: 7px;
    }
    
    .lp-header-middle .lp-header-nav-btn.active-can-menu .lp-user-menu:after {
        visibility: visible;
        opacity: 1
    }
    
    .lp-header-middle .lp-header-nav-btn button {
        border: solid 1px;
        background: none;
        text-align: center;
        width: 35px;
        border-radius: 50%;
        padding: 5px 0
    }
    
    .lp-header-middle .lp-header-nav-btn button span {
        display: block;
        height: 1px;
        margin: 5px auto;
        width: 17px;
        float: none
    }
    
    .header-cat-menu.lp-join-now {
        line-height: 21px
    }
    
    .header-cat-menu>ul>li {
        line-height: 20px
    }
    
    .header-cat-menu .lp-user-menu {
        left: 0;
        top: 50px
    }
    
    .header-cat-menu .lp-user-menu:before {
        content: ' ';
        display: block;
        width: 100%;
        position: absolute;
        height: 14px;
        top: -14px
    }
    
    .menu ul.children li:hover>a::before,
    .menu ul.sub-menu li:hover>a::before,
    .lp-user-menu li:hover>a::before {
        width: 2px
    }
    
    .header-cat-menu .lp-user-menu li,
    .lp-header-middle .sub-menu li,
    .lp-header-middle .lp-header-user-nav .lp-user-menu li,
    .lp-header-search-form #input-dropdown>ul li,
    .lp-header-search-form .chosen-container .chosen-results li {
        border-bottom: solid 1px #ececec
    }
    
    .header-cat-menu .lp-user-menu li:last-child,
    .lp-header-middle .lp-header-user-nav .lp-user-menu li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        border-radius: 0
    }
    
    .lp-header-middle .lp-header-user-nav .lp-user-menu li:first-child {
        border-radius: 0
    }
    
    .header-cat-menu .lp-user-menu li:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }
    
    .header-cat-menu .lp-user-menu li:last-child,
    .header-cat-menu .lp-user-menu li:last-child a {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    .lp-menu ul li:hover ul.sub-menu:before {
        display: block;
        content: ' ';
        width: 100%;
        height: 14px;
        top: -14px;
        position: absolute
    }
    
    .lp-menu ul li:hover ul.sub-menu {
        padding-bottom: 0;
        border-radius: 0;
        border-bottom: 0
    }
    
    .lp-header-middle .menu ul.sub-menu li:last-child {
        border-bottom: none
    }
    
    .lp-header-search-form .chosen-container .chosen-results li {
        padding-top: 6px;
        padding-bottom: 6px
    }
    
    .header-cat-menu .lp-user-menu li a:hover,
    .lp-header-middle .menu ul.sub-menu li:hover>a,
    .lp-header-middle .lp-header-user-nav .lp-user-menu li a:hover,
    .lp-header-search-form #input-dropdown li:hover,
    .lp-header-search-form .chosen-container .chosen-results li:hover,
    .lp-header-search-form .chosen-container .chosen-results li.highlighted {
        background-color: #f6f6f6 !important
    }
    
    .lp-header-search-form #input-dropdown li:hover span,
    .lp-header-search-form #input-dropdown li:hover a,
    .lp-header-search-form #input-dropdown li:hover {
        background-color: transparent
    }
    
    .lp-header-search-form #input-dropdown ul li:hover .d-icon {
        display: inline-block !important
    }
    
    .lp-header-search-form #input-dropdown ul li:hover .h-icon {
        display: none !important
    }
    
    .lp-listing-price-range p span.currency-sign {
        margin-right: -3px;
        font-size: 18px;
        font-weight: 700;
        display: inline-block
    }
    
    .lp-listing-price-range p span.currency-sign.currency-sign-last {
        margin-right: 3px
    }
    
    .lp-listing-price-range p span.currency-sign:last-child {
        margin-right: 5px
    }
    
    .lp-header-middle .menu ul.children li a,
    .lp-header-middle .menu ul.sub-menu li a,
    .lp-header-middle .lp-user-menu li a {
        font-size: 13px;
        padding: 1px 10px;
        line-height: 28px
    }
    
    .header-cat-menu .lp-user-menu:after {
        right: auto;
        left: 22px
    }
    
    .lp-header-middle .lp-header-add-btn,
    .lp-header-middle .lp-header-user-nav {
        float: right
    }
    
    .lp-header-middle .lp-header-user-nav {
        margin-left: 10px
    }
    
    .lp-header-middle .lp-header-user-nav .header-login-btn {
        color: #fff;
    }
    
    .lp-header-middle .lp-header-user-nav .header-login-btn {
        margin-left: 10px;
        font-size: 20px;
        display: block;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }
    
    .lp-header-middle .lp-header-user-nav .header-login-btn .fa {
        line-height: 34px;
        height: 34px;
        width: 34px;
        border: solid 1px #fff;
        text-align: center;
        border-radius: 50%;
    }
    
    .lp-header-user-nav .lp-user-menu {
        width: 135px !important;
        top: 49px
    }
    
    .lp-header-user-nav .lp-user-menu:after {
        border-bottom: 10px solid #d8d8d8;
        right: 12px;
        margin-right: -5px
    }
    
    .lp-header-user-nav .lp-user-menu .lp-user-welcome {
        line-height: 20px;
        padding: 5px 0;
        color: #fff;
        font-size: 13px;
        padding-left: 11px;
    }
    /* .search-filter-response .lp-grid-box-contianer {
    margin-bottom: 0
} */
    
    .lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login span {
        width: 34px;
        height: 34px;
        margin-top: 0
    }
    
    .lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login .juname {
        margin-top: 0;
        line-height: 0;
        display: block;
    }
    
    .lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login .juname img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: initial;
    }
    
    .lp-header-middle .lp-header-add-btn {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 48px;
    }
    
    .lp-header-middle .lp-header-add-btn a {
        padding: 4px 13px;
        border: solid 1px;
        border-radius: 2px;
        line-height: 16px;
        font-size: 14px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-header-middle .header-main-menu ul {
        text-align: right
    }
    
    .lp-header-middle .header-main-menu ul li a {
        font-size: 16px;
        color: #fff
    }
    
    .lp-header-middle .header-main-menu ul ul li a {
        color: #333
    }
    
    .lp-header-middle .header-main-menu ul ul.sub-menu {
        margin-top: 10px
    }
    
    .lp-header-middle .lp-header-add-btn a i {
        margin-right: 3px
    }
    
    .lp-header-title {
        padding-bottom: 20px;
        position: relative
    }
    
    .lp-header-title .lp-header-title-left h3 {
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 15px;
        color: #333 !important
    }
    
    .lp-header-title .lp-header-title-left h3 span {
        font-weight: 400
    }
    
    .lp-header-title .lp-header-title-left .lp-header-breadcrumbs .breadcrumbs li {
        padding-left: 0 !important
    }
    
    .lp-header-title .lp-header-title-left .lp-header-breadcrumbs .breadcrumbs li:before {
        display: none
    }
    
    .lp-header-title .lp-header-title-left .lp-header-breadcrumbs a {
        font-size: 14px
    }
    
    .lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:after {
        content: '>';
        display: inline-block;
        margin-right: 6px;
        margin-left: 8px
    }
    
    .lp-header-title .lp-header-toggles {
        line-height: 30px
    }
    
    .lp-header-title .lp-header-toggles a {
        text-align: center;
        display: inline-block;
        font-size: 21px;
        margin-left: 10px;
        color: #fff
    }
    
    .home .lp-header-search {
        position: absolute;
        width: 100%;
        bottom: 60px;
        z-index: 5
    }
    
    .lp-archive-banner {
        background-size: cover
    }
    
    .header-container.lp-header-bg {
        background-size: cover
    }
    
    .lp-header-search.archive-search .lp-location-search .chosen-container-single .chosen-single span {
        text-align: left;
        padding-left: 45px;
        margin-right: 15px
    }
    
    .lp-header-search-form .select-filter {
        width: 404px;
        float: left;
        position: relative;
        margin-right: 10px;
    }
    
    .lp-header-search-form .select-filter .chosen-container-single .chosen-single {
        background-color: #fff !important;
        text-align: left;
        padding-left: 40px;
        padding-top: 2px;
        line-height: 46px;
        height: 46px;
        border: 1px solid #dedede !important;
        border-radius: 3px;
    }
    
    .lp-archive-banner .select-filter .chosen-container-single .chosen-single {
        border-radius: 3px;
    }
    
    .lp-archive-banner .select-filter .chosen-with-drop .chosen-single {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .lp-header-search-form .select-filter i.fa-list {
        position: absolute;
        z-index: 1;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lp-header-search-form .lp-suggested-search {
        width: 405px;
    }
    
    .lp-header-search.archive-search .form-inline .form-group {
        margin-right: 0;
        float: left;
        margin-left: 0;
        background: #fff
    }
    
    .lp-header-search.archive-search .lp-location-search .ui-widget.border-dropdown {
        width: 100%;
        position: relative;
    }
    
    .lp-header-search .lp-header-search-form form #cities,
    .lp-header-search.archive-search form #cities-filter {
        border-radius: 0 !important
    }
    
    .lp-header-search.archive-search form #cities,
    .lp-header-search.archive-search form #cities-filter {
        height: 42px !important;
        line-height: 42px !important;
        border-radius: 0 !important;
        border: 0 !important;
        padding-left: 100px
    }
    
    .lp-header-search .chosen-container-single .chosen-single span {
        line-height: 42px
    }
    
    .lp-header-search .lp-location-search .chosen-container-single .chosen-single span {
        line-height: 46px;
        margin-left: 30px !important
    }
    
    .lp-archive-banner .lp-location-search .chosen-container-single .chosen-single span {
        line-height: 46px;
    }
    
    .lp-header-search.archive-search {
        padding-top: 25px;
        position: relative;
        z-index: 5
    }
    
    .lp-header-search.archive-search .lp-search-bar {
        margin: 0;
        padding: 0
    }
    
    .lp-header-search-filters .clearfix.padding-bottom-20 {
        padding-bottom: 24px;
    }
    
    .lp-header-search.archive-search form i.cross-search-q,
    .lp-header-search.archive-search form img.loadinerSearch {
        right: 85px
    }
    
    .lp-header-search .lp-header-search-tagline {
        font-size: 24px;
        margin-top: 25px;
        line-height: 24px
    }
    
    .lp-header-search .lp-header-search-cats {
        margin-top: 25px;
        min-height: 25px
    }
    
    .lp-header-search .lp-header-search-cats ul {
        display: none
    }
    
    .lp-header-search .lp-header-search-cats ul li {
        display: inline-block;
        margin: 0 12px
    }
    
    .lp-header-search .lp-header-search-cats ul li a:hover {
        text-decoration: underline
    }
    
    .lp-header-search .lp-header-search-cats ul li a i {
        margin-right: 8px
    }
    
    .lp-header-search .lp-header-search-cats ul li a img {
        margin-right: 5px;
        width: 15px;
        height: 15px;
        float: left;
        margin-top: 4px
    }
    
    .lp-header-search .lp-header-search-form {
        margin-top: 15px;
        background-color: transparent
    }
    
    .lp-header-search .lp-header-search-form form {
        display: none
    }
    
    .lp-header-search-form .lp-suggested-search input {
        border-right: none !important
    }
    
    .form-group.lp-location-search .chosen-container.chosen-container-single {
        background-color: #fff;
    }
    
    .lp-home-banner-contianer .form-group.lp-location-search .chosen-container.chosen-container-single {
        border-radius: 0 5px 5px 0;
    }
    
    .archive-search .form-group.lp-location-search .chosen-container.chosen-container-single {
        border: 1px solid #dedede;
        border-radius: 3px;
    }
    
    .archive-search .form-group.lp-location-search .chosen-with-drop {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .lp-header-search.archive-search .form-inline .form-group {
        background: transparent !important;
    }
    
    .form-inline .form-group.lp-suggested-search {
        margin-right: 0
    }
    
    .lp-suggested-search .lp-search-bar-right {
        margin-left: 7px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10
    }
    
    .lp-search-bar .input-group-addon.lp-border.input-group-addon-keyword {
        width: 70px !important
    }
    
    .form-inline .form-group.lp-suggested-search.right-margin-20 {
        margin-right: 8px !important;
        display: none;
    }
    
    .lp-search-bar-right .keyword-ajax {
        padding: 0 20px;
        display: block;
        color: #fff;
        font-weight: 700;
        line-height: 42px;
        height: 42px
    }
    
    .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
        padding-left: 20px
    }
    
    .border-dropdown span:after {
        right: 0
    }
    
    .lp-search-bar .border-dropdown span:after {
        display: none;
    }
    
    .lp-search-bar .form-group.lp-suggested-search {
        position: relative
    }
    
    .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
    .form-group.lp-location-search .lp-where {
        z-index: 10;
        line-height: 46px;
        height: 46px;
        padding: 0 10px
    }
    
    .archive-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
    .archive-search .form-group.lp-location-search .lp-where {
        line-height: 46px;
        height: 46px
    }
    
    .lp-search-bar .lp-suggested-search,
    .lp-header-search .lp-search-form-where,
    .lp-header-search .lp-search-form-submit {
        display: inline-block;
        margin-left: 0
    }
    
    .home .lp-header-search .lp-search-form-submit {
        margin-left: -3px
    }
    
    .lp-header-search .lp-search-form-submit {
        border-radius: 0
    }
    
    .lp-header-search .lp-search-form-what input,
    .lp-header-search .lp-search-form-where input,
    .lp-header-search .lp-search-form-what input:focus,
    .lp-header-search .lp-search-form-where input:focus {
        background-color: transparent;
        border: none;
        outline: 0;
        padding: 0 15px
    }
    
    .lp-header-search .lp-search-form-what input {
        width: 325px;
        padding-left: 20px;
        min-width: 325px;
        padding-top: 3px;
    }
    
    .lp-header-search .lp-search-form-what input#skeyword-filter {
        padding-left: 70px;
        height: 42px;
        line-height: 42px
    }
    
    #input-dropdown {
        margin-top: 4px
    }
    
    .lp-header-search .lp-search-form-what input:focus {
        padding-left: 20px
    }
    
    .lp-header-search .lp-search-form-where input {
        width: 125px
    }
    
    .lp-header-search.archive-search .lp-search-form-where input {
        width: 475px
    }
    
    .lp-header-search.archive-search .lp-search-form-what input {
        width: 434px;
        min-width: 300px
    }
    
    .lp-header-search.archive-search .form-group.lp-location-search .chosen-container.chosen-container-single,
    .lp-header-search.archive-search .lp-location-search {
        width: 404px !important;
        height: 42px
    }
    
    .lp-header-search.archive-search .lp-location-search .ui-widget select {
        width: 345px !important
    }
    
    .lp-header-search.archive-search .select2-container .select2-selection--single {
        height: 42px !important
    }
    
    .lp-header-search .lp-search-form-what label,
    .lp-header-search .lp-search-form-where label {
        margin-bottom: 0;
        font-size: 16px
    }
    
    .lp-header-search .form-group .lp-search-bar-right {
        border-radius: 0;
        margin-left: -1px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-header-search .lp-search-form-submit {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    
    .lp-header-search .lp-search-icon {
        color: #fff !important;
        font-size: 20px
    }
    
    .lp-header-search .lp-search-form-submit button,
    .lp-header-search .lp-search-form-submit button:focus {
        border: none;
        padding: 0;
        outline: 0;
        font-size: 18px;
        line-height: 24px
    }
    
    .lp-header-search-filters {
        margin-top: 10px
    }
    
    .lp-header-search-filters .header-more-filters {
        display: none;
        background: #f4f4f4;
        padding: 30px 0
    }
    
    .lp-header-search-filters .header-more-filters .input-group.margin-right-0>ul>li {
        width: 100%;
        margin-right: 0;
        padding-right: 2%;
        float: none
    }
    
    .header-more-filters .input-group strong {
        margin-bottom: 25px;
        display: inline-block;
        font-size: 20px !important;
        font-weight: 700;
        line-height: initial;
        color: #333;
        padding: 0;
        margin-top: 0;
    }
    
    .header-more-filters .input-group .col-sm-10 {
        padding: 0;
        line-height: 36px;
        width: 100%;
        padding-bottom: 10px;
    }
    
    .lp-features-filter.lp-head-withfilter4 {
        height: 100%;
    }
    
    .lp-header-search-filters .header-more-filters .lp-features-filter .tags-area.add-border li {
        width: 100%;
    }
    
    header {
        Z-index: 9999 !important;
    }
    
    .lp-features-inner-container li {
        width: 100% !important;
    }
    
    .lp-features-filter strong {
        font-size: 14px;
    }
    
    #category_select_chosen span:after {
        position: absolute;
        top: 50%;
        right: 17px;
        content: "\f0d7";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        color: #D3D3D3;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    
    .header-more-filters .input-group label {
        padding-left: 22px;
        font-size: 12px;
        line-height: 22px
    }
    
    .header-more-filters .input-group label:before {
        height: 15px;
        width: 15px
    }
    
    .header-more-filters .input-group .checkbox label:before {
        background-color: #eae8e8;
        border-radius: 0;
        border: 1px solid #d4d3d3
    }
    
    .header-more-filters .input-group a {
        font-size: 13px;
        margin-top: 6px;
        display: inline-block
    }
    
    .lp-header-search-filters input[type=checkbox]:checked+label:before {
        line-height: 15px
    }
    
    .lp-header-search-filters .header-filter-wrap {
        float: none;
        display: inline-block;
        padding: 0 15px;
        line-height: 35px;
        margin-left: 8px;
        font-size: 12px;
        cursor: pointer;
        border-radius: 2px;
        background-color: #f4f4f4;
        border: 1px solid #dedede;
    }
    
    .lp-header-search-filters .sort-by-filter {
        position: relative
    }
    
    .near-me-filter.header-filter-wrap .lp-tool-tip-content {
        width: 200px !important
    }
    
    .near-me-filter.header-filter-wrap .lp-tooltip-div-hidden {
        top: 75px !important;
        margin-left: -15px
    }
    
    .lp-header-search-filters .sort-filters-wrap {
        position: relative
    }
    
    .lp-header-search-filters .sort-filters-wrap .sort-filter-inner {
        position: absolute;
        left: 0;
        top: 46px;
        z-index: 999;
        background-color: #fff;
        padding: 8px 8px 8px 0;
        display: none;
        width: 312px;
        -moz-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
        -webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
        box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0
    }
    
    .lp-header-search-filters .sort-filters-wrap .open-now-filter .sort-filter-inner,
    .lp-header-search-filters .sort-filters-wrap .best-match-filter .sort-filter-inner {
        width: 185px
    }
    
    .lp-header-search-filters .sort-filters-wrap .sort-filter-inner:after {
        content: ' ';
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        width: 10px;
        position: absolute;
        top: -10px
    }
    
    .lp-header-search-filters .sort-filters-wrap .sort-filter-inner .header-filter-wrap {
        font-size: 12px;
        padding: 3px 8px
    }
    
    .lp-header-search-filters .header-filter-wrap.more-filters {
        float: none;
        border-radius: 0
    }
    
    .lp-header-search-filters .header-filter-wrap.more-filters .fa {
        margin-right: 5px;
    }
    
    .lp-header-search-filters .select-filter {
        width: 250px;
        float: left;
        margin-left: 8px
    }
    
    .lp-header-search-filters .select-filter select {
        border: none;
        width: 200px
    }
    
    .lp-header-search-filters .select-filter .chosen-container-single .chosen-single {
        background-color: #f4f4f4;
        border-color: #dedede;
        color: #797979;
        height: 43px;
        padding-left: 45px;
        border-radius: 0
    }
    
    .lp-header-search-filters .select-filter i {
        position: absolute;
        z-index: 2;
        margin-top: 11px;
        font-size: 21px;
        margin-left: 15px
    }
    
    .lp-header-search-filters .select-filter .chosen-container.chosen-container-single.chosen-container-single-nosearch {
        height: 38px
    }
    
    .lp-header-search-filters .header-filter-wrap i {
        margin-right: 3px
    }
    
    .lp-header-search-filters .lp-features-filter {
        margin-top: 20px
    }
    
    .lp-header-search-filters .lp-features-filter .form-group {
        background: none !important;
    }
    
    .lp-header-search-filters .lp-features-filter .features-heading {
        color: #fff
    }
    
    .lp-header-search-filters .lp-features-filter.add-border {
        border-bottom: solid 1px #dedede;
        padding-bottom: 20px
    }
    
    .lp-header-search-filters .lp-features-filter.add-border:last-child {
        border-bottom: solid 0 #dedede;
    }
    
    .lp-header-search-filters .lp-features-filter .features-heading,
    .lp-header-search-filters .header-more-filters .features-heading {
        font-size: 18px;
        display: block;
        margin-bottom: 8px
    }
    
    .lp-header-search-filters .lp-features-filter .checkbox label {
        color: #fff;
        padding-left: 22px;
        line-height: 18px
    }
    
    .lp-header-search-filters .lp-features-filter .checkbox label:before {
        width: 25px;
        height: 25px;
        border-radius: 0;
        background-color: #eae8e8;
        top: 0;
        line-height: 25px !important;
    }
    
    .lp-header-search .price-filter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .lp-header-search .price-filter ul li {
        text-align: center;
        float: left;
        font-size: 12px;
        cursor: pointer;
        font-weight: 400;
        border-left: none;
        background-color: #fff;
    }
    
    .lp-header-search .price-filter ul li a {
        padding: 0 12px;
        line-height: 35px;
        display: inline-block;
        border: 1px solid #dedede !important;
        border-right: 1px solid #fff !important;
    }
    
    .lp-header-search .price-filter ul li:last-child a {
        border-right: 1px solid #dedede !important;
    }
    
    .lp-header-search .price-filter ul li:hover,
    .lp-header-search .price-filter ul li:hover a {
        color: #797979 !important;
        border-color: #dedede !important;
    }
    
    .lp-header-search .price-filter ul li:hover a,
    .lp-header-search .price-filter ul li .active,
    .lp-header-search-filters .open-now-filter:hover a,
    .lp-header-search-filters .open-now-filter .active {
        color: #fff !important;
    }
    
    .lp-header-search-filters .open-now-filter {
        padding: 0 !important;
        line-height: unset !important;
        border: 0 solid #dedede !important;
    }
    
    .lp-header-search-filters .open-now-filter a {
        display: inline-block;
        padding: 0 15px !important;
        line-height: 35px !important;
        color: #797979 !important;
        border: 1px solid #dedede;
    }
    
    .more-filters-container {
        display: none
    }
    
    .lp-section {
        padding: 40px 0;
        position: relative
    }
    
    .lp-section.lp-section-detail-page {
        padding-top: 0
    }
    
    .section-with-background.lp-section-row {
        margin-top: 80px
    }
    
    .lp-section.single-page-bg {
        padding-top: 0
    }
    
    .lp-section-heading {
        text-align: center;
        margin-bottom: 40px
    }
    
    .lp-section-heading i,
    .lp-section-title-container i {
        font-size: 16px;
        border: solid 1px;
        border-radius: 50%;
        padding: 10px;
        margin-bottom: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 40px;
        width: 40px;
        color: #ff5a5f
    }
    
    .post-with-map-container-right #searchform .chosen-container-single .chosen-single span {
        line-height: 36px
    }
    
    .left-heading-icon .lp-section-title-container .lp-sub-title {
        color: #333
    }
    
    .left-heading-icon .lp-section-title-container i {
        display: inline-block;
        padding: 0;
        border: none;
        width: auto;
        height: auto;
        margin-bottom: 0;
        margin-right: 5px;
        color: #333 !important
    }
    
    .section-bottom-magrin0 .lp-section-content-container {
        padding-bottom: 0
    }
    
    .lp-section-heading h2 {
        font-weight: 700;
        font-size: 45px;
        text-transform: uppercase;
        margin: 0
    }
    
    .contact-style2.contact-right .form-control,
    .contact-style2.contact-right .lp-review-btn {
        border-radius: 0
    }
    
    .page-heading {
        z-index: 1
    }
    
    .page-heading.banner_view2 {
        height: 160px
    }
    
    .page-heading.banner_view2 h3 {
        float: left;
        color: #fff;
    }
    
    .page-heading.banner_view2 .breadcrumbs {
        float: right;
        margin-top: 12px
    }
    
    .vc_column_container {
        padding-bottom: 40px
    }
    
    .lp-section-title-container h1 {
        margin: 0
    }
    
    .lp-section-heading p,
    .lp-sub-title {
        font-size: 16px;
        color: #797979;
        text-transform: capitalize
    }
    
    .left-heading .lp-section-title-container h2,
    .left-heading .lp-sub-title {
        text-align: left !important;
        margin-left: 4px !important;
        margin-right: 0 !important
    }
    
    .left-heading .lp-sub-title {
        font-size: 15px
    }
    
    .lp-section-title-container .lp-sub-title {
        width: 100%
    }
    
    .lp-section-title-container .lp-sub-title a {
        float: right;
        margin-right: 4px;
        font-size: 14px;
        border: solid 1px #e2e2e2;
        padding: 0 10px;
        transition: all 0.20s ease-in-out
    }
    
    .left-heading .lp-section-title-container h2 {
        font-size: 24px !important;
        text-transform: capitalize !important;
        line-height: 24px
    }
    
    .lp-listings.grid-style .lp-grid-box-contianer {
        margin-bottom: 5px
    }
    
    .lp-listings.list-style .lp-listings-inner-wrap {
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px 0 15px 0;
        border: solid 1px;
        overflow: hidden
    }
    
    .lp-listings-inner-wrap.lp-listings-inner-wrap-with-sidebar {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: none !important
    }
    
    .lp-listings.list-style .lp-listing {
        border: none;
        border-bottom: solid 1px #dedede
    }
    
    .listing-style-3:last-child .lp-listing {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
    
    .lp-listings.list-style .lp-listing.last {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0
    }
    
    .lp-listings.grid-style .lp-listing,
    .lp-listings.list-style .lp-listing {
        margin-bottom: 15px
    }
    
    .lp-listings.list-style .lp-listing {
        padding-bottom: 15px
    }
    
    .lp-listings .listing-slider {
        display: none;
        max-height: 525px;
    }
    
    .lp-listings .listing-slider .lp-listing {
        border: none;
        position: relative
    }
    
    .slick-prev:before,
    .slick-next:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        background-color: #fff;
        color: #333;
        opacity: 1;
        -webkit-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
        -moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
        box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66)
    }
    
    .arrow-left,
    .arrow-right {
        position: absolute;
        top: 50%;
        -webkit-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
        -moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
        box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
        font-size: 18px;
        text-align: center;
        background-color: #fff;
        z-index: 1;
        cursor: pointer;
        transition: bottom 0.40s ease-in-out;
        margin-top: -17px;
    }
    
    .arrow-left {
        right: 12px;
        padding: 7px 13px 7px 13px;
        border-radius: 50%;
        box-shadow: none;
        opacity: 0.5;
    }
    
    .arrow-right {
        left: 12px;
        padding: 7px 13px 7px 13px;
        border-radius: 50%;
        box-shadow: none;
        opacity: 0.5;
    }
    
    .arrow-right::before,
    .arrow-left::before {
        color: #fff;
    }
    
    .arrow-right:hover,
    .arrow-left:hover {
        opacity: 1;
        color: #fff;
    }
    
    .listing-slider .arrow-right {
        left: -2px
    }
    
    .listing-slider .arrow-left {
        right: -2px
    }
    
    .listing-slider .arrow-left,
    .listing-slider .arrow-right {
        margin-top: -15px
    }
    
    .slick-prev:before {
        content: "\f053"
    }
    
    .slick-next:before {
        content: "\f054"
    }
    
    .lp-listings .listing-slider .slick-prev,
    .lp-listings .listing-slider .slick-next {
        z-index: 10;
        height: 40px;
        width: 40px
    }
    
    .lp-listings .listing-slider .slick-prev {
        left: 5px
    }
    
    .lp-listings .listing-slider .slick-next {
        right: 25px
    }
    
    .lp-listing-slider .slick-next,
    .lp-listing-slider .slick-prev {
        z-index: 10
    }
    
    .lp-listing-slider .slick-next {
        right: 15px
    }
    
    .lp-listing-slider .slick-prev {
        left: -8px
    }
    
    .listing-review-slider .arrow-right {
        left: -10px;
        margin-top: -15px
    }
    
    .listing-review-slider .arrow-left {
        right: -10px;
        margin-top: -15px
    }
    
    .lp-listing .lp-listing-top {
        position: relative
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-top {
        float: left
    }
    
    .lp-listing .lp-listing-top .lp-listing-price-range,
    .lp-listing .lp-listing-top .lp-listing-favrt,
    .lp-listing .lp-listing-top .li-listing-clock,
    .lp-listing .lp-listing-top .lp-listing-cat {
        position: absolute;
        color: #fff
    }
    
    .lp-listing .lp-listing-top .lp-listing-price-range {
        bottom: 15px;
        left: 15px;
        font-weight: 700;
        padding: 0 10px;
        width: 26px;
        overflow: hidden;
        height: 26px;
        line-height: 25px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing-discount-range {
        transition: all 0.30s ease-in-out;
        position: relative;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        float: right;
        margin-top: -3px;
        padding-right: 5px;
        padding-left: 15px;
        padding-bottom: 2px;
    }
    
    .lp-listing-discount-range:before {
        content: "\f0c4";
        font-family: FontAwesome;
        position: absolute;
        left: 7px;
        bottom: 0;
        color: #fff;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(-18deg)
    }
    
    .lp-listing-discount-range .lp-listing-price-range-currency {
        display: inline-block;
        position: relative;
        line-height: 18px;
        padding: 0 10px;
        margin-top: 5px;
        color: #fff !important;
        border: 1px dashed #fff !important
    }
    
    .lp-listings .listing-slider .lp-listing:hover .lp-listing-discount-range {
        bottom: 60px
    }
    
    .lp-listing-discount-outer {
        position: absolute;
        bottom: 15px;
        line-height: 26px;
        width: 100%;
        padding: 0 15px;
    }
    
    .grid-style .lp-listing-top .lp-listing-price-range {
        position: relative;
        left: 0;
        bottom: 0
    }
    
    .lp-listing .lp-listing-top .lp-listing-price-range span {
        color: #fff;
        font-weight: 700
    }
    
    .lp-listing .lp-listing-top .lp-listing-price-range span.lp-listing-price-range-currency {
        padding-right: 10px
    }
    
    .lp-listing .lp-listing-top .lp-listing-favrt {
        top: 12px;
        left: 15px;
        font-size: 18px
    }
    
    .lp-listing .lp-listing-top .li-listing-clock {
        top: 15px;
        right: 15px;
        background-color: #141414;
        font-size: 14px;
        padding: 0 7px;
        display: block;
        height: 22px;
        overflow: hidden;
        transition: width 0.20s ease-in-out;
        width: 25px
    }
    
    .lp-listing .lp-listing-top .li-listing-clock.status-red {
        background-color: #ff5a5f;
        width: 25px
    }
    
    .lp-listing .lp-listing-top .li-listing-clock.status-green {
        background-color: #73cf42
    }
    
    .lp-listing:hover .lp-listing-top .li-listing-clock.fulltime {
        width: 113px
    }
    
    .lp-listing:hover .lp-listing-top .li-listing-clock {
        width: 80px;
        border-radius: 2px;
    }
    
    .lp-listing:hover .lp-listing-top .lp-listing-price-range {
        width: auto;
        line-height: 24px;
    }
    
    .lp-listing .lp-listing-top .lp-listing-cat {
        bottom: -22px;
        right: 15px;
        text-align: center;
        font-size: 18px;
        padding: 8px 12px;
        z-index: 5;
        transition: bottom 0.20s ease-in-out
    }
    
    .grid-style .lp-listing .lp-listing-top .lp-listing-cat {
        display: none !important;
    }
    
    .listing-slider .lp-listing .lp-listing-top .lp-listing-cat {
        padding: 10px 12px;
        bottom: -20px
    }
    
    .lp-listing .lp-listing-top .lp-listing-cat img {
        height: 20px;
        width: 20px
    }
    
    .lp-listing .lp-listing-top .lp-listing-cat:after,
    .lp-listing .lp-listing-top .lp-listing-cat:before {
        -webkit-transform: translate(-50%, -16px);
        -moz-transform: translate(-50%, -16px);
        -ms-transform: translate(-50%, -16px);
        -o-transform: translate(-50%, -16px);
        transform: translate(-50%, -16px);
        border-radius: 0
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat {
        margin: 5px 0;
        display: inline-block;
        margin-top: 0;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: unset;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat img {
        height: 20px;
        width: 20px;
        margin-top: -2px !important;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat .lp-list-cat-wrap {
        margin-right: 6px
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat .lp-list-cat-wrap img {
        margin: 0
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat i {
        font-size: 19px;
        padding: 13px 0;
        text-align: center;
        width: 45px;
        display: inline-block;
        margin-right: 10px
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-top-thumb {
        border: none;
        border-radius: 4px;
        overflow: hidden;
        max-width: 190px
    }
    
    .lp-listing .listing-slider .lp-listing-top-thumb {
        border: none
    }
    
    .lp-listing .lp-listing-top-thumb img {
        max-width: 100%;
        width: 100%
    }
    
    .lp-listing .lp-listing-bottom {
        padding: 15px 15px 15px 15px;
        border: solid 1px;
        border-top: 0;
        min-height: 108px !important;
    }
    
    .lp-listing .list-style-cotainer .lp-listing-bottom,
    .listing-slider .lp-listing .lp-listing-bottom {
        border: none
    }
    
    .lp-listings .listing-slider .lp-listing .lp-listing-bottom {
        padding: 0;
        position: relative;
        height: 95px;
        min-height: 95px !important;
    }
    
    .lp-listings .listing-slider .lp-listing:hover .lp-listing-bottom .lp-listing-bottom-inner {
        top: -75px
    }
    
    .lp-listings .listing-slider .lp-listing:hover .lp-listing-top .lp-listing-price-range {
        bottom: 58px
    }
    
    .lp-listings .listing-slider .lp-listing:hover .lp-listing-top .lp-listing-cat {
        bottom: 38px
    }
    
    .lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-bottom-inner {
        position: absolute;
        padding: 10px 15px;
        width: 100%;
        height: 165px;
        top: -4px;
        transition: top 0.20s ease-in-out;
        cursor: auto;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom {
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        width: calc(100% - 190px);
        padding-right: 0
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-left {
        width: 60%;
        float: left
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-left.lp-listing-bottom-left-full {
        width: 100%;
        float: none
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
        width: 35%;
        float: right;
        padding: 0;
        text-align: center;
        background: #ffeef0;
        border: dashed 1px #ff5a5f;
        position: relative;
        margin-top: 14px;
        border-radius: 3px;
        overflow: hidden;
    }
    
    .lp-listing-bottom-right .lp-listing-bottom-right-title {
        line-height: 16px;
        margin-bottom: 14px;
        margin-top: 10px;
    }
    
    .lp-listing-bottom-right span.percent-off {
        color: #ff5a5f;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
    }
    
    .lp-listing-bottom-right strong {
        color: #333;
        line-height: 14px;
        font-size: 13px;
        font-weight: 400
    }
    
    .lp-listing-bottom-right a.deal-button {
        background-color: #2ecc71;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 7px 5px;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    
    .lp-listing-bottom-right .flip-clock-wrapper {
        display: inline-block;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: auto;
    }
    
    .lp-listing-bottom-right .flip-clock-divider .flip-clock-label {
        left: 4px
    }
    
    .lp-listing-bottom-right .flip-clock-wrapper ul li a div div.inn {
        font-size: 17px;
        color: #222 !important;
    }
    
    .lp-listing-bottom-right .flip-clock-wrapper ul {
        width: 12px;
        height: 22px
    }
    
    .lp-listing-bottom-right .flip-clock-divider {
        width: 2px
    }
    
    .lp-listing-bottom-right .flip-clock-wrapper ul li,
    .lp-listing-bottom-right .flip-clock-wrapper ul li a,
    .lp-listing-bottom-right .flip-clock-divider {
        line-height: 17px;
        height: 17px
    }
    
    .lp-listing-bottom-right .flip-clock-wrapper ul li a {
        font-weight: 600;
        background-color: #ead4d6;
    }
    
    .lp-listing .lp-listing-bottom h3,
    .lp-activity h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 3px;
        margin-top: 0
    }
    
    .lp-activity h3 a {
        font-size: 18px
    }
    
    .lp-listing .lp-listing-bottom h4 {
        margin-top: 2px;
    }
    
    .list-style .lp-listing .lp-listing-bottom h4 {
        margin-bottom: 6px;
        margin-top: 2px;
        line-height: 20px;
    }
    
    .lp-listing .lp-listing-bottom h3 a,
    .lp-activity h3 a {
        text-transform: capitalize
    }
    
    .lp-listing .lp-listing-bottom h4 span,
    .lp-activity h4 span {
        font-weight: 700;
        border: solid 1px;
        font-size: 14px;
        line-height: 18px;
        padding: 0 5px;
        margin-right: 6px;
        height: 19px;
        display: inline-block;
        float: left;
        margin-top: 0;
    }
    
    .lp-listing .lp-listing-bottom h4 a span,
    .lp-activity h4 a span {
        background-color: #40b3ef !important;
        border-radius: 100% !important;
        color: #fff !important;
        display: inline-block !important;
        height: 15px !important;
        line-height: 15px !important;
        margin-top: -3px !important;
        text-align: center !important;
        vertical-align: middle !important;
        width: 15px !important;
        font-size: 8px !important;
        padding: 0 !important;
        border: 0;
        float: none;
    }
    
    .lp-listing .lp-listing-bottom h4 a span .fa,
    .lp-activity h4 a span .fa {
        color: #fff;
    }
    
    .lp-listing .lp-listing-bottom .lp-listing-cats {
        margin-bottom: 8px;
        line-height: 15px;
        max-width: 100%;
    }
    
    .lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-cats {
        margin-bottom: 10px;
        margin-top: 5px
    }
    
    .lp-listing .lp-listing-bottom .lp-listing-cats a {
        margin-right: 0;
        font-size: 13px;
    }
    
    .lp-listing .lp-listing-bottom .lp-listing-cats a:hover {
        text-decoration: underline
    }
    
    .lp-listing .lp-listing-bottom .lp-listing-stars {
        float: left;
        line-height: 18px
    }
    
    .listing-slider .lp-listing .lp-listing-bottom .lp-listing-stars {
        float: none
    }
    
    .lp-multi-rating-ui-wrap .review-emoticons {
        height: 20px;
        width: 20px
    }
    
    .lp-listing-stars .lp-star-box {
        line-height: 12px;
        border: solid 1px;
        height: 18px;
        width: auto;
        display: inline-block;
        text-align: center;
        font-size: 13px;
        padding: 2px 0;
    }
    
    .lp-listing-stars .lp-rating-num {
        display: inline-block;
        background: #73cf42;
        color: #fff !important;
        float: left;
        height: 23.2px;
        padding: 0 5px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    
    .lp-listing-stars .lp-rating-num.zero-rating {
        margin-left: 0
    }
    
    .listing-slider .lp-listing-stars .lp-rating-num.zero-rating {
        line-height: 16px
    }
    
    .lp-multi-rating-ui-wrap .list-style-none span:first-of-type {
        line-height: 21px;
    }
    
    .lp-listing-announcements .lp-listing-announcement {
        position: absolute;
        background-color: #fff;
        z-index: 10;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        display: none;
        bottom: 90px
    }
    
    .lp-listing-announcements .lp-listing-announcement .close-ann {
        position: absolute;
        left: -9px;
        top: -11px;
        line-height: 5px;
        cursor: pointer;
        color: #fff;
        font-size: 17px;
        z-index: 2;
        padding: 3px 5px;
        border-radius: 50%;
    }
    
    .lp-listing-announcements .lp-listing-announcement .announcement-wrap {
        margin-bottom: 0;
        padding: 8px 8px 8px 13px;
        border-top: none
    }
    
    .lp-listing-announcements .lp-listing-announcement .announcement-wrap span {
        font-size: 14px
    }
    
    .lp-listing-announcements .lp-listing-announcement .announcement-wrap i {
        font-size: 23px
    }
    
    .lp-listing-announcements .lp-listing-announcement .announcement-wrap a {
        font-size: 14px;
        padding: 3px 15px
    }
    
    .lp-listing-announcements a.lp-ann-btn {
        color: #ff5a5f;
        border: solid 1px #dedede;
        line-height: 26px;
        display: inline-block;
        padding: 0 10px;
        margin-top: 8px;
        transition: all 0.20s ease-in-out;
        font-size: 14px
    }
    
    .add-new-announcement .form-group {
        margin: 0;
        margin-bottom: 5px
    }
    
    .add-new-announcement .form-group label {
        margin-bottom: 0
    }
    
    #lp-save-announcements {
        margin-top: 20px
    }
    
    .lp-listing-announcements a.lp-ann-btn:hover {
        color: #fff;
        border-color: #fff;
        background-color: #ff5a5f
    }
    
    .lp-listing .lp-listing-bottom .lp-listing-location {
        float: right;
        line-height: 23px;
    }
    
    .grid-style .lp-listing .lp-listing-bottom .lp-listing-location .fa {
        font-size: 13px;
    }
    
    .grid-style .lp-listing .lp-listing-bottom .lp-listing-location a {
        font-size: 13px;
        color: #333 !important;
    }
    
    .lp-listing .list-style-cotainer .lp-listing-bottom .lp-listing-location {
        float: none
    }
    
    .lp-listing .list-style-cotainer .lp-listing-bottom-left .lp-listing-location {
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 95%
    }
    
    .lp-listing .list-style-cotainer .lp-listing-bottom .lp-listing-location a {
        font-weight: 400;
        font-size: 14px;
        color: #333333 !important;
    }
    
    .lp-listing .lp-listing-bottom .lp-listing-location a .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-location,
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-stars {
        float: none;
        font-size: 14px
    }
    
    .listing-slider .lp-listing .lp-listing-bottom .lp-listing-location {
        float: none;
        margin-top: 10px;
    }
    
    .lp-listings .more-listings {
        margin-top: 20px;
        text-align: center
    }
    
    .lp-listings .more-listings a {
        border: solid 1px #e2e2e2;
        padding: 2px 15px;
        text-transform: capitalize;
        display: inline-block;
        font-size: 14px;
        transition: all 0.20s ease-in-out;
        border-radius: 3px;
    }
    
    .lp-locations {
        text-align: center;
        max-width: 1125px;
        margin-top: -38px
    }
    
    .lp-locations .lp-locations-slider .arrow-right {
        left: -10px;
        margin-top: -20px
    }
    
    .lp-locations .lp-locations-slider .arrow-left {
        right: -10px;
        margin-top: -20px
    }
    
    .lp-locations .col-md-2 {
        padding: 0 0 0 4px;
        display: inline-block
    }
    
    .lp-locations .lp-location-box {
        position: relative;
        overflow: hidden
    }
    
    .lp-locations .lp-location-box .lp-location-thumb a img {
        max-width: 100%;
        height: auto;
        width: 100%
    }
    
    .lp-locations .lp-location-box .lp-location-bottom {
        position: absolute;
        bottom: 0;
        transition: bottom 0.15s ease-out;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 8px 0
    }
    
    .lp-locations .lp-location-box:hover .lp-location-bottom a span.lp-cat-list-count {
        display: block
    }
    
    .lp-locations .lp-location-box:hover .lp-location-bottom a span.lp-cat-name {
        margin-top: 10px
    }
    
    .lp-locations .lp-location-box .lp-location-bottom a {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 8px 0;
        bottom: 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABECAYAAABAgF9WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAENJREFUeNp8jkkOwCAMxFyn8P8f0xvVSJCLlc3KACjwJBRgt2XcVUKBd6MERs5Gi5nGTO2vKn94yHKK24Mb+u26at8A8mYCIJr1E7oAAAAASUVORK5CYII=);
        line-height: 12px;
        height: 68px
    }
    
    .lp-locations .lp-location-box .lp-location-bottom a span.lp-cat-name {
        display: block;
        font-weight: 700;
        line-height: 15px;
        margin-top: 25px;
        transition: all 0.35s ease-out
    }
    
    .lp-locations .lp-location-box .lp-location-bottom a span.lp-cat-list-count {
        display: none;
        line-height: 25px;
        transition: all 0.35s ease-out
    }
    
    .lp-activities .lp-activity {
        margin-bottom: 20px
    }
    
    .lp-activities .lp-activity.style2 .lp-activity-description p {
        min-height: 50px
    }
    
    .lp-activities .lp-activity.style2.bottom0 {
        margin-bottom: 0
    }
    
    .lp-activities .lp-activity .lp-activity-top {
        position: relative
    }
    
    .lp-activities .lp-activity .lp-activity-author-thumb {
        position: absolute;
        left: 10px;
        bottom: -27px
    }
    
    .lp-activities .lp-activity.style2 .lp-activity-author-thumb {
        right: -10px;
        top: 50%;
        margin-top: -27px;
        left: auto;
        height: 55px
    }
    
    .lp-activities .lp-activity .lp-activity-author-thumb img {
        height: 55px;
        width: 55px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        border: solid 2px;
        background-color: #fafafa;
    }
    
    .lp-activities .lp-activity .lp-activity-thumb img {
        max-width: 100%
    }
    
    .lp-activities .lp-activity .lp-activity-bottom {
        padding-top: 45px
    }
    
    .lp-activities .lp-activity .lp-activity-bottom strong {
        font-weight: 400;
        font-size: 14px;
        color: #333;
    }
    
    .lp-activities .lp-activity.style2 .lp-activity-bottom {
        padding-top: 15px
    }
    
    .lp-activities .lp-activity .lp-activity-review-writer {
        margin-bottom: 12px;
        line-height: 16px;
        text-transform: capitalize;
    }
    
    .lp-activities .lp-activity .lp-activity-review-writer p {
        margin-bottom: 0;
        font-size: 12px;
    }
    
    .lp-activities .lp-activity.style2 .lp-activity-review-writer {
        margin-top: 14px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    
    .lp-activities .lp-activity.style2 .lp-activity-review-writer p {
        margin-bottom: 0;
        font-size: 12px;
    }
    
    .lp-activities .lp-activity .lp-listing-stars {
        margin-bottom: 10px
    }
    
    .lp-activities .lp-activity .lp-activity-description .activity-reactions {
        margin-top: 15px
    }
    
    .lp-activities .lp-activity .lp-activity-description .activity-reactions .review-reaction {
        margin-left: 0;
        margin-right: 5px;
        line-height: 30px;
    }
    
    .lp-activities .lp-activity .lp-activity-description .activity-reactions .review-reaction i {
        margin-right: 5px
    }
    
    .lp-activities .lp-activity .lp-activity-description .activity-reactions.small-btns .review-reaction {
        padding: 0 8px 0 8px;
        margin-top: 5px;
        line-height: 30px;
    }
    
    .lp-activities .lp-activity .lp-activity-description .activity-reactions.small-btns .review-reaction:hover {
        border-radius: 3px;
    }
    
    .lp-activities .lp-activity .lp-activity-description p {
        margin-bottom: 0;
        overflow-wrap: break-word;
        min-height: 49px
    }
    
    .news-section {
        background-size: cover
    }
    
    .section-with-overlay {
        position: relative
    }
    
    .section-with-overlay:before {
        display: block;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        position: absolute;
        top: 0;
        left: 0
    }
    
    .lp-read-news {
        font-family: 'Rock Salt', cursive;
        text-align: center;
        width: 100%;
        padding: 50px 0
    }
    
    .lp-read-news p,
    .lp-read-news a {
        font-family: 'Rock Salt', cursive !Important;
        color: #fff !important;
    }
    
    .lp-read-news p:first-child {
        font-size: 30px;
        margin-bottom: 45px;
    }
    
    .lp-read-news p {
        line-height: 50px
    }
    
    .lp-read-news p.large-size {
        font-size: 80px;
        background-repeat: no-repeat;
        background-position: center;
        line-height: 80px
    }
    
    .lp-read-news a {
        font-size: 25px;
        margin-top: 45px;
        display: inline-block;
        text-decoration: underline;
    }
    
    .travel-brands {
        text-align: center
    }
    
    .partner-box {
        float: none;
        display: inline-block;
        width: 20%
    }
    
    .lp-logos {
        text-align: center
    }
    
    .lp-logos ul {
        margin: 0 auto
    }
    
    .lp-logos ul li {
        list-style: none;
        display: inline-block;
        margin: 0 25px
    }
    
    .lp-sidebar .lp-widget {
        margin-bottom: 25px;
        position: relative;
        z-index: 0;
    }
    
    .lp-sidebar .lp-widget#lp-sidebar-video {
        margin-bottom: -6px;
        overflow: hidden;
        width: 360px;
        border: none;
        margin-left: -1px
    }
    
    .lp-sidebar .lp-widget#lp-sidebar-video iframe {
        width: 360px;
        height: 300px;
        margin-bottom: 0
    }
    
    .lp-sidebar .map-widget #map {
        height: 420px;
        min-height: 420px
    }
    
    .lp-sidebar .lp-widget .lp-widget-title,
    .widget-box>h2 {
        font-size: 20px;
        margin: 0;
        text-transform: capitalize;
        margin-bottom: 20px
    }
    
    .lp-widget img {
        max-width: 100%
    }
    
    .lp-sidebar .lp-listings-widget .lp-listing {
        padding: 10px;
        border: solid 1px;
        margin-bottom: 0;
        border-bottom: 0;
    }
    
    .lp-listings-widget .lp-listing:last-child {
        border-bottom: solid 1px;
    }
    
    .lp-listings-widget .lp-listing {
        padding: 10px;
        border: solid 1px;
        margin-bottom: 0;
        border-bottom: 0;
    }
    
    .lp-sidebar .lp-listings-widget .lp-listing:last-child {
        border-bottom: solid 1px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-thumb {
        float: left;
        width: 46px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-thumb img {
        border-radius: 3px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail {
        float: left;
        width: calc(100% - 48px);
        padding-left: 10px;
        position: relative;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail h6 {
        font-size: 14px;
        margin: 0;
        margin-bottom: 2px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail h6 a {
        line-height: 20px;
        font-size: 15px;
        font-weight: 400;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail h6 span {
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        padding: 0 6px;
        margin-right: 5px;
        height: 18px;
        border: solid 1px;
        display: inline-block;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-rating {
        margin-bottom: 8px
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-avg,
    .lp-listing-review .lp-review-right .lp-rating-num {
        font-weight: 700;
        width: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
        line-height: 20px
    }
    
    .lp-listing-review .lp-review-right .lp-rating-num {
        width: auto !important;
        line-height: 25px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-count {
        text-transform: capitalize;
        margin-right: 15px
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-miles {
        font-weight: 400;
        color: #fff;
        background: #c1c1c1;
        border-radius: 3px;
        padding: 0 4px;
        float: right;
        font-size: 12px;
        line-height: 20px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail h6 span {
        border-radius: 5px;
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-location {
        font-size: 14px;
        line-height: 18px
    }
    
    .lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-location a {
        font-size: 13px;
        font-weight: 400;
    }
    
    .detail-page-header-bg {
        background-color: #f0f3f6;
        position: absolute;
        width: 100%;
        height: 167px;
        top: 0;
        left: 0;
        background-size: cover
    }
    
    .detail-page-header-bg.gal-yes {
        height: 470px
    }
    
    .detail-page-header-bg.style4-bg.two-lines-title {
        height: 170px
    }
    
    .detail-page-header-bg.style4-bg.no-tagline.two-lines-title {
        height: 135px
    }
    
    .detail-page-header-bg.style4-bg.no-tagline {
        height: 110px
    }
    
    .detail-page-header-bg.gal-yes.style4-bg {
        height: 475px
    }
    
    .detail-page-header-bg.gal-yes.style4-bg.two-lines-title {
        height: 500px
    }
    
    .detail-page-header-bg.gal-yes.style4-bg.two-lines-title.no-tagline {
        height: 470px
    }
    
    .detail-page-header-bg.gal-yes.style4-bg.no-tagline {
        height: 440px
    }
    
    .lp-listing-slider {
        margin-bottom: 30px;
        max-height: 270px;
        overflow: hidden
    }
    
    .lp-see-all {
        text-align: center;
        margin: 15px 0;
        margin-bottom: 30px
    }
    
    .lp-see-all a {
        text-transform: capitalize
    }
    
    .lp-listing-slider .lp-listing-slide-wrap {
        padding: 0
    }
    
    .lp-listing-slider .lp-listing-slide img {
        max-width: 100%;
        border-radius: 2px;
    }
    
    .lp-listing-title.gal-yes {
        margin-top: 30px
    }
    
    .single-page-bg .lp-listing-title {
        margin-top: 0;
        margin-bottom: 20px
    }
    
    .lp-listing-title .lp-listing-logo {
        float: left;
        margin-right: 15px;
        width: 82px;
        height: 82px;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .lp-listing-title .lp-listing-logo img {
        width: 82px;
        height: 82px;
    }
    
    .lp-listing-title .lp-listing-name {
        float: left;
        width: calc(100% - 235px)
    }
    
    .lp-listing-title .lp-listing-name h2 {
        position: relative;
    }
    
    .post-meta-left-box .lp-listing-title {
        margin-top: 10px;
    }
    
    .lp-listing-title .lp-listing-name h2 span.claimed {
        position: absolute;
        margin-left: 8px;
        margin-top: 4px;
    }
    
    .lp-listing-title .lp-listing-name h2 span.claimed.position-static {
        position: static;
        display: block;
        margin-left: 0;
    }
    
    .single-page-bg .lp-listing-title .lp-listing-name {
        margin-left: 0
    }
    
    .single-page-bg .lp-listing-title .lp-listing-name span {
        color: #fff
    }
    
    .lp-listing-title .lp-listing-name h2 {
        font-size: 28px;
        font-weight: 500;
        margin: 10px 0 5px 0;
        line-height: 33px;
        word-wrap: break-word
    }
    
    .lp-listing-title .lp-listing-name h2 span i {
        background-color: #40b3ef;
        color: #fff;
        border-radius: 50%;
        font-size: 11px;
        padding: 3px;
        line-height: 11px
    }
    
    .claim-details>h2>span {
        font-size: 27px
    }
    
    .claim-details ul {
        margin-bottom: 20px !important
    }
    
    .claim-details ul li {
        background: none !important;
        border: none !important;
        width: 320px;
        padding: 5px 0 !important
    }
    
    .lp-post-meta-right-box-style3 .post-meta-left-box h1 {
        word-wrap: break-word
    }
    
    .single-page-bg .lp-listing-title .lp-listing-name h2 {
        line-height: 30px
    }
    
    .single-page-bg .lp-listing-title .lp-listing-name h2 {
        margin-top: 0
    }
    
    .lp-listing-title .lp-listing-name .lp-listing-name-tagline {
        font-size: 14px
    }
    
    .lp-listing-title .lp-listing-title-rating {
        float: right;
        margin-top: 15px;
        text-align: right;
        margin-right: 3px
    }
    
    .lp-listing-title-rating .review-form-toggle i {
        margin-right: 5px
    }
    
    .single-page-bg .lp-listing-title .lp-listing-title-rating {
        float: none;
        margin-top: 8px;
        text-align: left
    }
    
    .lp-listing-title .lp-listing-title-rating .lp-rating-avg {
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        padding: 7px 10px;
        margin-bottom: 8px;
        display: inline-block;
        border-radius: 3px;
    }
    
    .single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-avg {
        margin-bottom: 0;
        padding: 4px 10px;
        margin-right: 10px
    }
    
    .lp-rating-avg sub {
        bottom: .05em
    }
    
    .lp-listing-title .lp-listing-title-rating .lp-rating-count,
    .lp-listing-title .lp-listing-title-rating .review-form-toggle {
        font-size: 13px
    }
    
    .lp-listing-title .lp-listing-title-rating .review-form-toggle {
        color: #fff
    }
    
    .lp-listing-title .lp-listing-title-rating .review-form-toggle:hover {
        text-decoration: underline
    }
    
    .single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-count {
        margin-right: 6px
    }
    
    .single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-count:after {
        content: '-';
        display: inline-block;
        margin-left: 10px
    }
    
    .lp-listing-action-btns {
        margin-top: 27px;
        position: relative;
        height: 14px
    }
    
    .lp-listing-action-btns .md-overlay,
    .lp-listing-action-btns .smenu {
        visibility: visible;
        opacity: 1;
        z-index: 100
    }
    
    .lp-listing-action-btns .smenu {
        z-index: 999999999;
        min-width: 217px !important;
        padding: 7px;
        left: 0;
        top: -90px;
        display: none;
    }
    
    .lp_detail_page_styles4 .lp-listing-action-btns .smenu {
        width: auto;
        left: -170px
    }
    
    .lp_detail_page_styles4 .lp-listing-action-btns .smenu:after {
        left: 91%
    }
    
    .lp-listing-action-btns .smenu:after {
        left: 10%;
        bottom: -10px;
        border-top-color: #fff
    }
    
    .lp-listing-action-btns .smenu div {
        display: block;
        float: left;
        text-align: center;
        margin: 3px
    }
    
    .lp-listing-action-btns .smenu div a {
        display: inline-block;
        width: 34px;
        text-align: center;
        padding: 7px 0
    }
    
    .single-page-bg .lp-listing-action-btns {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 2px
    }
    
    .lp-listing-action-btns ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        margin-top: 0
    }
    
    .single-page-bg .lp-listing-action-btns ul {
        margin-top: 10px
    }
    
    .lp-listing-action-btns ul li {
        float: left;
        margin-right: 8px
    }
    
    .lp-listing-action-btns.buttons-in-header ul li {
        margin-right: 0;
        margin-left: 10px;
        float: right
    }
    
    .lp-listing-action-btns.buttons-in-header ul {
        margin-top: 4px;
        position: static
    }
    
    .lp-listing-action-btns.buttons-in-header ul li a {
        padding-left: 13px;
        padding-right: 13px;
        border: none
    }
    
    .lp-listing-action-btns ul li>a {
        padding: 5px 12px 4px 12px;
        border: solid 1px;
        border-radius: 3px;
    }
    
    .lp-listing-action-btns ul li a>i {
        color: #797979
    }
    
    .lp-listing-action-btns ul li>a:hover {
        background-color: #f8f8f8
    }
    
    .lp-listing-action-btns ul li#lp-book-now {
        margin-right: 0;
        margin-top: 16px;
        margin-left: 15px;
        width: 100%;
        float: none
    }
    
    .lp-listing-action-btns ul li#lp-book-now>a {
        width: 150px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        border: solid 1px #fff !important;
        padding-top: 9px;
        padding-bottom: 5px;
        margin-right: 1px;
        background-color: transparent !important;
        color: #fff !important;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing-action-btns ul li#lp-book-now>a>i {
        transition: all 0.20s ease-in-out;
        color: #fff
    }
    
    .lp-listing-announcement {
        margin-bottom: 35px
    }
    
    .lp-listing-announcement .announcement-wrap {
        font-weight: 700;
        border: solid 1px;
        padding: 10px 10px 10px 15px;
        margin-bottom: 20px
    }
    
    .lp_detail_page_styles1 .lp-listing-announcement .announcement-wrap,
    .lp_detail_page_styles2 .lp-listing-announcement .announcement-wrap {
        border-radius: 5px
    }
    
    .lp-listing-announcement .announcement-wrap span {
        font-weight: 700
    }
    
    .lp-listing-announcement .announcement-wrap.last {
        margin-bottom: 0
    }
    
    .lp-listing-announcements .announcement-wrap.last {
        border-bottom: none
    }
    
    .lp-listing-announcement .announcement-wrap i,
    .lp-listing-announcement .announcement-wrap img {
        font-size: 26px;
        float: left;
        margin-right: 15px;
        float: left
    }
    
    .lp-listing-announcement .announcement-wrap p {
        float: left;
        width: 60%;
        margin-bottom: 0
    }
    
    .lp-listing-announcement .announcement-wrap span {
        float: left;
        max-width: 555px;
        font-weight: 400;
        line-height: 17px
    }
    
    .lp-listing-announcement .announcement-wrap strong {
        display: block
    }
    
    .lp-listing-announcement .announcement-wrap a {
        float: right;
        padding: 6px 15px;
        text-align: center;
        border-radius: 3px;
        font-weight: 400;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing-announcement .announcement-wrap a:hover {
        opacity: .7
    }
    
    .lp-listing-desription {
        margin-bottom: 35px;
        font-size: 15px
    }
    
    .lp-listing-desription p {
        margin-bottom: 15px;
        overflow-wrap: break-word
    }
    
    .lp-listing-desription p:last-child {
        margin-bottom: 0
    }
    
    .lp-listing-specs {
        margin-top: 40px
    }
    
    .lp-listing-specs ul li {
        list-style: none;
        width: 40%;
        float: left;
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: solid 1px;
        line-height: 17px
    }
    
    .lp-listing-specs ul li:nth-child(2n) {
        float: right
    }
    
    .lp-listing-specs ul li label {
        font-size: 16px
    }
    
    .lp-listing-specs ul li span {
        font-size: 15px;
        float: right
    }
    
    .lp-listing-faqs {
        margin-bottom: 45px;
        float: none
    }
    
    .lp-listing-faqs .lp-listing-faq {
        border: solid 1px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        -moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        padding: 0;
        border-radius: 3px;
    }
    
    .lp-listing-faqs .lp-listing-faq.last {
        margin-bottom: 0
    }
    
    .lp-listing-faqs .ui-accordion-header-icon {
        display: none;
        float: none
    }
    
    .lp-listing-faq .faq-title {
        margin: 0;
        padding: 15px 20px;
        -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        -moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        border: solid 1px #dedede;
        margin-bottom: 15px;
    }
    
    .lp-listing-faq .faq-title.ui-accordion-header-active {
        border-bottom: none;
        box-shadow: none;
    }
    
    .lp-listing-faq.ui-accordion .ui-accordion-content {
        -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        -moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
        border: solid 1px #dedede;
        border-top: none;
        margin-bottom: 15px;
    }
    
    .lp-listing-faq.ui-accordion .ui-accordion-content p {
        margin-bottom: 0;
    }
    
    .lp-listing-faq.ui-accordion .ui-accordion-content.ui-accordion-content-active {
        margin-top: -15px;
    }
    
    .lp-listing-faq .faq-title a {
        font-size: 16px;
        font-weight: 400;
        display: block;
    }
    
    .lp-listing-faq .faq-title a:focus {
        color: #333 !important;
    }
    
    .lp-listing-faq .faq-title a span {
        font-size: 20px;
        display: inline-block;
        margin-right: 15px;
        line-height: 20px
    }
    
    .lp-listing-faq .faq-title a i {
        float: right;
        font-size: 12px;
        margin-top: 4px
    }
    
    .lp-listing-faq .faq-answer p {
        margin-bottom: 0
    }
    
    .lp-listing-faq .faq-answer .answer-body {
        padding: 20px;
        padding-top: 0
    }
    
    .lp-listing-reviews {
        margin-bottom: 40px
    }
    
    .lp-listing-reviews .lp-total-reviews {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 0
    }
    
    .lp-listing-reviews .lp-listing-review {
        margin-top: 20px;
        border-top: solid 1px;
        padding-top: 30px
    }
    
    .lp-listing-review .lp-review-left {
        float: left;
        width: 20%;
        max-width: 100px;
        text-align: center;
    }
    
    .lp-listing-review .lp-review-left .lp-review-thumb {
        margin-bottom: 15px
    }
    
    .lp-listing-review .lp-review-left .lp-review-thumb img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 85px;
        width: 85px
    }
    
    .lp-listing-review .lp-review-left .lp-review-name {
        display: block;
        margin-bottom: 0;
        line-height: 16px;
        text-transform: capitalize;
    }
    
    .lp-listing-review .lp-review-left .lp-review-count {
        display: block
    }
    
    .lp-listing-review .lp-review-right {
        float: right;
        width: 86%;
        padding-left: 30px
    }
    
    .lp-listing-review .lp-review-right .lp-review-right-top strong {
        display: block;
        font-weight: 500;
        font-size: 16px;
        font-family: Poppins,"Poppins Fallback";
    }
    
    .lp-listing-review .lp-review-right .lp-review-right-top time {
        font-size: 14px
    }
    
    .lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars {
        float: right;
        position: relative
    }
    
    .lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars .open-multi-rate-box .fa-star {
        color: #73cf42
    }
    
    .lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars .lp-multi-star-wrap {
        left: -140px
    }
    
    .lp-listing-review .lp-review-right .lp-rating-num {
        margin-right: 0
    }
    
    .lp-listing-review .lp-review-right .lp-review-right-content {
        margin-top: 15px
    }
    
    .lp-reivew-gallery {
        margin-top: 15px
    }
    
    .lp-reivew-gallery {
        margin-left: 10px
    }
    
    .lp-reivew-gallery .listing-review-slider .slick-slide {
        padding: 0 5px
    }
    
    .lp-reivew-gallery .slick-prev,
    .lp-reivew-gallery .slick-next {
        padding: 15px 0;
        width: 30px;
        background-size: 10px;
        margin-top: 0;
        right: -7px
    }
    
    .lp-reivew-gallery .slick-prev {
        left: -7px
    }
    
    .lp-reivew-gallery img {
        max-width: 100%;
        border-radius: 3px;
    }
    
    .lp-listing-review .lp-review-right-bottom {
        margin-top: 30px
    }
    
    .lp-listing-review .lp-review-right-bottom .review-interesting,
    .lp-listing-review .lp-review-right-bottom .review-love,
    .lp-listing-review .lp-review-right-bottom .review-lol,
    .lp-activity-description .review-interesting,
    .lp-activity-description .review-love,
    .lp-activity-description .review-lol {
        padding: 0 10px 0 10px;
        border: solid 1px;
        margin: 0 4px;
        display: inline-block;
        position: relative;
        line-height: 30px;
        border-radius: 3px;
        font-size: 13px;
    }
    
    .lp-listing-review .lp-review-right-bottom .review-interesting:hover,
    .lp-activity-description .review-interesting:hover {
        border-radius: 3px;
    }
    
    .lp-listing-review .lp-review-right-bottom .review-reaction .react-msg,
    .lp-activity-description .review-reaction .react-msg {
        position: absolute;
        font-size: 13px;
        top: -30px;
        left: 0;
        display: none;
        width: 200%;
    }
    
    .lp-listing-review-form {
        margin-bottom: 30px;
        border: solid 1px;
        padding: 35px;
        position: relative;
        border-radius: 2px;
    }
    
    .lp-listing-review-form .lp-form-opener {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5
    }
    
    .lp-listing-review-form h2 {
        margin: 0;
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 20px;
        cursor: pointer;
        font-weight: 500;
    }
    
    .lp-listing-review-form h2 i {
        float: right
    }
    
    .lp-listing-review-form .lp-review-form-top {
        border: solid 1px;
        padding: 15px
    }
    
    .lp-listing-review-form .lp-review-form-top .fa-star-o {
        display: inline-block;
        margin-top: 4px
    }
    
    .lp-listing-review-form .lp-review-form-bottom {
        display: none;
        margin-top: 20px
    }
    
    .lp-review-form-bottom input {
        border-radius: 0
    }
    
    .lp-review-form-top .lp-review-stars {
        width: 50%;
        float: left;
        margin-top: 6px
    }
    
    .lp-review-form-top .submit-images {
        margin: 0
    }
    
    .lp-review-form-top .lp-review-stars span.stars-label {
        float: left;
        margin-right: 8px
    }
    
    .lp-review-form-top .lp-review-images label {
        font-weight: 400;
        margin-bottom: 0
    }
    
    .lp-review-form-top .lp-review-images {
        width: 50%;
        float: right;
        text-align: right
    }
    
    .lp-review-form-top .lp-review-images button,
    a.browse-imgs {
        border: none;
        padding: 0 25px;
        line-height: 37px;
        margin-left: 8px;
        display: inline-block
    }
    
    .lp-listing-review-form textarea {
        resize: none;
        width: 100%;
        padding: 15px;
        height: 160px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    
    .lp-listing-review-form .review-submit-btn {
        border: none;
        font-size: 16px;
        padding: 9px 40px;
        margin-top: 15px;
        border-radius: 3px;
    }
    
    .lp-listing-review-form .form-submit {
        margin-bottom: 0
    }
    
    .listing-page-sidebar .lp-widget {
        border-radius: 3px;
    }
    
    .listing-page-sidebar .lp-deal {
        margin-bottom: 20px
    }
    
    .listing-page-sidebar .lp-widget.lp-widget-top {
        border-top: solid 1px;
    }
    
    .widget-box.widget_listingpro_nearby_v2 {
        padding: 0;
        margin-bottom: 30px
    }
    
    .listing-page-sidebar .lp-widget #singlepostmap {
        height: 235px;
        border-left: solid 1px;
        border-right: solid 1px;
    }
    
    .listing-page-sidebar .lp-widget ul {
        padding: 0;
        margin: 0;
        list-style: none
    }
    
    .listing-page-sidebar .lp-widget ul li {
        padding: 10px 20px;
    }
    
    .lp-widget-top .lp-listing-timings .all-days-timings li {
        background-color: #fff !important;
    }
    
    .listing-page-sidebar .lp-widget ul li span.social-icon {
        font-size: 18px;
        display: inline-block;
        text-align: left;
        width: 30px;
    }
    
    .widget-social-icons li {
        font-size: 14px
    }
    
    .widget-social-icons li a {
        color: #797979
    }
    
    .listing-page-sidebar .lp-widget ul li span img {
        width: 20px
    }
    
    .listing-page-sidebar .lp-widget ul li p {
        margin-bottom: 0
    }
    
    .listing-page-sidebar .lp-widget ul li a.addr-margin {
        margin-left: 33px
    }
    
    .lp-widget-social-links a {
        font-size: 22px;
        margin-right: 4px;
        display: block;
        float: left
    }
    
    .lp-listing-timings {
        position: relative
    }
    
    .lp-listing-timings .toggle-all-days {
        position: absolute;
        border: solid 1px;
        padding: 2px 6px;
        border-radius: 2px;
        right: 15px;
        bottom: -10px;
        font-size: 11px;
        z-index: 2;
        line-height: 14px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing-timings .toggle-all-days i {
        margin-right: 3px
    }
    
    .lp-listing-timings .all-days-timings {
        display: none
    }
    
    .lp-listing-timings .lp-today-timing {
        padding: 14px 20px
    }
    
    .lp-listing-timings div.lp-today-timing {
        border-top: solid 1px;
        background-color: #fff
    }
    
    .lp-listing-timings div.lp-today-timing strong img {
        width: 20px;
    }
    
    .lp-listing-timings .lp-today-timing .lp-timing-status {
        margin-left: 12px
    }
    
    .lp-listing-timings .lp-today-timing .lp-timings {
        float: right;
        margin-right: 0;
        width: auto
    }
    
    .lp-widget .lp-listing-price-range {
        padding: 15px 20px;
        border-top: solid 1px
    }
    
    .lp-widget .lp-listing-price-range .simptip-position-top.simptip-movable:hover:after {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .lp-widget .lp-listing-price-range .lp-listing-price-range {
        border: none;
        font-weight: 700;
        padding: 0
    }
    
    .lp-widget .lp-listing-price-range p {
        margin: 5px 0
    }
    
    .lp-widget .lp-listing-price-range p.pricey {
        font-size: 16px
    }
    
    .lp-widget .lp-listing-price-range p a {
        font-weight: 700
    }
    
    .lp-widget .lp-listing-price-range p i {
        margin-right: 8px
    }
    
    .lp-widget .lp-listing-price-range p img {
        width: 18px;
        margin-left: -3px;
        margin-right: 8px
    }
    
    .lp-listing-additional-details {
        position: relative
    }
    
    .lp-listing-additional-details.bottom35 {
        margin-bottom: 46px
    }
    
    .lp-listing-additional-details h4 {
        font-weight: 500;
        font-size: 16px;
        margin: 0;
        padding: 16px 20px;
        border-top: solid 1px;
        background-color: #fff
    }
    
    .lp-listing-additional-details li {
        font-weight: 700
    }
    
    .lp-listing-additional-details li label {
        font-weight: 700;
        margin-bottom: 0
    }
    
    .lp-listing-additional-details li span {
        float: right
    }
    
    .lp-listing-additional-details .toggle-additional-details {
        position: absolute;
        text-align: center;
        width: 100%;
        box-shadow: none;
        border: none;
        border-top: none;
        padding: 4px 0;
        bottom: -46px;
        left: 0;
        outline: none;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing-additional-details .toggle-additional-details:hover {
        opacity: .7
    }
    
    .lp-listing-additional-details .toggle-additional-details i {
        margin-right: 5px
    }
    
    .additional-detail-hidden {
        display: none
    }
    
    .online-owner-widget {
        padding: 15px
    }
    
    .online-owner-widget .lp-online-thumb {
        width: 85px;
        height: 85px;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    
    .online-owner-widget .lp-online-detail {
        float: left;
        margin-left: 10px
    }
    
    .online-owner-widget .lp-online-detail h4 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px
    }
    
    .online-owner-widget .lp-online-detail h4 span {
        font-size: 14px;
        font-weight: 400;
        margin-left: 10px
    }
    
    .online-owner-widget .lp-online-detail h4 span:before {
        content: ' ';
        height: 6px;
        width: 6px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 4px
    }
    
    .online-owner-widget .lp-online-social a {
        font-size: 20px;
        margin-right: 4px
    }
    
    .online-owner-widget .lp-online-detail p {
        margin-bottom: 0;
        font-size: 14px;
        margin-top: 4px
    }
    
    .lp-widget.lp-discount-widget {
        position: relative;
        margin-bottom: 25px;
        border: solid 1px #dedede;
        overflow: hidden;
        border-radius: 3px;
    }
    
    .lp-widget.lp-discount-widget .flip-clock-wrapper {
        width: auto;
        display: inline-block;
        margin-left: auto
    }
    
    .lp-discount-widget .lp-discount-btn {
        position: relative;
        width: 100.8%;
        text-align: center;
        font-weight: 700;
        padding: 12px 0;
        font-size: 16px;
        text-transform: capitalize;
        cursor: pointer;
        z-index: 1;
        display: block
    }
    
    .lp-discount-widget .lp-discount-btn span {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 23px
    }
    
    .no-padding-discount:nth-child(even) {
        padding-left: 0;
        clear: both
    }
    
    .no-padding-discount:nth-child(odd) {
        padding-right: 0
    }
    
    .no-padding-sidebar {
        padding: 0
    }
    
    .lp-discount-widget .lp-discount-top {
        text-align: center;
        padding: 20px;
        position: relative
    }
    
    .lp-discount-widget .lp-discount-top strong {
        margin-bottom: 20px;
        text-transform: capitalize;
        display: block;
        margin-bottom: 10px
    }
    
    .lp-discount-widget .lp-discount-top .lp-discount-thumb {
        height: 100px;
        width: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px;
        position: absolute;
        left: 50%;
        margin-left: -50px
    }
    
    .lp-discount-widget .lp-discount-top .lp-discount-thumb img {
        max-width: 100%;
        border-radius: 50%
    }
    
    .lp-discount-widget .lp-discount-top .lp-discount-thumb .lp-discount-thumb-tagline {
        color: #fff;
        left: 0;
        font-weight: 700;
        padding: 0 10px;
        background-color: #73cf42;
        position: absolute;
        bottom: -5px;
        font-size: 12px;
        right: auto;
        width: 100%;
        text-align: center
    }
    
    .lp-dis-code-copy {
        text-align: center;
        line-height: 18px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        z-index: 15;
        bottom: 12px;
        left: 0;
        display: none
    }
    
    .lp_detail_page_styles1 .lp-dis-code-copy,
    .lp_detail_page_styles2 .lp-dis-code-copy,
    .lp_detail_page_styles5 .lp-dis-code-copy {
        border-radius: 5px
    }
    
    .lp_detail_page_styles1 .lp-dis-code-copy .popup-header strong,
    .lp_detail_page_styles2 .lp-dis-code-copy .popup-header strong,
    .lp_detail_page_styles5 .lp-dis-code-copy .popup-header strong {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
    
    .lp-discount-widget .lp-dis-code-copy {
        bottom: 30px
    }
    
    .offer-btn .lp-dis-code-copy {
        width: 300px;
        left: auto;
        right: 0
    }
    
    .lp-listing-bottom-right .lp-dis-code-copy {
        min-width: 300px;
        left: -47px
    }
    
    .popup-header strong {
        position: relative;
        color: #fff !important;
        text-align: left;
        padding: 10px;
        font-size: 16px !important;
        margin-top: 0 !important;
        display: block;
        float: left
    }
    
    .lp-dis-code-copy .popup-header strong,
    .lp-listing-announcement .popup-header strong {
        display: block;
        float: none
    }
    
    .lp-listing-announcement .popup-header strong {
        padding: 8px 13px
    }
    
    .offer-btn .lp-dis-code-copy {
        bottom: 55px
    }
    
    .deal-content .lp-dis-code-copy {
        bottom: 60px
    }
    
    .deal-content .lp-dis-code-copy:after {
        left: 40px
    }
    
    .lp-listing-bottom-right .lp-dis-code-copy {
        bottom: 70px
    }
    
    .lp-dis-code-copy:after,
    .lp-listing-announcements .lp-listing-announcement:after {
        display: block;
        content: ' ';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -5px
    }
    
    .offer-btn .lp-dis-code-copy:after {
        right: 20px;
        left: auto
    }
    
    .lp-listing-announcements .lp-listing-announcement:after {
        left: 37%
    }
    
    .lp-dis-code-copy strong {
        font-size: 20px;
        color: #7f7f7f;
        margin-top: 12px;
        margin: 0;
        display: block;
        float: left;
        padding: 10px
    }
    
    .lp-dis-code-copy span {
        font-weight: 400;
        display: inline-block;
        cursor: pointer;
        padding: 9px 10px;
        display: block;
        line-height: 10px;
        float: right
    }
    
    .lp-dis-code-copy input {
        position: absolute;
        z-index: -1;
        background-color: transparent;
        border: none;
        color: #fff;
        opacity: 0
    }
    
    .code-overlay {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .2);
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none
    }
    
    .close-copy-code {
        position: absolute;
        right: 10px;
        cursor: pointer;
        color: #fff;
        top: 8px
    }
    
    .lp-discount-widget .lp-discount-bottom {
        padding: 70px 20px 0 20px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-top: 25px
    }
    
    .lp-discount-widget .lp-discount-bottom strong.dishead {
        font-size: 18px;
        text-transform: capitalize;
        display: block;
        margin-bottom: 8px
    }
    
    .lp-discount-widget .lp-discount-thumb-tagline {
        border: solid 1px #73cf42;
        padding: 0 20px;
        color: #73cf42;
        display: inline-block;
        margin-bottom: 20px
    }
    
    .lp-widget.related-listings,
    .lp-widget.widget_listingpro_nearby_v2 {
        border: none
    }
    
    .lp-sidebar .lp-widget .lp-widget-title a {
        font-size: 14px;
        margin-left: 10px
    }
    
    footer.style3 {
        padding: 30px 0;
        border-top: solid 1px
    }
    
    footer .lp-footer-logo {
        float: left;
        max-width: 160px
    }
    
    footer .lp-footer-copyrights {
        margin-left: 15px;
        float: left;
        margin-top: 8px
    }
    
    footer .lp-footer-copyrights span {
        font-size: 16px !important
    }
    
    .footer-menu ul {
        list-style: none;
        margin-top: 7px
    }
    
    .lp-header .footer-menu ul {
        margin-top: 8px
    }
    
    .footer-menu ul li {
        float: right;
        margin: 0 10px
    }
    
    .footer-menu li:before {
        display: none
    }
    
    .lp-header .footer-menu ul li {
        margin-left: 0;
        margin-right: 20px
    }
    
    .footer-menu ul li a {
        font-size: 16px;
    }
    
    .rating-symbol:first-of-type::after,
    .rating-symbol:nth-child(2)::after,
    .rating-symbol:nth-child(3)::after,
    .rating-symbol:nth-child(4)::after,
    .rating-symbol:nth-child(5)::after,
    .ann-err-msg,
    .lp-dash-ann-list li form,
    .lp-dash-dis-list li form,
    .lp-dash-offer-list li form,
    .lp-menus-list li form {
        display: none
    }
    
    .lp-dash-ann-list li i,
    .lp-dash-dis-list li i,
    .lp-dash-offer-list li i {
        cursor: pointer
    }
    
    .lp-dash-offer-list li p {
        margin-bottom: 0;
        line-height: 35px
    }
    
    #input-dropdown>ul li {
        text-align: left;
        padding-left: 11px;
        padding-right: 11px
    }
    
    .list-style .grid-style-container {
        display: none
    }
    
    .grid-style .list-style-cotainer {
        display: none
    }
    
    .grid-style-container {
        min-height: 320px
    }
    
    .lp-listing-offers .lp-listing-offer {
        margin-bottom: 35px;
        position: relative;
        overflow: hidden
    }
    
    .lp_detail_page_styles1 .lp-listing-offers .lp-listing-offer,
    .lp_detail_page_styles2 .lp-listing-offers .lp-listing-offer,
    .lp_detail_page_styles5 .lp-listing-offers .lp-listing-offer {
        border-radius: 5px
    }
    
    .lp_detail_page_styles1 .lp-listing-offer .offer-bottom,
    .lp_detail_page_styles2 .lp-listing-offer .offer-bottom,
    .lp_detail_page_styles5 .lp-listing-offer .offer-bottom {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
    
    .lp-listing-offer .offer-top {
        padding: 38px 25px;
        border: solid 1px #dedede;
        padding-bottom: 20px;
        min-height: 100px;
    }
    
    .lp-listing-offer.offer-sidebar .offer-top {
        text-align: center;
        padding: 25px
    }
    
    .lp-listing-offer.offer-sidebar .offer-top .offer-tagline.tagline-margin {
        margin-bottom: 85px
    }
    
    .lp-listing-offer.offer-sidebar .offer-bottom .offer-thumb {
        left: 50%;
        margin-left: -75px
    }
    
    .lp-listing-offer.offer-sidebar .offer-bottom .offer-btn {
        position: static;
        margin-top: 50px
    }
    
    .lp-listing-offer.offer-sidebar .offer-top .offer-expiry strong {
        display: none
    }
    
    .offer-expiry .flip-clock-divider.minutes .flip-clock-label {
        left: 10px
    }
    
    .lp-listing-offer.offer-sidebar .offer-top .offer-expiry .flip-clock-wrapper {
        float: none;
        margin-left: 43px
    }
    
    .flip-clock-divider .flip-clock-label {
        margin-left: 0
    }
    
    .flip-clock-divider.minutes .flip-clock-label {
        margin-left: 1px
    }
    
    #offer-countdown-1 .flip-clock-divider.days .flip-clock-label,
    .lp-discount-widget .flip-clock-divider.days .flip-clock-label {
        left: 3px;
    }
    
    #offer-countdown-1 .flip-clock-divider.hours .flip-clock-label {
        left: 13px;
    }
    
    .lp-discount-widget .flip-clock-divider.hours .flip-clock-label {
        left: 11px;
    }
    
    #offer-countdown-1 .flip-clock-divider.minutes .flip-clock-label {
        left: 12px;
    }
    
    .listing-page-sidebar #lp-deals-countdown1 ul.flip li a {
        line-height: 33px;
    }
    
    .lp-discount-widget .flip-clock-divider.hours .flip-clock-label {
        margin-left: 2px
    }
    
    .lp-discount-widget .flip-clock-divider.minutes .flip-clock-label,
    .lp-discount-widget .flip-clock-divider.seconds .flip-clock-label {
        margin-left: 7px;
        top: -17px
    }
    
    .lp-listing-offer.offer-sidebar .offer-top .offer-expiry {
        margin-top: 25px;
        margin-bottom: 80px
    }
    
    .lp-listing-offer.offer-sidebar .offer-bottom .offer-title {
        margin-top: 20px
    }
    
    .lp-listing-offer .offer-bottom .offer-thumb {
        width: 150px;
        height: 150px;
        position: absolute;
        top: -75px
    }
    
    .lp-listing-offer .offer-bottom .offer-tagline {
        color: #73cf42;
        left: 0;
        font-weight: 400;
        padding: 6px 70px;
        border: 1px solid #73cf42;
        font-size: 16px;
        right: auto;
        vertical-align: bottom;
        text-align: center;
        display: inline-block
    }
    
    .lp-listing-offer .offer-top .offer-tagline {
        border: solid 1px #73cf42;
        padding: 2px 10px;
        color: #73cf42;
        margin-left: 160px;
        margin-top: 8px;
        display: inline-block;
        float: left
    }
    
    .lp-listing-offer.offer-sidebar .offer-top .offer-tagline {
        margin-left: 0;
        float: none
    }
    
    .lp-listing-offer .offer-bottom .offer-thumb img {
        width: 150px;
        height: 150px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }
    
    .lp-listing-offer .offer-bottom .offer-thumb span.offer-num {
        position: absolute;
        background-color: #2690ff;
        color: #fff;
        width: 40px;
        text-align: center;
        padding: 6px 0;
        font-size: 20px;
        top: 5px
    }
    
    .lp-listing-offer .offer-top .offer-expiry {
        text-align: right;
        line-height: 44px
    }
    
    .lp-listing-offer .offer-top .offer-expiry .flip-clock-wrapper {
        width: auto;
        float: right;
        margin: 0;
        margin-left: 20px
    }
    
    .lp-listing-offer .offer-bottom {
        padding: 23px;
        background-color: #f7f9fa;
        position: relative;
        border: 1px solid #dedede;
        border-top: 0
    }
    
    .lp-listing-offer .offer-bottom .offer-title {
        display: block;
        margin-top: 70px;
        color: #333
    }
    
    .lp-listing-offer .offer-bottom .offer-description {
        position: relative
    }
    
    .lp-listing-offer .offer-bottom .offer-description p {
        line-height: 22px;
        margin-bottom: 0;
        max-width: 540px;
    }
    
    .lp-listing-offer .offer-bottom .offer-description p:first-child {
        margin-bottom: 4px
    }
    
    .lp-listing-offer .offer-bottom .offer-description p:last-child {
        margin-bottom: 0
    }
    
    .lp-listing-offer .offer-bottom .offer-btn {
        position: absolute;
        right: 25px;
        top: 0
    }
    
    .offer-description .lp-copy-code {
        padding: 8px 16px;
        color: #fff;
        background-color: #73cf42;
        text-transform: capitalize;
        margin-top: 20px;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        right: 0
    }
    
    .add-new-offer .upload-field,
    .add-new-discount-code .upload-field {
        margin-top: 0
    }
    
    .add-new-offer #frontend-button,
    .add-new-discount-code #frontend-button {
        margin-bottom: 0
    }
    
    #listingpro_nearby-2 {
        padding: 0
    }
    
    .lp-category-abs2 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
    
    .lp-category-abs2:last-child {
        padding-right: 0
    }
    
    .lp-category-abs2 .lp-category-abs2-inner {
        position: relative
    }
    
    .lp-category-abs2 .lp-category-abs2-inner img {
        height: 375px;
        width: 100%
    }
    
    .lp-category-abs2.abs2-third,
    .lp-category-abs2.abs2-fourth {
        padding-right: 0
    }
    
    .lp-category-abs2.abs2-third .lp-category-abs2-inner img,
    .lp-category-abs2.abs2-fourth .lp-category-abs2-inner img {
        height: 182px
    }
    
    .lp-category-abs2 .lp-category-abs2-inner span {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        padding: 0 10px;
        transition: all 0.20s ease-in-out;
        font-family: 'Poppins',"Poppins Fallback";
        font-weight: 500;
        font-size: 16px;
        border-radius: 3px;
    }
    
    .lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats {
        position: absolute;
        padding: 0 10px;
        background-color: #555;
        color: #fff;
        bottom: 0;
        border-radius: 2px;
        left: 15px
    }
    
    .lp-category-abs2 .lp-category-abs2-inner.has-child-cats:hover span {
        bottom: 45px
    }
    
    .lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats a {
        color: #fff;
        font-size: 12px;
    }
    
    .lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats a:hover {
        text-decoration: underline
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner {
        background-color: #fafafa;
        margin-bottom: 30px;
        text-align: center;
        border: solid 1px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner:hover {
        -webkit-box-shadow: 0 0 15px 2px rgba(184, 184, 184, .79);
        -moz-box-shadow: 0 0 15px 2px rgba(184, 184, 184, .79);
        box-shadow: 0 0 15px 2px rgba(184, 184, 184, .79)
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top,
    .lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-bottom {
        padding: 20px
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top img {
        display: block;
        margin: 0 auto 6px auto;
        width: 66px;
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top h5 {
        margin: 0
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top {
        padding-top: 10px;
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner.with-icon {
        text-align: left
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner-bottom {
        border-top: solid 1px
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner-bottom li img {
        width: 24px;
        margin-right: 5px
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner-bottom li {
        margin-bottom: 3px;
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner-bottom li a {
        display: inline-block;
        vertical-align: middle;
    }
    
    .lp-category-boxed2 .lp-category-boxed2-inner-bottom li:last-child {
        margin-bottom: 0;
    }
    
    .widget_listingpro_ads_widget_v2 {
        padding: 0
    }
    
    .add-btn-v2 {
        border: 0
    }
    
    .lp-deals-wrap {
        margin-bottom: 35px
    }
    
    .lp-deals-wrap .lp-deal {
        position: relative;
        color: #fff;
        margin-bottom: 30px;
        overflow: hidden
    }
    
    .lp-deals-wrap .lp-deal .deal-details {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000
    }
    
    .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off {
        color: #fff;
        padding: 0 7px;
        position: absolute;
        top: 15px;
        left: 15px;
        border: solid 1px #fff
    }
    
    .lp-deals-wrap .lp-deal .deal-details .deal-button {
        padding: 4px 15px 4px 15px;
        transition: all 0.20s ease-in-out;
        display: inline-block;
        background-color: #73cf42 !important;
        color: #fff;
        margin-top: 4px;
        cursor: pointer
    }
    
    .lp-deals-wrap .lp-deal .deal-details .deal-content {
        width: 100%;
        position: absolute;
        padding: 15px;
        bottom: 0
    }
    
    .lp-deals-wrap .lp-deal .deal-details .deal-content p {
        margin-bottom: 0;
        color: #fff;
        line-height: 20px
    }
    
    .lp-deals-wrap .lp-deal .deal-details .lp-deal-validity span {
        color: #fff;
        font-size: 12px
    }
    
    .deal-countdown-wrap {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }
    
    .deal-countdown-wrap .flip-clock-label {
        color: #fff;
        top: auto;
        bottom: -15px;
        left: 6px
    }
    
    .deal-countdown-wrap .flip-clock-wrapper {
        margin: 0
    }
    
    .deal-countdown-wrap .flip-clock-wrapper ul li a div div.inn,
    .deal-countdown-wrap .flip-clock-wrapper ul li a div {
        font-size: 18px;
        border-radius: 0
    }
    
    .deal-countdown-wrap .flip-clock-wrapper ul li a {
        line-height: 30px;
        font-weight: 400
    }
    
    .deal-countdown-wrap .flip-clock-wrapper ul {
        height: 30px;
        box-shadow: none;
        border: solid 1px;
        margin: 0 2px 0 2px !important
    }
    
    .deal-countdown-wrap .flip-clock-divider {
        width: 4px
    }
    
    .fa-check-circle {
        color: #73cf42
    }
    
    .lp-listing-offer .flip-clock-wrapper .flip {
        border: solid 1px #e3e3e3;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    
    .listing-page-sidebar .lp-widget.lp-discount-widget ul li {
        border: solid 1px
    }
    
    .lp-discount-count-wrap .lp-discount-countdown {
        margin-left: 35px
    }
    
    .deal-details .flip-clock-wrapper ul li a div div.inn {
        background-color: #fff
    }
    
    .lp-discount-count-wrap .flip li {
        border: none
    }
    
    .lp-pagination ul li>span.current:hover,
    .lp-pagination ul li>span.current,
    .lp-pagination ul li .page-numbers {
        line-height: 29px;
        padding: 0 12px;
        border-radius: 2px;
    }
    
    .lp-header-search .lp-search-btn {
        padding: 11px 25px 11px 40px;
    }
    
    .lp-header-search.archive-search .lp-search-btn {
        padding: 11px 30px 11px 40px
    }
    
    .lp-header-search.archive-search .lp-search-icon {
        font-size: 25px;
        left: 25px
    }
    
    .lp-header-search .lp-search-icon {
        left: 20px;
    }
    
    .nicescroll-cursors {
        background-color: rgb(236, 236, 236) !important
    }
    
    #input-dropdown {
        box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
    }
    
    .form-group.submit-images.lp-review-images>input[type="file"] {
        width: 0
    }
    
    .lp-listing-menuu-wrap {
        margin-bottom: 35px;
        background-color: #fff;
        border: solid 1px;
        border-radius: 3px;
    }
    
    .lp-listing-menu-items {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .lp-listing-menu-items h6 {
        margin-bottom: 25px;
        margin-top: 25px;
        line-height: 13px;
        padding-bottom: 12px;
        position: relative;
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .lp-listing-menu-items h6:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 150%;
        height: 1px;
    }
    
    .lp-listing-menu-items .lp-listing-menu-item {
        border-bottom: solid 1px;
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-thumb {
        margin-right: 15px;
        width: 65px;
        float: left
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-thumb img {
        border-radius: 2px;
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail {
        float: left;
        width: calc(100% - 200px)
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-title {
        display: block;
        color: #333;
        line-height: 16px;
        margin-bottom: 10px
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-order {}
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-order img {
        display: inline-block;
        margin: 0;
    }
    
    .lp-menu-order-fields select {
        width: 100% !important;
        padding-top: inherit;
        box-shadow: none;
        height: 42px;
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-tags {
        display: block;
        color: #797979;
        line-height: 17px;
        font-size: 13px;
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price {
        float: right
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span {
        display: block;
        line-height: 16px;
        margin-bottom: 5px
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span.old-price {
        color: #797979 !important
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span.line-through {
        text-decoration: line-through;
        text-align: center;
    }
    
    .lp-listing-menu-top {
        line-height: 15px;
        text-align: center;
        padding: 42px 15px;
        background-color: #fafafa;
        margin-bottom: 0;
        border-bottom: solid 1px;
        position: relative
    }
    
    .lp-listing-menu-top span {
        line-height: 15px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    .lp-listing-menuu-slider .slick-arrow {
        top: 15px;
        box-shadow: none;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        opacity: 1;
    }
    
    .lp-listing-menuu-slider .arrow-right::before,
    .lp-listing-menuu-slider .arrow-left::before {
        color: unset;
    }
    
    .lp-listing-menuu-slider .slick-arrow.arrow-right {
        left: 15px
    }
    
    .lp-listing-menuu-slider .slick-arrow.arrow-left {
        right: 15px
    }
    
    .flip-clock-wrapper ul {
        border-radius: 0
    }
    
    .lp-review-form-top a.browse-imgs {
        border-radius: 3px;
    }
    
    .lp-locations .lp-location-box .lp-location-bottom a span.lp-cat-list-count {
        display: block;
        opacity: 0;
        position: relative;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }
    
    .lp-locations .lp-location-box:hover .lp-location-bottom a span.lp-cat-list-count {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    
    .lp-category-abs2-inner-sub-cats {
        opacity: 0;
        bottom: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }
    
    .lp-category-abs2 .lp-category-abs2-inner.has-child-cats:hover .lp-category-abs2-inner-sub-cats {
        opacity: 1;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    
    .lp-category-abs2 .lp-category-abs2-inner {
        overflow: hidden;
        border-radius: 3px;
    }
    
    .sort-filter-inner:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent !important;
        border-right: 8px solid transparent !important;
        border-bottom: 8px solid #fff !important;
        position: absolute;
        top: -8px !important;
        left: 10px
    }
    
    .sort-by-filter {
        position: relative
    }
    
    .sort-filter-inner p {
        text-align: center;
        margin: 0;
        font-size: 11px
    }
    
    .price-filter .simptip-position-top:before,
    .price-filter .simptip-position-top:after {
        bottom: 77%
    }
    
    .menu ul.children li>a::before,
    .menu ul.sub-menu li>a::before,
    .lp-user-menu li>a::before {
        display: none
    }
    
    .menu ul.children li:hover>a,
    .menu ul.sub-menu li:hover>a,
    .lp-user-menu li:hover>a {
        border-left: solid 2px
    }
    
    .menu ul.children li>a,
    .menu ul.sub-menu li>a,
    .lp-user-menu li>a {
        border-left: solid 2px transparent
    }
    
    .menu ul.children,
    .menu ul.sub-menu {
        border-left: none
    }
    
    .flip-clock-divider .flip-clock-label {
        font-size: 12px;
        bottom: -10px
    }
    
    .flip-clock-divider.hours .flip-clock-label {
        bottom: -14px
    }
    
    .lp-deals-wrap .lp-deal .deal-details .flip-clock-divider.hours .flip-clock-label {
        bottom: -16px
    }
    
    .lp-detail-section-title {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
    }
    
    .grid-style3 .lp-blog-grid-box-thumb,
    .new-list-style .lp-blog-grid-box-thumb {
        position: relative
    }
    
    .grid-style3 .lp-blog-grid-title {
        position: absolute;
        width: 85%;
        bottom: 0;
        left: 0;
        text-align: center;
        padding: 0
    }
    
    .grid-style3 .lp-blog-grid-title h4 {
        background-color: #fff;
        margin: 0;
        text-align: left;
        padding: 20px;
        padding-bottom: 15px
    }
    
    .grid-style3 .lp-blog-grid-title h4 a {
        display: inline-block
    }
    
    .grid-style3 .lp-blog-grid-box-description {
        padding: 0 35px 10px 20px
    }
    
    .grid-style3 .lp-blog-grid-date,
    .new-list-style .lp-blog-grid-date {
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: #141414;
        font-size: 14px;
        padding: 0 7px;
        color: #fff
    }
    
    .grid-style3 .lp-blog-grid-category {
        margin-top: 0
    }
    
    .grid-style3 .lp-blog-grid-author li,
    .new-list-style .lp-blog-grid-author li {
        margin-right: 15px
    }
    
    .grid-style3 .lp-blog-grid-author li a span,
    .grid-style3 .lp-blog-grid-author li a,
    .new-list-style .lp-blog-grid-author li a span,
    .new-list-style .lp-blog-grid-author li a {
        font-size: 12px
    }
    
    .lp-blog-grid-author li.category-link a {
        padding: 2px 5px;
        transition: all 0.20s ease-in-out;
        background-color: #737373;
        border-top: solid 1px #737373;
        color: #fff
    }
    
    .grid-style3 .lp-blog-grid-box-description p,
    .new-list-style .lp-blog-grid-box-description p {
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 65px;
        overflow: hidden
    }
    
    .new-list-style .lp-blog-grid-box-description p {
        height: 40px;
        margin-bottom: 16px;
        padding-right: 40px
    }
    
    .grid-style3 .lp-blog-grid-link,
    .new-list-style .lp-blog-grid-link {
        padding: 5px 15px 3px 15px;
        display: inline-block;
        margin: 7px 0 15px 0;
        transition: all 0.20s ease-in-out
    }
    
    .new-list-style .lp-blog-grid-link {
        margin-bottom: 0
    }
    
    .grid-style3 .lp-blog-grid-link:hover,
    .new-list-style .lp-blog-grid-link:hover,
    .blog-social .lp-blog-grid-link:hover {
        opacity: .7
    }
    
    .grid-style3 .lp-blog-grid-shares,
    .blog-social .lp-blog-grid-shares,
    .new-list-style .lp-blog-grid-shares {
        float: right;
        margin-top: 8px;
        position: relative
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares {
        float: none
    }
    
    .blog-social .lp-blog-grid-shares {
        margin-top: 0
    }
    
    .grid-style3 .lp-blog-grid-shares {
        margin-right: -20px
    }
    
    .lp-blog-grid-shares-contact-page a {
        color: #fff;
        background-color: #878686;
        float: left;
        display: inline-block;
        margin-right: 6px;
        line-height: 36px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
        border-radius: 50px;
        transition: all 0.20s ease-in-out;
    }
    
    .lp-blog-grid-shares-contact-page a.icon-fb {
        background-color: #899dce
    }
    
    .lp-blog-grid-shares-contact-page a.icon-tw {
        background-color: #60d2f5
    }
    
    .lp-blog-grid-shares-contact-page a.icon-gp.icon-gp {
        background-color: #d34836
    }
    
    .lp-blog-grid-shares-contact-page a.icon-pin {
        background-color: #f74c53
    }
    
    .lp-blog-grid-shares-contact-page a:hover {
        opacity: .8
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon,
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon,
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon {
        display: block;
        background-color: #878686;
        color: #fff;
        padding-left: 2px;
        padding-right: 2px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 0;
        text-align: center;
        z-index: 1;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        width: 32px;
        padding-top: 5px;
        padding-bottom: 3px;
        border-radius: 50px
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-fb,
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-fb,
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-fb {
        background-color: #899dce
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-tw,
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-tw,
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-tw {
        background-color: #60d2f5
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-gp,
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-gp,
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-gp {
        background-color: #d34836
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-pin,
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-pin,
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-pin {
        background-color: #f74c53
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1),
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1),
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1) {
        -webkit-transform: translate3d(-32px, 0, 0);
        -moz-transform: translate3d(-32px, 0, 0);
        -ms-transform: translate3d(-32px, 0, 0);
        -o-transform: translate3d(-32px, 0, 0);
        transform: translate3d(-32px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1) {
        -webkit-transform: translate3d(32px, 0, 0);
        -moz-transform: translate3d(32px, 0, 0);
        -ms-transform: translate3d(32px, 0, 0);
        -o-transform: translate3d(32px, 0, 0);
        transform: translate3d(32px, 0, 0)
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2),
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2),
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2) {
        -webkit-transform: translate3d(-32px, 0, 0);
        -moz-transform: translate3d(-32px, 0, 0);
        -ms-transform: translate3d(-32px, 0, 0);
        -o-transform: translate3d(-32px, 0, 0);
        transform: translate3d(-32px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2) {
        -webkit-transform: translate3d(36px, 0, 0);
        -moz-transform: translate3d(36px, 0, 0);
        -ms-transform: translate3d(36px, 0, 0);
        -o-transform: translate3d(36px, 0, 0);
        transform: translate3d(36px, 0, 0)
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3),
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3),
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3) {
        -webkit-transform: translate3d(-68px, 0, 0);
        -moz-transform: translate3d(-68px, 0, 0);
        -ms-transform: translate3d(-68px, 0, 0);
        -o-transform: translate3d(-68px, 0, 0);
        transform: translate3d(-68px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3) {
        -webkit-transform: translate3d(72px, 0, 0);
        -moz-transform: translate3d(72px, 0, 0);
        -ms-transform: translate3d(72px, 0, 0);
        -o-transform: translate3d(72px, 0, 0);
        transform: translate3d(72px, 0, 0)
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4),
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4),
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4) {
        -webkit-transform: translate3d(-104px, 0, 0);
        -moz-transform: translate3d(-104px, 0, 0);
        -ms-transform: translate3d(-104px, 0, 0);
        -o-transform: translate3d(-104px, 0, 0);
        transform: translate3d(-104px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4) {
        -webkit-transform: translate3d(108px, 0, 0);
        -moz-transform: translate3d(108px, 0, 0);
        -ms-transform: translate3d(108px, 0, 0);
        -o-transform: translate3d(108px, 0, 0);
        transform: translate3d(108px, 0, 0)
    }
    
    .new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5),
    .grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5),
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5) {
        -webkit-transform: translate3d(-140px, 0, 0);
        -moz-transform: translate3d(-140px, 0, 0);
        -ms-transform: translate3d(-140px, 0, 0);
        -o-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5) {
        -webkit-transform: translate3d(144px, 0, 0);
        -moz-transform: translate3d(144px, 0, 0);
        -ms-transform: translate3d(144px, 0, 0);
        -o-transform: translate3d(144px, 0, 0);
        transform: translate3d(144px, 0, 0)
    }
    
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(6) {
        -webkit-transform: translate3d(-176px, 0, 0);
        -moz-transform: translate3d(-176px, 0, 0);
        -ms-transform: translate3d(-176px, 0, 0);
        -o-transform: translate3d(-176px, 0, 0);
        transform: translate3d(-176px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(6) {
        -webkit-transform: translate3d(180px, 0, 0);
        -moz-transform: translate3d(180px, 0, 0);
        -ms-transform: translate3d(180px, 0, 0);
        -o-transform: translate3d(180px, 0, 0);
        transform: translate3d(176px, 0, 0)
    }
    
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(7) {
        -webkit-transform: translate3d(-212px, 0, 0);
        -moz-transform: translate3d(-212px, 0, 0);
        -ms-transform: translate3d(-212px, 0, 0);
        -o-transform: translate3d(-212px, 0, 0);
        transform: translate3d(-212px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(7) {
        -webkit-transform: translate3d(216px, 0, 0);
        -moz-transform: translate3d(216px, 0, 0);
        -ms-transform: translate3d(216px, 0, 0);
        -o-transform: translate3d(216px, 0, 0);
        transform: translate3d(216px, 0, 0)
    }
    
    .blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(8) {
        -webkit-transform: translate3d(-248px, 0, 0);
        -moz-transform: translate3d(-248px, 0, 0);
        -ms-transform: translate3d(-248px, 0, 0);
        -o-transform: translate3d(-248px, 0, 0);
        transform: translate3d(-248px, 0, 0)
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(8) {
        -webkit-transform: translate3d(252px, 0, 0);
        -moz-transform: translate3d(252px, 0, 0);
        -ms-transform: translate3d(252px, 0, 0);
        -o-transform: translate3d(252px, 0, 0);
        transform: translate3d(252px, 0, 0)
    }
    
    .new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon,
    .grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon,
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        z-index: 0
    }
    
    .new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(1),
    .grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(1),
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(1) {
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }
    
    .new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(2),
    .grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(2),
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(2) {
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }
    
    .new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3),
    .grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3),
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3) {
        -webkit-transform: translateX(-68px);
        -moz-transform: translateX(-68px);
        -ms-transform: translateX(-68px);
        -o-transform: translateX(-68px);
        transform: translateX(-68px);
        transition-delay: .2s;
        -webkit-transition-delay: .2s
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3) {
        -webkit-transform: translateX(72px);
        -moz-transform: translateX(72px);
        -ms-transform: translateX(72px);
        -o-transform: translateX(72px);
        transform: translateX(72px);
        transition-delay: .2s;
        -webkit-transition-delay: .2s
    }
    
    .new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4),
    .grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4),
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4) {
        -webkit-transform: translateX(-104px);
        -moz-transform: translateX(-104px);
        -ms-transform: translateX(-104px);
        -o-transform: translateX(-104px);
        transform: translateX(-104px);
        transition-delay: .3s;
        -webkit-transition-delay: .3s
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4) {
        -webkit-transform: translateX(108px);
        -moz-transform: translateX(108px);
        -ms-transform: translateX(108px);
        -o-transform: translateX(108px);
        transform: translateX(108px);
        transition-delay: .3s;
        -webkit-transition-delay: .3s
    }
    
    .new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5),
    .grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5),
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5) {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        -o-transform: translateX(-140px);
        transform: translateX(-140px);
        transition-delay: .4s;
        -webkit-transition-delay: .4s
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5) {
        -webkit-transform: translateX(144px);
        -moz-transform: translateX(144px);
        -ms-transform: translateX(144px);
        -o-transform: translateX(144px);
        transform: translateX(144px);
        transition-delay: .4s;
        -webkit-transition-delay: .4s
    }
    
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(6) {
        -webkit-transform: translate3d(-176px, 0, 0);
        -moz-transform: translate3d(-176px, 0, 0);
        -ms-transform: translate3d(-176px, 0, 0);
        -o-transform: translate3d(-176px, 0, 0);
        transform: translate3d(-176px, 0, 0);
        transition-delay: .5s;
        -webkit-transition-delay: .5s
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(6) {
        -webkit-transform: translate3d(180px, 0, 0);
        -moz-transform: translate3d(180px, 0, 0);
        -ms-transform: translate3d(180px, 0, 0);
        -o-transform: translate3d(180px, 0, 0);
        transform: translate3d(180px, 0, 0);
        transition-delay: .5s;
        -webkit-transition-delay: .5s
    }
    
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(7) {
        -webkit-transform: translate3d(-212px, 0, 0);
        -moz-transform: translate3d(-212px, 0, 0);
        -ms-transform: translate3d(-212px, 0, 0);
        -o-transform: translate3d(-212px, 0, 0);
        transform: translate3d(-212px, 0, 0);
        transition-delay: .6s;
        -webkit-transition-delay: .6s
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(7) {
        -webkit-transform: translate3d(216px, 0, 0);
        -moz-transform: translate3d(216px, 0, 0);
        -ms-transform: translate3d(216px, 0, 0);
        -o-transform: translate3d(216px, 0, 0);
        transform: translate3d(216px, 0, 0);
        transition-delay: .6s;
        -webkit-transition-delay: .6s
    }
    
    .blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(8) {
        -webkit-transform: translate3d(-248px, 0, 0);
        -moz-transform: translate3d(-248px, 0, 0);
        -ms-transform: translate3d(-248px, 0, 0);
        -o-transform: translate3d(-248px, 0, 0);
        transform: translate3d(-248px, 0, 0);
        transition-delay: .7s;
        -webkit-transition-delay: .7s
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(8) {
        -webkit-transform: translate3d(225px, 0, 0);
        -moz-transform: translate3d(252px, 0, 0);
        -ms-transform: translate3d(252px, 0, 0);
        -o-transform: translate3d(252px, 0, 0);
        transform: translate3d(252px, 0, 0);
        transition-delay: .7s;
        -webkit-transition-delay: .7s
    }
    
    .grid-style3 .lp-blog-grid-shares span i,
    .blog-social .lp-blog-grid-shares span i,
    .new-list-style .lp-blog-grid-shares span i {
        border: solid 1px;
        padding: 8px 10px 8px 9px;
        border-radius: 50px;
        margin-left: 4px;
        transition: all 0.20s ease-in-out;
        cursor: pointer
    }
    
    .blog-social.contact-style2 .lp-blog-grid-shares span i {
        margin-left: 0;
        margin-right: 0
    }
    
    .new-list-style .lp-blog-grid-box-container {
        background-color: #fff;
        border: none
    }
    
    .new-list-style .lp-blog-grid-box-container .col-md-7 {
        padding-left: 5px
    }
    
    .new-list-style .lp-blog-grid-title {
        padding: 0
    }
    
    .new-list-style .lp-blog-grid-title h4 {
        margin-top: 0
    }
    
    .new-list-style .lp-blog-grid-box-description {
        padding: 20px 20px 20px 0
    }
    
    .lp-blog-grid-share {
        position: absolute;
        top: 0;
        width: 150px;
        right: 25px;
        display: none
    }
    
    .lp-blog-grid-share li {
        float: left;
        width: 50px;
        text-align: center
    }
    
    .imo-widget-title-container {
        position: relative
    }
    
    .imo-widget-title-container:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 2px;
        top: 40%;
        transform: translateY(-50%);
        display: block;
        z-index: 0;
    }
    
    .imo-widget-title-container .widget-title {
        position: relative;
        background-color: #fff;
        padding-right: 15px;
        font-size: 16px !important;
        margin-bottom: 0 !important
    }
    
    .imo-widget-title-container .widget-title:after {
        display: none
    }
    
    .jw-recent-posts-widget .recent-thumb {
        border-radius: 0
    }
    
    .jw-recent-content {
        width: calc(100% - 130px)
    }
    
    .jw-recent-content.with-thumb p {
        display: none
    }
    
    .jw-recent-content.with-thumb .meta {
        display: block
    }
    
    .jw-recent-posts-widget .jw-recent-content.with-thumb>h3 a {
        line-height: 12px;
        font-size: 14px !important;
        margin-bottom: 0 !important
    }
    
    .jw-recent-content .meta .date {
        border: none
    }
    
    #sidebar aside.widget ul li {
        padding: 15px 0 !important;
        border-bottom: 1px solid #f0f0f0
    }
    
    #sidebar aside.widget.widget_categories ul li {
        padding: 10px 0 !important
    }
    
    .tagcloud a {
        color: #7f7f7f
    }
    
    #sidebar aside.widget.widget_recent_entries li {
        padding: 10px 0 !important
    }
    
    #sidebar aside.widget.widget_recent_entries li span {
        display: block;
        font-size: 12px;
        color: #b0b0b0
    }
    
    #sidebar aside.widget.widget_categories ul li {
        padding: 2px 0 !important;
        border: none
    }
    
    #sidebar aside.widget.widget_recent_entries li a {
        color: #333;
        line-height: 18px
    }
    
    .sidebar-style1 #sidebar .widget {
        padding: 13px 20px 30px 20px !important
    }
    
    .sidebar-style1 #sidebar .widget:last-child {
        padding-bottom: 0 !important
    }
    
    .sidebar-style1 #sidebar {
        border-radius: 0 !important
    }
    
    .element-inner-button {
        font-size: 15px;
        border: solid 1px #e2e2e2;
        padding: 0 10px;
        transition: all 0.20s ease-in-out;
        position: absolute;
        z-index: 10;
        right: 15px;
        display: inline-block;
        top: -50px;
        border-radius: 3px;
        text-transform: capitalize;
    }
    
    .lp-listings .element-inner-button {
        right: 15px
    }
    
    .lp-listing-action-btns ul li div a:hover>i {
        color: #fff
    }
    
    .blog-single-page.blog-single-page-style2 {
        height: 480px
    }
    
    .page-container-second-style2 {
        margin-top: -57px
    }
    
    .page-container-second-style2 .blog-single-inner-container .blog-content-outer-container {
        padding-top: 100px;
        border: 0;
        border-radius: 0
    }
    
    .page-container-second-style2 #sidebar {
        margin-top: 105px
    }
    
    .page-container-second-style2 .blog-pagination a,
    .page-container-second-style2 .lp-review-btn {
        border-radius: 0
    }
    
    .blog-page-heading-style2 {
        margin-bottom: -90px
    }
    
    .blog-single-page .blog-page-heading-style2 .lp-blog-user-thumb {
        position: absolute;
        margin-left: 20px
    }
    
    .blog-page-heading-style2 .lp-blog-grid-author,
    .blog-page-heading-style2 .breadcrumbs {
        margin-top: -1px;
        padding-top: 10px
    }
    
    .blog-single-page .blog-page-heading-style2 .lp-blog-grid-author li i,
    .blog-single-page .blog-page-heading-style2 .lp-blog-grid-author li span {
        color: #363F48 !important
    }
    
    .blog-page-heading-style2 .breadcrumbs,
    .blog-page-heading-style2 .lp-blog-grid-author,
    .blog-page-heading-style2 h1 {
        width: 80%;
        background-color: #fff;
        padding: 0 20px
    }
    
    .blog-page-heading-style2 .breadcrumbs {
        padding-bottom: 10px
    }
    
    .blog-page-heading-style2 .lp-blog-grid-author {
        padding: 0 20px 12px 20px !important
    }
    
    .blog-page-heading-style2 h1 {
        margin: 0;
        padding-top: 40px;
        padding-bottom: 10px;
        font-size: 34px
    }
    
    .blog-page-heading-style2 .breadcrumbs a,
    .blog-page-heading-style2 .breadcrumbs span,
    .blog-page-heading-style2 h1,
    .blog-page-heading-style2 .lp-blog-grid-author a span,
    .blog-page-heading-style2 .lp-blog-grid-author a i {
        color: #333
    }
    
    .price-filter .simptip-position-top.simptip-movable:hover:before,
    .price-filter .simptip-position-top.simptip-movable:hover:after {
        -webkit-transform: translate(-50%, -13px);
        -moz-transform: translate(-50%, -13px);
        -ms-transform: translate(-50%, -13px);
        -o-transform: translate(-50%, -13px);
        transform: translate(-50%, -13px)
    }
    
    .price-filter .simptip-position-top.simptip-movable:hover:after {
        border-radius: 2px;
    }
    
    .discount_displayin_wrap {
        position: relative
    }
    
    .discount_displayin_wrap i {
        position: absolute;
        z-index: 2;
        right: 20px;
        top: 42px
    }
    
    .city-thumb2 img {
        min-height: 240px
    }
    
    .lp-home-banner-contianer .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
        width: 98%
    }
    
    .lp-home-banner-contianer .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single span {
        margin-left: 70px;
        line-height: 46px;
    }
    
    .lp-listing-leadform {
        background-color: #fff;
        border: 1px solid #dedede;
        border-radius: 3px;
        margin-bottom: 25px;
    }
    
    .lp-listing-leadform h4 {
        font-weight: 500;
        font-size: 16px;
        margin: 0;
        text-transform: capitalize;
        padding: 16px 20px;
    }
    
    .lp-listing-leadform-inner .form-horizontal {
        margin-top: 0
    }
    
    .lp-listing-leadform-inner .form-horizontal .form-group {
        margin-left: 20px;
        margin-right: 20px
    }
    
    .lp-listing-leadform-inner .form-horizontal .form-group .form-control {
        border-radius: 3px
    }
    
    .lp-listing-leadform-inner .form-horizontal .form-group.pos-relative {
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: -1px;
    }
    
    .lp-listing-leadform-inner .form-horizontal input[type="submit"] {
        width: 100%;
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #fff;
        font-size: 16px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing-leadform-inner .form-horizontal .form-group.pos-relative i {
        color: #fff;
        top: 13px;
        left: 37%
    }
    
    .lp-header-search-wrap .lp-dyn-city,
    .lp-header-search-tagline.text-center {
        font-size: 28px !important;
        font-weight: 300;
    }
    
    .lp-header-search-wrap .lp-header-search-tagline-sidebar-banner .lp-dyn-city {
        font-size: 50px !important;
        font-weight: 700;
    }
    
    .listing-simple .lp-listings.list-style.active-view {
        width: 900px;
        margin-left: auto;
        margin-right: auto
    }
    
    .listing-simple .listing-with-header-filters-wrap .active-view.grid-style,
    .listing-simple .listing-with-header-filters-wrap .active-view.list-style {
        width: auto
    }
    
    .dashboard-tabs.lp-main-tabs.text-center>ul>li>a {
        line-height: 47px
    }
    
    .listing-style4 .list_view .lp-grid-box-thumb-container {
        width: 34%
    }
    
    .listing-style4 .list_view .lp-grid-box-thumb-container {
        width: 34%
    }
    
    .listing-style4 .list_view.lp-grid-box-contianer .lp-grid-box-description {
        width: 65%
    }
    
    .lp-child-cats-tax {
        padding: 0 12px;
        margin-bottom: 15px;
        overflow: hidden;
        height: 132px
    }
    
    .lp-child-cats-tax.style-fullwidth {
        height: 117px
    }
    
    .lp-child-cats-tax .lp-child-cats-tax-inner {
        position: relative;
        padding: 0 3px;
        overflow: hidden
    }
    
    .lp-child-cats-tax .lp-child-cats-tax-wrap {
        padding: 0
    }
    
    .col-grid-3.lp-child-cats-tax-wrap {
        width: 33.3%;
        float: left
    }
    
    .col-grid-5.lp-child-cats-tax-wrap {
        width: 20%;
        display: block;
        float: left
    }
    
    .lp-header-search-wrap {
        background-size: cover;
    }
    
    .lp-child-cats-tax .lp-child-cat-tax-name {
        position: absolute;
        width: 246px;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.20s ease-in-out;
        background-color: rgba(0, 0, 0, .45);
        margin-left: 3px;
        text-align: center
    }
    
    .lp-child-cats-tax .lp-child-cat-tax-name:hover {
        background-color: #ff5a5f
    }
    
    .style-fullwidth.lp-child-cats-tax .lp-child-cat-tax-name,
    .style-fullwidth.lp-child-cats-tax .lp-child-cat-tax-thumb {
        width: 229px
    }
    
    .lp-child-cats-tax .lp-child-cat-tax-name a {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        padding: 54px 5px;
        display: inline-block;
        width: 100%;
        position: relative
    }
    
    .lp-child-cats-tax .lp-child-cat-tax-name a span {
        font-weight: 400;
        font-size: 14px
    }
    
    .lp-child-cats-tax .lp-child-cat-tax-name a span {
        display: block;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: -24px;
        left: 0;
        transition: all 0.20s ease-in-out
    }
    
    .lp-child-cats-tax .lp-child-cat-tax-name a:hover span {
        bottom: 30px;
        left: 0
    }
    
    .lp-child-cats-tax-slider .arrow-right,
    .lp-child-cats-tax-slider .arrow-left {
        margin-top: -16px
    }
    
    .lp-review-btn {
        font-family: 'quicksand',"quicksand Fallback", sans-serif
    }
    
    .add-form-hide-wrap {
        display: none
    }
    
    .add-form-hide-wrap.show-form {
        display: block
    }
    
    .listing-view-layout-v2 ul li a {
        border: none;
        width: auto;
        height: 38px;
    }
    
    .hours-select>li>button.add-hours>span {
        font-size: 31px;
        line-height: 45px !important
    }
    
    .select2-dash .select2-selection__rendered {
        line-height: 40px !important
    }
    
    .select2-dash .select2-selection {
        height: 40px;
        line-height: 40px !important;
        border: 1px solid #e3e3e3
    }
    
    .select2-dash .select2-selection .select2-selection__arrow {
        height: 40px
    }
    
    .container.pos-relative {
        position: relative
    }
    
    .sidebar-top0 {
        position: absolute;
        right: 0;
        z-index: 1;
        top: -420px;
    }
    
    .sidebar-top138 {
        top: -138px;
        position: absolute;
        right: 0
    }
    
    .lp-listing-top-title-header {
        background-color: #f0f3f6;
        padding-top: 40px;
        margin-bottom: 40px;
        position: relative
    }
    
    .lp-listing-top-title-header .lp-header-overlay {
        z-index: 0
    }
    
    .form-page-heading.form-page-heading_style2 {
        text-align: center;
        margin-bottom: 20px
    }
    
    .form-page-heading_style2:after {
        display: block;
        content: ' ';
        border: dashed 2px #333;
        width: 28px;
        margin: 0 auto
    }
    
    .lp-section-content .submit_new_style .author-section.author-section-style2.lp-form-row {
        background-color: #bdc3c7;
        padding: 25px 60px;
        border-radius: 0
    }
    
    .author-section.author-section-style2 .avatar-circle {
        height: 95px;
        width: 95px;
        margin-right: 20px
    }
    
    .lp-section-content .submit_new_style .author-section-style2 .lp-form-row-left>p {
        color: #fff;
        width: calc(100% - 125px);
        line-height: 20px
    }
    
    .lp-section-content .submit_new_style .author-section-style2 .lp-form-row-left>p a.author-section-logout {
        float: right;
        font-size: 16px;
        border: solid 1px #fff;
        padding: 8px 20px;
        color: #fff
    }
    
    .lp-ann-btn {
        color: #afafaf !important;
        border: solid 1px #dedede;
        line-height: 20px;
        display: inline-block;
        padding: 1px 10px;
        margin-top: 8px;
        transition: all 0.20s ease-in-out;
        font-size: 13px;
        margin-right: 5px;
        border-radius: 3px;
        min-width: 137px;
        text-align: center;
    }
    
    .lp-ann-btn .fa {
        color: #ff5a5f !important;
    }
    
    .lp-no-review-btn {
        font-style: italic;
    }
    
    .list-style .lp-no-review-btn {
        margin-bottom: 7px !important;
    }
    
    .lp-review-form-top-multi .rating-symbol {
        font-size: 10px
    }
    
    .lp-review-form-top-multi .lp-multi-rating-ui-wrap {
        width: 65%
    }
    
    .lp-review-form-top-multi .lp-review-images-multi {
        width: 35%
    }
    
    .lp-multi-rating-ui-wrap .rating-symbol {
        font-size: 7px;
        margin-right: 0;
    }
    
    .flip-clock-divider.minutes .flip-clock-label {
        left: 5px
    }
    
    .lp_detail_page_styles5 .lp-listing-announcement .announcement-wrap a,
    .lp_detail_page_styles5 .lp-listing-offer .offer-bottom .offer-btn a,
    .lp_detail_page_styles5 .lp-listing-offer .offer-top .offer-tagline,
    .lp_detail_page_styles5 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
    .lp_detail_page_styles5 .lp-deals-wrap .lp-deal .deal-details .deal-button {
        border-radius: 20px
    }
    
    .lp_detail_page_styles5 .lp-listing-announcement.active-ann .announcement-wrap a {
        border-radius: 0
    }
    
    .lp_detail_page_styles5 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off {
        padding: 2px 10px
    }
    
    .lp_detail_page_styles2 .lp-listing-announcement .announcement-wrap a,
    .lp_detail_page_styles2 .lp-listing-offer .offer-bottom .offer-btn a,
    .lp_detail_page_styles2 .lp-listing-offer .offer-top .offer-tagline,
    .lp_detail_page_styles2 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
    .lp_detail_page_styles2 .lp-deals-wrap .lp-deal .deal-details .deal-button,
    .lp_detail_page_styles1 .lp-listing-announcement .announcement-wrap a,
    .lp_detail_page_styles1 .lp-listing-offer .offer-bottom .offer-btn a,
    .lp_detail_page_styles1 .lp-listing-offer .offer-top .offer-tagline,
    .lp_detail_page_styles1 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
    .lp_detail_page_styles1 .lp-deals-wrap .lp-deal .deal-details .deal-button {
        border-radius: 5px
    }
    
    .lp_detail_page_styles1 .lp-discount-widget .lp-discount-btn,
    .lp_detail_page_styles2 .lp-discount-widget .lp-discount-btn {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
    
    .lp_detail_page_styles1 .flip-clock-wrapper ul li a,
    .lp_detail_page_styles2 .flip-clock-wrapper ul li a {
        background: #fff;
        border: 1px solid #dedede;
    }
    
    .lp-search-bar.lp-header-search-form #input-dropdown,
    .header-filter #input-dropdown,
    .lp-search-bar.lp-header-search-form .chosen-container-single .chosen-drop {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    
    .page-heading-inner-container.page-heading-new {
        z-index: 10
    }
    
    .breadcrumb-style2 .container {
        z-index: 10;
        padding-top: 35px;
        position: relative
    }
    
    .lp-author-banner .lp-banner-top {
        height: 130px;
        position: relative
    }
    
    .lp-author-banner .lp-banner-top .lp-header-overlay {
        z-index: 0
    }
    
    .lp-author-banner .lp-banner-top .lp-banner-top-thumb {
        position: absolute;
        margin-top: 47px;
        z-index: 2
    }
    
    .lp-author-banner .lp-banner-top .lp-banner-top-thumb img {
        width: 165px;
        height: 165px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }
    
    .lp-author-banner .lp-banner-top .lp-banner-top-detail {
        float: left;
        margin-left: 185px;
        margin-top: 30px;
        color: #fff;
        position: relative
    }
    
    .lp-author-banner .lp-banner-top .lp-banner-top-detail h3,
    .lp-author-banner .lp-banner-top .lp-banner-top-detail p {
        color: #fff
    }
    
    .lp-author-banner .lp-banner-top .lp-banner-date {
        color: #fff;
        float: right;
        margin-top: 70px;
        position: relative
    }
    
    .lp-author-banner .lp-banner-top .lp-banner-date p {
        color: #fff;
        margin-bottom: 0;
        margin-top: 13px
    }
    
    .lp-author-banner .lp-banner-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: solid 1px #e7e7e7;
        min-height: 106px
    }
    
    .lp-banner-bottom .lp-banner-bottom-left {
        float: left;
        margin-left: 185px
    }
    
    .lp-banner-bottom .lp-banner-bottom-left li {
        display: inline-block;
        margin-right: 60px
    }
    
    .lp-banner-bottom .lp-banner-bottom-left li i {
        margin-right: 8px
    }
    
    .lp-banner-bottom .lp-banner-bottom-left li.banner-ratings i {
        background-color: #73cf42;
        color: #fff;
        padding: 6px 7px;
        font-size: 13px
    }
    
    .lp-banner-bottom .lp-banner-bottom-right {
        float: right
    }
    
    .lp-banner-bottom-right a {
        border: solid 1px #e7e7e7;
        color: #797979;
        padding: 6px 20px;
        font-size: 14px;
        transition: all 0.20s ease-in-out
    }
    
    .lp-banner-bottom-right a i {
        margin-right: 6px
    }
    
    .lp-author-content {
        padding: 40px 0
    }
    
    .lp-author-content .padding0 {
        padding: 0
    }
    
    .lp-author-content .lp-author-nav {
        border-right: none
    }
    
    .lp-author-nav ul li {
        position: relative
    }
    
    .lp-author-nav ul li:last-child a {
        border-bottom: solid 1px #e7e7e7
    }
    
    .lp-author-nav ul li a {
        display: block;
        font-size: 16px;
        padding: 15px 20px 13px 20px;
        border: solid 1px #e7e7e7;
        border-bottom: none;
        border-right: none
    }
    
    .lp-author-nav ul li a i {
        margin-right: 5px;
        color: #41a6df
    }
    
    .lp-author-nav ul li a:hover,
    .lp-author-nav ul li a:hover i {
        color: #e7e7e7
    }
    
    .lp-author-nav ul li a.active {
        background-color: #fafafa
    }
    
    .lp-author-nav ul li a.active:before {
        content: ' ';
        display: block;
        content: ' ';
        display: block;
        width: 2px;
        height: 54px;
        background-color: #41a6df;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }
    
    .lp-author-nav ul li a.active:after {
        content: ' ';
        display: block;
        content: ' ';
        display: block;
        width: 1px;
        height: 100%;
        background-color: #fafafa;
        position: absolute;
        right: -1px;
        top: 0;
        z-index: 1
    }
    
    .author-tab-content {
        border: solid 1px #e7e7e7;
        background-color: #fafafa
    }
    
    .author-tab-content .tab-pane {
        display: none;
        padding: 25px;
        min-height: 320px
    }
    
    .author-tab-content .tab-pane h3 {
        margin-top: 0;
        margin-bottom: 30px
    }
    
    .author-tab-content .tab-pane#reviews h3 {
        float: left
    }
    
    .author-tab-content .tab-pane#reviews .lp-reviews-dropdown {
        float: right
    }
    
    .author-tab-content .tab-pane#reviews .lp-reviews-dropdown .select2-selection--single {
        border-radius: 0;
        border-color: #e7e7e7;
        width: 300px
    }
    
    .author-tab-content .tab-pane#reviews h4,
    .author-tab-content .tab-pane#reviews h4 a {
        font-size: 18px
    }
    
    .author-tab-content .tab-pane#mylistings {
        padding-bottom: 0
    }
    
    .author-tab-content .tab-pane.active {
        display: block
    }
    
    .lp-author-listings-wrap .lp-listing {
        margin-bottom: 30px
    }
    
    .lp-author-listings-wrap .lp-listing .lp-listing-bottom {
        min-height: 110px;
        background-color: #fff
    }
    
    .lp-author-listings-wrap .lp-grid-box-contianer {
        margin-bottom: 0
    }
    
    .lp-author-listings-wrap .lp-listings.list-style .lp-listing {
        margin-bottom: 25px;
        padding-bottom: 25px
    }
    
    .lp-author-listings-wrap .lp-listings.list-style .lp-listing.last {
        margin-bottom: 0
    }
    
    .lp-author-listings-wrap .grid_view2,
    .lp-author-listings-wrap .list_view {
        margin-bottom: 25px
    }
    
    .author-tab-content p.tab-spiiner {
        text-align: center;
        font-size: 51px;
        padding: 50px 0
    }
    
    .author-contact-wrap .info-row label {
        display: block;
        margin-bottom: 0
    }
    
    .author-photos-wrap .author-gallery {
        padding: 3px
    }
    
    .author-photos-wrap .row {
        margin-left: -3px;
        margin-right: -3px
    }
    
    .author-contact-wrap .lp-listing-leadform {
        border: solid 1px #e3e3e3;
        max-width: 450px
    }
    
    .author-inner-content-wrap .lp-pagination {
        margin-top: 0;
        margin-bottom: 25px
    }
    
    .author-contact-wrap h4 {
        display: none
    }
    
    .author-contact-wrap .lp-listing-leadform {
        background-color: transparent;
        border: none
    }
    
    .author-contact-wrap .lp-listing-leadform .lp-listing-leadform-inner {
        padding: 0
    }
    
    .author-contact-wrap .lp-listing-leadform-inner .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0
    }
    
    .author-contact-wrap .lp-listing-leadform .form-group.pos-relative {
        margin-left: 0;
        margin-right: 0;
        width: auto
    }
    
    .author-contact-wrap .lp-listing-leadform .form-group.pos-relative .lp-review-btn {
        width: auto;
        padding-left: 50px;
        padding-right: 24px
    }
    
    .author-contact-wrap .lp-listing-leadform .form-group.pos-relative i {
        left: 25px
    }
    
    .author-contact-second-heading {
        margin-top: 20px
    }
    
    .author-photos-wrap-inner {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px #e7e7e7
    }
    
    .author-photos-wrap-inner h4 a i {
        margin-right: 5px
    }
    
    a.switch-fields.ann-toggle-btn {
        margin-bottom: 10px;
        display: inline-block
    }
    
    .aboutmap.contactmap {
        width: 100% !important;
        height: 200px !important
    }
    
    .ann-style-wrap label span {
        color: #333;
        background-color: #e7e7e7;
        padding: 5px 10px;
        display: inline-block
    }
    
    .ann-style-wrap label>input {
        visibility: hidden;
        position: absolute
    }
    
    .ann-style-wrap label>input+span {
        cursor: pointer;
        border: solid 2px #fff
    }
    
    .ann-style-wrap label>input:checked+span {
        border: solid 2px #ccc
    }
    
    .ann-preivew-wrap .lp-listing-announcement {
        margin-bottom: 0
    }
    
    .ann-preivew-wrap>div {
        display: none
    }
    
    .ann-preivew-wrap div.active-preview {
        display: block
    }
    
    .add-new-announcement .form-group .field-desc {
        font-size: 12px;
        margin-bottom: 15px;
        color: #ccc;
        line-height: 8px
    }
    
    .dis-code-copy-pop {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background-color: #fafafa;
        z-index: 9;
        text-align: center
    }
    
    .close-right-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 19px;
        cursor: pointer
    }
    
    .dis-code-copy-pop.extra-bottom {
        height: calc(100% - 49px)
    }
    
    .dis-code-copy-pop .dis-code-copy-pop-inner {
        display: table;
        width: 100%;
        height: 100%
    }
    
    .dis-code-copy-pop .dis-code-copy-pop-inner .dis-code-copy-pop-inner-cell {
        display: table-cell;
        vertical-align: middle
    }
    
    .dis-code-copy-pop input {
        border: solid 1px #dedede;
        font-size: 22px;
        font-weight: 700;
        line-height: 39px;
        padding: 3px 10px 0 10px;
        width: 150px;
        float: left;
        border-right: none
    }
    
    .dis-code-copy-pop .dis-code-copy-wrap {
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
        width: 220px
    }
    
    .dis-code-copy-pop .copy-now {
        float: left;
        color: #fff;
        padding: 9px 15px;
        font-size: 16px
    }
    
    @media (max-width: 480px) {
        .lp-header-search-wrap {
            top: -150px
        }
        .lp-top-bar-menu,
        .lp-top-bar-social {
            text-align: center
        }
        .lp-top-bar-menu ul li,
        .lp-top-bar-social ul li {
            float: none;
            display: inline-block
        }
        .lp-top-bar-social ul li {
            margin: 0 7px
        }
        .lp-header-middle .lp-header-logo img {
            height: 30px
        }
        .lp-header-middle .lp-header-nav-btn button {
            width: 31px;
            padding: 3px 0
        }
        .lp-header-middle .mobile-nav-icon {
            float: right;
            top: 7px;
            text-align: right;
            right: 0
        }
        .lp-header-middle .mobile-nav-icon .nav-icon {
            float: right
        }
        .lp-search-bar .lp-search-bar-right {
            width: 100%
        }
        .lp-header-search .lp-header-search-cats ul li {
            width: 41%;
            text-align: left;
            float: left
        }
        .lp-header-search .lp-search-icon {
            left: 50% !important;
            margin-left: -8px
        }
        .lp-locations .lp-location-box {
            margin-bottom: -3px
        }
        .lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats {
            transform: translateY(-15px);
            -webkit-transform: translateY(-15px);
            -moz-transform: translateY(-15px);
            -o-transform: translateY(-15px);
            opacity: 1
        }
        .lp-category-abs2 .lp-category-abs2-inner.has-child-cats span {
            bottom: 45px
        }
        .lp-category-abs2 .lp-category-abs2-inner img,
        .lp-category-abs2.abs2-third .lp-category-abs2-inner img,
        .lp-category-abs2.abs2-fourth .lp-category-abs2-inner img {
            width: 100%;
            height: auto
        }
        .lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-bottom-inner {
            top: -75px
        }
        .lp-listings .listing-slider .lp-listing .lp-listing-top .lp-listing-cat {
            bottom: 38px
        }
        .lp-listings .listing-slider .lp-listing .lp-listing-top .lp-listing-price-range {
            bottom: 75px
        }
        .lp-listing-review .lp-review-right-bottom .review-interesting,
        .lp-listing-review .lp-review-right-bottom .review-love,
        .lp-listing-review .lp-review-right-bottom .review-lol,
        .lp-activity-description .review-interesting,
        .lp-activity-description .review-love,
        .lp-activity-description .review-lol {
            padding: 2px 4px 0 4px;
            font-size: 14px
        }
        .lp-read-news p {
            line-height: 20px
        }
        .lp-read-news p:first-child {
            font-size: 20px;
            margin-bottom: 30px
        }
        .lp-read-news p.large-size {
            font-size: 32px;
            background-size: contain
        }
        .lp-read-news a {
            margin-top: 5px
        }
        .lp-activities .lp-activity.style2.bottom0 {
            margin-bottom: 26px
        }
        .element-inner-button {
            position: static;
            margin-bottom: 10px;
            margin-left: 6px
        }
        .lp-activities .lp-activity.style2 .lp-activity-author-thumb {
            top: auto;
            left: 25px;
            right: auto
        }
        .lp-activity-top-right {
            padding-top: 20px
        }
        .sidebar-top0 {
            position: static;
            margin-top: 80px
        }
        .lp-listing-top-title-header {
            background-color: transparent;
            margin-bottom: 0
        }
        .lp-listing-action-btns {
            margin-top: 0
        }
        .lp-listing-action-btns ul li {
            margin: 8px 8px 8px 0
        }
        .lp-listing-action-btns ul {
            position: static
        }
        .lp-listing-review-form {
            padding: 15px
        }
        .lp-listing-reviews .lp-total-reviews {
            line-height: 28px
        }
        .lp-review-form-top .lp-review-stars {
            float: none;
            width: 100%
        }
        .lp-listing-title .lp-listing-logo img {
            max-width: 50px;
            max-height: 50px
        }
        .lp-listing-title .lp-listing-name {
            width: calc(100% - 65px);
            margin-left: 10px
        }
        .lp-listing-title .lp-listing-title-ratings {
            float: none;
            text-align: left
        }
        lp-listing-title-rating br {
            display: none
        }
        .lp-listing-title .lp-listing-name h2 {
            font-size: 24px;
            margin-top: 0
        }
        .lp-listing-title .lp-listing-logo a {
            display: inline-block;
            width: 50px
        }
        .lp-listing-review .lp-review-right {
            width: calc(100% - 50px);
            padding-left: 10px
        }
        .lp-listing-review .lp-review-left .lp-review-thumb img {
            height: auto
        }
        .lp-listing-review .lp-review-left {
            width: 50px
        }
        .lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars {
            float: none
        }
        .lp-listing-review .lp-review-right .lp-review-right-content {
            margin-top: 10px
        }
        .lp-reivew-gallery {
            margin-top: 10px
        }
        .lp-listing-review .lp-review-right-bottom {
            margin-top: 10px
        }
        .lp-listing-reviews .lp-listing-review {
            margin-top: 20px;
            padding-top: 20px
        }
        .lp-listing-reviews {
            margin-bottom: 0
        }
        .lp-listing-review-form h2 {
            margin-bottom: 10px
        }
        .lp-review-form-top .lp-review-images {
            text-align: left;
            float: none;
            width: 100%;
            margin-top: 10px
        }
        .lp-listing-review-form .form-group label {
            margin-bottom: 0
        }
        .lp-listing-title .lp-listing-title-rating {
            width: 100%;
            text-align: left;
            padding-left: 60px;
            margin-top: 0
        }
        .lp-listing-title .lp-listing-title-rating br {
            display: none
        }
        .lp-section {
            padding: 50px 0
        }
        .lp-deals-wrap .lp-deal {
            margin-bottom: 10px;
            border-radius: 3px;
        }
        .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off {
            top: 10px;
            left: 10px
        }
        .deal-countdown-wrap {
            right: 10px;
            top: 10px
        }
        .deal-countdown-wrap .flip-clock-wrapper ul li a {
            line-height: 24px
        }
        .deal-countdown-wrap .flip-clock-wrapper ul li a div div.inn,
        .deal-countdown-wrap .flip-clock-wrapper ul li a div {
            font-size: 14px
        }
        .deal-countdown-wrap .flip-clock-wrapper ul {
            width: 26px;
            height: 26px
        }
        .lp-deals-wrap .lp-deal .deal-details .deal-content {
            padding: 10px
        }
        .lp-listing-faq .faq-answer .answer-body {
            padding: 15px
        }
        .lp-listing-faq .faq-title {
            padding: 10px 15px
        }
        .lp-listing-offer .offer-top {
            padding: 10px 15px
        }
        .lp-listing-offer .offer-top {
            text-align: center
        }
        .lp-listing-offer .offer-top .offer-expiry strong {
            display: none
        }
        .flip-clock-divider:first-child {
            line-height: initial !important
        }
        .lp-listing-offer .offer-top .offer-expiry .flip-clock-wrapper {
            float: none
        }
        .lp-listing-offer .flip-clock-wrapper ul li a div div.inn {
            font-size: 18px;
            font-weight: 400;
            border-radius: 0
        }
        .lp-listing-offer .flip-clock-wrapper ul {
            height: 30px;
            line-height: 30px
        }
        .lp-listing-offer .flip-clock-wrapper ul li a {
            line-height: 29px
        }
        .lp-listing-offer .offer-top .offer-expiry {
            margin-top: 25px
        }
        .lp-listing-offer .offer-bottom .offer-thumb {
            left: 50%;
            margin-left: -75px
        }
        .lp-listing-offer .offer-bottom .offer-btn {
            position: static;
            margin-top: 50px
        }
        .lp-listing-offer .offer-bottom .offer-title {
            margin-top: 20px
        }
        .lp-listing-offer .offer-top .offer-tagline {
            margin-left: 0;
            float: none
        }
        .lp-listing-offer .offer-top .offer-expiry {
            margin-bottom: 80px
        }
        .lp-listing-offer .offer-top .offer-tagline.tagline-margin {
            margin-bottom: 85px
        }
        .lp-listings.list-style .lp-listing .lp-listing-top {
            float: none
        }
        .lp-listings.list-style .lp-listing .lp-listing-bottom {
            float: none;
            padding-left: 0;
            width: 100%;
            margin-top: 15px
        }
        .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-left {
            width: 100%
        }
        .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
            display: none
        }
        .lp-coupon-btn {
            color: #ff5a5f;
            border: solid 1px #dedede;
            line-height: 30px;
            display: inline-block;
            padding: 0 10px;
            margin-top: 8px;
            transition: all 0.20s ease-in-out;
            font-size: 14px
        }
        .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right.lp-listing-bottom-right-mobile {
            width: 205px;
            position: absolute;
            left: 50%;
            margin-left: -103px;
            z-index: 10;
            background-color: #fff;
            border: none;
            padding: 0 0 10px 0
        }
        .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right.lp-listing-bottom-right-mobile .lp-listing-bottom-right-title {
            padding: 10px 10px 0 10px
        }
        .lp-listing-bottom-right.lp-listing-bottom-right-mobile .archive-countdown-wrap {
            padding: 0 17px 5px 17px
        }
        .lp-listing-bottom-right.lp-listing-bottom-right-mobile .close-coupon {
            position: absolute;
            right: 10px;
            top: 8px;
            line-height: 5px;
            cursor: pointer;
            color: #fff;
            font-size: 17px
        }
        .lp-child-cats-tax {
            display: none
        }
        .archive-search .chosen-container.chosen-container-single.chosen-container-single-nosearch {
            margin-bottom: 15px
        }
        .archive-search .lp-search-bar div.form-group.lp-location-search {
            margin-bottom: 0 !important
        }
        .lp-header-search-filters .sort-filters-wrap {
            clear: both
        }
        .lp-header-search-filters .header-filter-wrap {
            margin-left: 0;
            margin-top: 5px
        }
        .filters-wrap-for-mobile {
            display: none
        }
        .mobile-toggle-filters {
            background-color: #fff;
            float: left;
            border: solid 1px #dedede !important;
            padding: 9px 15px;
            margin-top: 5px;
            margin-bottom: 15px
        }
        .lp-header-toggles {
            text-align: left
        }
    }
    
    .map-no-btns .gmnoprint,
    .map-no-btns .gm-fullscreen-control {
        display: none !important
    }
    
    .ui-datepicker td a {
        text-align: center
    }
    
    table.ui-datepicker-calendar {
        border: solid 1px #e3e3e3;
        border-top: none
    }
    
    .ui-datepicker .ui-datepicker-title span {
        color: #fff
    }
    
    .page-style2-content-wrap {
        padding-right: 0
    }
    
    .page-style2-content-wrap .white-section {
        border-radius: 0
    }
    
    .page-style2-sidebar-wrap {
        padding-left: 0
    }
    
    .page-style2-sidebar-wrap .quick_tip {
        border-radius: 0
    }
    
    .page-style2-sidebar {
        position: static;
        width: auto
    }
    
    .submitbutton-wraper-style2 .lp-secondary-btn {
        width: 100%;
        background: #27ae60;
        font-size: 16px
    }
    
    .submitbutton-wraper-style2 .lp-secondary-btn:hover {
        background-color: #078e40
    }
    
    #announcements-message {
        height: 119px
    }
    
    body.author .page-heading {
        display: none
    }
    
    .lp-left-filter.width-3 {
        width: 25%
    }
    
    .lp-left-filter.width-2 {
        width: 18%
    }
    
    .lp-center-content.width-5 {
        width: 42%;
        left: 25%
    }
    
    .lp-center-content.width-6 {
        width: 50%;
        left: 25%
    }
    
    .lp-center-content.width-8 {
        width: 64%;
        left: 18%
    }
    
    .lp-right-map.width-4 {
        width: 33%
    }
    
    .lp-right-map.width-4 .sidemap-container {
        width: 33%
    }
    
    .lp-right-map.width-3 {
        width: 25%
    }
    
    .lp-right-map.width-3 .sidemap-container {
        width: 25%
    }
    
    .lp-right-map.width-2 {
        width: 18%
    }
    
    .lp-right-map.width-2 .sidemap-container {
        width: 18%
    }
    
    .post-with-map-container-right.width-8 .post-with-map-container {
        width: 66%
    }
    
    .post-with-map-container-right.width-6 .post-with-map-container {
        width: 50%
    }
    
    .post-with-map-container-right.width-7 .post-with-map-container {
        width: 60%
    }
    
    .sidemap-container.width-4 {
        width: 33%
    }
    
    .sidemap-container.width-5 {
        width: 40%
    }
    
    .sidemap-container.width-6 {
        width: 50%
    }
    
    .listing-with-header-filters-wrap .grid_view2 .lp-grid-box-description .lp-grid-box-right,
    .listing-with-header-filters-wrap .grid_view2 .lp-grid-box-description .lp-grid-box-left.pull-left {
        padding: 0
    }
    
    .listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box-description h4 {
        margin-top: 0;
        margin-bottom: 5px
    }
    
    .listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box ul {
        margin-bottom: 8px
    }
    
    .listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-style3-outer {
        margin-bottom: 0
    }
    
    .listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box-description {
        padding-bottom: 0
    }
    
    .lp-header-togglesa .listing-view-layout-v2 .fa {
        width: 46px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #dedede;
        color: #919191;
        border-radius: 2px;
        font-size: 17px;
    }
    
    .lp-header-togglesa {
        line-height: 32px;
        font-size: 14px
    }
    
    .lp-header-title-leftt h3 {
        line-height: 30px;
        font-size: 18px;
        margin: 0
    }
    
    .lp_detail_page_styles2 .lp-archive-banner .lp-search-bar .lp-location-search .ui-widget>i,
    .lp-archive-banner .lp-search-bar .lp-location-search .ui-widget>i {
        left: 77px
    }
    
    .lp-change-extrafields .lp-popup-extre-fields .input-group label {
        padding-left: 22px;
        font-size: 12px
    }
    
    .lp-change-extrafields .lp-popup-extre-fields .input-group label:before {
        height: 14px;
        width: 14px
    }
    
    .lp-change-extrafields .lp-popup-extre-fields .input-group .checkbox label:before {
        background-color: #eae8e8;
        border-radius: 0;
        border: none;
        top: 2px
    }
    
    .lp-change-extrafields .lp-popup-extre-fields input[type=checkbox]:checked+label:before {
        line-height: 15px
    }
    
    .lp-change-extrafields .input-group.margin-right-0>ul {
        float: none;
        width: auto
    }
    
    .lp-change-extrafields .input-group {
        display: -webkit-box
    }
    
    .lp-change-extrafields .checkbox,
    .lp-change-extrafields .radio {
        margin-top: 2px;
        margin-bottom: 2px
    }
    
    .active-ann-form p.paragraph-form {
        margin-top: 10px
    }
    
    .lp-change-extrafields {
        overflow-y: initial !important
    }
    
    .lp-change-extrafields .modal-body {
        height: 450px;
        overflow-y: auto
    }
    
    .lp-change-extrafields .btn-default {
        color: #fff;
        background-color: #333;
        border-color: #333;
        font-weight: 700;
        text-transform: capitalize
    }
    
    .add-new-discount-code label,
    .announcements-wrap label {
        margin-top: 10px
    }
    
    .add-new-discount-code .form-horizontal .form-group,
    .announcements-wrap .form-horizontal .form-group,
    .lp-dashboard-new .announcements-wrap .form-horizontal .form-group {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    
    .best-discounts-filter .sort-filter-inner {
        width: 200px !important
    }
    
    .lp-header-search-filters .header-more-filters .features-heading {
        display: none
    }
    
    #sidebar-wrapper .row {
        margin-left: 0;
        margin-right: 0
    }
    
    #wrapper {
        padding-left: 70px;
        transition: all .4s ease 0s;
        height: 100%
    }
    
    #sidebar-wrapper {
        margin-left: -240px;
        width: 240px;
        background: #2c3e50;
        float: left;
        height: 100%;
        z-index: 10000;
        transition: all .4s ease 0s
    }
    
    .sidebar-nav {
        display: block;
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    #page-content-wrapper {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        height: auto
    }
    
    #wrapper.active {
        padding-left: 240px;
        position: relative
    }
    
    #wrapper.active #sidebar-wrapper {
        left: 240px;
        float: left
    }
    
    #page-content-wrapper {
        width: 100%;
        float: left
    }
    
    .lp-dashboard-new #sidebar_menu li a,
    .lp-dashboard-new .sidebar-nav li a {
        color: #fff;
        display: block;
        border-left: 5px solid transparent;
        text-decoration: none;
        width: 100%;
        background: #2c3e50;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        -ms-transition: background .5s;
        transition: background .5s;
        font-size: 15px;
    }
    
    .lp-dashboard-new .sidebar_name {
        padding-top: 25px;
        color: #fff;
        opacity: .7
    }
    
    .lp-dashboard-new .sidebar-nav li {
        line-height: 45px;
        text-indent: 20px
    }
    
    .lp-dashboard-new .sidebar-nav li a {
        color: #fff;
        display: block;
        text-decoration: none;
        padding-right: 0 !important;
        line-height: 45px
    }
    
    .lp-dashboard-new .sidebar-nav li a .fa {
        color: #fff
    }
    
    .lp-dashboard-new .sidebar-nav>li:hover a,
    .lp-dashboard-new .sidebar-nav>li:hover a .fa {
        color: #fff;
        text-decoration: none
    }
    
    .lp-dashboard-new.active .sidebar-nav li a:hover {
        background: rgba(70, 85, 101, .9)
    }
    
    .lp-dashboard-new .sidebar-nav li .sub_iconsecond {
        padding-right: 0;
        margin-right: 20px
    }
    
    .lp-dashboard-new .sidebar-nav li .sub_iconsecond:after {
        border-radius: 0;
        content: attr(data-tooltip);
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        white-space: nowrap;
        font-weight: 500;
        text-align: center;
        margin: 0;
        bottom: auto;
        text-indent: 0
    }
    
    .lp-dashboard-new .sidebar-nav li .pull-right {
        padding-right: 40px
    }
    
    .lp-dashboard-new .sidebar-nav li .sub_iconsecond .fa {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        line-height: 40px;
        text-align: center;
        text-indent: 0;
        display: inline-block
    }
    
    .lp-dashboard-new .sidebar-nav li .fa {
        display: inherit
    }
    
    .lp-dashboard-new .sidebar-nav li:hover .sub_iconsecond .fa {
        color: #fff
    }
    
    .lp-dashboard-new #sidebar {
        padding: 10px 0 !important;
        padding-top: 0 !important;
        background: #2c3e50
    }
    
    .lp-dashboard-new .sidebar-nav li a:active,
    .lp-dashboard-new .sidebar-nav li a:focus {
        text-decoration: none
    }
    
    .lp-dashboard-new .sidebar-nav li {
        position: relative
    }
    
    .lp-dashboard-new .sidebar-nav>.sidebar-brand {
        height: 56px;
        line-height: 56px;
        font-size: 18px;
    }
    
    .lp-dashboard-new .sidebar-nav>.sidebar-brand a {
        color: #999
    }
    
    .lp-dashboard-new #main_icon {
        float: right;
        padding-right: 30px;
        padding-top: 20px;
        font-size: 16px;
        color: #fff
    }
    
    .lp-dashboard-new .sub_icon {
        float: right;
        padding-right: 50px
    }
    
    .lp-dashboard-new .content-header {
        height: 65px;
        line-height: 65px
    }
    
    .lp-dashboard-new .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block
    }
    
    .lp-dashboard-new .sub_iconfirst {
        float: none;
        padding-right: 5px
    }
    
    .lp-dashboard-new .sidebar-nav li a:hover .fa {
        color: #fff
    }
    
    #wrapper.active .sub_icon {
        opacity: 0
    }
    
    .lp-dashboard-new .sub_iconfirst {
        opacity: 1 !important
    }
    
    .lp-dashboard-new {
        background: #2c3e50
    }
    
    .lp-dashboard-new #page-content-wrapper {
        background-color: #fafbfb;
    }
    
    .lp-dashboard-new .info {
        margin-bottom: 10px
    }
    
    .lp-dashboard-new.active .sidebar-wrapper ul li .active-dash-menu {
        border-left-color: #41a6df !important;
        color: #fff !important;
        background: rgba(70, 85, 101, .9) !important
    }
    
    .lp-dashboard-new.active .active-dash-menu {
        background: rgba(70, 85, 101, .9) !important;
        color: #fff !important;
        border-left: 5px solid #1e73be !important
    }
    
    .lp-dashboard-new.active .dropdown.opened .active {
        background: rgba(70, 85, 101, .9) !important;
        color: #fff !important;
        border-left: 5px solid #1e73be !important
    }
    
    .lp-dashboard-new .sidebar-wrapper ul li a {
        border-left: 5px solid transparent;
        color: #fff;
        font-size: 14px
    }
    
    .lp-dashboard-new.active .active-dash-menu .sub_icon {
        color: #fff
    }
    
    .lp-dashboard-new .dashboard-content .right-panel {
        width: 100%;
        float: none;
        padding: 0;
        min-height: 900px;
        padding-left: 0;
        background-color: #fafbfb
    }
    
    .lp-dashboard-new .dashboard-content {
        float: none;
        padding: 0;
        background-color: #fafbfb
    }
    
    .lp-dashboard-new .dashboard-content>.row {
        margin-left: 0;
        margin-right: 0
    }
    
    .lp-dashboard-new.active .dropdown li a {
        border-top: 1px solid #42474c;
        color: #fff;
        padding-right: 16px !important;
        font-size: 13px;
        line-height: 34px;
        width: 100%
    }
    
    .lp-dashboard-new.active .dropdown li a:hover,
    .lp-dashboard-new.active .dropdown li a,
    .lp-dashboard-new.active .dropdown li a span {
        background-color: transparent;
        color: #fff
    }
    
    .lp-dashboard-new.active .dropdown li a .fa {
        display: inline;
        margin-right: 10px
    }
    
    .lp-dashboard-new.active .dropdown li a span {
        float: right
    }
    
    .lp-dashboard-new .sidebar-nav>li>ul {
        display: none
    }
    
    .lp-dashboard-new .sidebar-nav>li>ul.opened {
        display: block
    }
    
    .lp-dashboard-new.active .sidebar-nav>.dropdown>ul li a .sub_iconsecond {
        display: none
    }
    
    .lp-new-user-portfolio-outer .avatar-circle {
        width: 35px;
        height: 35px
    }
    
    .lp-new-user-portfolio-outer .user-thumb,
    .lp-new-user-portfolio-outer .user-text {
        text-indent: 0;
        vertical-align: middle
    }
    
    .lp-new-user-portfolio-outer .user-text h5 {
        color: #fff;
        font-size: 15px;
        font-weight: 500
    }
    
    .lp-new-user-portfolio-outer .user-text a {
        line-height: 10px;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        border: 0 !important
    }
    
    .lp-new-user-portfolio-outer .user-text a:hover,
    .lp-new-user-portfolio-outer .user-text a:focus {
        background-color: transparent !important;
        text-indent: 0;
        margin: 0;
        padding: 0;
        border: 0
    }
    
    .sidebar-nav {
        position: relative
    }
    
    .lp-new-user-portfolio-outer {
        position: absolute;
        left: 15px;
        bottom: 30px
    }
    
    .lp-contact-support-outer {
        text-align: center;
        border-radius: 0;
        line-height: 32px;
        padding: 0 10px 0 10px;
        padding-left: 0;
        margin-right: 10px;
        position: relative;
    }
    
    .lp-contact-support-outer>a:before {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        width: 1px;
        height: 14px;
        background: #44566c;
        transform: translateY(-50%);
    }
    
    .lp-contact-support-outer>a {
        display: inline-block;
        font-size: 11px;
        text-transform: uppercase;
        color: #4a5b6d;
        font-weight: 600;
    }
    
    #sidebar_menu .sidebar-brand img {
        width: 70%;
        padding-left: 20px
    }
    
    @media (max-width: 767px) {
        #wrapper {
            padding-left: 70px;
            transition: all .4s ease 0s
        }
        #sidebar-wrapper {
            left: 70px
        }
        #wrapper.active {
            padding-left: 150px
        }
        #wrapper.active #sidebar-wrapper {
            left: 150px;
            width: 150px;
            transition: all .4s ease 0s
        }
    }
    
    #dashboard-delete-modal {
        top: 20%
    }
    
    .attachment-details .edit-attachment {
        display: none !important;
    }
    
    .zero-with-top-margin {
        margin-top: 5px;
        display: inline-block;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-stars {
        margin-bottom: 7px;
    }
    
    .lp-header-user-nav .lp-user-menu .lp-user-welcome {
        background-color: #2c3e50 !important;
    }
    
    .lp-multi-rating-ui-wrap .form-review-stars .rating-symbol {}
    
    .lp-multi-rating-ui-wrap .rating-symbol .fa {
        width: 20px;
        height: 20px;
        border: 0 solid;
        line-height: 20px !important;
        text-align: center;
    }
    
    .lp-multi-rating-ui-wrap .form-review-stars .rating-symbol .rating-symbol-background {
        font-size: 12px;
        line-height: 22px;
        padding-left: 5px;
    }
    
    .lp-multi-rating-ui-wrap .form-review-stars>span {
        border: 1px solid #dedede;
        padding: 0 4px;
        border-radius: 2px;
    }
    
    .lp-close-timing {
        color: #ff5a5f !important;
    }
    
    .lp-listings.grid-style .lp-listing-bottom .lp-listing-cats a {
        font-size: 13px;
    }
    
    .lp-archive-banner {
        background-color: #f0f3f6;
    }
    
    .archive-search .col-md-12 .lp-header-search-form {
        width: 827px;
        margin: 0 auto;
    }
    
    .more-filters {
        float: left;
        padding: 9px 0;
    }
    
    .lp-header-search-filters {
        margin-top: 20px !important;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        left: 0;
        right: 0;
    }
    
    .filters-wrap-for-mobile {
        float: left;
        margin-right: 10px;
    }
    
    .lp-user-menu.show-cat-nav {
        opacity: 1 !important;
        transform: scale(1) !important;
    }
    
    .lp-user-menu.show-cat-nav:after {
        visibility: visible;
        opacity: 1;
    }
    
    .lp-header-search .lp-suggested-search .pos-relative {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    .lp-header-search .form-group .lp-search-bar-right,
    .lp-header-search .lp-search-form-submit {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    
    .lp-join-now-v2 ul:before {
        content: ' ';
        display: block;
        width: 100%;
        position: absolute;
        height: 14px;
        top: -14px;
    }
    
    .lp-listing-menuu-slider .arrow-left,
    .lp-listing-menuu-slider .arrow-right {
        background-color: transparent;
    }
    
    .lp-listing-leadform-inner {
        position: relative;
    }
    
    .lp-default-all-stats.default-fields {}
    
    .lp-default-all-stats.default-fields .lp-menu-closed {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        text-align: left;
        margin: 0;
        background-color: transparent;
    }
    
    .lp-default-all-stats.default-fields .lp-menu-closed .lp-remove-form-field,
    .lp-default-all-stats.default-fields .lp-menu-closed .fa-bars {
        display: none;
    }
    
    .lp-default-all-stats.default-fields .lp-menu-closed .lp-right-side-title {
        float: none;
        color: #44566c;
    }
    /*new css*/
    
    .lp-header-search-filters .price-filter,
    .lp-header-search-filters .sort-filters-wrap {
        float: left;
    }
    
    .lp-header-search-filters .more-filters {
        padding: 0 0;
        font-size: 13px;
        line-height: 40px;
    }
    
    .lp-header-search-filters .more-filters:hover {
        text-decoration: underline;
    }
    
    .lp-header-search-filters .more-filters.lp-advence-filtr-colr {
        color: #fff !important;
    }
    
    .lp-header-search-filters .more-filters:hover {
        cursor: pointer;
    }
    
    .lp-filter-top-text h4 {
        font-size: 20px;
        font-weight: 400;
        color: #797979;
        margin-bottom: 15px;
        margin-top: 0;
    }
    
    .lp-filter-top-text h4 strong {
        color: #333;
        font-size: 18px;
        font-weight: 600;
    }
    
    .lp-header-search-filters .header-more-filters {
        display: none;
        background: #fff;
        padding: 30px 0;
        border: 1px solid #dedede;
    }
    
    .lp-header-search-filters .header-more-filters {
        display: none;
        background: #fff;
        padding: 30px 0;
        border: 1px solid #dedede;
        border-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 827px;
        margin: 0 auto;
        -webkit-box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.16);
    }
    
    .lp-header-search-filters .header-more-filters .lp-features-filter.add-border {
        padding: 24px 10px !important;
        margin: 0 !important;
        text-align: left;
        width: 100%;
        padding-bottom: 14px !important;
    }
    
    .lp-header-search-filters .header-more-filters .lp-features-filter .tags-area.add-border {
        text-align: left;
        width: 100%;
        padding-bottom: 0 !important;
        border-bottom: solid 1px #dedede;
        margin-bottom: 20px !important;
    }
    
    .lp-header-search.archive-search .form-inline .form-group {
        float: none !important;
        width: 100%;
    }
    
    .lp-header-search-filters .input-group.margin-right-0>ul {
        width: 100% !important;
    }
    
    .lp-features-inner-container li {
        float: left;
        width: 33%;
        margin-bottom: 10px;
    }
    
    .header-more-filters .lp-features-filter .checkbox label {
        padding-left: 35px;
        line-height: 30px;
        font-weight: 400;
        text-transform: capitalize;
        color: #333;
        font-size: 14px;
    }
    
    .lp-header-search-filters .lp-features-filter .checkbox label:before {
        background-color: #fff !important;
        border-radius: 2px;
    }
    
    .header-more-filters .lp-features-filter li {
        margin-top: 0 !important;
    }
    
    .lp-header-search-filters .header-more-filters {
        padding: 0 0 !important;
    }
    
    .listing-page-sidebar .widget_listingpro_ads_widget {
        padding: 0;
    }
    
    .lp-new-grid-bottom-button ul li a.grind-number {
        display: none;
    }
    
    .lp-listing-menuu-slider .slick-arrow {
        top: 54px !important;
        margin-top: -20px;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom {
        margin-top: -6px;
    }
    
    .grid-style .lp-listing-cat {
        margin-bottom: 12px;
        display: inline-block;
        font-size: 11px;
        line-height: 0;
        text-transform: uppercase;
    }
    
    .grid-style .lp-no-review-btn {
        margin-top: 0;
    }
    
    .grid-style .lp-listing .lp-listing-bottom .lp-listing-cats {
        margin-bottom: 10px !important;
    }
    
    .grid-style .lp-listing .lp-listing-bottom {
        padding: 8px 15px 10px 15px;
    }
    
    .listing-page-sidebar .lp-widget ul li strong {
        font-weight: 400;
        font-size: 14px;
    }
    
    .lp-listing-price-range .icon.icons8-building,
    .lp-listing-price-range .icon.icons8-Flag-2 {
        width: 18px;
        margin-left: 0;
        margin-right: 8px;
    }
    
    .lp-listing-price-range .icon.icons8-building {
        margin-left: -5px;
    }
    
    .lp-listing-price-range .claim-area {
        padding-bottom: 10px;
    }
    
    .lp-listing-price-range #lp-report-listing {
        display: inline-block;
    }
    
    .lp-listing-price-range .claim-area a.phone-number,
    .lp-listing-price-range #lp-report-listing a {
        border: 1px solid;
        font-size: 14px;
        font-weight: 400;
        color: #797979 !important;
        padding: 0 6px;
        transition: all 0.20s ease-in-out;
        margin-left: 5px;
        line-height: inherit;
        height: 25px;
        border-radius: 2px;
    }
    
    .lp-listing-price-range .claim-area a.phone-number:hover,
    .lp-listing-price-range #lp-report-listing a:hover,
    .listing-page-sidebar .lp-listing-price-range .claim-area a.phone-number:hover {
        color: #fff !important;
    }
    
    .listing-page-sidebar .lp-widget ul li a {
        height: 22px;
        display: inline-block;
        line-height: 20px;
    }
    
    .lp-listing-price-range .claim-area span.phone-icon strong {
        font-weight: 400;
    }
    
    .lp-header-user-nav .lp-user-menu:after {
        border-bottom-color: #2c3e50 !important;
    }
    
    .lp-notification-wrap {
        position: fixed;
        z-index: 9;
        bottom: -150px;
        left: 40%;
        transition: all .5s;
    }
    
    .lp-notification-wrap.active-wrap {
        bottom: 100px;
    }
    
    .lp-dashboard-new .sidebar-nav li .sub_iconsecond .fa:hover {
        background: #505c6a;
    }
    
    #reply-title i.fa-angle-down {
        display: none;
    }
    
    #modal-lp-submit-ad .modal-content {
        overflow: hidden;
        top: 30px;
    }
    
    .lp-review-form-top-multi .lp-review-images-multi {
        width: 45%;
    }
    
    .lp-listing-features {
        margin-bottom: 35px;
    }
    
    .lp-listing-features ul li {
        background-color: rgba(0, 0, 0, 0);
        border: medium none;
        border-radius: 0;
        float: left;
        font-size: 14px;
        line-height: 24px;
        margin-right: 0;
        min-height: 0;
        width: 25%;
    }
    
    .lp-new-grid-bottom-button ul li:first-child:nth-last-child(1) {
        width: 100%;
    }
    
    .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2),
    .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2)~li {
        width: 50%;
    }
    
    .lp-new-grid-bottom-button ul li:first-child:nth-last-child(3),
    .lp-new-grid-bottom-button ul li:first-child:nth-last-child(3)~li {
        width: 33.3333%;
    }
    
    .grid-show-popup {
        text-align: center;
    }
    
    .grid-show-popup img {
        margin: 0 auto;
        padding: 50px;
    }
    
    .grid-show-popup .lpmap-icon-contianer img {
        padding: 0;
    }
    
    #grid-show-popup .widget-map-click i {
        right: 20px;
    }
    
    .lp-deals-wrap .lp-deal .deal-details {
        background-color: #00000096;
    }
    
    .author-inner-content-wrap .info-row label {
        display: block;
        margin-bottom: 0;
    }
    
    .lp-multi-rating-ui-wrap {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .listing-page-sidebar .lp-widget ul.flip li a {
        display: block;
        height: inherit;
        line-height: inherit;
        background: #fff;
    }
    
    .listing-page-sidebar .lp-widget ul.flip li {
        padding: 0 !important;
    }
    
    .listing-page-sidebar .list-discount-outer .lp-widget.lp-discount-widget {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    
    .lp-listings .listing-slider .lp-rating-num {
        float: none;
    }
    
    .lp-listings .listing-slider .lp-listing-bottom h4 {
        margin-top: 5px;
    }
    
    .lp-listings .listing-slider .lp-listing-cats {
        margin-bottom: 12px !important;
    }
    
    .lp-listings .listing-slider .lp-listing-cat {
        font-size: 11px;
    }
    
    .lp-listing-top a.lp-listing-cat {
        display: none;
    }
    
    .lp-menu-form-feilds .form-control.error {
        border: 1px solid #eb5439 !important;
    }
    
    .listing-slider .lp-listing-stars .lp-no-review-btn {
        margin-top: 0 !important;
    }
    
    .lp-activities .lp-activity .lp-activity-thumb img,
    .lp-listings.list-style .lp-listings-inner-wrap {
        border-radius: 2px;
    }
    
    .lp-header-search.archive-search {
        text-align: center;
    }
    
    .lp-listing-announcement .announcement-wrap {
        border-radius: 2px;
    }
    
    .lp-coupns-form .lp-main-title .text-center,
    .lp-coupns-form .lp-coupon-outer-container .text-center {
        text-align: center;
    }
    
    #lp-events .lp-main-title .col-md-2:last-child p {
        padding-left: 0;
    }
    
    .lp-coupon-outer-container .lp-listing-pay-button {
        text-align: left;
    }
    
    .discount_displayin_wrap .select2.select2-container.select2-container--default {
        width: 350px !important;
        min-width: 350px !important;
    }
    
    .panel-heading .discount_displayin_wrap {
        margin-top: -6px;
    }
    
    .panel-heading .discount_displayin_wrap .discount_displayin_wrap_title {
        color: #3f576e;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 600;
        margin-right: 10px;
    }
    
    .bottomofbutton.lpsubmitloading {
        position: absolute;
        z-index: 999;
        right: 250px;
        bottom: 15px;
        color: #fff;
    }
    
    .jFiler-input-dragDrop .upload-field:before {
        content: 'Browse Files';
        position: absolute;
        width: 105px;
        font-size: 13px;
        left: 0;
        bottom: 30px;
        z-index: 999;
        text-align: center;
        border-radius: 5px;
        height: 100px;
        border: 1px solid #0c86ff;
        height: 36px;
        line-height: 36px;
        margin: 0 auto;
        right: 0;
        color: #0c86ff;
        background: #fff;
        font-weight: 600;
        display: none;
    }
    
    .jFiler-input-dragDrop.pos-relative:hover .upload-field:before {
        background: #0c86ff;
        color: #fff;
    }
    
    .status-red,
    .status-red:hover {
        color: #d0021b !important;
    }
    
    .status-green,
    .status-green:hover {
        color: #73cf42 !important;
    }
    
    #lp-save-events,
    #lp-save-events:hover,
    .lp-save-events:hover,
    .lp-save-events,
    .lp-edit-announcements:hover,
    .lp-edit-announcements,
    .lp-save-template,
    .lp-save-template:hover,
    .add-form-field,
    .add-form-field:hover,
    #lp-save-dis,
    #lp-save-dis:hover,
    .lp-edit-dis:hover,
    .lp-edit-dis,
    .lp-save-btn,
    .lp-save-btn:hover,
    #lp_campaign_paynow,
    #lp_campaign_paynow:hover,
    .lp-edit-menu:hover,
    .lp-edit-menu,
    .lp-add-announcement-form .lp-coupns-btns {
        background-color: #73d500 !important;
        color: #fff !important;
    }
    
	.btn-link.googledroppin.events-dash {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	
	
	.fa-trash::before {
		content: "\f1f8" ! IMPORTANT;
	}
			
    .lp-header-search-filters .header-filter-wrap:hover {
        color: #fff !important;
    }
    
    .listing-page-sidebar .lp-listing-timings .lp-today-timing {
        padding: 14px 17px !important;
    }
    
    .listing-page-sidebar .lp-listing-timings .lp-today-timing.all-days-timings {
        padding: 0 !important;
        padding-bottom: 14px !important;
        background-color: #fff;
    }
    
    .lp-listing .lp-listing-top .post-price-row {
        line-height: 0;
        font-weight: 700;
        padding: 0 0;
        transition: all 0.20s ease-in-out
    }
    
    .lp-listing .lp-listing-top .post-price-row li {
        display: inline-block;
        vertical-align: middle;
        background: rgba(0, 0, 0, .5);
        padding: 0 5px;
        color: #fff;
        float: left;
        height: 24px;
        line-height: 24px;
        font-weight: 700;
    }
    
    .lp-listing .lp-listing-top .post-price-row li:last-child {
        width: 0;
        opacity: 0;
        height: 0;
        visibility: hidden;
        padding-left: 0;
        transition: all 0.10s ease-in-out;
    }
    
    .lp-listings .lp-listing .list-style-none span {
        font-weight: 600;
        color: #fff;
        line-height: 0;
        font-size: 14px;
    }
    
    .lp-listings .lp-listing:hover .lp-listing-top .post-price-row li:last-child {
        width: auto;
        height: 24px;
        opacity: 1;
        visibility: visible;
        transition: all 0.10s ease-in-out;
    }
    
    .lp-listings .lp-listing .list-style-none span.post-rice span.text {
        display: none;
    }
    
    .lp-listings .lp-listing .simptip-position-top.simptip-movable:after {
        border-radius: 2px;
    }
    
    .lp-listings .listing-slider .lp-listing:hover .post-price-row {
        bottom: 60px;
    }
    
    .listing-slider .lp-listing .lp-listing-top .post-price-row {
        width: 240px;
        float: left;
        bottom: 0;
        position: absolute;
        transition: all 0.20s ease-in-out;
    }
    
    .lp-listings.list-style .lp-listing .list-style-none span {
        font-weight: 700;
        color: #797979;
        line-height: 24px;
        font-size: 14px;
    }
    
    .lp-listings .lp-listing .list-style-none .active {
        color: #73cf42 !important;
    }
    
    .lp-listing .lp-listing-top-thumb img {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }
    
    .lp-new-grid-bottom-button ul {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    
    .listing-simple #lp-find-near-me,
    .post-with-map-container #lp-find-near-me {
        margin-top: 0 !important;
    }
    
    .listing-simple #lp-find-near-me a,
    .post-with-map-container #lp-find-near-me a {
        color: #9f9f9f;
        border: 1px solid #eaeaea;
    }
    
    .listing-simple #lp-find-near-me a:hover,
    .post-with-map-container #lp-find-near-me a:hover {
        border-color: #eaeaea;
        color: #9f9f9f !important;
    }
    
    .lp_auto_loc_container .lp-dyn-city {
        font-size: 40px;
    }
    
    .post-submit .chosen-container-single .chosen-single span {
        margin-right: 0;
        line-height: 46px;
    }
    
    .lp-listing-title .lp-listing-name h2 span.claimed {
        font-size: 14px;
        font-weight: 400;
    }
    
    .lp-listing-desription ul li {
        list-style: circle;
    }
    
    .lp-listing-desription .lp-section-row .lp_section_inner {
        width: 100%;
    }
    
    .lp-price-main .lp-price-list .lp-listprc li span.icon,
    .lp-price-main .lp-price-list .lp-listprc li span.icon-text {
        float: inherit;
    }
    
    .lp-right-panel-height {
        position: absolute;
        right: 0;
        height: 100%;
        background-color: #fff;
        border-left: 1px solid #e9ebf2;
        padding: 0;
    }
    
    #events-form-toggle,
    #discount-form-toggle,
    #menu-form-toggle {
        position: relative;
        float: right;
        width: 100%;
    }
    
    #lp-listings .md-content form .form-group {
        padding: 30px
    }
    
    .lp-archive-banner.empty-filter {
        padding: 80px 0;
        padding-top: 70px
    }
    
    .lp-archive-banner.empty-filter h4 {
        font-size: 30px
    }
    
    .lp-header-search.archive-search .lp-filter-top-text .colorWhite {
        color: #fff !important;
    }
    
    .lp-listing-bottom-right .dis-code-copy-pop input {
        font-size: 17px;
        line-height: 28px;
        padding: 3px 0 4px 10px;
        width: 110px;
    }
    
    .lp-listing-bottom-right .dis-code-copy-pop .copy-now {
        padding: 5px 10px;
        font-size: 13px;
        height: 37px;
    }
    
    .lp-listing-bottom-right .dis-code-copy-pop .dis-code-copy-wrap {
        width: 161px;
    }
    
    .lp-listing-bottom-right .dis-code-copy-pop .dis-code-copy-pop-inner-cell p:first-child {
        font-size: 13px;
    }
    
    .lp-listing-bottom-right .close-right-icon {
        right: 10px;
        top: 4px;
        font-size: 14px;
    }
    
    .event-hosted-grid h6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .event-hosted-grid label {
        margin-bottom: 0;
    }
    
    .grid-style .lp-listing-cat.event-grid-date {
        background-color: #dedcdc;
        line-height: 20px;
        padding: 0 5px 0 0;
        border-radius: 2px;
        color: #333 !important;
        font-weight: bold;
    }
    
    .event-grid-date span {
        color: #fff;
        padding: 2px 5px;
        line-height: 20px;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    
    .event-grid-thumb {
        max-height: 210px;
        overflow: hidden;
    }
    
    .event-grid-ticket {
        position: absolute;
        color: #fff;
        bottom: 10px;
        right: 10px;
        padding: 6px 10px;
        font-weight: bold;
        border-radius: 2px;
    }
    
    .event-grid-ticket i {
        margin-right: 5px;
    }
    
    #lp-find-near-me.near-me-app-view-btn {
        top: 0;
    }
    
    #lp-find-near-me.near-me-app-view-btn a {
        height: 33px;
    }
    
    .listing-page-sidebar .lp-widget ul,
    .listing-page-sidebar .lp-widget .lp-listing-price-range,
    .listing-page-sidebar .lp-listing-additional-details h4,
    .listing-page-sidebar .lp-listing-timings .lp-today-timing {
        border: solid 1px #e3e3e3;
        border-top: none;
    }
    
    .listing-page-sidebar .lp-widget .lp-event-outer {
        border: solid 1px #e3e3e3;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .listing-page-sidebar .lp-widget .lp-event-list-area ul {
        border-left: 0;
        border-right: 0;
        padding: 20px;
    }
    
    .lp-widget.lp-discount-widget {
        margin-top: 0;
    }
    
    .listing-page-sidebar .lp-listing-additional-details .toggle-additional-details {
        bottom: -29px;
    }
    
    .listing-page-sidebar .lp-listing-additional-details.bottom35 {
        margin-bottom: 32px;
    }
    
    .listing-page-sidebar .event-sidebar-wrapper+.lp-listing-price-range,
    .listing-page-sidebar .event-sidebar-wrapper+.lp-listing-additional-details,
    .listing-page-sidebar .event-sidebar-wrapper+.lp-listing-timings .lp-today-timing,
    .listing-page-sidebar .list-discount-outer+.lp-listing-price-range,
    .listing-page-sidebar .list-discount-outer+.lp-listing-additional-details,
    .listing-page-sidebar .list-discount-outer+.lp-listing-timings .lp-today-timing {
        border-top: solid 1px #e3e3e3;
    }
    
    .listing-page-sidebar .event-sidebar-wrapper+.list-discount-outer .lp-widget.lp-discount-widget {
        margin-top: 0;
    }
    
    .listing-page-sidebar .lp-deals-wrap {
        margin-bottom: 0;
    }
    
    .listing-page-sidebar .lp-widget .lp-event-list-area ul.border-bottom-zero {
        border-bottom: none;
    }
    
    .upload-field[data-multiple="true"] img {
        height: 40px;
        width: auto;
        float: left;
        position: relative;
        bottom: 83px;
    }
    
    .menu-hotel .open-modal {
        border: none;
        margin-bottom: 0;
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price a {
        font-size: 14px;
    }
    /*----------------------Event Detail page-----------------*/
    
    .lp-event-detail {
        display: inline-block;
    }
    
    .lp-event-top-title-header {
        display: inline-block;
        width: 100%;
        float: left;
        position: relative;
        padding: 40px 0;
        overflow: hidden;
    }
    
    .lp-event-bgimage {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
        filter: blur(6px);
    }
    
    .lp-event-detail-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .lp-event-detail-thumbnail {
        display: inline-block;
        width: 100%;
    }
    
    .lp-event-detail-thumbnail img {
        width: 100%;
    }
    
    .lp-event-detail-date-title-outer {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }
    
    .lp-event-detail-date {
        width: 85px;
        height: 85px;
        float: left;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        padding: 14px 0;
        margin-right: 15px;
    }
    
    .lp-event-detail-date span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        padding: 0;
        color: #333333;
        text-transform: uppercase;
    }
    
    .lp-event-detail-date span.event-detil-date {
        color: #ff4945;
        font-size: 30px;
        margin-bottom: 5px;
    }
    
    .lp-event-detail-title-hosted {
        display: inline-block;
        float: left;
        width: 85%;
    }
    
    .lp-event-detail-title-hosted h1 {
        font-size: 30px;
        margin: 0;
        color: #fff;
        font-weight: normal;
        line-height: 26px;
        margin-top: 4px;
    }
    
    .lp-event-detail-title-hosted h2 {
        font-size: 14px;
        margin: 0;
        color: #fff;
        font-weight: normal;
        margin-top: 15px;
        display: inline-block;
    }
    
    .lp-event-detail-title-hosted h2 a {
        font-weight: normal;
        text-decoration: underline;
        font-size: 16px;
        line-height: initial;
    }
    
    .lp-event-detail-side-section {
        display: inline-block;
        width: 100%;
    }
    
    .lp-event-detail-side-section ul {
        width: 100%;
        display: inline-block;
        float: left;
        background: #fff;
        border-radius: 2px;
        border: 1px solid #dedede;
    }
    
    .lp-event-detail-side-section ul li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 20px;
    }
    
    .lp-event-detail-side-section ul li:nth-child(even) {
        background: #fafafa;
        border-bottom: 1px solid #dedede;
    }
    
    .lp-event-detail-side-section ul li:first-child {
        padding: 0;
    }
    
    .lp-event-detail-side-section ul li:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    
    .lp-event-detail-side-section ul li h3 {
        color: #797979;
        font-size: 14px;
        margin: 0;
    }
    
    .lp-event-detail-side-section ul li h3 i {
        font-size: 20px;
        vertical-align: middle;
    }
    
    .lp-event-detail-side-section ul li h3 span {
        margin-left: 10px;
        display: inline-block;
        font-weight: 600;
    }
    
    .lp-event-detail-side-section ul li h3 i.fa-clock-o {
        margin-right: -2px;
    }
    
    .lp-event-detail-side-section ul li>a,
    .lp-event-detail-side-section ul li>span {
        padding-left: 25px;
        margin-top: 5px;
        font-weight: normal;
    }
    
    .lp-event-detail-side-section ul li .lp-event-detail-map {
        height: 250px !important;
    }
    
    .lp-event-detail-white-bg-section {
        display: inline-block;
        width: 100%;
        float: left;
        padding: 40px 0;
    }
    
    .lp-event-detail-content {
        display: inline-block;
        width: 100%;
    }
    
    .lp-event-detail-content p {
        margin: 0;
    }
    
    .lp-event-detal-share {
        position: absolute;
        width: 88px;
        right: 6px;
        top: -50px;
        margin: 0;
    }
    
    .lp-event-detail-sidebar-area {
        display: inline-block;
        width: 100%;
        float: left;
    }
    
    .event-total-going {
        display: block;
        margin-bottom: 10px;
    }
    
    .event-total-going span {
        color: #797979;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .event-total-going span strong {
        color: #333333;
        margin-right: 10px;
    }
    
    .lp-detail-event-going-btn {
        display: inline-block;
        width: 100%;
    }
    
    .lp-detail-event-going-btn button {
        width: 100%;
        border: 0;
        background: #03c4c6;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 12px 0;
        text-align: center;
        border-radius: 3px;
    }
    
    .lp-detail-event-going-btn button:hover {
        background: #0eb4b6;
        color: #fff;
    }
    
    .lp-event-detail-ticket {
        width: 100%;
        display: inline-block;
        border: 0;
        background: #f25f5c;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 12px 0;
        text-align: center;
        border-radius: 3px;
        margin-top: 10px;
    }
    
    .lp-event-detail-ticket i {
        margin-right: 5px;
    }
    
    .lp-event-detail-ticket:hover {
        color: #fff;
        background: #e35855;
    }
    
    .lp-event-detail-ticket:focus {
        color: #fff;
    }
    
    .lp-event-detail-attendes-section {
        width: 100%;
        display: inline-block;
    }
    
    .lp-event-detail-attendes-section ul {
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    
    .lp-event-detail-attendes-section ul li {
        display: inline-block;
        float: left;
        text-align: center;
        background: #fafafa;
        border: 1px solid #dedede;
        border-radius: 2px;
        padding: 20px 20px;
        margin-left: 20px;
        width: 23%;
        margin-bottom: 20px;
    }
    
    .lp-event-detail-attendes-section ul li:nth-child(4n+1) {
        margin-left: 0;
    }
    
    .lp-event-detail-attendes-section ul li .attende-avtar {
        width: 90px;
        height: 90px;
        display: inline-block;
        background: #ccc;
        border-radius: 50%;
        margin-bottom: 20px;
    }
    
    .lp-event-detail-attendes-section ul li .attende-avtar img {
        border-radius: 50%;
    }
    
    .lp-event-detail-attendes-section ul li span {
        display: block;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        text-transform: capitalize;
    }
    
    .lp-event-detail-attendes-section ul li h5 {
        display: block;
        font-size: 16px;
        color: #7f7f7f;
        margin: 0;
        text-transform: capitalize;
        font-weight: 400;
    }
    
    .lp-event-viewall-attende {
        display: inline-block;
        width: 100%;
        margin: 40px 0 20px;
    }
    
    .lp-event-viewall-attende h4 {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        margin: 0;
        display: inline-block;
        float: left;
    }
    
    .lp-event-attende-view-all {
        display: inline-block;
        width: 100%;
    }
    
    .lp-event-attende-view-all span {
        font-size: 16px;
        font-weight: normal;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
        display: block;
        border: 1px solid;
        padding: 5px 0;
        width: 130px;
    }
    
    .lp-event-detail-dynamic-sidebar {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }
    
    .lp-event-detail-dynamic-sidebar .widget-box {
        padding: 0;
    }
    
    .lp-attende-extra {
        display: none !important;
    }
    
    .lp-attende-extra.active {
        display: block !important;
    }
    /*---------app view events-------*/
    
    .app-view-events .lp-event-top-title-header {
        padding: 0;
    }
    
    .app-view-events .lp-event-appview-section-wrap {
        background: #eff3f6;
        display: inline-block;
        width: 100%;
        padding: 0 5% 20px;
    }
    
    .app-view-events .lp-event-detail-date-title-outer {
        background: #fff;
        border-radius: 8px;
        width: 100%;
        margin: -40px 0 0;
        border: 1px solid #dbe7ef;
        padding-top: 27px;
    }
    
    .app-view-events .lp-event-detail-date {
        display: block;
        margin: 0 auto;
        float: none;
        background: #fafbfb;
    }
    
    .app-view-events .lp-event-detail-title-hosted {
        width: 100% !important;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 27px;
    }
    
    .app-view-events .lp-event-detail-title-hosted h1 {
        font-size: 22px;
        margin-top: 5px;
        color: #333;
        font-weight: bold;
    }
    
    .app-view-events .lp-event-detail-title-hosted h2 {
        color: #7f7f7f;
        font-size: 13px;
        margin-top: 5px;
    }
    
    @media (max-width: 1024px) {
        .app-view-events .lp-event-top-title-header .col-md-8,
        .app-view-events .lp-event-top-title-header .col-md-4,
        .app-view-events .lp-event-detail-white-bg-section .col-md-8,
        .app-view-events .lp-event-detail-white-bg-section .col-md-4 {
            width: 100%;
        }
    }
    
    .app-view-events .lp-event-detal-share {
        position: relative;
        display: inline-block;
        width: 100%;
        top: 0;
        height: auto;
        float: left;
    }
    
    .app-view-events .lp-event-detal-share ul {
        border-top: 1px solid #dedede;
        position: relative;
    }
    
    .app-view-events .lp-event-detal-share ul li {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 9px 0;
    }
    
    .app-view-events .lp-event-detal-share ul li a.lp-single-sharing {
        border: none;
        padding: 0;
        width: 50px;
        display: inline-block;
        font-size: 12px;
        color: #333 !important;
    }
    
    .app-view-events .lp-event-detal-share ul li a.lp-single-sharing:hover {
        background: none !important;
    }
    
    .app-view-events .lp-event-detal-share ul li a.lp-single-sharing i {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }
    
    .app-view-events .lp-event-detal-share ul li .md-overlay {
        background: rgba(0, 0, 0, 0.5);
    }
    
    .app-view-events .lp-event-detal-share ul li .social-icons.post-socials.smenu {
        width: 176px;
        top: -100px;
        left: 50%;
        margin-left: -88px;
    }
    
    .app-view-events .lp-event-detal-share ul li .social-icons.post-socials.smenu::after {
        content: none;
    }
    
    .app-view-events .lp-event-detail-sidebar-area {
        margin-top: 20px;
    }
    
    .app-view-events .lp-event-detail-side-section ul {
        border: 0;
        border-bottom: 1px solid #dedede;
    }
    
    .app-view-events .lp-event-detail-side-section ul li {
        background: #fff;
    }
    
    .app-view-events .lp-event-detail-content {
        background: #eff3f6;
        padding: 20px 15px;
    }
    
    .app-view-events .lp-event-detail-side-section {
        float: left;
    }
    
    .app-view-events .lp-event-detail-white-bg-section {
        padding: 0 0 40px;
    }
    
    .app-view-events .lp-event-viewall-attende {
        margin: 20px 0;
        padding: 0 15px;
    }
    
    .app-view-events .lp-event-detail-attendes-section {
        padding: 0 15px;
    }
    
    .app-view-events .lp-event-detail-dynamic-sidebar {
        padding: 0 15px;
    }
    
    .app-view-events .lp-event-detail-dynamic-sidebar .list_view_v2 {
        padding: 0;
    }
    
    .maring-top8 {
        margin-top: 8px;
    }
    
    .padding-bottom0 {
        padding-bottom: 0;
    }
    
    .padding-right15 {
        padding-right: 15px !important;
        margin-bottom: 20px;
    }
    
    .img-menu-upload-field.upload-field[data-multiple="true"] img {
        height: 90px;
        margin: 5px 5px 5px 0;
        width: auto;
        float: none;
        position: static;
    }
    
    .dashboard-upload-field .frontend-button {
        background-color: #f5f5f5;
    }
    
    .menu-edit-imgs-wrap {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 40px;
        z-index: 99;
    }
    
    .menu-edit-imgs-wrap .menu-edit-img-wrap img {
        position: static;
        height: 50px;
    }
    
    .menu-edit-img-wrap {
        position: relative;
        display: inline-block;
        border: solid 1px;
        margin-left: 2px;
        position: absolute;
        left: 10px;
    }
    
    .remove-menu-img {
        background-color: #000;
        color: #fff;
        position: absolute;
        top: 0;
        z-index: 9999;
        font-size: 9px;
        padding: 0 6px;
        cursor: pointer;
        right: 0;
        line-height: 19px;
    }
    
    .lp-header-search.archive-search h4.lp-title em {
        font-style: normal;
    }
    
    .lp-share-event-detail {
        display: inline-block;
        margin-top: 17px;
        padding-left: 10px;
        float: right;
        margin-right: -12px;
    }
    
    .lp-share-event-detail .lp-event-share-btn-st {
        display: inline-block;
        float: left;
        color: #fff;
        font-size: 14px;
        padding-top: 2px;
    }
    
    .lp-event-shar-btn-align-title {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    .lp-event-shar-btn-align-title li {
        display: inline-block;
        float: left;
        text-align: center;
        margin-left: 5px;
    }
    
    .lp-event-shar-btn-align-title li a i {
        font-size: 14px;
        background: #fff;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 2px;
    }
    
    .lp-event-shar-btn-align-title li a i:hover {
        color: #fff !important;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-facebook {
        color: #3B5998;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-facebook:hover {
        background: #3B5998;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-google-plus {
        color: #E37167;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-google-plus:hover {
        background: #E37167;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-twitter {
        color: #55ACEE;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-twitter:hover {
        background: #55ACEE;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-linkedin {
        color: #0077B5;
    }
    
    .lp-event-shar-btn-align-title li a i.fa-linkedin:hover {
        background: #0077B5;
    }
    
    .lp-deatil-reply-review-area {
        background: #fafafa;
        border: 1px solid #dedede;
        padding: 20px;
        border-radius: 3px;
        margin-top: 20px;
    }
    
    .lp-deatil-reply-review-area h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }
    
    .lp-additional-appview-filter-new h3 {
        font-size: 15px;
        margin: 5px 0 -10px;
    }
    
    .lp-listing-leadform {
        margin-top: 25px;
    }
    
    .lp-sidebar.listing-page-sidebar .lp-listing-leadform {
        margin-top: 50px !important;
    }
    
    .listing-page-sidebar .widget-box {
        padding: 0;
        margin: 25px 0 0 0;
    }
    
    .listing-page-sidebar .widget-box ul {
        border: none;
    }
    
    .listing-page-sidebar .widget-box ul li {
        padding: 0;
        background-color: transparent;
        border: none;
    }
    
    .menu-edit-imgs-wrap.image-menu-multiple-wrap {
        position: static;
    }
    
    .menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap {
        border: none;
        margin-left: 0;
    }
    
    .menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap .remove-menu-img {
        top: 5px;
        right: 5px;
    }
    
    .lp-listing-price-range.lp-widget-inner-wrap {
        width: 100%;
        display: inline-block;
    }
    
    .del-group-type {
        cursor: pointer;
    }
    /*new css*/
    
    .lp-home-banner-contianer .lp-search-bar-view1 .hide-what .chosen-container.chosen-container-single .chosen-single span {
        padding-left: 0 !important;
    }
    
    .lp-home-banner-contianer .form-group.hide-what .chosen-container.chosen-container-single,
    form .hide-what #cities {
        border-radius: 5px;
    }
    
    .lp-home-banner-contianer .lp-search-bar.lp-search-bar-view1 .form-group.lp-suggested-search.hide-where .pos-relative input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .header-bg-color-class .width-49-percent.hide-what .input-group-addon.lp-border {
        z-index: 99;
    }
    
    .lp-home-banner-contianer .form-group.lp-location-search.hide-what .chosen-container.chosen-container-single .chosen-single span {
        margin-left: 70px !important;
    }
    
    .header-bg-color-class .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15.hide-where,
    .lp-search-bar-view1 form .hide-what #cities,
    .lp-search-bar-view2 .hide-what {
        border-radius: 0 !important;
    }
    
    .lp-search-bar-view2 form #cities {
        color: #bbbbbb !important;
        height: 54px;
    }
    
    .lp-home-banner-contianer .lp-search-bar.lp-search-bar-view2 .form-group.lp-suggested-search.hide-where {
        border-radius: 0 !Important;
    }
    
    .lp-bottom-with-map-back form #cities {
        border: 0;
    }
    
    .lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-location-search {
        margin-left: 0;
    }
    
    .header-container .select2.select2-container.select2-container--default {
        border-radius: 0 5px 5px 0;
    }
    
    .header-container .lp-search-bar-view1 .select2.select2-container.select2-container--default {
        border-radius: 0;
        border-bottom: 1px solid #fff;
        background-color: transparent !important;
        color: #fff;
    }
    
    .header-container .lp-search-bar-view1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }
    
    .header-container .lp-search-bar-view2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        text-align: left;
        line-height: 57px;
    }
    
    .lp-header-search.archive-search form #cities,
    .lp-header-search.archive-search form #cities-filter {
        border-radius: 3px !Important;
        height: 46px !important;
        line-height: 46px !important;
    }
    
    .lp-header-search-wrap .select2.select2-container.select2-container--default {
        border-radius: 0;
    }
    
    .header-container .lp-location-search .select2.select2-container.select2-container--default {
        background-color: transparent !Important;
    }
    
    .lp-header-search.archive-search .form-inline .form-group.lp-location-search {
        background: #fff !important;
        height: 46px;
        border-radius: 4px;
    }
    
    .lp-header-search.archive-search .lp-location-search .ui-widget {
        width: 100%;
    }
    
    .input-group.width-49-percent .border-dropdown span::after {
        display: none;
    }
    
    .header-container .lp-search-chnage-styles-st .select2.select2-container.select2-container--default {
        background-color: transparent !Important;
        height: 37px;
    }
    
    .lp-search-chnage-styles-st .header-filter .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 39px;
    }
    
    .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15 {
        width: 54%;
    }
    
    .home .lp-header-search .form-group.lp-location-search {
        background-color: #fff !Important;
        min-width: 200px;
    }
    
    .lp-header-search .ui-widget {
        float: left;
        width: 100%;
    }
    
    .lp-header-search .lp-header-search-form .lp-search-icon {
        top: 13px;
    }
    
    .home .lp-header-search .border-dropdown span:after,
    .input-group.width-49-percent .border-dropdown span::after {
        display: none;
    }
    
    .left-section-menu-outer .lp-menu ul li {
        line-height: 45px;
    }
    
    .lp-logo-header4-sts .lp-header-logo {
        line-height: 48px;
    }
    
    .header-container .header-bg-color-class .select2.select2-container.select2-container--default {
        background-color: transparent !Important;
    }
    
    .select2-container *:focus {
        outline: none;
    }
    
    .lp-home-banner-contianer-inner-new-search.search-view-move-down-two .lp-search-bar.lp-search-bar-view1 .select2-container .select2-selection--single {
        border: 1px solid #fff !important;
        height: 42px;
        border-radius: 0 !Important;
    }
    
    .lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search.search-view-move-down-two .lp-search-bar.lp-search-bar-view1 .select2.select2-container.select2-container--default {
        border-bottom: 0 !important;
    }
    
    .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
        color: #797979;
        line-height: 42px;
    }
    
    .select2-container--default .select2-search--dropdown .select2-search__field {
        border-radius: 2px;
        border: 1px solid #e5e5e5;
    }
    
    .select2-container--open .select2-dropdown--below {
        border: 1px solid #e5e5e5;
        border-top: none;
    }
    
    .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2-container .select2-selection--single {
        border: 0 solid #fff !important;
        height: 56px;
        border-radius: 0 !Important;
    }
    
    .lp-home-banner-contianer-inner .lp-search-bar.lp-search-bar-view1 .select2-container .select2-selection--single {
        height: 42px;
    }
    
    .lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search .lp-search-bar.lp-search-bar-view1 .select2.select2-container.select2-container--default {
        border-bottom: 1px solid #fff !important;
    }
    
    .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2.lp-search-bar-view3 .select2.select2-container.select2-container--default,
    .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2.select2-container.select2-container--default {
        border-bottom: 0 !important;
    }
    
    .lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search {
        border: 0 solid #fff !important;
    }
    
    .lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2-container .select2-selection--single {
        height: 56px;
    }
    
    .lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2.select2-container.select2-container--default,
    .lp-home-banner-contianer-inner.banner-view-cat-tranparent .lp-search-bar-view1.lp-search-bar-view2 .select2.select2-container.select2-container--default {
        border-bottom: 0 !important;
    }
    
    .lp-home-banner-contianer-inner.banner-view-cat-tranparent .lp-search-bar-view1 .select2.select2-container.select2-container--default {
        border-bottom: 1px solid #fff !important;
    }
    
    .lp-home-banner-contianer .lp-search-bar-view1 .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
        border-bottom: 1px solid #fff !important;
    }
    
    .lp-header-middle .lp-header-logo {
        max-width: 100%;
        width: auto;
    }
    
    .lp-header-middle .header-filter .input-group.width-49-percent {
        width: 40%;
    }
    
    .lp-header-middle .header-filter .input-group.width-49-percent.margin-right-15 {
        width: 57%;
    }
    
    .header-container .lp-header-middle.fullwidth-header .lp-logo-header4-sts .select2.select2-container.select2-container--default {
        background-color: transparent !important;
    }
    
    .lp-header-middle.fullwidth-header .header-filter.pos-relative.form-group.margin-bottom-0.col-md-6 {
        width: 64%;
    }
    
    .lp-header-search.archive-search .lp-search-bar .select2-container .select2-selection--single {
        height: 46px !important;
        border: 1px solid #dedede;
    }
    
    .lp-menu-bar-color .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15,
    .lp-menu-bar.header-bg-color-class .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
        width: 60% !important;
    }
    
    .lp-menu-bar.header-bg-color-class .lp-search-chnage-styles-st-fix .header-filter .input-group.width-49-percent.margin-right-15 {
        width: 52% !important;
    }
    
    .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15 {
        width: 52% !important;
    }
    
    .lp-header-search.archive-search .lp-header-search-form .chosen-container .chosen-results li {
        line-height: 20px;
    }
    
    .lp-header-search.archive-search .lp-features-inner-container li {
        margin-top: -10px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -6px;
        margin-top: -2px;
        transform: translateY(-50%);
        border-width: 7px 6px 0 6px;
    }
    
    .lp-listing .lp-rating-stars-outer {
        line-height: 18px;
    }
    
    .lp-listing .lp-listing-stars .lp-rating-num {
        line-height: 23px;
    }
    
    .submit_new_style #tags-by-cat {
        margin-bottom: 5px;
    }
    
    @media (max-width: 1024px) {
        .lp-header-middle.fullwidth-header .header-filter.pos-relative.form-group.margin-bottom-0.col-md-6 {
            width: 100%;
            margin-top: 62px;
        }
    }
    /*archive counter css*/
    
    .listing-simple .lp-all-results span,
    .listing-simple .lp-all-results {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
    
    .listing-with-map .lp-all-results span,
    .listing-with-map .lp-all-results {
        color: #797979;
        font-size: 13px;
        margin-top: 5px;
        font-weight: 400;
    }
    
    .lp-result-bold {
        font-weight: 400 !important;
    }
    
    .lp-section.listing-style4 .lp-all-results,
    .lp-section.listing-style4 .lp-all-results span {
        font-size: 14px;
        color: #797979;
    }
    
    .lp-section.listing-style4 #lp-find-near-me,
    .lp-section.listing-style4 #select-lp-more-filter {
        margin-top: 0 !important;
        padding-top: 0;
    }
    
    .lp-section.listing-style4 .lp-sorting-filter-outer #lp-find-near-me .near-me-btn {
        line-height: 20px !important;
        padding-bottom: 0;
    }
    
    .remove-event-img {
        position: absolute;
        z-index: 9999;
        background-color: #000;
        color: #fff;
        font-size: 13px;
        line-height: 9px;
        padding: 5px 6px;
        margin-top: 125px;
        cursor: pointer;
        left: 10px;
    }
    
    .listingpro_TWRecentPostWidget+.lp-listing-additional-details h4 {
        border-top: solid 1px #e3e3e3 !important;
    }
    /*rating star colors*/
    
    .rating.rating-with-colors.lp-star-satisfactory .fa-star,
    .lp-multi-star-wrap .lp-multi-star-field.rating-with-colors.lp-star-satisfactory p i.fa-star {
        color: #c5de35;
    }
    
    .rating.rating-with-colors.lp-star-bad .fa-star,
    .lp-multi-star-wrap .lp-multi-star-field.rating-with-colors.lp-star-bad p i.fa-star {
        color: #ffc800;
    }
    
    .rating.rating-with-colors.lp-star-good .fa-star,
    .lp-multi-star-wrap .lp-multi-star-field.rating-with-colors.lp-star-good p i.fa-star {
        color: #73cf42;
    }
    
    .lp-rating-num.rating-with-colors.lp-star-satisfactory {
        background-color: #c5de35;
    }
    
    .lp-rating-num.rating-with-colors.lp-star-bad {
        background-color: #ffc800;
    }
    
    .lp-rating-num.rating-with-colors.lp-star-good {
        background-color: #73cf42;
    }
    
    .author-reviews-pagination {
        margin-top: 30px !important;
    }
    
    .about-activities-inner .reviews-pagin-wrap {
        display: none;
    }
    
    .about-activities-inner .reviews-pagin-wrap-1 {
        display: block;
    }
    
    .page-heading,
    .listing-page {
        background-position: center center;
        background-size: cover;
    }
    
    .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15.hide-where {
        width: 96% !important;
    }
    
    .featuresDataContainerOuterSubmit {
        display: none;
    }
    
    .lp-bottom-left-full-outer .lp-listing-announcements {
        position: absolute;
        height: 100%;
        width: 97% !important;
        left: 11px;
        right: 11px;
        display: none;
    }
    
    .lp-listing-announcements .lp-listing-announcement {
        bottom: auto !important;
    }
    
    .lp-menu-bar.header-bg-color-class .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15.hide-where,
    .lp-menu-bar-color .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15.hide-where {
        width: 96% !important;
    }
    
    .lp-header-middle .header-filter .input-group.width-49-percent.hide-what {
        width: 96%;
    }
    
    .lp-search-section-header-view .lp-search-bar.lp-search-bar-header .form-inline .form-group.lp-suggested-search.hide-where {
        border-right: 0;
        width: 96%;
    }
    
    .homepage-listing-view2-element {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .homepage-listing-view2-element .lp-grid-box-contianer {
        margin-bottom: 0;
    }
    /*new banner css*/
    
    .lp-header-search-tagline-sidebar-banner {
        font-size: 50px !important;
        margin-top: 39px !important;
        line-height: 60px !important;
        font-weight: 700;
        padding-right: 100px;
    }
    
    .lp-header-search-tagline-sidebar-banner span {
        font-size: 50px !important;
    }
    
    .sidebar-banner-des {
        font-size: 24px;
        margin-top: 15px;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        padding-right: 50px
    }
    
    .lp-header-search-wrap-sidebar-banner .lp-header-search-cats ul li a {
        font-size: 13px;
        font-weight: 700;
    }
    
    .lp-new-search-title {
        font-size: 22px;
        color: #fff;
        font-weight: 400;
    }
    
    .lp-new-search-des {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
    
    .lp-banner-sidebar-search {
        background-color: rgb(32, 32, 32, .5);
        padding: 23px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    
    .lp-header-search .lp-banner-sidebar-search .lp-search-form-what {
        background-color: #fff !important;
        border-radius: 5px !important;
    }
    
    .lp-banner-sidebar-search .lp-search-bar {
        padding: 0;
    }
    
    .lp-banner-sidebar-search .lp-header-search-form .lp-suggested-search {
        width: 100%;
    }
    
    .lp-banner-sidebar-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
    .lp-banner-sidebar-search .form-group.lp-location-search .lp-where {
        line-height: 53px;
        height: 53px;
        font-weight: 700;
        font-size: 18px;
    }
    
    .lp-banner-sidebar-search input.dropdown_fields {
        height: 53px;
        line-height: 53px;
    }
    
    .input-group-addon-what-icon {
        background-color: transparent;
        color: #f189a8;
        float: left;
        font-size: 18px;
        font-weight: 600;
        height: 53px;
        right: 0;
        left: auto;
        line-height: 53px;
        padding: 0 0 0 0;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 2;
        padding-right: 10px;
        display: none;
    }
    
    .input-group-addon-what-icon .fa.fa-calendar {
        display: none;
    }
    
    .lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 53px;
    }
    
    .lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single {
        padding-left: 80px;
        height: 53px;
    }
    
    .home .lp-banner-sidebar-search .form-group.lp-location-search {
        background-color: #fff !Important;
        width: 100%;
        border-radius: 5px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .lp-banner-sidebar-search .ui-widget select {
        height: 53px;
    }
    
    .lp-banner-sidebar-search .ui-widget {
        float: none;
    }
    
    .lp-banner-sidebar-search .lp-search-bar .form-group.lp-suggested-search {
        margin-bottom: 20px;
    }
    
    .home .lp-banner-sidebar-search .lp-search-form-submit,
    .lp-banner-sidebar-search .form-group .lp-search-bar-right {
        margin-left: 0 !important;
        border-radius: 5px !important;
        text-transform: capitalize;
        font-weight: 400;
    }
    
    .lp-banner-sidebar-search .header-filter .lp-location-search .ui-widget>i,
    .lp-banner-sidebar-search .lp-search-bar .lp-location-search .ui-widget>i {
        left: 72px;
    }
    
    .lp-banner-sidebar-search form #cities {
        padding-left: 90px;
        width: 100%;
        height: 53px;
        line-height: 53px;
        border-radius: 5px !important;
        border: 0;
    }
    
    .lp-header-search .lp-banner-sidebar-search .lp-header-search-form form #cities {
        border-radius: 5px !important;
    }
    
    .lp-header-search .lp-banner-sidebar-search .lp-search-icon {
        left: 17px;
    }
    
    .lp-banner-sidebar-search .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        font-family: FontAwesome;
        content: "\f073";
        font-weight: 900;
        color: #f189a8;
        transform: translateY(-50%);
        height: auto;
        left: 50%;
        margin-left: -8px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
        display: none;
    }
    
    .lp-banner-sidebar-search .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .lp-banner-sidebar-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0;
        height: auto;
        margin: 0;
    }
    
    .lp-sidebar-search-location {
        background-color: rgb(32, 32, 32, .5);
        padding: 23px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }
    
    .lp-sidebar-search-location img {
        width: 24px;
    }
    
    .home .lp-header-search-sidebar-style {
        bottom: 80px !important;
    }
    
    .lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input {
        padding-left: 76px !important;
    }
    
    .lp-header-search.lp-header-search-sidebar-style form i.cross-search-q {
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lp-banner-sidebar-search .form-group.lp-location-search .chosen-container.chosen-container-single {
        background-color: transparent;
        height: 53px !important;
    }
    
    .lp-header-search.lp-header-search-sidebar-style .lp-location-search .chosen-container-single .chosen-single span {
        line-height: 53px;
        margin-left: 75px !important;
    }
    
    .lp-header-search.lp-header-search-sidebar-style .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
        height: 53px;
        line-height: 53px;
    }
    
    .lp-header-search.lp-header-search-sidebar-style .lp-header-search-form .chosen-container .chosen-results li {
        padding: 10px 20px !important;
    }
    
    .lp-header-search.lp-header-search-sidebar-style .lp-header-search-form .chosen-container .chosen-results li:hover,
    .lp-header-search.lp-header-search-sidebar-style .lp-header-search-form .chosen-container .chosen-results li.result-selected,
    .lp-header-search.lp-header-search-sidebar-style .lp-header-search-form #input-dropdown>ul li:hover {
        background-color: #333 !important;
        color: #fff !important;
        border-bottom: 1px solid #333 !important;
    }
    /*end new banner css*/
    
    .lp-sidebar-filters-style {
        opacity: 1;
        top: 0;
        height: 100vh;
    }
    
    .sidebar-filters .sidemap-container {
        width: -moz-calc(100% - 750px);
        width: -webkit-calc(100% - 750px);
        width: -o-calc(100% - 750px);
        width: calc(100% - 750px);
        height: 100vh;
        position: absolute;
        -webkit-transition: width .5s;
        /* For Safari 3.1 to 6.0 */
        transition: width .5s;
        right: 0;
        z-index: 7;
    }
    
    .sidebar-filters .post-with-map-container {
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-transition: width .5s;
        /* For Safari 3.1 to 6.0 */
        transition: width .5s;
    }
    
    .sidebar-filters .content-grids-wraps {
        width: 400px;
        float: left;
        -webkit-transition: width .5s;
        /* For Safari 3.1 to 6.0 */
        transition: width .5s;
        overflow-y: scroll;
        height: 100vh;
    }
    
    .lp-sidebar-filters-style .post-with-map-container-right {
        -webkit-transition: width .5s;
        transition: width .5s;
        width: 750px;
    }
    
    .sidebar-filters .sidebar-filters-wrap {
        -webkit-transition: width .5s;
        /* For Safari 3.1 to 6.0 */
        transition: width .5s;
        width: 350px;
        margin: 0;
        height: 100vh;
        left: 0;
        float: left;
        padding: 0 15px;
        overflow-y: scroll;
        background-color: #fff;
        letter-spacing: 0;
    }
    
    .lp-sidebar-filters-style .lp-listings.grid-style .lp-grid-box-contianer {
        margin-bottom: 20px;
    }
    
    .lp-grid-width2 .sidebar-filters-wrap {
        width: 350px;
    }
    
    .lp-grid-width2 .sidemap-container {
        width: -moz-calc(100% - 1108px);
        width: -webkit-calc(100% - 1108px);
        width: -o-calc(100% - 1108px);
        width: calc(100% - 1108px);
    }
    
    .lp-grid-width3 .sidebar-filters-wrap {
        width: 350px;
    }
    
    .lp-grid-width3 .lp-grid-box-contianer {
        width: 33.33%;
    }
    
    .lp-grid-width3 .sidemap-container {
        width: calc(100% - 100%);
        width: -moz-calc(100% - 100%);
        width: -webkit-calc(100% - 100%);
        width: -o-calc(100% - 100%);
    }
    
    .lp-grid-width3 .post-with-map-container-right {
        width: 100%;
        overflow: visible;
    }
    
    .lp-grid-width3 .content-grids-wraps {
        width: -moz-calc(100% - 350px);
        width: -webkit-calc(100% - 350px);
        width: -o-calc(100% - 350px);
        width: calc(100% - 350px);
    }
    
    .lp-sidebar-filters-style.sidebar-filters.lp-grid-width3 {
        height: 100%;
    }
    
    .lp-grid-width3 .post-with-map-container,
    .lp-grid-width3 .content-grids-wraps,
    .lp-grid-width3 .sidebar-filters-wrap {
        height: auto;
    }
    
    .lp-grid-width3 .post-with-map-container {
        overflow-x: visible;
    }
    
    .lp-sidebar-filters-style.lp-grid-width2 .post-with-map-container-right {
        width: 1108px;
    }
    
    .lp-sidebar-filters-style.lp-grid-width2 .content-grids-wraps {
        width: -moz-calc(100% - 350px);
        width: -webkit-calc(100% - 350px);
        width: -o-calc(100% - 350px);
        width: calc(100% - 350px);
    }
    
    .lp-sidebar-filters-style .lp-list-page-grid {
        border-left: 1px solid #eee;
    }
    
    .sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    
    .sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }
    
    .sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #D62929;
    }
    
    .sidebar-filters .filters-section-wrap {
        padding: 30px 15px;
        border-bottom: solid 1px #eee;
        padding-top: 23px;
    }
    
    .sidebar-filters .post-with-map-container-right .search-row {
        padding: 0;
    }
    
    .sidebar-filters .filters-section-wrap .filters-label {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        color: #aaa9a9 !important;
        margin-bottom: 15px;
    }
    
    .sidebar-filters-wrap .lp_extrafields_select-border,
    .sidebar-filters-wrap .lp-filter_data_switch_on_off {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .listing-simple .lp-search-cats-filter-dropdown .input-group-addon:first-child {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    
    .sidebar-filters .filters-section-wrap .lp-search-cats-filter-dropdown {
        width: 100%;
    }
    
    .sidebar-filters .filters-section-wrap .lp-search-cats-filter-dropdown .input-group-addon {
        width: 40px;
        background-color: #fff;
    }
    
    .sidebar-filters .post-with-map-container-right .search-row #searchform .filters-section-wrap .lp-search-cats-filter-dropdown .chosen-container.chosen-container-single.chosen-container-single-nosearch {
        width: 100% !important;
    }
    
    .sidebar-filters .post-with-map-container-right .chosen-container-single .chosen-single {
        background-color: #fff;
    }
    
    .sidebar-filters .filters-section-wrap .currency-signs>ul>li {
        width: 23%;
    }
    
    .sidebar-filters .filters-section-wrap .currency-signs>ul>li>a {
        border: solid 1px #eaeaea;
        background-color: #fff;
        border-radius: 3px !important;
    }
    
    .sidebar-filters .input-group-addon:first-child {
        border-radius: 3px !important;
    }
    
    .sidebar-filters .filters-section-wrap.currencty-signs-wrap .form-group {
        display: block;
    }
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap {}
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap ul li {
        width: 48%;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap ul li a {
        background-color: #fff;
        padding-left: 0;
        padding-right: 0;
    }
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap #lp-find-near-me {
        width: 100%;
    }
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap #lp-find-near-me li {
        width: 97%;
    }
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap #lp-find-near-me .near-me-btn i {
        float: none;
    }
    
    .sidebar-filters .outer_all_page_overflow {
        display: block;
        position: static;
        width: 100%;
        height: auto;
    }
    
    .sidebar-filters .outer_all_page_overflow .lp_all_page_overflow {
        height: auto;
        padding-left: 0;
        width: 100%;
        border: 0;
        text-align: left;
    }
    
    .sidebar-filters .lp_all_page_overflow .col-md-12 {
        padding: 0;
    }
    
    .sidebar-filters .outer_all_page_overflow {
        display: block;
        position: static;
        width: 100%;
        height: auto;
    }
    
    .sidebar-filters .outer_filter_show_result_cancel {
        display: none;
    }
    
    .lp-sidebar-filters-style.sidebar-filters {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
        overflow: hidden;
    }
    
    .lp-sidebar-filters-style .mapSidebar {
        height: calc(100% - 105px);
    }
    
    .lp-filter-top-section {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    
    .lp-filter-top-section li h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
    
    .lp-filter-top-section li {
        display: inline-block;
    }
    
    .lp-filter-top-section li:last-child {
        float: right;
    }
    
    .lp-filter-top-section li a {
        font-size: 14px;
    }
    
    .lp-sidebar-filters-style form#searchform {
        padding: 0;
    }
    
    .lp-sidebar-filters-style .post-with-map-container-right .search-row .lp-filter-inner {
        border-top: 0 solid #dedede !important;
        border-bottom: 0 solid #dedede !important;
        padding-top: 0 !important;
    }
    
    .lp-sidebar-filters-style .currency-signs>ul>li>a.active {
        color: #fff !important;
        border-color: #bdbcbc !important;
        background-color: #bdbcbc !important;
        border-radius: 2px;
    }
    
    .lp-sidebar-filters-style .currency-signs>ul>li>a.active:hover {
        border-color: #bdbcbc !important;
    }
    
    .lp-sidebar-filters-style .search-filters>ul>li>a {
        color: #797979;
        border: 1px solid #dedede;
    }
    
    .lp-sidebar-filters-style .lp-s-hidden-ara,
    .lp-sidebar-filters-style .outer_all_page_overflow {
        display: block !important;
    }
    
    .lp-sidebar-filters-style .lp_add_more_filter {
        display: none;
        position: relative;
    }
    
    .lp-sidebar-filters-style .lp_all_page_overflow h2 {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        color: #aaa9a9;
        margin-bottom: 0;
    }
    
    .lp-sidebar-filters-style .lp_more_filter_data_section h3 {
        display: inline;
        color: #797979;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .lp-sidebar-filters-style .lp_extrafields_select-border2 h3 {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    
    .lp-sidebar-filters-style .lp-more-filters-outer {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    
    .lp-sidebar-filters-style .lp_extrafields_select-border2 {
        border-bottom: 0 solid #dedede !important;
        padding-bottom: 0 !important;
        padding-top: 0;
    }
    
    .lp-sidebar-filters-style .lp_filter_checkbox li {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        line-height: 36px;
    }
    
    .lp-sidebar-filters-style .lp-more-filters-outer .lp_filter_checkbox {
        display: block;
        width: auto;
    }
    
    .lp-sidebar-filters-style .filter_checkbox_container,
    .lp-sidebar-filters-style .filter_radiobox_container {
        width: 100%;
        padding-left: 35px;
        text-transform: capitalize;
        font-size: 12px;
        color: #797979 !important;
        font-weight: 300;
    }
    
    .lp-sidebar-filters-style .filter_checkbox_checkmark,
    .lp-sidebar-filters-style .filter_radio_select {
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lp-sidebar-filters-style .lp_more_filter_data_section {
        padding-bottom: 5px;
    }
    
    .lp-sidebar-filters-style .lp-features-filter ul>li {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
    .lp-sidebar-filters-style .lp-features-filter ul>li .checkbox label::before {
        left: auto;
        right: 0;
        margin-right: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    .lp-sidebar-filters-style .lp-features-filter .input-group.margin-right-0 input[type="checkbox"] {
        width: 100%;
    }
    
    .lp-sidebar-filters-style .lp-features-filter .checkbox,
    .lp-sidebar-filters-style .tags-area.lp-features-filter ul li .checkbox label {
        width: 100%;
        padding-left: 0;
    }
    
    .lp-sidebar-filters-style .tags-area.lp-features-filter ul li .checkbox label {
        font-weight: 400;
        width: 100%;
        padding-left: 0;
        text-transform: capitalize;
        color: #797979;
        font-size: 14px;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me {
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-left: 0;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-div-hidden>.lp-tooltip-arrow {
        display: none;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me ul li a {
        float: none;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-div-hidden {
        position: relative;
        box-shadow: none;
        visibility: hidden;
        display: none;
        opacity: 0;
        margin-top: 30px;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-div-hidden.active {
        position: relative !important;
        box-shadow: none;
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-outer .lp-tool-tip-content .location-filters-wrapper {
        padding: 7px 0;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me .slider:before {
        display: none !important;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me #distance_range_div .slider {
        background-color: #cfcfcf !important;
    }
    
    .search-filters>ul>li>a.active {
        color: #fff;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me a {
        color: #797979 !important;
        border: 1px solid #dedede !important;
        background-color: #fff;
    }
    
    .lp-sidebar-filters-style #lp-find-near-me a:hover {
        background-color: #fff;
        color: #797979 !important;
    }
    
    .search-filters>ul>li>a.active,
    div#lp-find-near-me ul li a.active {
        color: #fff !important;
    }
    
    .lp-grid-width2 .lp-grid-box-contianer {
        width: 374px;
    }
    
    .lp-title-new-style .listing-view-layout>ul li a {
        border-radius: 4px;
        height: 41px;
        line-height: 41px;
        width: 50px;
        font-size: 18px;
    }
    
    .lp-title-new-style .listing-view-layout>ul li {
        float: left;
        margin-left: 4px;
    }
    
    .lp-title-new-style {
        padding: 20px;
        border-left: 1px solid #eee;
    }
    
    .lp-filter-name span:first-child {
        color: #6c6c6c;
        font-size: 16px;
        margin-right: 10px;
    }
    
    .lp-filter-name span:last-child {
        font-size: 14px;
        color: #919191;
        line-height: 41px;
    }
    
    .lp-grid-width1 .lp-filter-name span:last-child {
        line-height: 20px;
        display: block;
    }
    
    .lp-sidebar-filters-style #searchform .chosen-container.chosen-with-drop .chosen-drop {
        width: calc(100% + 41px);
        left: -41px;
    }
    
    .lp-header.style-v2 {
        z-index: 99999 !important;
    }
    
    .lp-grid-width3 .lp-archive-clearfix {
        display: none;
    }
    
    .view-on-map {
        background-color: #444 !important;
        BORDER-RADIUS: 5px !important;
        padding: 0 20px !important;
        display: none !important;
        overflow: hidden !important;
        position: fixed !important;
        right: 20px !important;
        bottom: 0 !important;
        z-index: 99 !important;
    }
    
    .lp-grid-width3 .view-on-map {
        display: block !important;
    }
    
    .lp-sidebar-filters-style .lp-pagination.pagination {
        margin-bottom: 30px;
    }
    /*new archive page */
    /*new grid style*/
    
    .lp-grid6-status {
        position: absolute;
        left: 21px;
        top: 17px;
        border: 1px solid #fff;
        border-radius: 2px;
        padding: 1px 8px;
        background: rgba(0, 0, 0, .5);
    }
    
    .lp-grid6-status .fa {
        color: #fff;
        margin-right: 5px;
    }
    
    .lp-grid6-status .li-listing-clock-outer {
        margin-top: 0;
        padding: 5px 0;
    }
    
    .lp-grid6-status a span,
    .lp-grid6-status a {
        color: #fff !important;
        line-height: 12px !important;
    }
    
    .lp-grid6-status a:hover span,
    .lp-grid6-status a:hover {
        color: #fff !important;
    }
    
    .lp-grid6-rating {
        background-color: #eeeeee;
        position: absolute;
        right: 21px;
        top: 17px;
        border-radius: 25px;
        overflow: hidden;
        height: 26px;
        line-height: 26px;
        padding-right: 10px;
    }
    
    .lp-grid6-rating .lp-rating-num {
        color: #797979;
        font-weight: 700;
        font-size: 16px;
    }
    
    .lp-grid6-rating .fa {
        background-color: #8fce6e;
        width: 40px;
        text-align: center;
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        margin-right: 4px;
    }
    
    .lp-grid6-top-container {
        top: auto !important;
        bottom: 0;
        -webkit-transform: translateY(calc(100% - 105px));
        transform: translateY(calc(100% - 105px));
        transition: all .3s;
        padding: 0 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        position: absolute;
        width: 100%;
        border-right: 1px solid #dedede;
        border-left: 1px solid #dedede;
    }
    
    .lp-grid6-top-container .clearfix {
        background: #fff;
        padding: 17px 20px;
    }
    
    .lp-grid6-top-container .price-range .list-style-none .active {
        color: #73cf42 !important;
    }
    
    .lp-grid6-top-container .price-range .list-style-none .post-rice {
        display: none;
    }
    
    .lp-grid6-top-container .lp-h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .lp-grid-box-contianer.grid_view6 .lp-grid-box-thumb-container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .grid_view6 .lp-grid-box-thumb-container:hover .lp-grid6-top-container {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .grid_view6 .lp-grid-box ul {
        margin-bottom: 5px;
    }
    
    .grid_view6 .list-style-none span {
        color: #797979;
        font-weight: 500;
        padding: 0;
        font-size: 14px;
    }
    
    .lp-listing-cats a {
        color: #797979;
        font-size: 14px;
    }
    
    .lp-grid6-cate span.cat-icon {
        display: inline-block;
        line-height: 17px;
        margin-right: 5px;
        width: 15px;
    }
    
    .lp-grid6-top-container-inner {
        height: 105px;
        background: #fff;
        width: calc(100% - 98px);
        padding-left: 20px;
        padding-top: 20px;
        margin-top: 1px;
    }
    
    .lp-grid-box-bottom-grid6 .fa {
        margin-right: 5px;
    }
    
    .lp-grid-box-bottom-grid6 a,
    .lp-grid6-cate a {
        color: #797979 !important;
        font-size: 13px;
    }
    
    .grid_view6 .lp-grid-box {
        border-radius: 8px;
        border-bottom: 1px solid #dedede;
        overflow: hidden;
    }
    
    .grid_view6 .lp-new-grid-bottom-button {
        background-color: #f5f5f5;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    .grid_view6 .lp-new-grid-bottom-button ul {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-bottom: 0;
        border-bottom: 0;
    }
    
    .grid_view6 .lp-new-grid-bottom-button ul li p,
    .grid_view6 .lp-new-grid-bottom-button ul li a {
        line-height: 42px;
        font-size: 12px;
    }
    
    .lp-grid6-top-container-inner .price-range .simptip-position-top.simptip-movable:hover:before,
    .lp-grid6-top-container-inner .price-range .simptip-position-top.simptip-movable:hover:after {
        display: none;
    }
    
    .lp-grid6-top-container-inner .lp-listing-logo-outer {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        height: 106px;
        padding-bottom: 0;
        text-align: center;
    }
    
    .grid_view6 .lp-grid-box-thumb {
        overflow: hidden;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    
    .lp-grid6-top-container-inner .lp-listing-logo img {
        width: 54px;
        height: 54px;
        border-radius: 100%;
        margin-top: -25px;
    }
    
    .lp-grid6-top-container-inner h4.lp-h4>a>.listing-pro {
        border: 1px solid #ebac2c;
        border-radius: 3px;
        color: #ebac2c;
        float: left;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin-right: 7px;
        margin-top: 4px;
        padding: 0 3px 0 4px;
    }
    /*end new grid style*/
    /*//event grid style*/
    
    .lp-event-grid-new .lp-event-image-container {
        position: relative;
    }
    
    .lp-event-grid-new .lp-event-author-listing {
        position: absolute;
        margin: 10px;
        z-index: 9999;
    }
    
    .lp-event-grid-new .lp-event-author-listing .event-author-img {
        float: left;
        width: 38px;
        height: 38px !important;
        border: solid 2px #fff;
        border-radius: 18px;
        margin-right: 12px;
    }
    
    .lp-event-grid-new .lp-event-author-listing span {
        color: #fff;
        float: left;
        line-height: 18px;
    }
    
    .lp-event-grid-new .lp-event-outer-content {
        margin-bottom: 0 !important;
        padding-bottom: 20px;
        border-bottom: dashed 1px #e3e3e3;
    }
    
    .lp-event-grid-new .lp-evnt-content-container a {
        margin-bottom: 0;
        display: block;
    }
    
    .lp-event-grid-new .lp-event-venue {}
    
    .lp-event-grid-new .lp-event-venue li span {
        font-size: 13px;
    }
    
    .lp-event-grid-new .lp-event-venue li span i {
        margin-right: 5px;
        display: inline-block;
    }
    
    .lp-event-grid-new .lp-events-btns-outer .total-going {
        display: none;
    }
    
    .lp-event-grid-new .lp-evnt-date-container {
        background-color: transparent;
        border: solid 1px #e3e3e3;
    }
    
    .lp-event-grid-new .lp-attending-users-list {
        padding-left: 20px;
        float: left;
        line-height: 52px;
    }
    
    .lp-event-grid-new .lp-attending-users-list span {
        margin-left: 6px;
        margin-top: 0;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .lp-event-grid-new .lp-event-attendees {
        margin-left: 10px !important;
        display: inline-block;
        vertical-align: middle;
    }
    
    .lp-event-grid-new .lp-event-attendees li {
        width: 38px;
        height: 38px;
        display: inline-block;
        margin-left: -15px;
    }
    
    .lp-event-grid-new .lp-event-attendees li img {
        width: auto;
        height: auto;
        border: solid 2px #fff;
        border-radius: 20px;
    }
    
    .lp-event-grid-new .lp-event-attendees li,
    .listing-page-sidebar .lp-widget .lp-event-attendees li:last-child {
        padding: 0 !important;
    }
    
    .lp-event-grid-new .lp-attending-users-outer {
        float: right;
    }
    
    .lp-event-grid-new .lp-attending-users-outer .attend-event {
        width: auto;
        padding: 1px 15px;
    }
    
    .lp-event-grid-new .lp-event-image-container .lp-event-image-overlay {
        background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(5, 5, 5, 0.75));
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }
    /*event calender css start*/
    
    .event-pager ul li span.current {
        cursor: default;
    }
    
    .list-calendar-pager-wrap {
        display: none;
    }
    
    .list-calendar-pager-wrap.current-event-page-active {
        display: block;
    }
    
    .event-calender-weekly-wrap .week-days-wrap,
    .event-calender-weekly-wrap .events-for-day,
    .event-calender-weekly-wrap .no-events-msg {
        display: none;
    }
    
    .event-calender-weekly.events-after-ajax .week-days-wrap:first-child {
        display: block;
    }
    
    .week-days-wrap.active-week {
        display: block;
    }
    
    .week-day-box,
    .week-day-date-box {
        float: left;
        width: 14.28%;
        text-align: center;
        border: solid 0 #ccc;
    }
    
    .week-day-date-box.has-events {}
    
    .week-day-date-box span {
        position: relative;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    
    .week-day-date-box span:hover {
        background-color: #f3f3f3;
        cursor: pointer;
    }
    
    .week-days-dates-row {
        margin-bottom: 10px;
    }
    
    .event-calender-filters {
        margin: 50px;
    }
    
    .events-by-day-wrap {
        display: none;
    }
    
    .event-calender-list-view .events-by-day-wrap {
        display: block;
    }
    
    .event-spinner {
        width: 100%;
        text-align: center;
        font-size: 79px;
        display: none;
        min-height: 265px;
    }
    
    .event-calender-modern-main {
        border: 1px solid #d8d8d8;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        -moz-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
    }
    
    .event-calender-monthly {
        padding-bottom: 25px;
        -webkit-box-shadow: inset -2px -60px 0 -35px rgba(225, 225, 225, 1);
        -moz-box-shadow: inset -2px -60px 0 -35px rgba(225, 225, 225, 1);
        box-shadow: inset -2px -60px 0 -35px rgba(225, 225, 225, 1);
    }
    
    .cc-month {
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }
    
    .get-npm {
        color: #888;
        font-size: 14px;
    }
    
    .get-npm:hover {
        cursor: pointer;
    }
    
    .calender-header {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    
    .week-day-box {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .week-day-date-box {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 42px;
    }
    
    .calender-header-switcher {
        padding-top: 25px;
        background: #f5f5f5;
        padding-bottom: 25px;
    }
    
    .calender-header-switcher ul li {
        color: #888888;
        font-weight: 400;
        font-size: 14px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #dedede;
        line-height: 36px;
    }
    
    .calender-header-switcher ul li.active {
        color: #fff;
    }
    
    .calender-header-switcher ul li:first-child {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .calender-header-switcher ul li:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .calender-header-switcher ul li .fa {
        margin-right: 4px;
    }
    
    .event-calender-monthly,
    .today-event-date-container {
        background: #f5f5f5;
    }
    
    .modern-calender-inner-right {
        background: #f5f5f5;
    }
    
    .today-event-date-container p {
        font-size: 13px;
        color: #888;
    }
    
    .today-event-date-container p span {
        color: #333;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .modern-calender-inner-right .event-img {
        width: 72px;
        height: 72px;
        overflow: hidden;
        margin-right: 10px;
        display: inline-table;
        vertical-align: top;
        float: left;
    }
    
    .modern-calender-inner-right .event-by-day-content-wrap {
        display: inline-table;
        vertical-align: top;
        width: -webkit-calc(100% - 86px);
        width: -moz-calc(100% - 86px);
        width: calc(100% - 86px);
        float: left;
    }
    
    .prev-mon-markup .fa {
        margin-right: 5px;
    }
    
    .next-mon-markup .fa {
        margin-left: 5px;
    }
    
    .event-by-day-content-wrap-time {
        font-size: 12px;
        margin: 0;
    }
    
    .event-by-day-content-wrap p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 24px;
    }
    
    .event-by-day-content-wrap-time-title {
        color: #333;
        font-size: 14px;
        font-weight: 700;
    }
    
    .modern-calender-inner-right .event-by-day-wrap,
    .event-calender-classic .event-by-day-wrap,
    .event-calender-list-view .event-by-day-wrap {
        border: 1px solid #dedede;
        border-radius: 5px;
        background: #fff;
        padding: 9px;
        -webkit-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        -moz-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        margin-bottom: 14px !important;
    }
    
    .event-calender-classic .event-by-day-wrap:last-child,
    .event-calender-list-view .event-by-day-wrap:last-child {
        margin-bottom: 0 !important;
    }
    
    .event-calender-classic .event-by-day-wrap,
    .event-calender-list-view .event-by-day-wrap {
        padding: 20px;
    }
    
    .event-calender-classic .event-calender-monthly {
        background: #fff;
    }
    
    .event-calender-classic .event-by-day-wrap,
    .event-calender-list-view .event-by-day-wrap {
        margin: 30px;
        margin-top: 0;
    }
    
    .modern-calender-inner-right .event-by-day-wrap,
    .event-calender-classic .event-by-day-wrap,
    .event-calender-list-view .event-by-day-wrap {
        border-right: 12px solid #6fb2f6;
    }
    
    .event-calender-classic .event-by-day-wrap .event-img,
    .event-calender-list-view .event-by-day-wrap .event-img {
        width: 140px;
        height: 140px;
        overflow: hidden;
        margin-right: 10px;
        display: inline-table;
        vertical-align: top;
        background-color: #f9f9f9;
    }
    
    .event-calender-classic .event-by-day-content-wrap,
    .event-calender-list-view .event-by-day-content-wrap {
        display: inline-table;
        vertical-align: top;
        width: -webkit-calc(730px - 190px);
        width: -moz-calc(730px - 190px);
        width: calc(730px - 190px);
        margin-right: 30px;
    }
    
    .event-calender-classic .events-by-day-wrap.caew-box,
    .event-calender-list-view .list-calendar-inner-wrap {
        background: #f5f5f5;
        padding: 30px 0;
    }
    
    .event-by-day-content-wrap-time-title {
        display: inline-block;
    }
    
    .classic-event-by-day-content-wrap-time {
        margin-bottom: 3px;
    }
    
    .events-by-day-wrap-classic-con .calender-header-switcher {
        padding: 0;
    }
    
    .events-by-day-wrap-classic-con {
        padding-bottom: 25px;
        padding: 30px;
        padding-top: 0;
        background: #f5f5f5;
    }
    
    .event-calender-classic .event-by-going-wrap,
    .event-calender-list-view .event-by-going-wrap {
        display: inline-table;
        vertical-align: top;
        width: -webkit-calc(100% - 730px);
        width: -moz-calc(100% - 730px);
        width: calc(100% - 730px);
    }
    
    .event-by-going-wrap p {
        color: #888;
        font-size: 12px;
        margin: 0;
        line-height: 24px;
        font-weight: 400;
    }
    
    .event-by-going-wrap p:first-child {
        color: #333;
        font-size: 14px !important;
        line-height: 0;
        margin: 6px 0;
        margin-bottom: 10px;
    }
    
    .event-by-going-wrap ul li {
        background-color: #f9f9f9;
        border-radius: 5px;
        width: 43px;
        height: 43px;
        display: inline-block;
        margin-bottom: 5px;
        float: right;
        margin-left: 5px;
    }
    
    .event-by-going-wrap ul li button {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #fff;
        border-radius: 5px;
        border: 0;
    }
    
    .event-calender-classic .week-days-dates-row {
        margin-bottom: 0;
        position: relative;
    }
    
    .event-calender-classic .week-days-dates-row:before {
        content: '';
        height: 1px;
        content: '';
        background: #dedede;
        height: 1px;
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        position: absolute;
        left: 70px;
    }
    
    .event-calender-classic .week-days-dates-row .event-calender-classic .today-event-date-container p,
    .event-calender-list-view .today-event-date-container p,
    .event-calender-weekly .today-event-date-container p {
        font-size: 15px !important;
        color: #333 !important;
        display: inline-block;
        border: 1px solid #dedede;
        border-radius: 5px;
        padding: 0 15px;
        line-height: 33px;
        margin-top: 3px;
    }
    
    .calender-header-switcher2 ul li {
        display: inline-block;
    }
    
    .calender-header-switcher2 ul li .fa {
        display: inline-block;
        width: 40px;
        height: 36px;
        border: 1px solid #dedede;
        border-radius: 3px;
        text-align: center;
        color: #333;
        font-size: 18px;
        line-height: 36px;
        background: #fff;
    }
    
    .calender-header-switcher2 ul .active .fa {
        color: #fff;
        -webkit-box-shadow: 0 -1px 6px 1px rgba(222, 222, 222, 1);
        -moz-box-shadow: 0 -1px 6px 1px rgba(222, 222, 222, 1);
        box-shadow: 0 -1px 6px 1px rgba(222, 222, 222, 1);
    }
    
    .calender-header-moderen-date2 .today-event-date-container p {
        margin: 0;
        line-height: 20px;
    }
    
    .calender-header-moderen-date2 .today-event-date-container p span {
        display: inline-block;
        width: 100%;
    }
    
    .event-calender-list-view .calender-header {
        padding: 25px 30px;
    }
    
    .event-calender-list-view .events-by-day-wrap {
        margin-bottom: 15px;
    }
    
    .event-calender-list-view .events-by-day-wrap:last-child {
        margin-bottom: 0;
    }
    
    .event-calender-classic-weekly .week-day-events-wrap {
        background: #f5f5f5;
        padding: 30px 0;
        padding-bottom: 50px;
        -webkit-box-shadow: inset -2px -60px 0 -30px rgba(225, 225, 225, 1);
        -moz-box-shadow: inset -2px -60px 0 -30px rgba(225, 225, 225, 1);
        box-shadow: inset -2px -60px 0 -30px rgba(225, 225, 225, 1);
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner {
        border: 1px solid #dedede;
        border-radius: 5px;
        background: #fff;
        padding: 9px;
        -webkit-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        -moz-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
        margin-bottom: 14px !important;
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner {
        padding: 20px;
        margin: 30px;
        margin-top: 0;
        border-right: 12px solid #6fb2f6;
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner:last-child {
        margin-bottom: 0 !important;
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner .event-img {
        width: 140px;
        height: 140px;
        overflow: hidden;
        margin-right: 10px;
        display: inline-table;
        vertical-align: top;
        background-color: #f9f9f9;
        position: relative;
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner .event-by-day-content-wrap {
        display: inline-table;
        vertical-align: top;
        width: -webkit-calc(730px - 190px);
        width: -moz-calc(730px - 190px);
        width: calc(730px - 190px);
        margin-right: 30px;
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner .event-by-going-wrap {
        display: inline-table;
        vertical-align: top;
        width: -webkit-calc(100% - 730px);
        width: -moz-calc(100% - 730px);
        width: calc(100% - 730px);
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner .events-for-day-date {
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        line-height: 24px;
        padding: 0 12px;
        border-radius: 3px;
    }
    
    .event-calender-classic-weekly .event-by-day-wrap-inner .events-for-day-date span {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
    }
    
    .event-calender-classic-weekly .week-day-box {
        margin-bottom: 15px;
    }
    
    .event-calender-classic-weekly .week-day-box span {
        display: inline-block;
        width: 100%;
        font-weight: 500;
        color: #333;
    }
    
    .event-calender-classic-weekly .calender-header {
        padding: 25px 30px !important;
    }
    
    .week-days-wrap-next-prv span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 50px;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
        transition: all .33s ease;
        display: inline-block;
        font-size: 26px;
    }
    
    .week-days-wrap-next-prv {
        font-weight: 600;
        font-size: 16px;
        background: #fafafa;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    
    .week-days-wrap-next-prv .event-npw {
        margin-right: 25px;
    }
    
    .week-days-wrap-next-prv .event-npw {
        margin-left: 25px;
    }
    
    .event-calender-classic .calender-header {
        padding: 25px 50px;
    }
    
    .lp-pagination.event-pager ul.page-numbers {
        margin-top: 30px !important;
    }
    
    .week-day-date-box.has-events span:before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        bottom: 2px;
        border-radius: 100%;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
    }
    
    .event-calender-modern-main .event-calender-monthly .col-md-6.background-white {
        padding-left: 0;
        padding-right: 0;
    }
    
    .event-calender-modern-main .calender-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .event-calender-classic .week-day-date-box {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .event-calender-list-view .cc-month {
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .list-calendar-pager-wrap .event-by-day-content-wrap-time-title {
        margin-top: 0;
    }
    
    .event-calender-classic .week-days-wrap,
    .event-calender-classic .week-days-dates-row,
    .lp-week-days-wrape-inner-container {
        margin: 0 -45px;
    }
    
    .week-days-wrap-next-prv span:hover {
        cursor: pointer;
    }
    
    .event-calender-classic .week-days-dates-events-row {
        padding: 0 45px !important;
    }
    
    .event-calender-classic .month-dates-wrap,
    .event-calender-modern-main .month-dates-wrap {
        margin-bottom: 0 !important;
    }
    
    .event-calender-classic .cc-month,
    .event-calender-classic-weekly .cc-month {
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .event-calander-classic2 .events-by-day-wrap-classic-con {
        padding-bottom: 30px !important;
        padding-top: 30px;
    }
    
    .event-calander-classic2 {
        background: #f5f5f5;
        padding-bottom: 10px;
    }
    
    .modern-calender-inner-right .event-by-day-wrap {
        margin-bottom: 10px !Important;
    }
    
    .modern-calender-inner-right .event-calander-map {
        height: 235px;
    }
    
    .event-calender-classic-map {
        padding: 0 30px;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    
    .event-calander-list-map {
        padding: 0 30px;
    }
    
    .event-calender-weekly-map {
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
    /*new color for event */
    
    .calender-header-switcher ul li.active,
    .calender-header-switcher2 ul .active .fa {
        background: #ff5a5f;
        border-color: #ff5a5f;
    }
    
    .prev-mon-markup .fa,
    .next-mon-markup .fa,
    .event-by-day-content-wrap-time,
    .event-by-day-content-wrap-time-title:hover,
    .get-npm:hover {
        color: #ff5a5f;
    }
    
    .event-by-going-wrap ul li button,
    .event-calender-classic-weekly .event-by-day-wrap-inner .events-for-day-date,
    .week-day-date-box.has-events span:before {
        background: #ff5a5f;
    }
    
    .event-calender-classic .today-event-date-container p span,
    .event-calender-list-view .today-event-date-container p span,
    .event-calender-weekly .today-event-date-container p span {
        color: #ff5a5f !important;
    }
    
    .week-day-date-box.has-events span:hover {
        background-color: #ff5a5f;
        color: #fff;
    }
    
    .week-days-wrap-next-prv span:hover {
        border-color: #ff5a5f;
        color: #ff5a5f;
    }
    /*by sajid for event calander STARTS*/
    
    .event-calender-weekly-map,
    .event-calander-list-map,
    .event-calander-moder-map,
    .event-calender-classic-map,
    .event-calander-classic2,
    .event-calander-classic2 .event-by-day-wrap {
        display: none;
    }
    
    .event-calander-map {
        width: 100%;
        height: 400px;
    }
    
    .event-calender-classic .today-event-date-container p {
        font-size: 15px !important;
        color: #333 !important;
        display: inline-block;
        border: 1px solid #dedede;
        border-radius: 5px;
        padding: 0 15px;
        line-height: 33px;
        margin-top: 3px;
    }
    
    .lp-close-active-box-inner {
        line-height: 36px;
    }
    
    .close-active-box .fa {
        background: #ff5a5f;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
        text-align: center;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-top: -1px;
    }
    
    .close-active-box:hover {
        cursor: pointer;
    }
    
    .event-calender-modern .close-active-box {
        display: none;
    }
    /*by sajid for event calander ENDS*/
    /*responsive for events */
    /*new anncouncement page css*/
    
    .dashboard-form-submit-section {
        background-color: #fff;
        border: solid 1px #ebebeb;
        border-radius: 2px;
        padding: 15px;
        margin-bottom: 15px;
        -webkit-box-shadow: -1px 4px 9px -4px #767676;
        box-shadow: -1px 4px 9px -4px #767676;
    }
    
    .lp-add-announcement-form .lp-coupon-box-row label {
        margin-top: 0;
    }
    
    .lp-add-announcement-form .lp-coupon-box-row .form-group {
        margin-top: 0 !important;
    }
    /*new events page css*/
    
    .event-featured-image-wrap-dash {
        height: 200px;
    }
    
    .events-map-wrap {
        position: relative;
    }
    
    .events-map-wrap .lp-coordinates {
        position: absolute;
        right: 0;
        top: 6px;
        border: 1px solid #dedede;
        padding: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom: 0;
    }
    
    .events-map-wrap .lp-coordinates a {
        background: none;
        color: #000;
        margin: 0;
        border-right: 1px solid #dedede;
        border-radius: 0;
        padding: 0 10px;
        float: left;
        font-size: 12px;
        display: inline-block;
        line-height: 26px;
    }
    
    .events-map-wrap .lp-coordinates a:last-child {
        border-right: 0;
    }
    
    .events-map-wrap .lp-coordinates a.active,
    .events-map-wrap .lp-coordinates a:hover {
        background: #0095ff;
        color: #fff;
    }
    
    .events-map-wrap .lp-coordinates a:after {
        display: none;
    }
    /*new menu page css*/
    
    .manange-typs-groups-tabs {
        border-bottom: solid 1px #dce0e2;
        margin-bottom: 30px;
        padding: 10px 20px;
    }
    
    .manange-typs-groups-tabs li {
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
        width: 48%;
        text-align: center;
        position: relative;
        cursor: pointer;
        color: #3f576e;
    }
    
    .manange-typs-groups-tabs li.active {
        color: #007fd4;
    }
    
    .manange-typs-groups-tabs li.active:after {
        content: ' ';
        width: 100%;
        height: 1px;
        background-color: #007fd4;
        display: block;
        position: absolute;
        bottom: -12px;
    }
    
    .manange-typs-groups-tabs-content {}
    
    .manange-typs-groups-tabs-content .types-group-content,
    .ordering-service-wrap ul {
        padding: 0 20px 20px 20px;
        display: none;
    }
    
    .manange-typs-groups-tabs-content .types-group-content.active-content {
        display: block;
    }
    
    .manange-typs-groups-tabs-content .types-group-content {}
    
    .manange-typs-groups-tabs-content .types-group-content ul {}
    
    .manange-typs-groups-tabs-content .types-group-content ul li,
    .ordering-service-wrap ul li {
        margin-bottom: 10px;
        margin-bottom: 10px;
        color: #3a3a3a;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .manange-typs-groups-tabs-content .types-group-content ul li span,
    .ordering-service-wrap ul li span {
        float: right;
        margin-left: 8px;
        color: #aab5bf;
    }
    
    .lp-listing-selecter-drop.lp-coupon-box-row {
        margin-bottom: 0;
    }
    
    .manange-typs-groups-tabs-content .add-new-type input[type="text"],
    .manange-typs-groups-tabs-content .add-new-group input[type="text"],
    .add-new-service select {
        border: 1px solid #e3e3e3;
        height: 36px;
        border-radius: 4px;
        width: 186px;
        margin-right: 10px;
        padding: 0 10px;
    }
    
    .manange-typs-groups-tabs-content .add-new-type i,
    .manange-typs-groups-tabs-content .add-new-group i,
    .add-new-service i {
        font-size: 21px;
        color: #007fd4;
        cursor: pointer;
    }
    
    .ordering-service-wrap {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    
    .ordering-service-wrap ul {
        display: block;
    }
    
    .add-new-service select {
        margin-left: 20px;
    }
    
    #add-new-service-spinner,
    #add-new-type-spinner,
    #add-new-group-spinner {
        display: none;
        font-size: 14px;
    }
    
    #lp-menus .lp-right-panel-height .lp-ad-click-outer {
        background-color: #fff;
    }
    
    .lp-listing-selecter-outer,
    .lp-listing-selecter-drop.lp-coupon-box-row {
        border: 1px solid #dedede;
        box-shadow: none;
    }
    
    #lp-menus .lp-menu-step-two.margin-top-10 .lp-menu-open {
        border: 1px solid #dedede;
        box-shadow: none;
    }
    
    #lp-menus .lp-menu-step-two.margin-top-10 .lp-menu-open .lp-menu-form-inner {
        box-shadow: none;
        border: 0;
        padding: 0;
    }
    
    .lp-right-panel-height.lp-right-panel-height-outer {
        height: auto;
    }
    
    #lp-menus .lp-dashboard-tabs.lp-left-panel-height-outer {
        padding-left: 15px;
    }
    
    .lp-listing-selecter-drop.lp-coupon-box-row .select2-container--default .select2-selection--multiple {
        height: 42px;
    }
    
    .lp-listing-selecter-drop.lp-coupon-box-row .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        height: 40px;
    }
    
    .lp-listing-selecter-drop.lp-coupon-box-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 0 5px !important;
    }
    
    .lp-invoices-all-stats-on-off-switcher {
        position: relative !important;
        display: block !important;
    }
    
    .lp-menu-step-two .lp-menu-close-outer.lp-menu-open .lp-invoices-all-stats-on-off.lp-invoices-all-stats-on-off-switcher h5 {
        font-size: 14px;
    }
    
    .lp-menu-step-two .lp-menu-close-outer.lp-menu-open .lp-invoices-all-stats-on-off.lp-invoices-all-stats-on-off-switcher h5 label {
        margin-right: 10px;
    }
    
    .jFiler-input-dragDrop-title {
        font-weight: 600;
        color: #44566c;
        font-size: 14px;
    }
    
    .lp-menu-step-two .lp-menu-form-feilds label span {
        color: red;
    }
    
    .lp-panel-body-outer {
        box-shadow: none !important;
        padding: 0 !important;
        background-color: transparent !important;
    }
    
    .lp-tab-content-outer {
        padding: 0 !important;
    }
    
    .lp-tab-content-outer .lp-menu-closed {
        box-shadow: none !important;
        border: 1px solid #dedede;
    }
    
    .lp-right-side-title {
        color: #333;
        font-size: 12px;
        margin: 0;
    }
    
    .lp-tab-content-outer .lp-menu-closed span {
        color: #8a8a8a;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    .lp-tab-content-outer .lp-menu-closed .col-md-2 {
        color: #333;
        font-size: 12px;
    }
    
    .lp-tab-content-outer .lp-menu-closed .col-md-2 {
        text-transform: uppercase;
    }
    
    .lp-panel-body-outer .lp-dot-extra-buttons .fa {
        font-size: 20px;
        line-height: 48px;
    }
    
    .fa-check-circle2 {
        line-height: 48px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
    }
    /*styles for compact view*/
    
    .lp-list-view-compact-outer .lp_list_main {
        padding: 10px;
    }
    
    .lp-list-view-compact-outer .lp_list_main_left {
        width: 20%;
        float: left;
    }
    
    .lp-list-view-compact-outer .lp_list_main_right {
        width: 80%;
        float: left;
    }
    
    .lp-list-view-compact-outer .list_own_col_lt {
        width: 92px;
        height: 92px;
        float: left;
        overflow: hidden;
    }
    
    .lp-list-view-compact-outer {
        margin-bottom: 18px !important;
        padding-bottom: 18px;
        border-bottom: 1px solid #dedede;
        padding-left: 0;
        margin-left: 15px;
        width: calc(100% - 30px);
    }
    
    .lp-list-view-compact-outer .list_own_col_gt {
        min-width: 83%;
        max-width: 83%;
        float: left;
        padding-left: 20px;
    }
    
    .lp-list-view-compact-outer .lp_list_title a {
        font-size: 18px;
        font-weight: 400;
        color: #151515;
        text-transform: capitalize;
    }
    
    .lp-list-view-compact-outer .lp_list_address {
        font-weight: normal;
        color: #797979;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    
    .lp-list-view-compact-outer .lp_list_call a,
    .lp_list_map a {
        color: #ff595f;
        font-size: 14px;
        float: left;
    }
    
    .lp-list-view-compact-outer .lp_list_call .fa,
    .lp-list-view-compact-outer .lp_list_map .fa {
        margin-right: 5px;
    }
    
    .lp-list-view-compact-outer .lp_list_call,
    .lp_list_map {
        margin-top: 5px;
        float: left;
        margin-bottom: 0;
    }
    
    .lp-list-view-compact-outer .lp_list_call {
        margin-right: 30px;
    }
    
    .lp-list-view-compact-outer .lp_list_rating {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .lp-list-view-compact-outer .lp_list_no_review {
        position: absolute;
        top: 0;
        right: 0;
        color: #afafaf !important;
        border: solid 1px #dedede;
        line-height: 20px;
        display: inline-block;
        transition: all 0.20s ease-in-out;
        font-size: 13px;
        border-radius: 3px;
        min-width: 137px;
        text-align: center;
    }
    
    .lp-list-view-compact-outer .lp-list-rateing-good {
        background-color: #73cf42;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        line-height: 19px;
        margin-right: 5px;
        padding: 3px 6px;
    }
    
    .lp-list-view-compact-outer .lp_compact_list_ad {
        background-color: transparent;
        border: 1px solid #ebac2c;
        border-radius: 5px;
        color: #ebac2c;
        font-weight: 600;
        font-size: 12px !important;
        line-height: 18px;
        margin-right: 5px;
        padding: 1px 4px;
        display: none;
    }
    
    .promoted-listings .lp-list-view-compact-outer .lp_compact_list_ad {
        display: inline-block;
    }
    
    .lp-list-view-compact-outer .lp_list_compact_claim {
        background-color: #ff595f;
        position: relative;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        text-align: center;
        margin-top: -1321321550px !important;
        padding: 0 !important;
        top: 7px;
        left: 5px;
        line-height: 11px;
    }
    
    .lp-list-view-compact-outer .lp_list_compact_claim i {
        font-size: 10px;
        color: #fff;
    }
    
    .lp-list-view-compact-outer [data-tooltip].simptip-position-top:after {
        background-color: #ff595f !important;
    }
    
    .lp-list-view-compact-outer [data-tooltip].simptip-position-top:before {
        border-top-color: #ff595f !important;
    }
    
    .map-post .map-post-thumb img {
        min-width: 100%;
    }
    
    .map-post .map-post-thumb {
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }
    /*compact view style ends*/
    
    #app-view-login-popup .login-form-pop-tabs ul li {
        float: left;
        display: inline-flex;
    }
    
    #app-view-login-popup .login-form-pop-tabs a {
        color: #fff;
        font-size: 15px;
        padding: 15px;
    }
    
    .login-form-pop-tabs .active {
        background: #fff;
        color: #333 !important;
    }
    
    @media screen and (max-width: 580px) and (min-width: 320px) {
        .col-md-12.lp-additional-appview-filter-new .lp_all_page_overflow .lp-more-filters-outer {
            width: 100%;
        }
    }
    
    .widget-box .open-hours {
        margin-bottom: 30px;
    }
    /*start new dashboard css*/
    
    .lp-container-center {
        width: 675px;
        margin: 0 auto;
        margin-top: 20px;
        padding-bottom: 70px !important;
    }
    
    .lp-dashboard-left-label {
        margin: 0 !important;
        line-height: 46px !important;
        text-transform: capitalize !important;
        color: #000000 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    
    .lp-dashboard-text-field {
        height: 46px !important;
        width: 100%;
        line-height: 46px !important;
        border: 1px solid #dedede !important;
        padding: 6px 12px;
        border-radius: 5px;
        color: #818181 !important;
    }
    
    .lp-dashboard-des-field {
        border: 1px solid #dedede !important;
        color: #818181 !important;
        height: 57px !important;
    }
    
    .lp-dashboard-text-field::placeholder {
        color: #818181 !important;
        opacity: 1;
        /* Firefox */
    }
    
    .lp-dashboard-text-field:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #818181 !important;
    }
    
    .lp-dashboard-text-field::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #818181 !important;
    }
    
    .lp-dashboard-des-field::-webkit-input-placeholder {
        color: #818181 !important;
    }
    
    .lp-dashboard-des-field:-moz-placeholder {
        /* Firefox 18- */
        color: #818181 !important;
    }
    
    .lp-dashboard-des-field::-moz-placeholder {
        /* Firefox 19+ */
        color: #818181 !important;
    }
    
    .lp-dashboard-des-field:-ms-input-placeholder {
        color: #fff;
    }
    
    .lp-dashboard-select-box {
        border: 1px solid #dedede !important;
        color: #818181 !important;
        line-height: 46px !important;
        height: 46px !important;
    }
    
    .lp-dashboard-top-label {
        text-transform: capitalize !important;
        color: #000000 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        margin-bottom: 10px !important;
    }
    
    .lp-view-larg-btn {
        float: right;
        margin-bottom: 0 !important;
    }
    
    .lp-view-all-btn,
    .lp-view-larg-btn {
        font-size: 14px;
        color: #9b9b9b;
        margin-bottom: 20px;
        display: inline-block;
        font-weight: 400 !important;
    }
    
    .lp-view-all-btn:hover,
    .lp-view-all-btn:focus,
    .lp-view-larg-btn:hover,
    .lp-view-larg-btn:focus {
        color: #9b9b9b;
    }
    
    .lp-view-all-btn .fa {
        color: #818181;
        margin-right: 4px;
    }
    
    .lp-save-btn-container {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        left: 0;
        padding: 10px 15px;
        border-radius: 0;
        border: 0;
        border-top: 1px solid #dedede;
        transition: all .4s ease 0s;
        margin-bottom: 0 !important;
    }
    
    #wrapper .lp-save-btn-container {
        width: calc(100% - 70px);
        margin-left: 70px;
    }
    
    #wrapper.active .lp-save-btn-container {
        width: calc(100% - 240px);
        margin-left: 240px;
    }
    
    .lp-dashboard-new #page-content-wrapper {}
    
    .lp-margin-right-10 {
        margin-right: 10px !important;
    }
    
    .lp-unsaved-btn {
        font-size: 14px;
        color: #9b9b9b;
        display: inline-block;
        font-weight: 400 !important;
        line-height: 35px;
        font-weight: 400 !important;
        display: none;
    }
    
    .lp-unsaved-btn:hover,
    .lp-unsaved-btn:focus {
        color: #9b9b9b;
    }
    
    .lp-review-sorting {
        overflow: visible;
    }
    
    .margin-top-30 {
        margin-top: 50px !Important;
    }
    
    .lp-all-post-center-container {
        width: 830px !important;
        margin: 0 auto !important;
        float: none !important;
    }
    
    .lp-dashboard-right-sidebar {
        width: 312px !important;
    }
    
    .lp-dashboard-container-left {
        width: 61%;
        margin: 0 60px;
        float: left;
    }
    
    #lp-menus .lp-dashboard-tabs.lp-left-panel-height-outer {
        padding: 0;
    }
    
    .lp-dashboard-container-left .panel-body {
        padding: 0;
    }
    
    .lp-listing-selecter-drop .select2-container .select2-selection--single {
        color: #b1b7be !important;
        line-height: 46px !important;
        height: 46px !important;
        font-size: 13px
    }
    
    .lp-listing-selecter-drop .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 46px !important;
        height: 46px !important;
    }
    
    .margin-top-0 {
        margin-top: 0 !important;
    }
    
    .lp-menu-panel-body-outer .lp-menu-close-outer {
        border: 0 !important;
        margin-bottom: 14px;
    }
    
    .lp-menu-panel-body-outer .lp-menu-close-outer:last-child {
        margin-bottom: 4px;
    }
    
    .lp-menu-panel-body-outer {
        border: 0 !important;
    }
    
    .lp-menu-panel-body-outer .lp-menu-closed .row div {
        line-height: 24px;
        color: #333;
    }
    
    .lp-menu-panel-body-outer .lp-menu-closed .row div span {
        color: #8a8a8a;
    }
    
    .lp-label-menu-group {
        color: #9b9b9b;
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .active-update-formm .lp-menu-form-inner {
        box-shadow: none;
        border: 1px solid #dedede;
    }
    
    .lp-menu-panel-body-outer .active-update-formm {
        border: 1px solid #dedede;
        border-top: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .lp-save-btn-container #ad-announcement-btn {
        background-color: #73d500 !important;
        color: #fff !important;
    }
    
    .lp-save-btn-container .form-group,
    .lp-coupon-box-row .form-group {
        margin-bottom: 0 !important;
    }
    
    .lp-dashboard-top-label span {
        color: red;
    }
    
    .lp-dashboard-switcher h5 {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        width: 250px;
    }
    
    .lp-dashboard-switcher .switch {
        float: left;
        margin-right: 10px;
    }
    
    .lp-dashboard-switcher {
        display: inline-block;
        overflow: hidden;
        width: 250px;
        padding: 15px;
        padding-bottom: 0;
        padding-top: 10px;
    }
    
    .lp-dashboard-top-label .fa {
        margin-left: 5px;
        color: #818181;
    }
    
    .lp-dashboard-event-tick-btn .fa {
        font-size: 30px;
        color: blue;
        line-height: 46px;
    }
    
    .event-tickets-list-dash li strong {
        color: #000;
        margin-right: 10px;
    }
    
    .event-tickets-list-dash li .fa {
        float: right;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-color: #df9a93;
        text-align: center;
        border-radius: 100%;
        color: #fff;
        font-size: 12px;
        margin-top: -1px;
    }
    
    .event-tickets-list-dash li {
        border-bottom: 3px solid #fafafa;
        padding-bottom: 25px;
        margin-bottom: 25px;
        color: #000;
    }
    
    .event-tickets-list-dash li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    #lp-all-menus .lp-listing-outer-container {
        padding-left: 20px;
        padding-right: 15px;
    }
    
    #lp-all-menus .lp-announcement-title a {
        margin-top: 8px;
        color: #035ea1;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 39px;
    }
    
    #lp-all-menus .lp-announcement-title a:hover {
        color: #035ea1;
        text-decoration: underline;
    }
    
    .lp-all-menu-btns a {
        font-size: 12px;
        text-transform: uppercase;
        color: #4a5b6d;
        margin-right: 10px;
        line-height: 32px;
        display: inline;
    }
    
    .lp-all-menu-btns a:first-child {
        border-right: 1px solid #4a5b6d;
        padding-right: 10px;
    }
    
    .lp-all-menu-btns h5 {
        margin-bottom: 0;
        line-height: 32px;
    }
    
    .lp-ads-form-container {
        width: 1005px;
        margin: 0 auto;
        float: none;
        margin-top: 30px;
    }
    
    .lp-compaignForm-leftside {
        width: 674px;
    }
    
    .lp-compaignForm-righside {
        width: 300px;
    }
    
    .lp-ads-form-container .lp-review-sorting {
        padding-right: 0;
    }
    
    .lp-ads-form-container .lp-review-sorting h5 {
        font-weight: 600 !important;
    }
    
    .lp_payment_methods_ads .lp-dashboard-top-label.margin-bottom-0 {
        margin-bottom: 0 !important;
    }
    
    .lp-ad-location-image-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(65, 88, 105, .9);
    }
    
    .lp-ad-location-image-overlay .fa {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
    }
    
    #lp-menus .lp-right-panel-height.lp-right-panel-height-outer {
        position: relative;
        padding-bottom: 40px;
    }
    
    .lp-dashboard-menu-container {
        width: 1005px !important;
        margin: 0 auto;
        float: none !important;
    }
    /* end new dashboard css*/
    
    .lp-add-announcement-form #announcements-listing {
        height: 46px;
    }
    
    .events-map-wrap .lp-coordinates {
        top: 2px !important
    }
    
    #login-style2-page-wrap #app-view-login-popup {
        position: static !important;
    }
    
    #login-style2-page-wrap #app-view-login-popup a.md-close {
        display: none;
    }
    
    .loop-grid-style3,
    .margin-bottom-class {
        margin-bottom: 20px;
    }
    
    .col-md-5.lp-list-form-outer-postion:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%);
    }
    
    .lp_hori_view_plan_left_section .lp-listprc li:last-child {
        margin-bottom: 60px;
    }
    
    .lp-claim-cuccess-return {
        padding: 10px 20px;
        background: #35ad46;
        color: #fff;
        border-radius: 5px;
        position: relative;
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
        font-size: 16px;
        margin-top: 20px;
    }
    
    .lp-claim-cuccess-return:hover {
        color: #fff;
    }
    
    .text-center.lp-claim-cuccess p {
        font-size: 14px;
        color: #9ea0a5;
        font-weight: 300;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 23px;
    }
    
    .text-center.lp-claim-cuccess h3 {
        font-size: 22px;
    }
    /*new*/
    
    .lp-form-planclaim-st .statuss {
        display: none;
    }
    
    .lp-message-title.clearfix.text-right {
        padding: 5px 30px;
    }
    
    #lp_inbox_search {
        width: 100%;
        line-height: 36px;
        padding: 10px;
        height: 36px;
        border-radius: 5px;
        text-transform: capitalize;
    }
    
    .lp-message-search-title {
        padding: 8px 30px;
        padding-right: 10px;
        padding-left: 10px !important;
    }
    
    .lp-delte-conv:hover,
    .lp-delte-conv:focus {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        outline: none;
    }
    
    .lp-read-message-inner.unread {
        background-color: #fff !important;
    }
    
    .lp-read-messages {
        border-right: 1px solid #e9ebf2;
    }
    
    .lp-field-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lp-pos-relative-input {
        padding-left: 30px;
    }
    
    .lp-camp-bottom-summary .graycheck,
    .lp-listing-selecter .graycheck,
    .lp-camp-bottom-summary .greencheck,
    .lp-listing-selecter .greencheck {
        MARGIN-RIGHT: 2px;
        FONT-SIZE: 10PX;
    }
    
    .lp-invoices-all-stats li a.listingDtlurl {
        font-size: 10px;
    }
    
    .lp-sender-info button {
        background: none;
        border: 0;
        box-shadow: none;
        font-size: 13px;
        width: 100%;
        margin-top: 6px;
    }
    
    .lp-read-message-inner .lp-sender-image {
        width: 33px;
        height: 33px;
        border-radius: 100%;
        display: inline-block;
        line-height: 33px;
        vertical-align: middle;
    }
    
    .lp-read-message-inner p span {
        display: inline-block;
        vertical-align: middle;
        line-height: 33px;
    }
    
    .lp-read-message-inner h5 {
        margin-bottom: 14px;
        text-transform: capitalize;
    }
    
    .lp-ad-location-image-overlay {
        opacity: 0;
        visibility: hidden;
    }
    
    .lp-select-ad-place:hover .lp-ad-location-image-overlay {
        opacity: 1;
        visibility: visible;
    }
    
    .lp-camp-border {
        margin-bottom: 0 !important;
    }
    
    .lp-dashboard-top-label .help-text,
    .lp-dashboard-top-label .help-text .camp-required {
        margin: 0 !important;
        float: none;
    }
    
    #lp-new-ad-compaignForm .camp-required {
        color: red;
    }
    
    #lp-new-ad-compaignForm .help-text {
        margin: 0 !important;
        float: none;
    }
    
    #lp-new-ad-compaignForm .lp-select-ad-place input[type="checkbox"]+label:before {
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-size: 13px;
    }
    
    h5.lp-general-section-title {
        margin: 0;
        color: #8697a8;
        font-size: 12px;
        background: #eef2f4;
        color: #8697a8;
        padding: 4px 20px;
        text-transform: uppercase;
        line-height: 24px !important;
    }
    
    .lp-ads-placement-container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .lp-ads-placement-container p {
        color: #3f576e;
        font-size: 11px;
        margin-bottom: 0;
    }
    
    .lp-ad-all-attached-packages li span {
        font-size: 12px;
        color: #000;
    }
    
    .lp-ad-all-attached-packages li span .fa {
        margin-left: 6px;
    }
    
    .lp-ad-all-other-info li {
        font-size: 12px;
        color: #3f576e;
    }
    
    .lp-ads-placement-container.padding-top-15 li {
        line-height: 25px;
    }
    
    .lp-ad-all-stats.lp-ad-packages-stats h4 {
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .lp-menu-panel-body-outer .lp-menu-close-outer:last-child {
        margin-bottom: 14px;
    }
    
    .ordering-service-wrap ul li .fa {
        font-size: 12px;
        color: #aeb6be;
        line-height: 20px;
    }
    
    .manange-typs-groups-tabs-content .add-new-type input[type="text"],
    .manange-typs-groups-tabs-content .add-new-group input[type="text"],
    .add-new-service select {
        width: 196px;
    }
    
    .lp-sender-image img {
        border-radius: 100%;
    }
    
    .lp-read-message-inner .lp-sender-image {
        margin-right: 5px;
    }
    
    .lp-field-icon-right {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lp-field-icon-right:hover {
        cursor: pointer;
    }
    
    .lp-coupons-tab {
        padding: 0 15px !important;
    }
    
    .lp-coupons-tab-nav li a {
        color: #000;
        FONT-SIZE: 12px;
    }
    
    .lp-coupons-tab-nav li.active a {
        color: #0093ff;
    }
    
    .lp-coupons-tab-nav li:first-child {
        border-right: 1px solid #000;
        padding-right: 5px;
    }
    
    .lp-coupons-tab-nav li {
        display: inline-block;
        line-height: 10px !important;
    }
    
    .lp-read-message-inner:last-child {
        border-bottom: 1px solid #e9ebf2;
    }
    
    .lp-read-messages {
        border-right: 0 solid #e9ebf2;
    }
    
    .lpQest-img-outer {
        display: inline-table;
        vertical-align: top;
        text-align: left;
        max-width: 100px;
        min-width: 100px;
        float: left;
        margin-right: 0;
    }
    
    .lpQest-outer.lpreplyQest-outer .lpQest-img-outer {
        text-align: right;
        float: right;
    }
    
    .lpQest-outer.lpreplyQest-outer .lpQest {
        width: -webkit-calc(100% - 100px) !important;
        width: -moz-calc(100% - 100px) !important;
        width: calc(100% - 100px) !important;
        border-radius: 35px;
        border: 0;
        border-top-left-radius: 35px !important;
        margin-right: 0 !important;
        border-top-right-radius: 0 !important;
    }
    
    .lpQest-outer .lpQest {
        width: -webkit-calc(100% - 100px) !important;
        width: -moz-calc(100% - 100px) !important;
        width: calc(100% - 100px) !important;
        border-radius: 35px;
        border: 0;
    }
    
    .lp-dashboard-tabs .panel-heading .nav-tabs li a:hover,
    .lp-dashboard-tabs .panel-heading .nav-tabs li a:focus {
        color: #3f576e !important;
    }
    
    .lp-message-title.clearfix.text-right {
        padding: 5px 5px;
    }
    
    .lp-coupon-box-row .select2-container--default .select2-selection--single .select2-selection__rendered,
    .lp-coupon-box-row .select2-container--default .select2-selection--single .select2-selection__arrow {
        padding-left: 12px;
    }
    
    .lp-dashboard-select-box {
        padding-left: 9px;
    }
    
    .lp-dot-extra-buttons .list-style-none.main {
        right: -10% !important;
    }
    
    .lp-dot-extra-buttons .lp-user-menu:after {
        right: 10px;
    }
    
    .lp-user-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.4);
        position: absolute;
        top: -10px;
        right: 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    
    .list-style-none.main:before {
        opacity: 1;
        overflow: visible;
        visibility: visible;
    }
    
    .sidebar-filters-wrap .lp-tooltip-div.active {
        top: 120% !important;
    }
    
    .sidebar-filters .filters-section-wrap.sort-by-section-wrap ul li {
        position: relative;
    }
    
    .sidebar-filters .content-grids-wraps {
        border-left: 1px solid #eee;
        -webkit-box-shadow: inset 9px 0 9px -11px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 9px 0 9px -11px rgba(0, 0, 0, 0.3);
        box-shadow: inset 9px 0 9px -11px rgba(0, 0, 0, 0.3);
    }
    
    .lp-sidebar-filters-style .lp-list-page-grid,
    .lp-title-new-style {
        border-left: 0 solid #eee;
    }
    /* Scrollbar styles */
    
    .sidebar-filters .content-grids-wraps::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    
    .sidebar-filters .content-grids-wraps::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }
    
    .sidebar-filters .content-grids-wraps::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    
    .sidebar-filters .content-grids-wraps::-webkit-scrollbar-thumb {
        background-color: #41a6df;
    }
    
    .sidebar-filters .content-grids-wraps {
        scrollbar-color: #F5F5F5 #41a6df;
        scrollbar-width: thin;
        scrollbar-corner: #F5F5F5;
    }
    
    .sidebar-filters .sidebar-filters-wrap {
        /*FireFox*/
        scrollbar-width: none;
        /*IE10+*/
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    .sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar {
        /*Chrome, Safari, Edge*/
        display: none;
    }
    
    .lp-grid-width3 .post-with-map-container,
    .lp-grid-width3 .content-grids-wraps,
    .lp-grid-width3 .sidebar-filters-wrap {
        height: 100vh;
    }
    /*end new css*/
    
    .termloc-name,
    .lp-filter-top-text h4.colorWhite strong {
        color: #fff !important;
    }
    
    .lp-multi-start-wrap-edit-review {
        display: block !important;
        position: static;
        width: auto;
        padding: 0;
        box-shadow: none !important;
    }
    
    .event-tickets-platforms.lp-dashboard-select-box.custom-form-control {
        padding: 0 10px;
    }
    
    .lp-list-view-compact-outer .lp_list_compact_claim {
        top: 2px;
    }
    
    .lp-list-view-compact-outer .lp_list_title {
        margin-bottom: 8px;
    }
    
    .lp-list-view-compact-outer .lp_list_title a {
        display: inline-table;
        vertical-align: middle;
    }
    
    .claim_formbgimage .slick-dots {
        border: 0 !important;
    }
    
    .claim_formbgimage .slick-dots li {
        background-color: transparent !Important;
        border: 0 !important;
    }
    
    .lp-form-planclaim-st .claim-detailstext .slick-slide h5,
    .lp-form-planclaim-st .claim-detailstext .slick-slide p {
        color: #fff !important;
    }
    
    .lp-form-planclaim-st .statuss.text-center {
        min-height: 450px;
    }
    
    .lp-plan-paid-claim .lp-active-badge-on-plan {
        display: none !important;
    }
    
    .lp-claim-plans .horizontal_view_list {
        border: 1px solid #3b88dd !important;
    }
    
    .lp-claim-plans .lp-plan-paid-claim .lp_hori_view_plan_left_section .lp-listprc {
        border: 0;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right {
        background-color: #16a085 !important;
        border: dashed 2px #fff !important;
        color: #fff !important;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right .discount-bar {
        cursor: pointer;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
        width: 45%;
        padding: 5px;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-left {
        margin-top: 5px;
        margin-right: 0;
        margin-left: 5px;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-right {
        margin-top: 2px;
        margin-right: 5px;
        margin-left: 0;
    }
    
    .coupons-bottom-content-wrap {
        padding-top: 20px;
        display: none;
    }
    
    select {
        outline: none;
    }
    
    .custom-form-control {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding: 0 12px !important;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dce0e2;
        border-radius: 4px;
        box-shadow: none;
    }
    
    .listing-app-view .open-hours .today-hrs a.show-all-timings {
        line-height: initial;
        top: 10px;
        position: absolute !important;
    }
    
    .listing-app-view2 .widget-box.clearfix {
        position: relative;
    }
    
    .listing-app-view2 .toggle-all-days {
        position: absolute;
        right: 0;
        top: 55px;
    }
    
    .listing-app-view .open-hours {
        margin-bottom: 0 !important;
    }
    
    .app-view-new-gallery-title {
        z-index: 99999;
    }
    
    .app-view-new-ann-dis .app-view-dis-wrap .app-view-new-dis,
    .listing-app-view .listing-app-view2 .lp-listing-announcement .announcement-wrap.last p,
    .app-view-news-reviews-inner p {
        font-size: 14px;
    }
    
    .listing-app-view-new .app-view-new-sec .claim-area a.phone-number {
        font-size: 15PX !important;
    }
    
    .listing-app-view .claimform.claimform-open .form-group {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 15px;
    }
    
    .listing-app-view .lp-events-btns-outer {
        border-bottom: 0 !important;
    }
    
    .listing-app-view .smenu li:last-child {
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 0;
    }
    
    .listing-app-view-new .lp-title2 span,
    .listing-app-view-new .lp-title2 {
        margin-top: 20px;
    }
    
    .lp-archive-page-border {
        height: 10px;
        background-color: #ececec;
        width: calc(100% - -30px);
        margin: 0 -15px;
        margin-bottom: 20px;
    }
    
    .app-view-new-ads-slider {
        margin-bottom: 20px;
    }
    
    .listing-app-view-new .lp_section_inner .lp-section-content .lp-section-title-container {
        padding-bottom: 10px;
    }
    
    .listing-app-view-new .single-tabber2 {
        border-top: 0;
        margin-top: 20px;
        margin-left: 0;
    }
    
    .lp-list-view-compact-outer .lp-grid-box-thumb img {
        border-radius: 0;
        min-height: 92px;
        object-fit: cover;
    }
    
    .allowedListing {
        font-size: inherit !important;
        color: inherit !important;
        display: inline-block !important;
        width: 100% !important;
    }
    
    .allowedListingv8 {
        color: #222 !important;
    }
    
    [data-style^="vertical_view_2"] .lp-plane-top-wrape p span,
    [data-style^="vertical_view_2"] .allowedListing {
        color: #fff !important;
    }
    
    [data-style^="vertical_view_2"] .lp-plane-top-wrape p span,
    [data-style^="vertical_view_2"] .allowedListing {
        color: #b5b5b5 !important;
    }
    
    .pricing_plans_v2 .lp-price-main .lp-title .lp-des-v2 {
        font-weight: 400;
        font-size: 14px;
        color: #b5b5b5;
        padding: 0 10px;
        margin-top: 0;
        line-height: 20px;
    }
    
    .per_user_per_listing_price-hv2 p:last-child {
        margin-left: 5px;
    }
    
    [data-content^="Associated Plan"] {
        color: #44566c;
        margin: 0;
        line-height: 50px;
        font-size: 15px;
        text-align: center;
    }
    
    .style2-popup-login .form-horizontal.margin-top-30 {
        margin-top: 0 !important;
    }
    
    .style2-popup-login .login-form-popup-outer .social-login {
        margin-top: 20px;
    }
    
    .margin-right-10 {
        margin-right: 10px;
    }
    
    .lp-text-right {
        padding-right: 70px;
    }
    
    #inbox .background-white.lpinboxrightpart {
        width: 312px;
    }
    
    .lp-inbox-left-sec {
        width: 294px;
    }
    
    .lpinboxmiddlepart {
        width: -moz-calc(100% - 606px);
        width: -webkit-calc(100% - 606px);
        width: -o-calc(100% - 606px);
        width: calc(100% - 606px);
    }
    
    .footer-menu ul li a {
        color: #fff !important;
    }
    
    .lp-form-builder-field {
        display: none;
    }
    
    .lp-form-builder-field.lp-form-builder-field-yes {
        display: block !important;
    }
    
    .dashboard-upload-field .jFiler-input-choose-btn.blue {
        margin-top: 106px;
        position: absolute;
        z-index: 3;
        left: 50%;
        margin-left: -45px;
    }
    
    header {
        z-index: 9999;
    }
    /*card Fixes*/
    
    form #cities {
        border: 0 solid;
    }
    
    .popup-inner-left-padding .lp-insert-data .lp-grid-box-description {
        padding: 10px 0 0;
    }
    
    .siginupcontainer form#register .form-group p {
        margin-bottom: 0;
    }
    
    .testimonial-description:after {
        left: 20px;
    }
    
    .lp-blog-grid-box .lp-blog-grid-box-description .lp-blog-user-thumb {
        border: 2px solid #fff;
        display: inline-block;
    }
    
    .search-filters>ul>li>.lp-tooltip-div.active ul li a:hover {
        box-shadow: none;
    }
    
    .lp-lead-form-st .user_text .author-social .social-icons.post-socials {
        padding: 0 0 0 10px;
    }
    
    .lp-lead-form-st .user_text .author-social div.status {
        float: none;
    }
    
    .lp-lead-form-st .user_text .author-social {
        margin-top: 0;
    }
    
    .lp-price-main .lp-price-list .lp-listprc li span img {
        margin-top: -4px;
    }
    
    .lp-no-title-subtitle {
        padding-top: 0 !important;
    }
    
    .submit-img {
        padding-top: 0;
    }
    
    .lp-header-middle .lp-header-user-nav .header-login-btn,
    .lp-header-middle .lp-header-user-nav .lp-join-now {
        display: inline-table;
        vertical-align: middle;
    }
    
    .home .lp-header-search .lp-search-form-submit {
        margin-left: 0;
    }
    
    .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 46px;
        padding-left: 25px;
        text-align: left;
    }
    
    .lp-listing .lp-listing-top .post-price-row li {
        line-height: 24px;
    }
    
    .lp-activity .lp-listing-stars {
        float: none !important;
    }
    
    .col-md-4 .lp-activity .lp-listing-stars {
        float: right !important;
    }
    
    .lp-header-search-filters .more-filters {
        line-height: 37px !important;
    }
    
    .margin-bottom-80 {
        margin-bottom: 80px;
    }
    
    .lp-listing .lp-listing-top-thumb img {
        object-fit: cover;
    }
    
    .lp-listing-announcement .announcement-wrap a {
        line-height: 30px;
    }
    
    #input-dropdown .lp-wrap-cats>img {
        margin-top: 4px;
    }
    
    .form-group.lp-location-search {
        margin-left: -5px;
    }
    
    .submit_new_style .form-group label.switch {
        margin-left: 5px;
    }
    
    .submit_new_style .form-group label.switch {
        font-size: 15px !important;
    }
    
    .video-bottom-search-content h3 {
        text-transform: capitalize;
    }
    
    .lp-menu .sub-menu .menu-item-has-children a:after {
        top: 0 !important;
    }
    
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child>.btn,
    .input-group-btn:first-child>.btn-group>.btn,
    .input-group-btn:first-child>.dropdown-toggle,
    .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
    .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
        border-radius: 0 !important;
    }
    
    .search-row #searchform .chosen-container.chosen-container-single.chosen-container-single-nosearch {
        border-radius: 0 !important;
    }
    
    .lp-blog-grid-container:not(.lp-blog-grid-container-style2) .lp-blog-grid-box.col-md-12 {
        min-height: 406px !important;
        max-height: 406px !important;
    }
    
    footer .widget-title {
        margin-bottom: 10px;
    }
    
    .lp-grid-box-description .lp-grid-desc .this {
        font-size: 14px;
    }
    
    .lp-blog-grid-container-style2 .lp-blog-grid-box-thumb {
        border: 1px solid #e3e3e3;
        border-bottom: none;
    }
    
    .lp-blog-grid-container-style2 .lp-blog-grid-box-thumb img {
        width: 100%;
        height: 100%;
    }
    
    .lp-invoice-leftinfo span,
    .lp-invoice-rightinfo span,
    .lp-invoice-rightinfo p {
        color: #8996a6;
        font-size: 13px;
        font-weight: 400;
    }
    
    .lp-invoice-description-title-inner h3 span {
        color: #8697a8;
        font-size: 13px;
        font-weight: 400;
    }
    
    .lp-invoice-description-title-inner h3 {
        margin-bottom: 0;
    }
    
    .lp-in-trns-id span {
        color: #44566c !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        float: none !important;
    }
    
    .lp-in-trns-id p,
    .lp-in-trns-id p .lp-plan-name {
        color: #8996a6 !important;
        font-size: 12px;
        text-transform: capitalize;
        margin-bottom: 0;
        padding: 0;
        border: 0;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right {
        background-color: #16a085 !important;
        border: dashed 1px #fff !important;
        color: #fff !important;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .discount-bar {
        text-align: left;
        padding: 5px;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right .discount-bar {
        cursor: pointer;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
        width: 31%;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 0;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right.active {
        box-shadow: -3px 3px 10px -4px #00000061;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-left {
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
    }
    
    .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-right {
        margin-top: 2px;
        margin-right: 5px;
        margin-left: 0;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .discount-bar {
        font-weight: 600;
        font-size: 14px;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right a.deal-button {
        background: #FF8C00;
        width: calc(100% - 10px);
        margin: 0 5px 5px 5px;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .flip-clock-wrapper ul {
        width: 22px !important;
        height: 20px !important;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .flip-clock-wrapper .flip {
        border: 1px solid #ddd;
    }
    
    .lp-listing-archive-coupon {
        line-height: 18px;
        text-align: justify;
        margin-top: -10px !important;
        font-size: 12px;
        margin-bottom: 25px;
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .coupons-bottom-content-wrap {
        padding-top: 20px;
        display: none;
        background: #fff;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .flip-clock-wrapper {
        margin-left: -2px;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .morelink {
        display: block;
    }
    
    .lp-listing-bottom-left-full .lp-listing-bottom-right .morecontent span {
        display: none;
    }
    
    .lp-invoice-rightinfo .spanblock.graycolor {
        margin-top: 10px;
    }
    
    .lp-simple-ad-archive .lp-title.col-md-10.col-sm-10 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .lp-simple-ad-archive .filter-top-section .lp-title h3,
    .lp-simple-ad-archive .filter-top-section .lp-title h3 span {
        color: #333 !important;
    }
    
    .listing-second-view .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
    .listing-second-view .lp-deals-wrap .lp-deal .deal-details .deal-content {
        font-size: 14px;
    }
    
    .lp-cl-image-label {
        display: inline-block;
        width: auto !important;
    }
    
    .lp-form-planclaim-st .form-control.textarea1 {
        height: 50px !important;
        margin-bottom: 10px;
    }
    
    #lp-listings .lp-coupon-listing-pay-outer.pull-right {
        float: right !important;
    }
    
    .lp-modal-content-image {
        width: 90%;
    }
    
    .lp-modal-content-image-outer {
        z-index: 9999999999;
        background-color: rgba(0, 0, 0, .7);
    }
    
    .lp-modal-content-image-outer [data-dismiss^="modal"] {
        color: #fff;
        font-size: 16px;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .lp-modal-content-image-outer [data-dismiss^="modal"]:hover {
        cursor: pointer;
    }
    
    .planclaim-page-popup.single-page-popup {
        min-height: auto;
    }
    
    .md-modal.planclaim-page-popup.single-page-popup.planclaim-page-popup-st,
    .md-modal.planclaim-page-popup.single-page-popup.planclaim-page-popup-st .lp-plan-face {
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        height: auto;
    }
    
    .lp-claim-plan-container.active .lp-plan-front.lp-plan-face .md-close i {
        display: none;
    }
    
    .lp-form-planclaim-st .form-group label span {
        color: red;
    }
    
    .planclaim-page-popup .md-close i {
        border-radius: 50%;
        cursor: pointer;
        font-size: 11px;
        height: 15px;
        line-height: 15px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: -4px;
        width: 15px;
        background-color: #eff7ff !important;
        color: #333 !important;
        top: -4px;
    }
    
    .lp-no-title-subtitleeeeeeeee {
        text-align: center;
        background-size: cover;
        line-height: 95px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-left: -40px;
        width: calc(100% - -80px);
    }
    
    .lp-plan-front .padding-bottom-40 {
        padding-top: 0 !important;
    }
    
    #lp-signin-on-claim {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        top: 0;
        margin-right: 0;
        position: absolute;
        left: 20px;
        bottom: 1px;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
        border-radius: 2px;
        background-color: #333;
        box-shadow: none;
        border: 0;
    }
    
    .checkbox .lp-signin-on-claim:before {
        background-color: #fff;
        border: 1px solid #e2e5ed;
    }
    
    #lp-signin-on-claim input[type=checkbox]:checked+label:after {
        content: "\f00c";
        font-size: 11px;
        text-align: center;
        line-height: 20px;
        font-family: FontAwesome;
        color: #7f7f7f;
        background-color: transparent;
        border: 1px solid #7f7f7f;
    }
    
    .lp-claim-form-check-circle-new input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    
    .lp-claim-form-check-circle-new input[type="checkbox"]+.lp-new-checkbox-style {
        font-size: 12px;
        color: #0095ff !important;
        line-height: 20px;
        display: inline-table;
    }
    
    .lp-claim-form-check-circle-new input[type="checkbox"]+.lp-new-checkbox-style:before {
        font: 14pt FontAwesome;
        content: '\00f096';
        display: inline-block;
        width: 16pt;
        margin-right: 0.2em;
        color: #797979;
    }
    
    .lp-claim-form-check-circle-new input[type="checkbox"]:checked+.lp-new-checkbox-style:before {
        content: '\00f046';
    }
    
    .lp-claim-form-check-circle-new input[type="checkbox"]:focus+.lp-new-checkbox-style:before {
        outline: 1px dotted #aaa;
    }
    
    .lp-claim-form-check-circle-new input[type="checkbox"]:disabled+.lp-new-checkbox-style {
        color: #999;
    }
    
    .lp-claim-form-check-circle-new label::before {
        display: none;
    }
    
    .lp-new-checkbox-style2 {
        display: inline-table;
        vertical-align: top;
        width: calc(100% - 40px);
    }
    
    .more-filter-left-col .form-group,
    .more-filter-right-col .form-group {
        margin-bottom: 0 !important;
    }
    
    .more-filter-left-col #lp-find-near-me {
        margin-right: 4px;
    }
    
    .lp_all_page_overflow .col-md-12>h2 {
        margin: 0;
        -ms-flex-negative: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        border-bottom: 1px solid #EBEBEB;
        padding-top: 24px;
        padding-bottom: 16px;
        padding-right: 24px;
        color: #222222;
        font-size: 21px;
        line-height: 24px;
        font-weight: 600;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
    
    .lp_more_filter_data_section h3 {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .lp_all_page_overflow .lp_more_filter_data_section {
        padding-bottom: 0;
        border-bottom: 0;
    }
    
    .lp_all_page_overflow .filter_checkbox_container {
        text-transform: capitalize;
        padding: 0;
        line-height: 26px;
        letter-spacing: 0px;
        color: #424857;
        opacity: 1;
        font-size: 15px;
        text-align: left;
    }
    
    .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
        padding-left: 40px;
        line-height: 30px;
    }
    
    .filter_data_switch_on_off li .slider {
        position: absolute;
    }
    
    .filter_data_switch_on_off li .switch {
        float: right;
    }
    
    .lp_all_page_overflow .filter_checkbox_container .filter_checkbox_checkmark:after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 12px;
        color: #fff;
        margin-top: -13px;
        position: relative !important;
        top: -3px !important;
        left: 2px;
    }
    
    .lp-filter_data_checkbox .filter_checkbox_checkmark {
        left: -15px;
    }
    
    .lp-filter_data_checkbox .lp_filter_checkbox {
        float: right;
    }
    
    .lp-filter_data_checkbox {
        width: 100%;
    }
    
    .lp-filter_data_checkbox .filter_checkbox_container input {
        position: relative;
    }
    
    .lp-filter_data_switch_on_off {
        padding-bottom: 15px;
        border-bottom: 1px solid #dedede;
    }
    
    .lp_extrafields_select-border {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #dedede !important;
        padding-top: 10px !important;
    }
    
    .lp_extrafields_select-border .lp_filter_checkbox li {
        margin-top: 0;
    }
    
    .overlay_on_map_for_filter {
        display: none !important;
    }
    
    .lp-read-message-inner.unread p,
    .lp-read-message-inner.unread h5,
    .lp-read-message-inner.unread p span,
    .lp-read-message-inner.read p .lp-inbox-date {
        color: #8697a8;
    }
    
    .lp-read-message-inner.read p,
    .lp-read-message-inner.read p span {
        color: #3f576e;
    }
    
    .order_food_online_container {
        min-height: 40px;
        overflow: hidden;
    }
    
    .order_food_online_main-header {
        margin-bottom: 20px;
    }
    
    .order_food_online_main-header .lp-detail-section-title {
        margin: 0 !important;
        line-height: 41px;
    }
    
    span.pull-left.order_food_online_text {
        font-size: 15px;
        line-height: 41px;
        color: #d10000;
        text-transform: capitalize;
        margin-right: 10px;
    }
    
    .order_food_online_img {
        border-radius: 7px;
        border: 1px solid #b7b7b7;
        overflow: hidden;
        max-height: 41px;
        padding: 10px 10px;
    }
    
    .order_food_online_img a img {
        margin-top: -5px;
        max-width: 40px;
        max-height: 25px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    button#lp-save-menu {
        margin-bottom: 35px;
    }
    
    select.online-order-type {
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: calc(100% - 40px);
        position: relative;
    }
    
    .menu_online_order_url input {
        width: calc(100% - 74px);
        margin-left: 20px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 15px;
    }
    
    .form-group.menu_online_order_url.with_error {
        position: relative;
    }
    
    .form-group.menu_online_order_url.with_error:after {
        position: absolute;
        content: "Please Enter Valid URL...";
        top: 1px;
        left: 20px;
        color: #f00;
        font-size: 10px;
    }
    
    .lp-lp-more-filters-outer h3 {
        line-height: 36px !important;
    }
    
    .lp_extrafields_select-border2 {
        border-bottom: 1px solid #dedede !important;
        padding-bottom: 10px !important;
    }
    
    .lp-plan-back .lp-new-checkbox-style2,
    .claimform-box .lp-new-checkbox-style2 {
        color: #6b6b6b !important;
        text-transform: capitalize !important;
    }
    
    .lp-form-planclaim-st .topwrap {
        position: absolute;
        top: 40px;
        right: 0px;
    }
    
    .lp-plan-back .lp-signin-on-claim,
    .claimform-box .lp-signin-on-claim {
        padding-left: 0 !important;
        line-height: 20px;
    }
    
    .lp-plan-back .singincheckboxx,
    .claimform-box .singincheckboxx {
        min-height: auto;
        line-height: 20px;
    }
    
    .dashboard-upload-field .lp-uploaded-img {
        display: block;
    }
    
    .lp-menu-item-detail img {
        width: 12px;
        text-align: left;
        margin: unset;
        margin-top: 10px;
    }
    
    .lp-menu-new-price {
        border: 1px solid;
        border-radius: 25px;
        padding: 0 17px;
        line-height: 23px !important;
        text-align: center;
    }
    
    .lp-listing-menuu-slider .slick-arrow:hover {
        color: #fff !important;
    }
    
    .lp-pop-men-inner {
        max-height: 96px;
        overflow: hidden;
        position: relative;
    }
    
    .lp-menu-item-detail .help-text {
        display: inline-block;
        float: none;
    }
    
    .lp-popular-menu-outer h6 {
        margin-bottom: 16px;
        margin-top: 25px;
        line-height: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 7px;
    }
    
    .lp-pop-menu-detail {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .lp-pop-menu-detail span {
        display: inline-block;
        background-color: rgba(0, 0, 0, .5);
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        width: 100%;
        padding: 7px;
        padding-top: 5px;
    }
    
    .lp-pop-menu-detail .lp-pop-menu-detail-pr {
        display: inline-block;
        float: left;
        width: auto;
        padding: 2px 11px;
        padding-bottom: 0;
        padding-left: 7px;
    }
    
    .lp-popular-menu-outer {
        padding: 0 10px;
    }
    
    .lp-popular-menu-outer .col-md-4 {
        padding: 0 5px;
    }
    
    .lp-coupon-outer-container .lp-listing-pay-button {
        position: relative;
    }
    
    .lp-coupon-outer-container .lp-listing-pay-button:before {
        content: '';
        position: absolute;
        left: 0;
        width: 13px;
        height: 13px;
        border-radius: 50px;
        background-color: #73d500;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lp-coupon-outer-container .lp-listing-pay-button.button-upcoming:before {
        background-color: #ff8a00;
    }
    
    .lp-coupon-outer-container .lp-listing-pay-button.inactive:before {
        background-color: #d70404;
    }
    
    .lp-display-inline {
        display: inline-block;
        vertical-align: middle;
    }
    
    .delete-subsc-btn {
        color: #44566c;
        text-transform: uppercase;
        display: inline-block;
        font-size: 12px;
        padding: 0 25px;
        border-radius: 5px;
        font-weight: 500;
        line-height: 36px;
        background: #eef2f4;
    }
    
    .delete-subsc-btn:hover {
        color: #fff;
        background-color: #333;
    }
    
    .lp-plane-btn-front a {
        float: none;
        position: relative;
        width: 100%;
    }
    
    .lp-plane-btn-front a .fa {
        color: #73d500;
        margin-right: 5px;
        font-size: 16px;
    }
    
    .lp-plane-btn-front-inactive a .fa {
        color: #d70404;
    }
    
    #lp-user-g-analytics input,
    #lp-user-g-analytics button {
        width: auto;
        display: inline-block;
    }
    
    #lp-user-g-analytics .form-group {
        margin-bottom: 0 !Important;
        margin-top: -10px;
    }
    
    #lp-user-g-analytics .form-control {
        height: 34px;
    }
    
    .lp-ad-all-attached-packages .fa-check-circle {
        float: right;
        line-height: 26px;
    }
    
    .lp-v-code {
        width: auto !important;
    }
    
    .lp-listing-announcement .announcement-wrap p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .lp-home-banner-contianer .video-bottom-search-container .lp-search-bar .form-group.lp-location-search {
        width: 33%;
        float: left;
        margin-right: 20px;
    }
    
    .lp-home-banner-contianer .video-bottom-search-container .lp-search-bar .form-group.pull-right {
        float: left !important;
    }
    
    #listing-preview-popup .popup-inner-left-padding .lp-insert-data .lp-grid-desc-container.lp-border.clearfix {
        margin-top: 10px;
    }
    
    #listing-preview-popup .popup-inner-left-padding .lp-insert-data .lp-grid-box-thumb {
        border-top-left-radius: 5px;
    }
    
    #listing-preview-popup .quickmap {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .page .lp-no-title-subtitleeeeeeeee {
        display: none;
    }
    
    .style2-popup-login p.status {
        margin-left: 0;
    }
    
    .page .col-md-4 .lp-activity .lp-listing-stars {
        float: none !important;
    }
    
    .lp-header-search .form-group .lp-search-bar-right {
        height: 46px;
    }
    
    .text-center.margin-top-80.margin-bottom-80 {
        display: inline-block;
        width: 100%;
    }
    
    .lp-top-bar-menu ul li ul {
        display: inline-block;
        float: left;
        margin-top: 0;
    }
    
    .view-event-attendees {
        font-size: 13px;
    }
    
    .lp_popup_preview_invoice .modal-footer {
        padding: 15px;
    }
    
    .lp_preview_this_invoice {
        background: #eef2f4;
    }
    
    .lp_preview_this_invoice:hover {
        color: #fff;
        background: #333;
    }
    
    .lp-sidebar-filters-style .lp_all_page_overflow .col-md-12>h2 {
        color: #aaa9a9 !important;
        font-size: 15px;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        justify-content: left;
    }
    
    .lp-sidebar-filters-style .sidebar-filters-wrap .lp-tooltip-outer:hover .lp-tooltip-div {
        z-index: 9999 !important;
    }
    
    .modal-open #app-view-login-popup {
        -webkit-box-sizing: border-box !important;
        -webkit-appearance: none !important;
        z-index: 999999999;
    }
    
    body .container {
        min-height: inherit;
    }
    
    .listing-app-view .list_view a.add-to-fav.lp-add-to-fav {
        display: none;
    }
    
    .review-form .lp-review-btn {
        display: inline-block;
    }
    
    .loadinerSearchblock {
        display: inline-block !important;
    }
    
    @media (min-width: 1024px) {
        .pricing_plans_v2:nth-child(3n+1),
        .pricing_plans_v3:nth-child(3n+1),
        .view_version8:nth-child(3n+1) {
            clear: left
        }
    }
    
    .pricing_plans_v3 .lp-hide-show-price-features {
        position: static;
    }
    
    .view_version8 {
        margin-bottom: 30px;
    }
    
    .pricing_plans_v3.col-md-4:first-child .lp-view-all-price-feature,
    .pricing_plans_v3.col-md-4:first-child .lp-view-all-price-feature {
        display: none;
    }
    
    .pricing_plans_v3.col-md-4:nth-of-type(2) .lp-view-all-price-feature,
    .pricing_plans_v3.col-md-4:nth-of-type(2) .lp-view-all-price-feature {
        display: inline-block;
        margin-bottom: 30px;
    }
    
    .lp-topbar-menu li ul,
    .lp-topbar-menu ul li ul {
        display: inline-block;
        float: left;
    }
    
    .lp-popular-menu-outer .col-md-4 {
        padding: 5px !important;
    }
    
    #menuSpice-control {
        width: 30% !important;
        margin-left: 15px;
        display: inline-block;
        /*-webkit-appearance: textfield;*/
    }
    
    .lp-menu-item-detail img.spice {
        display: inline-block;
    }
    
    .lp-menu-item-detail .help-text {
        display: block;
        float: none;
        width: 100% !important;
    }
    
    .lp-listing-menu-items h6 {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    
    .lp-listing-menu-items h6:after {
        height: 0 !important;
        content: '';
    }
    
    .lp-dashboard-menu-container {
        width: 100% !important;
    }
    
    .lp-dashboard-menu-container .lp-compaignForm-leftside {
        width: calc(100% - 315px) !important;
    }
    
    @media only screen and (max-width: 1000px) {
        .lp-dashboard-menu-container .lp-compaignForm-leftside {
            width: 100% !important;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .lp-dashboard-menu-container .lp-compaignForm-righside {
            width: 100% !important;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
    
    .lp-requires-filed {
        color: #d10000 !important;
        font-size: 14px;
        margin-left: 3px;
        display: inline-block;
        line-height: unset;
        vertical-align: middle;
    }
    
    .search-page-header .text-right .view-on-map {
        display: inline-block !important;
        background: transparent !important;
        position: static !important;
        top: 0 !important;
        right: 0 !important;
        overflow: auto !important;
        border-radius: 0 !important;
        padding: 0 !important;
        bottom: 0 !important;
        z-index: auto !important;
    }
    
    button.lp-view-all-btn {
        margin: 0 !important;
        color: #44566c !important;
        background-color: #e7edf3 !important;
    }
    
    .lp-listing-menu-top {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        position: relative;
    }
    
    .lp-listing-menu-top .backg_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000055;
        z-index: 9;
    }
    
    .lp-listing-menu-top .lp-listing-menu-top-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
    }
    
    .lp-listing-menu-top .fa {
        color: #fff;
        z-index: 99;
    }
    
    .order_food_online_img {
        max-height: 100px !important;
        padding: 5px !important;
        margin-top: 3px;
    }
    
    .order_food_online_img a img {
        margin-top: -3px !important;
    }
    
    .listing-second-view .widget-box.viewed-listing ul li a {
        font-size: 14px;
    }
    
    .lp-plan-front .singincheckbox label {
        padding-left: 0;
    }
    
    .lp-plan-front .lp-listprc li span {
        width: auto;
    }
    
    .lp-plan-front .featured-plan:first-of-type {
        margin-top: 8px;
    }
    
    .lp-secondary-choose.lp-claim-plan-btn.LPdisabled {
        background: #bbc2d2 !important;
        color: #fff !important;
        cursor: not-allowed !important;
        border-color: #bbc2d2 !important;
    }
    
    .lp-claim-form-check-circle-new .help-text {
        margin-top: -2px;
    }
    
    .lp-claim-form-check-circle-new .help {
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
    }
    
    .lp-plan-front .awesome_plan_icon_check {
        width: 0;
        border-radius: 100%;
    }
    
    .lp-plan-front .awesome_plan_icon_check:before {
        border-radius: 100%;
    }
    
    .lp-plan-front .lp-no-pay-per-plan {
        display: none;
    }
    
    .lp-plan-front .lp-no-pay-per-plan:last-child {
        display: block !Important;
    }
    
    .manange-typs-groups-tabs-content .add-new-type input[type="text"],
    .manange-typs-groups-tabs-content .add-new-group input[type="text"] {
        width: calc(100% - 33px);
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-tags {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: -5px;
    }
    
    .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .lp-pop-menu-detail .lp-pop-menu-detail-pr {
        float: none !important;
    }
    
    .lp-pop-menu-detail div {
        background-color: rgba(0, 0, 0, .5);
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        width: 100%;
        padding: 7px;
        padding-top: 5px;
    }
    
    .lp-pop-menu-detail {
        width: 100%;
    }
    
    .order_food_online_img {
        border: 0;
    }
    
    .order_food_online_img a img {
        max-width: inherit;
        min-width: auto;
        max-height: inherit;
        min-height: auto;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
    
    .lp-listing-menuu-wrap .lp-listing-menuu-slider .slick-arrow {
        top: 45px !important;
        transform: translate(0, -50%) !important;
        margin-top: 0 !important;
    }
    
    .claim_file-btn-wrapper .custom-file-upload {
        cursor: pointer;
        color: #3e3f42;
        font-size: 10px;
        margin-bottom: 0;
    }
    
    .active-subscirptions-area .lp-listing-outer-container {
        line-height: 35px;
    }
    
    .select_listing_for_img_menu {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: calc(100% - 40px);
        position: relative;
    }
    
    .select_listing_for_img_menu .select2.select2-container.select2-container--default.select2-container--below {
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    
    .select_listing_for_img_menu .select2.select2-container.select2-container--default {
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    
    .add-new-service_img_menu input {
        width: calc(100% - 74px);
        margin-left: 20px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 15px;
        line-height: 30px;
        cursor: pointer;
    }
    
    .add-menu_image i {
        font-size: 22px;
        color: #007fd4;
        cursor: pointer;
        margin-top: 10px;
    }
    
    .lp-blank-section.menu-lp-blank-section {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .add-menu_image .upload-field.img-menu-upload-field {
        width: calc(100% - 71px);
        margin-left: 20px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 5px;
        line-height: 30px;
        cursor: pointer;
    }
    
    .add-menu_image .frontend-button {
        z-index: -1 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
    }
    
    .add-menu_image .img-menu-upload-field.upload-field[data-multiple="true"] img {
        height: 40px;
        margin: 0;
        width: 40px;
        float: none;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 10px;
        display: none;
        margin-top: 2px;
        box-shadow: none;
        border: 0;
        cursor: auto;
    }
    
    .add-menu_image a.jFiler-input-choose-btn {
        border: 0 !important;
        padding: 0;
        font-family: FontAwesome;
        font-size: 14px;
        color: #3a3a3a;
        font-weight: 500;
    }
    
    .add-menu_image a.jFiler-input-choose-btn:hover {
        background: #fff;
        color: #008BFF;
    }
    
    .add-menu_image .upload-field.img-menu-upload-field .clearfix {
        display: none;
    }
    
    .add-menu_image a.jFiler-input-choose-btn.blue:before {
        content: "\f03e";
        margin-right: 5px;
    }
    
    .add-menu_image .menu-edit-img-wrap {
        position: relative !important;
        float: left;
        display: none;
    }
    
    #add-menu-img-spinner {
        display: none;
        font-size: 14px;
    }
    
    .add-menu_image .menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap .remove-menu-img {
        top: 0;
        right: 0;
        line-height: 0;
        width: 15px;
        height: 15px;
        padding: 0;
    }
    
    .add-menu_image .menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap .remove-menu-img i.fa-close {
        font-size: 14px;
    }
    
    .del_img_menu {
        cursor: pointer;
    }
    
    p.add_img_menu_error {
        display: block;
        float: none;
        clear: both;
        padding: 0 0 0 20px;
        color: #f00;
        position: relative;
        top: -10px;
    }
    
    .menu-add-new {
        cursor: pointer;
    }
    
    .del-order-service {
        cursor: pointer;
    }
    
    #lp_leadReply .pos-relative {
        display: inline-block;
        float: right;
        margin: 20px 0;
    }
    
    #lp_leadReply .pos-relative .lpthisloading {
        font-size: 12px;
        position: absolute;
        bottom: 0;
        right: 10px;
        display: none;
        float: none;
        line-height: 37px;
        margin-left: 0;
        color: #fff;
    }
    
    #lp_leadReply .pos-relative .lppRocesesp {
        margin: 0;
    }
    
    .submit_new_style .form-group label small {
        color: red;
    }
    
    .lp-invoices-all-stats-on-off .slider:before {
        width: 13px;
        height: 13px;
    }
    
    .lp-menu-form-feilds .switch {
        margin-top: -3px;
    }
    
    .sidebar-filters .filters-section-wrap .currency-signs>ul>li>a {
        border-radius: 5px !important;
    }
    
    .sidebar-filters .filters-section-wrap .lp-search-cats-filter-dropdown {
        border: 1px solid #eaeaea;
        width: calc(100% - 1px);
    }
    
    .breadcrumb-style2 .container {
        z-index: 2 !important;
    }
    
    .Popular_item_container {
        display: inline-block !important;
        position: relative !important;
        margin-left: 15px !important;
        line-height: 46px;
    }
    
    .menuSpice-control_containter {
        display: inline-block !important;
        float: right;
        width: 200px;
        margin-right: 15px;
    }
    
    .lp-listing .lp-listing-top-thumb {
        overflow: hidden;
    }
    
    p.lp-general-section-title {
        border-radius: 0
    }
    
    .ordering-service-wrap {
        background: #fff;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .add-menu_image a.jFiler-input-choose-btn {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #035ea1;
    }
    
    .lp-dashboard-tabs p#reply-title {
        margin: 0;
        color: #8697a8;
        font-size: 12px;
        padding-left: 35px;
        cursor: auto;
        font-weight: 700;
    }
    
    .lp-listing-menu-top .lp-listing-menu-top-content {
        color: #fff !important;
    }
    
    .online_ordring_list_title {
        margin-top: 10px;
        color: #035ea1;
        margin-bottom: 0;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .online_ordring_list_title:hover {
        text-decoration: underline;
    }
    
    .online_order_food,
    .image_menu_trigger,
    .view_all_menu_trigger {
        cursor: pointer;
    }
    
    button.lp-view-all-btn {
        font-weight: 500 !important;
    }
    
    .ordering-service-wrap ul li a {
        margin-top: 10px;
        color: #035ea1;
        margin-bottom: 0;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .ordering-service-wrap ul li a:hover {
        text-decoration: underline;
    }
    
    #lp-menus .lp-right-panel-height.lp-right-panel-height-outer {
        min-height: 100vh;
    }
    
    .lp-all-menu-btns .lp-dashboard-tabs .panel-heading .nav-tabs li a {
        padding-bottom: 0;
        border-right: 0;
    }
    
    .lp-all-menu-btns a:first-child {
        border-right: 0;
    }
    
    .form-group.add-menu_image {
        width: 20%;
        display: inline-block;
        float: right;
    }
    
    .select_listing_for_img_menu {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: calc(100% - 20%);
        position: relative;
        display: inline-block;
    }
    
    .menu_online_order_url input {
        margin-top: 0;
        margin-left: 0;
        height: 46px;
    }
    
    .form-group.menu_online_order_url {
        width: 55%;
        display: inline-block;
        float: right;
    }
    
    select.online-order-type {
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: 40%;
        position: relative;
        display: inline-block;
        height: 46px;
    }
    
    p.add_img_menu_error {
        font-size: 12px;
    }
    
    .app-view-filters2 .modal-title {
        font-size: 18px;
        font-weight: 400;
        color: #222222;
    }
    
    .app-view-filters.app-view-filters2 .modal-header {
        border-bottom: 0 solid #e5e5e5;
        z-index: 9999;
        background-color: #ececec;
        border-radius: 0;
        width: 100%;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .modal-body {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .currency-signs>ul>li>a {
        background-color: #fff;
        color: #222;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .currency-signs>ul>li>a.active,
    .listing-app-view .app-view-filters.app-view-filters2 .search-filters>ul>li>a.active {
        background-color: #fff;
        border-color: #8a6aeb !important;
        color: #8a6aeb !important;
        border-right: 1px solid #8a6aeb;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp-border-bottom.padding-top-5.padding-bottom-10 {
        padding-bottom: 20px;
        border-bottom: 12px solid #e3e3e3;
        padding-left: 20px;
        padding-right: 20px !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .slider:before {
        background-color: #8a6aeb;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .slider {
        background-color: #e2e2e2;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp-filter-wrap-app span {
        color: #222;
        line-height: 30px;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .app-view-filters p {
        font-size: 14px;
        color: #222;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .input-group-addon i {
        color: #8a6aeb !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .close {
        border-color: #8a6aeb !important;
        color: #8a6aeb;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp-filter-wrap-app {
        padding: 20px 20px;
        padding-bottom: 15px;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .form-group.padding-bottom-10.padding-top-10.pull-right.margin-right-0.clearfix,
    .listing-app-view .app-view-filters.app-view-filters2 .form-inline.lp-features-filter tags-area {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .form-group.padding-bottom-10.padding-top-10.pull-right.margin-right-0.clearfix {
        border-top: 11px solid #dedede;
        border-bottom: 12px solid #dedede;
        padding-bottom: 20px;
        margin-bottom: 8px;
        padding-top: 15px !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp-additional-appview-filter-new h3 {
        padding-left: 20px;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp-additional-appview-filter-new>h3 {
        margin-bottom: 20px;
        font-size: 16px;
        color: #222;
        font-weight: 400;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .modal-dialog {
        position: absolute;
        top: 0 !important;
        transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        margin: auto 0%;
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 {
        z-index: 9999999;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .search-row .form-inline.tags-area {
        padding: 0 20px !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .col-md-12>h2,
    .listing-app-view .app-view-filters .lp_all_page_overflow .col-md-12>h2 {
        padding-top: 10px;
        font-size: 16px;
        color: #222;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .col-md-12 {
        padding: 0;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .filter_checkbox_container {
        padding-left: 0 !important;
        font-size: 14px;
        font-weight: 400;
        color: #222;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
        padding-left: 40px !important;
        font-size: 14px;
        font-weight: 400;
        color: #7f7f7f;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow,
    .listing-app-view .app-view-filters .lp_all_page_overflow {
        width: 100%;
        border: 0;
    }
    
    .listing-app-view .app-view-filters .lp_all_page_overflow,
    .listing-app-view .app-view-filters .lp_all_page_overflow .col-md-12 {
        padding: 0;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_more_filter_data_section h3 {
        padding-left: 0 !important;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 h3,
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 .lp-more-filters-outer {
        margin-bottom: 10px;
        font-size: 16px;
        color: #222;
        font-weight: 400;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 {
        padding-bottom: 12px !important;
        padding-top: 10px;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .filter_data_switch_on_off.lp-filter_data_switch_on_off h3 {
        margin-top: 0;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .modal-content {
        border-radius: 0;
        box-shadow: none;
        border: 0;
    }
    
    .listing-app-view .app-view-filters #searchform .tags-area.form-inline ul li .checkbox label {
        font-weight: 400;
        color: #7f7f7f;
        padding-left: 40px;
    }
    
    .listing-app-view .app-view-filters #searchform .tags-area.form-inline ul li .checkbox label::before {
        background-color: #fff;
        border: 1px solid #dedede;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .modal-footer {
        width: 100%;
    }
    
    .listing-app-view .app-view-filters.app-view-filters2 .lp-features-filter ul>li {
        width: 50% !important;
        margin: 0 !important;
        padding: 5px 0 !important;
        border-top: 0 solid #e3e3e3 !important;
    }
    
    .listing-app-view .app-view-filters .filter_checkbox_container {
        text-transform: capitalize;
        color: #333;
        line-height: 26px;
        font-weight: 400;
        font-size: 14px;
    }
    
    .lp-header-search-filters .header-more-filters .outer_all_page_overflow .lp-features-filter {
        padding: 0 !important;
        ;
    }
    
    .listing-app-view .app-view-filters .lp-features-filter strong {
        display: none;
    }
    
    .listing-app-view .app-view-filters .modal-body>h3 {
        display: none;
    }
    
    .listing-app-view .app-view-filters .lp_extrafields_select-border2 .lp-more-filters-outer h3 {
        text-transform: capitalize;
        color: #333;
        font-weight: 400;
        font-size: 14px;
    }
    
    .lp-right-static {
        width: 315px;
        padding: 0;
    }
    
    .lp-left-static {
        width: calc(100% - 315px);
    }
    
    .login-form-popup.lp-border-radius-8 .status {
        width: calc(100% + 30px);
    }
    
    .page-style2-content-wrap .featuresDataContainer .col-md-3.col-sm-3.col-xs-6.form-group label {
        width: auto;
    }
    
    .submit_new_style #features-by-cat {
        margin-bottom: 10px;
        padding-bottom: 25px;
        margin-top: 15px;
    }
    
    .submit_new_style #features-by-cat .form-group .checkbox label,
    .submit_new_style #features-by-cat .col-md-3.col-sm-3.col-xs-6.form-group label {
        font-size: 13px !important;
    }
    
    .submit_new_style #features-by-cat .form-group label {
        margin-right: 10px;
        font-size: 15px !important;
    }
    
    .lp-archive-banner .lp-header-search.archive-search .lp-search-bar .select2-container .select2-selection--single {
        padding-left: 90px;
        text-align: left;
    }
    
    .header-more-filters .outer_all_page_overflow {
        display: block !important;
        padding-top: 0;
        -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.16);
    }
    
    .header-more-filters .lp_all_page_overflow {
        width: 100%;
        text-align: left;
        border: 0;
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
        margin-top: 0;
    }
    
    .header-more-filters .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
        padding-left: 40px;
    }
    
    .header-more-filters .outer_all_page_overflow {
        width: 100%;
    }
    
    .code-overlay {
        z-index: 99999 !important;
    }
    
    .lp-bottom-left-full-outer .lp-listing-announcements {
        z-index: 999999 !important;
        top: 10% !important;
    }
    
    .sidebar-filters .outer_all_page_overflow {
        background: #fff;
    }
    
    .near-me-btn-style-3 {
        border-color: #eaeaea !important;
    }
    
    .near-me-btn-style-3:hover {
        color: #333 !important;
    }
    
    .lp-compact-view-outer {
        border: 1px solid #dedede;
        padding: 15px 0;
        margin: 0 15px;
    }
    
    .page-container.listing-simple .lp-compact-view-outer {
        margin: 0 0;
    }
    
    .listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
        bottom: -5px;
        right: 8px;
        width: calc(100% - 260px) !important;
    }
    
    .listing-style4 .listing-with-header-filters-wrap .list_view .lp-grid-box-thumb-container {
        width: 34% !important;
    }
    
    .lp-list-view-compact-outer .li-listing-clock-outer {
        position: absolute;
        right: 5px;
    }
    
    .listing-app-view .planclaim-page-popup .lp-secondary-btn {
        width: 300px !important
    }
    
    .listing-app-view .lp-claim-plans .lp-list-form-outer-postion {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    
    .listing-app-view .lp-claim-plans .lp_hori_view_plan_left_section .lp-listprc {
        height: 200px;
    }
    
    .listing-app-view .lp-claim-form-check-circle {
        margin-top: 0;
        padding-top: 0;
    }
    
    .lp-listing-menu-item-outer .lp-listing-menu-item :last-child {
        border-bottom: solid 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .listing-page-sidebar .lp-widget-inner-wrap {
        margin-top: 0 !important;
    }
    
    .listing-page-sidebar .lp-widget .lp-listing-price-range {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    
    .single-listing .lp-event-grid-new .lp-event-venue li {
        line-height: 20px;
        padding: 0 !important;
    }
    
    .lp-event-grid-new .lp-event-venue li {
        line-height: 25px;
        padding: 0 !important;
    }
    
    .lp-event-detail-end-time-outer {
        background-color: #fff !important;
        padding-top: 0 !important;
    }
    
    .listing-app-view-new.app-view-home .lp-menu-bar {
        background: transparent !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .listing-app-view2 .lp-listing-bottom-right {
        position: relative;
        overflow: hidden;
    }
    
    .listing-app-view2 .discount-bar {
        color: #fff;
        padding: 5px 13px;
        cursor: pointer;
        font-size: 14px;
    }
    
    .listing-app-view2 .discount-bar .fa {
        line-height: 23px;
    }
    
    .listing-app-view2 .coupons-bottom-content-wrap {
        text-align: center;
    }
    
    .listing-app-view2 .lp-listing-bottom-right.active {
        box-shadow: -3px 3px 10px -4px #00000061;
    }
    
    .listing-app-view2 .lp-listing-bottom-right {
        background-color: #16a085 !important;
        border: dashed 1px #fff !important;
        color: #fff !important;
        margin-bottom: 10px;
    }
    
    .listing-app-view2 .coupons-bottom-content-wrap {
        padding-top: 30px;
    }
    
    .listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul li a div div.inn {
        line-height: 30px;
        font-size: 18px;
    }
    
    .listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul {
        width: 30px;
        height: 30px;
    }
    
    .listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul li,
    .listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul li a,
    .listing-app-view2 .lp-listing-bottom-right .flip-clock-divider {
        line-height: 17px;
        height: 30px;
    }
    
    .listing-app-view2 .archive-countdown-wrap {
        margin-bottom: 10px;
    }
    
    #lp-new-ad-compaignForm .lp-select-ad-place input[type="checkbox"] {
        z-index: 0 !important;
    }
    
    div#ad_preview:before {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #00000055;
        z-index: 0;
    }
    
    .lp-fields-sroter-lead-sorter li {
        margin-bottom: 15px;
    }
    
    #lp-leadform .lp-dashboard-tabs.lp-left-static {
        padding-left: 15px;
    }
    
    .lp-join-now-v2 .lp-user-menu.list-style-none {
        top: 33px;
        padding-top: 10px;
    }
    
    .lp-join-now-v2 .lp-user-menu:after {
        top: 0;
    }
    
    .lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login .juname {
        line-height: 18px;
    }
    
    .rightside-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
    }
    
    .lp-listings .listing-slider .lp-new-grid-bottom-button {
        display: none;
    }
    
    .lp-listings .listing-slider .clearfix.slick-slide.slick-cloned,
    .lp-listings .listing-slider .clearfix.slick-slide.slick-active,
    .lp-listings .listing-slider .clearfix.slick-slide {
        display: none !important;
    }
    
    .elementor-icon-box-title span {
        font-family: Poppins,"Poppins Fallback";
        font-size: 30px;
        font-weight: 400;
        color: #333;
        line-height: 30px;
        display: inline-block;
        margin-top: 14px;
    }
    
    .elementor-inner:first-child .elementor-icon-box-wrapper {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
        color: #797979;
        font-family: "Roboto","Roboto Fallback", Sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    
    .lp-grid-width3 .lp-grid-box-contianer .lp-grid-box-thumb .lp-grid-box-thumb-container img,
    .lp-grid-width3 .grid_view6 .lp-grid-box-thumb img,
    .lp-grid-width3 .grid_view2 .lp-grid-box-thumb img {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .lp-grid-width3 .grid_view_s3 .lp-grid-box-description {
        min-height: 122px;
    }
    
    .lp-grid-width3 .lp-listing .lp-listing-bottom {
        min-height: 152px !important;
    }
    
    .listing-app-view .lp-booking-section,
    .lp-booking-form-container {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 30px;
    }
    
    .lp-booking-bar,
    .lp-booking-bar-login {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 30px;
    }
    
    .dashboard-content .lp-notifaction-area {
        z-index: 9999999;
    }
    
    .app-view-new-gallery-title .slick-list,
    .app-view-new-gallery-title .slick-list .slick-slide {
        min-height: 150px;
    }
    
    .form-group.datetimepicker2,
    .form-group.datetimepicker1 {
        position: static !important;
    }
    
    .bootstrap-datetimepicker-widget.dropdown-menu {
        z-index: 99999 !important;
        display: block !important;
    }
    
    .widget-social-icons .social-icon {
        float: left;
    }
    
    .widget-social-icons #lp-respo-direc {
        float: left;
        width: calc(100% - 40px);
    }
    
    .lp-right-15 {
        right: 15px;
    }
    
    .get-directions {
        z-index: 99;
    }
    /*Listing Archive Near Me Tag Css*/
    
    .grid_view6 .lp-grid-box-thumb .lp-nearest-distance {
        position: absolute;
        top: 17px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        background: #42a7df;
        width: 71px;
        color: #fff;
        line-height: 26px;
        border-radius: 3px;
    }
    
    .grid-style-container .lp-listing-top .lp-nearest-distance,
    .list-style-cotainer .lp-listing-top .lp-nearest-distance {
        position: absolute;
        top: 12px;
        right: 15px;
        text-align: center;
        background: #42a7df;
        width: 71px;
        color: #fff;
        line-height: 26px;
        border-radius: 3px;
    }
    
    .lp_show_hide_plans.active::before {
        background-color: #cfcfcf !important;
    }
    
    .lp_button_switcher a.lp_show_hide_plans.active::after {
        border: 2px solid #cfcfcf !important;
        color: #cfcfcf !important;
    }
    
    .lp-grid-box {
        border-radius: 7px;
    }
    
    .select2-container--default .select2-selection--multiple {
        border-color: #dce0e2;
    }
    
    .app-view-filters#app-view-archive-login-popup {
        z-index: 99999;
    }
    
    .tab-pane.lpreviews .review-img-slider.slick-initialized .galImgFull {
        min-width: 184px;
    }
    
    .lp-deal .deal-thumb {
        min-height: 260px;
    }
    
    .map-banner-search-container .lp-search-bar {
        padding-bottom: 0 !important;
    }
    
    .lp-grid-box-contianer.grid_view6.grid_view_s5.card1.lp-grid-box-contianer1.listing-grid-view2-outer {
        min-height: 444px;
    }
    
    .lp-header {
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    
    .lp-header:before,
    .lp-header:after {
        content: '';
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    
    .home #searchlocation {
        width: 100% !important;
        padding-left: 80px;
        border-radius: 0 4px 4px 0;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .12);
        padding-top: 0px;
        border: none;
    }
    /* new css changes for filters 2.8 */
    
    .pin:hover {
        background: #688bf7;
    }
    
    .lpmap-icon-shape.cardHighlight {
        background-color: #ff0000 !important;
    }
    /* new css changes for filters` */
    
    .lp-tooltip-div {
        border: unset;
        border-radius: 6px;
        margin-top: 5px;
    }
    
    .lp-tooltip-div ul {
        display: flex;
        flex-direction: column;
        min-width: 130px;
    }
    
    .lp-tooltip-div ul li a {
        text-align: left;
        border: unset;
        padding: 6px 10px;
        border-radius: 7px !important;
        background: transparent;
    }
    
    .lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer {
        width: auto;
    }
    
    .lp-tool-tip-content p {
        padding: 8px;
        border-radius: 5px;
    }
    
    .lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li a {
        text-align: left;
        border: unset;
        border-radius: 7px !important;
        background: transparent;
        display: block;
        float: inherit;
        min-width: 150px;
        padding: 14px 10px;
        margin: 0;
    }
    
    .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop {
        width: 122%;
        border: unset !important;
        text-align: left;
        border: unset !important;
        -moz-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
        -webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
        box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
        border-radius: 6px;
        margin-top: 5px !important;
    }
    
    .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar {
        width: 5px;
        border-radius: 5px;
    }
    /* Track */
    
    .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar-track {
        background: transparent;
    }
    /* Handle */
    
    .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar-thumb {
        background: #808080c7;
        border-radius: 5px;
    }
    /* Handle on hover */
    
    .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar-thumb:hover {
        opacity: 0.8;
    }
    
    .chosen-container .chosen-results {
        padding: 5px 0 !important;
    }
    
    .lp-header-search-filters .header-more-filters,
    .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow {
        width: 100% !important;
        padding-top: 4px;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 100%;
        background: #ffffff00 !important;
        border: unset !important;
        opacity: 1;
        top: 0;
        z-index: 99999;
        top: 0;
        display: block !important;
        transition: 0.5s;
        position: fixed !important;
        transform: translatex(-300px);
        visibility: hidden;
        height: 0;
    }
    
    .lp-header-search-filters .header-more-filters {
        box-shadow: unset !important;
    }
    
    .header-more-filters .lp_all_page_overflow h2 {
        font-size: 20px;
        text-align: left;
        letter-spacing: 0px;
        color: #484F5F;
        opacity: 1;
        margin: 0;
    }
    
    .header-more-filters .outer_all_page_overflow {
        background-color: transparent !important;
        overflow: hidden;
    }
    
    .lp-header-search-filters .header-more-filters.hide-filters,
    .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow.hide-filters {
        transform: translatex(0);
        visibility: visible;
        height: 100%;
    }
    
    .header-more-filters .lp_all_page_overflow,
    .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow {
        width: 300px !important;
        border: unset;
        height: 100%;
        margin: 0;
        padding: 30px 40px;
        box-shadow: 0px 12px 26px #4F568580;
    }
    
    .lp-filter_data_switch_on_off,
    .lp_all_page_overflow .lp_more_filter_data_section,
    .lp-filter_data_switch_on_off,
    .lp_all_page_overflow .col-md-12>h2 {
        border: unset !important;
        padding: 15px 0 0 0 !important;
    }
    
    .lp-header-search-filters .lp_all_page_overflow_after,
    .page-container:not(.lp-sidebar-filters-style) .lp_all_page_overflow_after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 300px;
        right: 0;
        bottom: 0;
    }
    
    .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow h2 {
        font-size: 20px;
        text-align: left;
        letter-spacing: 0px;
        color: #484F5F;
        opacity: 1;
        margin: 0;
    }
    
    .lp_extrafields_select-border2 .lp-more-filters-outer ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
        padding-left: 40px;
        line-height: 30px;
        text-align: left;
        font-size: 14px;
        letter-spacing: 0px;
        color: #424857;
        opacity: 0.8;
    }
    
    @media(max-width:980px) {
        header {
            z-index: 5;
        }
        .lp-header-search-filters .header-more-filters,
        .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow {
            padding-top: 0 !important;
        }
        .page-container:not(.lp-sidebar-filters-style) .lp_all_page_overflow_after {
            z-index: -1;
        }
        .header-more-filters .lp_all_page_overflow,
        .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow {
            height: 100%;
            padding: 24px;
            border-radius: 0 !important;
            margin: 0;
        }
        .lp-header-search-filters .header-more-filters.hide-filters,
        .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow.hide-filters {
            margin: 0 !important;
            z-index: 999999999;
        }
        .header-more-filters .lp_all_page_overflow {
            padding-top: 16px !important;
        }
        .lp-header-search-filters .header-more-filters {
            width: calc(100% - 0px) !important;
        }
    }
    /* new classic setting css  */
    
    .classic-search #input-dropdown {
        display: none;
    }
    
    .classic-search #input-dropdown.active {
        display: block !important;
        overflow-y: hidden;
        outline: none;
        cursor: -webkit-grab;
    }
    
    .classic-search .what-placeholder .down-search-q.active {
        transform: rotate(180deg) translatey(4px);
    }
    
    .banner-view-top-classic .nicescroll-rails {
        border-radius: 0 30px 27px 0;
        overflow: hidden;
    }
    
    .lp-header-style-classic .nicescroll-rails {
        border-radius: 0 30px 27px 0;
        overflow: hidden;
    }



	/* new classic grid */

	.classic-view-grid-container {
		margin-bottom: 20px;
		padding: 5px;
		border-radius: 5px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 12px 26px #4F56850A;
		opacity: 1;
		transition: 0.3s ease-in-out;
        min-height: 370px;
	}

	.classic-view-grid-container:hover {
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 12px 26px #4F56852F;
	}

	.classic-view-grid-thumbnail {
		overflow: hidden;
		border-radius: 5px;
		position: relative;
	}

	.classic-view-grid-container .classic-view-grid-thumbnail img {
		width: 100%;
		height: 217px;
		object-fit: cover;
		transition: 0.3s ease-in-out;
		border-radius: 5px;
		transform: scale(1);
	}

	.classic-view-grid-container:hover .classic-view-grid-thumbnail img {
		transform: scale(1.1);
	}

	.classic-view-grid-saved-options {
		position: absolute;
		background: #faebd700;
		top: 14px;
		right: 14px;
	}

	.classic-view-grid-saved-options a i {
		width: 35px;
		height: 35px;
		display: flex;
		font-size: 12px !important;
		align-items: center;
		transition: 0.3s ease-in-out;
		justify-content: center;
		background: #00000080 0% 0% no-repeat padding-box;
		box-shadow: 0px 12px 26px #4F568514;
		border-radius: 18px;
		opacity: 1;
	}

	.classic-view-grid-container .classic-view-grid-saved-options a i:hover {
		background: #ffffffb8 0% 0% no-repeat padding-box;
	}

	.classic-view-grid-content-area {
		padding: 10px 14px 0 14px;
	}

	.classic-view-grid-content-area h4 {
	    margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.classic-view-grid-content-area h4.ad {
		padding-left: 35px;
	}

	.classic-view-grid-content-area h4 a {
		font-size: 19px;
		text-align: left;
		letter-spacing: 0px;
		color: #4F5685;
		opacity: 1;
		display: inline-block;
		position: relative;
	}

	.promoted-listings .promoted .listing-pro {
		display: inline-block !important;
	}

	.classic-view-grid-content-area .listing-pro {
		background: #FF4A68 0% 0% no-repeat padding-box;
		border-radius: 4px;
		text-align: left;
		letter-spacing: 0px;
		color: #FFFFFF;
		opacity: 1;
		font-weight: 500;
		display: block !important;
		font-size: 13px;
		padding: 2px 6px;
		position: absolute;
		margin-top: 1px;
	}

	.promoted-listings .promoted .listing-pro {
		display: inline-block !important;
		padding: 0px 6px;
	}

	.classic-view-grid-content-area .lp-listing-content-grid img {
		width: 12px;
		height: auto;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button li {
		border: unset !important;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button ul {
		border: unset;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button ul li p span,
	.classic-view-grid-container .lp-new-grid-bottom-button ul li p,
	.classic-view-grid-container .lp-new-grid-bottom-button ul li:not(.show-number-wrap) a {
		margin: 0;
		text-transform: capitalize;
		text-align: left;
		letter-spacing: 0px;
		color: #4F5685;
		opacity: 1;
		font-weight: 500;
		font-size: 13px;
		font-family: 'Open Sans',"Open Sans Fallback";
		display: flex;
		align-items: center;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover {
		background: #f5f5f500;
	}

	.lp-grid-box-bottom.content .show i {
		font-size: 13px;
		margin-right: 4px;
		margin-left: 7px;
		color: #4f5685;
	}

	.lp-grid-box-bottom.content .show {
		display: flex !important;
		align-items: center;
	}

	.lp-grid-box-bottom.content {
		float: unset;
		display: flex;
		border: unset !important;
		justify-content: space-between;
		padding-top: 0px;
		margin-bottom: 4px;
		min-height: 22px !important;
		line-height: 0 !important;
		padding-bottom: 0;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover span,
	.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover i,
	.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover a {
		color: #2440FF !important;
	}

	.lp-grid-box-bottom.content a {
		margin: 0;
		text-transform: capitalize;
		text-align: left;
		letter-spacing: 0px;
		color: #4F5685;
		opacity: 1;
		font-weight: 500;
		font-size: 13px;
		font-family: 'Open Sans',"Open Sans Fallback";
		display: flex;
		align-items: center;
	}

	.lp-classic-reviews {
		display: flex;
		align-items: center;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button::after {
		content: '';
		border-top: 1px solid #4F568526;
		left: -6px;
		right: -6px;
		position: absolute;
		top: 0;
	}

	.lp-classic-reviews span {
		margin: 0;
		text-transform: capitalize;
		text-align: left;
		letter-spacing: 0px;
		color: #4F5685;
		opacity: 1;
		font-weight: 500;
		font-size: 13px;
		font-family: 'Open Sans',"Open Sans Fallback";
	}

	.lp-classic-reviews .lp-rating-stars-outers span i {
		color: #4f56856e;
	}

	.post-meta-info-classic .post-meta-right-box {
		margin-top: 5px;
	}

	.classic-view-grid-container a.status-btn>span.grid-closed {
		color: #C84031 !important;
	}

	.classic-detail-reviews .lp-classic-reviews span {
		font-size: 16px;
	}

	.classic-view-grid-container a.status-btn span {
		margin: 0;
		padding: 0;
		opacity: 1;
		font-weight: 600;
		font-size: 13px;
		font-family: 'Open Sans',"Open Sans Fallback";
		display: flex;
		align-items: center;
	}

	.lp-classic-reviews .lp-rating-stars-outers {
		margin: 0 5px;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button {
		padding: 6px 16px 4px 16px;
		position: relative;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2)~li a {
		text-align: right;
		display: flex;
		justify-content: end;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button i {
		font-size: 16px;
		color: #606791;
		margin-right: 4px;
	}

	.classic-view-grid-container .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2) {
		text-align: left;
	}

	.classic-view-grid-content-area .lp-listing-content-grid a {
		text-align: left;
		letter-spacing: 0px;
		color: #4F5685;
		opacity: 1;
		font-weight: 500;
		font-size: 13px;
		font-family: 'Open Sans',"Open Sans Fallback";
		padding: 3px 6px;
	}

	.classic-view-grid-content-area .lp-listing-content-grid a:hover,
	.lp-grid-box-bottom.content .show:hover a,
	.lp-grid-box-bottom.content .show:hover i {
		color: #2458ff;
	}

	.classic-view-grid-content-area .lp-listing-content-grid {
		margin: 8px 0;
	}

	.lp-rating-stars-outers.lp-listing-stars span.lp-star-box {
		border: unset;
	}
	.classic-view-grid-content-area .classic-category-loop-main {
		display: flex;
		align-items: center;
		margin-top: 2px;
	}
	.classic-view-grid-content-area .classic-category-loop-main .cat-icon i,.classic-category-loop-price .element-price-range span {
		color: #5d638f;
	}
	.classic-category-loop:hover span.cat-icon i {
		color: #2458ff;
	}
/* claim */
.classic-view-grid-content-area .verified i {
    background: #2458ff;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
	transform: translate(0px, -3px);
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-inner-classic-container .listing-price .post-row.price-range span {
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 0px;
    color: #4F5685 !IMPORTANT;
    opacity: 1;
    font-weight: 600;
    font-size: 14px !important;
}
.single-inner-classic-container .listing-price .post-row.price-range {
    border: medium none;
    line-height: 36px;
	transform: translate(0px, -3px);
    border-bottom: 1px solid #F7F7F7;
    padding-bottom: 36px;
    margin-bottom: 15px;
}

.contact-right .cwp-frontend-section-content-container {
    padding: 0px !important;
    border: none !important;
}
.contact-right .cwp-frontend-section-container .cwp-field-container {
    padding: 0px !important;
}
.contact-right  .cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container label {
    display: none !important;
}			
.contact-right .cwp-frontend-form-container .cwp-custom-form input[type=submit] {
    margin: -20px 0px 0px 0px !important;
}
.slick-initialized{
    max-width: 100%;
}
.lp-top-bar{

    background-color: rgba(0, 0, 0, 0.24);;

}




.lp-header-search .lp-header-search-tagline,

.lp-header-search .lp-header-search-cats ul li a,

.lp-header-search .lp-search-form-submit button,

.lp-listing .lp-listing-top .lp-listing-price-range,

.lp-listing .lp-listing-top .lp-listing-favrt,

.lp-listing .lp-listing-top .li-listing-clock,

.lp-listing .lp-listing-top .lp-listing-cat,

.lp-locations .lp-location-box .lp-location-bottom a,

.lp-read-news,

.lp-read-news a,

.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat i,

.lp-listings-widget .lp-listing .lp-listing-detail h6 span,

.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-avg,

.lp-header-title .lp-header-title-left h3,

.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a,

.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:hover:before,

.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:before,

.lp-header-title .lp-header-title-left .lp-header-breadcrumbs,

.lp-header-toggles,

.lp-header-search .price-filter ul li:hover,

.lp-listing-title .lp-listing-title-rating .lp-rating-avg,

.lp-listing-announcement .announcement-wrap a,

.lp-review-form-top .lp-review-images button,

.lp-listing-review-form .review-submit-btn,

.lp-listing-additional-details .toggle-additional-details,

.lp-discount-btn,

.single-page-bg .lp-listing-title .lp-listing-name h2,
.single-page-bg .lp-listing-title .lp-listing-name h1,
.single-page-bg .lp-listing-title .lp-listing-name .lp-listing-name-tagline,

.single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-count,

.lp-see-all a,

a.browse-imgs,

.lp-header-search .price-filter ul li.active,

.lp-locations .lp-location-box .lp-location-bottom a span
{

    color: #fff !important;

}

.lp-listing .lp-listing-top .lp-listing-price-range{

    background-color: #1414148a !important;

}



.lp-header-search .lp-search-form-submit button{

    background-color: transparent !important;

}

.lp-header-middle .lp-header-nav-btn button span,

.header-style2 .lp-top-bar,

.lp-listing-action-btns ul li a,

.lp-review-form-top,

.lp-listing-offer .flip-clock-wrapper ul li a div div.inn{

    background-color: #fff;

}

.header-style3 .lp-top-bar{

    background-color: #333333 !important;

}



.lp-header-middle .lp-header-nav-btn button,

.lp-activities .lp-activity .lp-activity-author-thumb img{

    border-color: #fff !important;

}

.lp-header-search .lp-search-form-what,

.lp-header-search .lp-search-form-where{



}

.lp-header-search .lp-search-form-what label,

.lp-header-search .lp-search-form-where label,

.lp-section-heading h2,

.lp-listing .lp-listing-bottom h3 a,

.lp-activity h3 a,

.footer-menu ul li a,

.lp-listings-widget .lp-listing .lp-listing-detail h3 a,

.lp-listing-faq .faq-title a,

.lp-listing-reviews .lp-total-reviews,

.lp-listing-review .lp-review-left .lp-review-name,

.lp-listing-review .lp-review-right strong,

.lp-discount-widget .lp-discount-top strong,

.lp-discount-widget .lp-discount-bottom strong,

.lp-discount-widget .lp-discount-bottom p,

.lp-listing-action-btns .smenu div a,

.announcement-wrap span{

    /*color: #333333 !important;*/

}

.footer-menu ul li a{

    color: #333333 !important;

}

.lp-header-search .lp-search-form-what input,

.lp-header-search .lp-search-form-where input,

.lp-section-heading p,

.lp-listing .lp-listing-bottom .lp-listing-cats a,

.lp-rating-num,

.lp-listing-location a,

.lp-activity .lp-activity-description,

.lp-activity .lp-activity-bottom .lp-activity-review-writer,

footer .copyrights,

.header-style2 .lp-top-bar a,

.header-style2 .lp-top-bar li:before,

.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat,

.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-count,

.lp-header-search .price-filter ul li,

.lp-header-search-filters .header-filter-wrap,

.lp-header-search-filters .header-filter-wrap.select-filter select,

.lp-listing-title .lp-listing-name .lp-listing-name-tagline,

.lp-listing-title .lp-listing-title-rating .lp-rating-count,

.lp-listing-action-btns ul li a,

.lp-listing-desription,

.lp-listing-specs ul li,

.lp-listing-faq .faq-answer,

.lp-listing-review .lp-review-left .lp-review-count,

.lp-listing-review .lp-review-left .lp-review-count i,

.lp-listing-review .lp-review-right .lp-review-right-top time,

.lp-listing-review .lp-review-right .lp-review-right-content,

.lp-review-form-top .lp-review-stars span.stars-label,

.lp-review-form-top .lp-review-images label,

.listing-page-sidebar .lp-widget ul li,

.lp-widget-social-links a,

.lp-listing-timings .toggle-all-days,

.listing-page-sidebar .lp-widget ul li.lp-widget-social-links a,

.online-owner-widget .lp-online-social a,

.online-owner-widget .lp-online-detail p{

    color: #797979 !important;

}

.lp-header-search .lp-search-form-what{

    background-color: #eeeeee !important;

}

.lp-header-search.archive-search .lp-search-form-what{

    background-color: #fff !important;

}

.lp-header-search .lp-search-form-where,

.lp-listing-timings .toggle-all-days{

    background-color: #fff !important;

}

.red-tooltip + .tooltip.left .tooltip-arrow{

    border-left-color: #ff5a5f !important;

}

.lp-listings .lp-listing,

.lp-listing .lp-listing-top-thumb,

.lp-listings.list-style .lp-listings-inner-wrap,
.lp-listings-widget .lp-listing,

.lp-listing-action-btns ul li a,

.lp-listing-announcement .announcement-wrap,

.lp-listing-specs ul li,

.lp-listing-faqs .lp-listing-faq,

.lp-listing-reviews .lp-listing-review,

.lp-listing-review-form,

.lp-listing-review-form .lp-review-form-top,

.lp-listing-review-form textarea,

.listing-page-sidebar .lp-widget,

.lp-listing-timings div.lp-today-timing,

.lp-listing-timings .toggle-all-days,

.lp-category-boxed2 .lp-category-boxed2-inner,

.lp-category-boxed2 .lp-category-boxed2-inner-bottom,

.lp-listing .lp-listing-bottom,

.lp-discount-widget .lp-discount-top .lp-discount-thumb,

footer.style3,

.lp-listing-menu-items .lp-listing-menu-item,

.lp-listing-menu-top,

.lp-listing-menuu-wrap{

    border-color: #dedede !important;

}

.lp-listing-stars .lp-star-box,

.lp-listing-stars .lp-star-box i{



    border-color: #73cf42 !important;

}



/*.lp-listing-stars .lp-star-box:hover,*/



.lp-listing-review .lp-review-right .lp-rating-num,

.online-owner-widget .lp-online-detail h4 span:before{

    color: #fff !important;

    background-color: #73cf42 !important;

}

.lp-timing-status.status-open,

.lp-widget .lp-listing-price-range p span.currency-sign.green{

    color: #73cf42 !important;

}

.lp-listing .lp-listing-bottom h4 span,

.lp-activity h4 span,

.lp-listings-widget .lp-listing .lp-listing-detail h6 span{

    color: #ebac2c !important;

}

.lp-listings-widget .lp-listing .lp-listing-detail h6 span{

    /*background-color: #ebac2c !important;*/

}

.lp-listings .listing-slider .lp-listing .lp-listing-bottom,

.lp-listing-review-form,

.lp-listing-price-range,

.lp-discount-widget .lp-discount-bottom,

.lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-bottom-inner{

    background-color: #fafafa !important;

}





.lp-header-search-filters .header-filter-wrap.select-filter select{

    background-color: #f4f4f4;

    border-color: #dedede !important;

}



.lp-listing-title .lp-listing-logo img{

    border-color: #dfdfdf !important;

}

.lp-listing-action-btns ul li a:hover{

    background-color: #f8f8f8 !important;

}



.lp-listing-review .lp-review-right-bottom .review-interesting,

.lp-listing-review .lp-review-right-bottom .review-interesting .react-count,

.lp-activity-description .review-interesting,

.lp-activity-description .review-interesting .react-count{

    color: #3498db !important;

}

.lp-listing-review .lp-review-right-bottom .review-interesting:hover,

.lp-activity-description .review-interesting:hover{

    color: #fff !important;

    background-color: #3498db !important;

}

.lp-listing-review .lp-review-right-bottom .review-interesting:hover .react-count,

.lp-activity-description .review-interesting:hover .react-count{

    color: #fff !important;

}

.lp-listing-review .lp-review-right-bottom .review-love,

.lp-listing-review .lp-review-right-bottom .review-love .react-count,

.lp-activity-description .review-love,

.lp-activity-description .review-love .react-count{

    color: #e67e22 !important;

}

.lp-listing-review .lp-review-right-bottom .review-love:hover,

.lp-activity-description .review-love:hover{

    color: #fff !important;

    background-color: #e67e22 !important;

}

.lp-listing-review .lp-review-right-bottom .review-love:hover .react-count,

.lp-activity-description .review-love:hover .react-count{

    color: #fff !important;

}

.lp-listing-review .lp-review-right-bottom .review-lol,

.lp-listing-review .lp-review-right-bottom .review-lol .react-count,

.lp-activity-description .review-lol,

.lp-activity-description .review-lol .react-count{

    color: #e74c3c !important;

}

.lp-listing-review .lp-review-right-bottom .review-lol:hover,

.lp-activity-description .review-lol:hover{

    color: #fff !important;

    background-color: #e74c3c !important;

}

.lp-listing-review .lp-review-right-bottom .review-lol:hover .react-count,

.lp-activity-description .review-lol:hover .react-count{

    color: #fff !important;

}

.lp-review-form-top .lp-review-images button,

a.browse-imgs,

.lp-listing-action-btns .smenu div,

.lp-listing-action-btns .smenu div a{

    background-color: #acacac;

}

.listing-page-sidebar .lp-widget ul li,

.lp-widget .lp-listing-price-range,

.lp-listing-additional-details h4,

.listing-page-sidebar .lp-widget #singlepostmap{

    border-color: #e3e3e3 !important;

}

.lp-widget .lp-listing-price-range p,

.online-owner-widget .lp-online-detail h4 span{

    color: #7f7f7f !important;

}

#claimform .claim-details ul li{

    background-color: #fff !important;

}



.lp-listing-action-btns ul li#lp-book-now > a{

    background-color: transparent; !important;

}



/*.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-avg,*/

/*.lp-listing-title .lp-listing-title-rating .lp-rating-avg{*/

/*background-color: #73cf42 !important;*/

/*}*/

/*new color css*/
.lp-coupns-btns:hover,
.lp-menu-step-two-btn button:hover,
.lp-menu-save-btns button:hover,
.lp-form-feild-btn:hover {
    background-color: #42a7df
}

.lp-menu-step-two-btn button span,
.lp-menu-step-two-btn button,
.lp-step-icon i,
.lp-choose-menu .lp-listing-selecter-drop a,
.lp-menu-container-outer .ui-tabs .ui-tabs-nav .ui-tabs-active a,.lp-header-togglesa .listing-view-layout-v2 ul li .active .fa{
    color: #42a7df
}

.lp-menu-step-two-btn button,.lp-header-togglesa .listing-view-layout-v2 ul li .active .fa{
    border: 1px solid #42a7df
}

.lp-form-feild-btn,
.lp-location-picker-outer .active {
    border-color: #42a7df
}

.lp-left-content-container a:hover,
.lp-form-feild-btn{
    color: #42a7df
}

.lp-review-reply-btn {
    background-color: #42a7df
}

.lp-add-new-btn,
.lp-let-start-btn,
.lp-location-picker-outer .active,.arrow-left,.arrow-right{
    background: #42a7df;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat,
.lp-listings.grid-style .lp-listing-location a:hover,.lp-listings.grid-style .lp-listing-location:hover .fa{
    color: #42a7df !important;
}
.lp-sorting-filter-outer .active,.lp-sorting-filter-outer .active:hover{
    border-bottom:1px solid #42a7df!important;
    color: #42a7df !important;
}
.lp-sorting-filter-outer .active .fa,.lp-header-search-filters .more-filters{
    color: #42a7df !important;
}

.lp-listing-price-range .claim-area a.phone-number:hover,
.lp-listing-price-range #lp-report-listing a:hover{

    border-color: #41a6df;
    background-color: #41a6df;
}
/*new color css end*/
.exad-animated-shape-image.style_1 img{-webkit-animation: clip-1 10s linear infinite alternate forwards;animation: clip-1 10s linear infinite alternate forwards}.exad-animated-shape-image.style_2 img{-webkit-animation: clip-2 10s linear infinite alternate forwards;animation: clip-2 10s linear infinite alternate forwards}.exad-animated-shape-image.style_3 img{-webkit-animation: clip-3 10s linear infinite alternate forwards;animation: clip-3 10s linear infinite alternate forwards}.exad-animated-shape-image.style_4 img{animation: clip-4 10s linear infinite alternate forwards;-webkit-animation: clip-4 10s linear infinite alternate forwards}.exad-animated-shape-image.style_5 img{animation: clip-5 10s linear infinite alternate forwards;-webkit-animation: clip-5 10s linear infinite alternate forwards}.exad-animated-shape-image.style_6 img{animation: clip-6 10s linear infinite alternate forwards;-webkit-animation: clip-6 10s linear infinite alternate forwards}.exad-animated-shape-image.style_7 img{animation: clip-7 10s linear infinite alternate forwards;-webkit-animation: clip-7 10s linear infinite alternate forwards}.exad-animated-shape-image.style_8 img{animation: clip-8 10s linear infinite alternate forwards;-webkit-animation: clip-8 10s linear infinite alternate forwards}@keyframes clip-4{from{border-radius: 25% 67% 73% 60% / 56% 28% 80% 14%}to{border-radius: 57% 34% 12% 45% / 15% 34% 23% 90%}}@keyframes clip-1{0%, 100%{border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%, 100%{border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;box-shadow: 15px 15px 50px rgba(0,0,0,0.2)}25%{border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;box-shadow: -10px -5px 50px rgba(0,0,0,0.2)}75%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%, 100%{border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%}}@keyframes clip-5{0%, 20%, 100%{border-radius: 52% 89% 62% 41% / 80% 77% 65%}40%{border-radius: 53% 85% 92% 95% / 89% 68% 90%}60%{border-radius: 92% 92% 72% 64% / 69% 50% 96%}80%{border-radius: 30% 40% 50% 60% / 59% 40% 66%}}@keyframes clip-6{0%, 100%{border-radius: 49% 42% 65% 75% / 47% 85% 70% 79%}20%{border-radius: 41% 90% 76% 99% / 98% 74% 50% 68%}40%{border-radius: 96% 93% 50% 79% / 92% 67% 42% 65%}60%{border-radius: 87% 90% 73% 81% / 42% 82% 73% 65%}80%{border-radius: 71% 80% 48% 63% / 93% 47% 69% 50%}}@keyframes clip-7{0%, 100%{border-radius: 54% 79% 51% 66% / 94% 74% 73% 85%}20%{border-radius: 69% 68% 51% 75% / 64% 77% 59% 76%}40%{border-radius: 91% 89% 96% 40% / 85% 89% 64% 62%}60%{border-radius: 91% 89% 96% 40% / 85% 89% 64% 62%}80%{border-radius: 76% 79% 95% 92% / 87% 75% 78% 68%}}@keyframes clip-8{0%, 100%{border-radius: 75% 61% 56% 78% / 86% 88% 96% 50%}25%{border-radius: 55% 84% 41% 67% / 86% 43% 60% 57%}50%{border-radius: 51% 48% 80% 68% / 55% 96% 67% 92%}75%{border-radius: 81% 90% 70% 64% / 86% 83% 76% 70%}90%{border-radius: 68% 48% 66% 85% / 93% 66% 96% 70%}}.exad-author-box.exad_author_left .exad-author-box-wrapper,.exad-author-box.exad_author_right .exad-author-box-wrapper{display: flex}.exad-author-box.exad_author_right .exad-author-box-wrapper{text-align: right}.exad-author-box.exad_author_right .exad-author-box-wrapper .exad-author-box-thumb{order: 2}.exad-author-box.exad_author_top.left .exad-author-box-wrapper{text-align: left}.exad-author-box.exad_author_top.center .exad-author-box-wrapper{text-align: center}.exad-author-box.exad_author_top.right .exad-author-box-wrapper{text-align: right}.exad-author-box.exad_author_top.left .exad-author-box-wrapper .exad-author-box-thumb{margin-right: auto}.exad-author-box.exad_author_top.center .exad-author-box-wrapper .exad-author-box-thumb{margin: 0 auto}.exad-author-box.exad_author_top.right .exad-author-box-wrapper .exad-author-box-thumb{margin-left: auto}.exad-author-box-wrapper .exad-author-box-thumb{overflow: hidden;background: #fff}.exad-author-box-wrapper .exad-author-box-thumb img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-author-box-wrapper .exad-author-box-content .exad-author-name{line-height: 1;text-decoration: none;display: block;transition: all .3s ease}.exad-author-box .exad-author-social{margin: 0;padding: 0}.exad-author-box .exad-author-social li{list-style: none;display: inline-block}.exad-author-box .exad-author-social li a{position: relative;display: block;transition: all .3s ease}.exad-author-box .exad-author-social li a svg,.exad-author-box .exad-author-social li a i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0}.exad-author-box-wrapper .exad-author-box-content .exad-author-email{line-height: 1}.exad-author-box-wrapper .exad-author-box-content .exad-author-email-text{display: inline-block;line-height: 1}.exad-author-box-wrapper .exad-author-box-content .exad-author-email-address{display: inline-block;line-height: 1;transition: all .3s ease}.exad-author-box-wrapper .exad-author-box-content .exad-author-website{line-height: 1}.exad-author-box-wrapper .exad-author-box-content .exad-author-website-text{display: inline-block;line-height: 1}.exad-author-box-wrapper .exad-author-box-content .exad-author-website-address{display: inline-block;line-height: 1;transition: all .3s ease}.exad-author-login{display: block;transition: all .3s ease}.exad-background-color-change-yes{position: relative}.exad-background-animation-canvas{position: absolute;top: 0;left: 0;bottom: 0;right: 0;height: 100%;width: 100%}.exad-blob-maker.yes{position: absolute;z-index: -1}.exad-blob-maker .exad-blob-shape.exad-blob-shape-current-position-yes{position: absolute;z-index: -1}.exad-blob-maker{display: flex;flex-wrap: wrap}.exad-blob-maker .exad-blob-shape img{height: 100%;width: 100%}.exad-breadcrumb-wrapper{display: flex}ul.exad-breadcrumb-items{margin: 0;padding: 0;list-style: none;display: block}ul.exad-breadcrumb-items li{display: inline-block;position: relative;margin: 0}ul.exad-breadcrumb-items li.exad-breadcrumb-item a{display: inline-block}ul.exad-breadcrumb-items li.exad-breadcrumb-item .exad-arrow{position: absolute;content: '';right: 0;top: 6px;-webkit-transform: translate(50%,-50%);transform: translate(50%,-50%);top: calc( 50% 0px );z-index: 1;text-align: center}ul.exad-breadcrumb-items li.exad-breadcrumb-item .exad-button-icon-wrapper svg{height:16px}.exad-mailchimp-submit-btn .exad-button-icon-wrapper,.exad-mailchimp-subscribe-btn-icon,.exad-businesshours-container .business-date{display: flex;flex-wrap: wrap;align-items: center}.exad-businesshours-container .business-date span.single-business-date{flex: 1;-webkit-box-flex: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;-ms-flex-positive: 1;-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0}.exad-businesshours-container .business-date span.single-business-time{-webkit-box-flex: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;padding-left: 15px}@keyframes chartjs-render-animation{from{opacity: .99}to{opacity: 1}}.chartjs-render-monitor{animation: chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position: absolute;direction: ltr;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;pointer-events: none;visibility: hidden;z-index: -1}.chartjs-size-monitor-expand>div{position: absolute;width: 1000000px;height: 1000000px;left: 0;top: 0}.chartjs-size-monitor-shrink>div{position: absolute;width: 200%;height: 200%;left: 0;top: 0}.exad-carousel-item .exad-carousel-nav-prev,.exad-carousel-item .exad-carousel-nav-next{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 60px;width: 60px;background: transparent;border-radius: 50%;text-align: center;cursor: pointer;transition: all .3s ease;z-index: 1}.exad-carousel-item .exad-carousel-nav-prev i,.exad-carousel-item .exad-carousel-nav-next i{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-carousel-item .exad-carousel-nav-prev:hover,.exad-carousel-item .exad-carousel-nav-next:hover{color: #0a1724}.exad-carousel-item .exad-carousel-nav-prev{left: -70px}.exad-carousel-item .exad-carousel-nav-next{right: -70px}.exad-carousel-item .slick-dots{position: relative;width: auto;display: table}.exad-carousel-item .slick-dots li{list-style: none;display: inline-block;height: auto;width: auto}.exad-carousel-item .slick-dots li:not(:last-child){margin-right: 10px}.exad-carousel-item .slick-dots li button{width: 10px;height: 10px;outline: 0;cursor: pointer;border: none;border-radius: 50%;background-color: #8a8d91;-webkit-text-fill-color: transparent;transition: .3s ease;padding: 0;align-items: center;display: flex}.exad-carousel-item.exad-team-carousel-dots-left .slick-dots{margin-right: auto}.exad-carousel-item.exad-team-carousel-dots-center .slick-dots{margin-left: auto;margin-right: auto}.exad-carousel-item.exad-team-carousel-dots-right .slick-dots{margin-left: auto}.exad-carousel-item.exad-testimonial-carousel-dots-left .slick-dots{margin-right: auto}.exad-carousel-item.exad-testimonial-carousel-dots-center .slick-dots{margin-left: auto;margin-right: auto}.exad-carousel-item.exad-testimonial-carousel-dots-right .slick-dots{margin-left: auto}.exad-instagram-row-wrapper.exad-instagram-carousel-dots-left .slick-dots{margin-right: auto}.exad-instagram-row-wrapper.exad-instagram-carousel-dots-center .slick-dots{margin-left: auto;margin-right: auto}.exad-instagram-row-wrapper.exad-instagram-carousel-dots-right .slick-dots{margin-left: auto}.exad-woo-product-cat-items.exad-woo-product-cat-carousel-dots-left .slick-dots{margin-right: auto}.exad-woo-product-cat-items.exad-woo-product-cat-carousel-dots-center .slick-dots{margin-left: auto;margin-right: auto}.exad-woo-product-cat-items.exad-woo-product-cat-carousel-dots-right .slick-dots{margin-left: auto}.exad-post-carousel.exad-post-carousel-dots-left .slick-dots{margin-right: auto}.exad-post-carousel.exad-post-carousel-dots-center .slick-dots{margin-left: auto;margin-right: auto}.exad-post-carousel.exad-post-carousel-dots-right .slick-dots{margin-left: auto}.exad-element-row-grid{display: flex;flex-wrap: wrap;margin: 0 -10px -20px}.exad-slider-gap-default{margin: 0 -10px}.exad-element-row-grid .exad-col-grid{padding: 0 10px 20px}.exad-slider-gap-default .exad-col-slider{margin: 0 10px}.exad-element-row-grid.exad-col-1 .exad-col-grid{flex: 0 0 100%;max-width: 100%}.exad-element-row-grid.exad-col-2 .exad-col-grid{flex: 0 0 50%;max-width: 50%}.exad-element-row-grid.exad-col-3 .exad-col-grid{flex: 0 0 33.333333%;max-width: 33.333333%}.exad-element-row-grid.exad-col-4 .exad-col-grid{flex: 0 0 25%;max-width: 25%}.exad-element-row-grid.exad-col-5 .exad-col-grid{flex: 0 0 20%;max-width: 20%}.exad-element-row-grid.exad-col-6 .exad-col-grid{flex: 0 0 16.66666%;max-width: 16.666666%}@media (max-width: 767px){.exad-element-row-grid.exad-col-2 .exad-col-grid,.exad-element-row-grid.exad-col-3 .exad-col-grid,.exad-element-row-grid.exad-col-4 .exad-col-grid,.exad-element-row-grid.exad-col-5 .exad-col-grid,.exad-element-row-grid.exad-col-6 .exad-col-grid{flex: 0 0 100%;max-width: 100%}.exad-element-row-grid .exad-col-grid{padding: 10px 10px}}.exad-post-carousel.exad-carousel-item .slick-dots{position: absolute;padding: 0;left: 50%;transform: translateX(-50%);bottom: 0;margin: 0}.exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail{position: relative}.exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail::before{position: absolute;content: '';top: 0;left: 0;height: 100%;width: 100%}.slick-slide:focus{outline: 0}.exad-post-carousel .slick-slide a:focus{outline: 0}tr.table-heading th{position: relative}.exad-table-container table{overflow: inherit}@media( max-width: 768px ){.exad-table-container{overflow-x: scroll}}.exad-main-table thead tr th{position: relative}.exad-main-table{border-spacing: 0;border-collapse: initial}.exad-table-container tr.table-heading td span.exad-table-heading{font-weight: 600;font-size: 20px}.exad-table-ribbon-content span{color: #ffffff;background-color: #46b812;padding: 4px 0 4px 0;text-align: center;font-size: 14px;font-weight: 800}.exad-table-ribbon-content.exad-table-ribbon-top{transform: translateY(-100%);position: absolute;width: 100%;top: 0;left: 0}.exad-table-ribbon-content.exad-table-ribbon-top span{width: 100%;display: block}.exad-table-ribbon-content.exad-table-ribbon-left{transform: rotate(0deg);left: 0px;right: auto}.exad-table-ribbon-content.exad-table-ribbon-left{position: absolute;top: 0px;width: 100px;height: 100px;z-index: 998;overflow: hidden}.exad-table-ribbon-content.exad-table-ribbon-left .exad-table-ribbon-wrapper{position: absolute;text-align: center;left: 0px;top: 0px;width: 200%;transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top: 35px;line-height: 2}.exad-table-ribbon-content.exad-table-ribbon-right{-webkit-transform: rotate(90);-ms-transform: rotate(90);transform: rotate(90deg);left: auto;right: 0;position: absolute;top: 0;width: 100px;overflow: hidden;height: 100px;z-index: 998}.exad-table-ribbon-content.exad-table-ribbon-right .exad-table-ribbon-wrapper{margin-top: 30px;transform: translateY(-50%) translateX(-50%) translateX(30px) rotate(-45deg);position: absolute;text-align: center;left: 0;top: 0;width: 200%;-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top: 30px;line-height: 2}.exad-td-tooltip{display: flex;justify-content: flex-end;margin: 0;position: relative;margin-left: auto}.eicon-info-circle{position: relative}.exad-td-tooltip .exad-tooltip-text{visibility: hidden;min-width: 120px;background-color: #000;color: #fff;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;bottom: 137%;left: calc( 50% - 60px );transition: .3s}.exad-td-tooltip .exad-tooltip-text::before{content: '';border-width: 5px 5px 0 5px;border-color: #fff;border-left-color: transparent;border-right-color: transparent;border-bottom-color: transparent;border-top-color: #000000;bottom: -10px;width: 0;height: 0;border-style: solid;position: absolute;margin: 5px;left: 42%}.exad-td-tooltip:hover .exad-tooltip-text{visibility: visible}.exad-heading-pricing-duration,.exad-heading-pricing-wrapper{display: block}.exad-heading-regular-price{margin-right: 10px;text-decoration: line-through}.exad-table-container tr.table-heading td{position: relative}.exad-heading-current-price{font-size: 28px}.exad-content-switcher-toggle-switch-label{position: relative;display: inline-block;width: 60px;height: 34px}.exad-content-switcher-toggle-switch-label input{opacity: 0;width: 0;height: 0}.exad-content-switcher-toggle-switch-slider{position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;display: block;border-style: solid}.exad-content-switcher-toggle-switch-slider:before{position: absolute;content: "";height: 26px;width: 26px;left: 0;top: 50%;transform: translateY(-50%);background-color: white;-webkit-transition: .4s;transition: .4s}input:checked .exad-content-switcher-toggle-switch-slider{background-color: #2196F3}input:focus .exad-content-switcher-toggle-switch-slider{box-shadow: 0 0 1px #2196F3}input:checked .exad-content-switcher-toggle-switch-slider:before{-webkit-transform: translate(34px, -50%);-ms-transform: translate(34px, -50%);transform: translate(34px, -50%)}.exad-content-switcher-toggle-inner{display: flex;align-items: center;flex-direction: row;padding: 30px 0}.exad-content-switcher-toggle.exad_switecher_left{justify-content: flex-start;display: flex}.exad-content-switcher-toggle.exad_switecher_center{justify-content: center;display: flex}.exad-content-switcher-toggle.exad_switecher_right{justify-content: flex-end;display: flex}.exad-content-switcher-toggle.exad_switecher_justify{display: block}.exad-content-switcher-toggle.exad_switecher_justify .exad-content-switcher-toggle-inner{justify-content: center}.exad-content-switcher-toggle-label-1{cursor: pointer}.exad-content-switcher-toggle-label-2{cursor: pointer}.cc-banner.cc-bottom{left: 0;right: 0;bottom: 0}.cc-window{transition: all 0.3s ease}.cc-window.cc-invisible{opacity: 0;transition: all 0.3s ease}.cc-banner.cc-top{left: 0;right: 0;top: 0}.cc-window.cc-bottom.cc-left{left: 10px;bottom: 10px}.cc-window.cc-left.cc-center{left: 10px;top: 50%;transform: translateY(-50%)}.cc-window.cc-right.cc-center{right: 10px;top: 50%;transform: translateY(-50%)}.cc-window.cc-banner.cc-bottom.cc-right,.cc-window.cc-bottom.cc-right{right: 10px;bottom: 10px;left: inherit}.cc-window.cc-bottom.cc-left,.cc-window.cc-bottom.cc-right,.cc-window.cc-right.cc-center,.cc-window.cc-left.cc-center{display: flex;flex-direction: column}.cc-window{position: fixed;overflow: hidden;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;z-index: 999}.cc-window.cc-banner{-ms-flex-align: center;align-items: center}.cc-banner .cc-message{-ms-flex: 1;flex: 1}.cc-compliance{display: flex}body .cc-btn.cc-dismiss{display: inline-flex}body .cc-btn.cc-dismiss:hover{cursor: pointer}body .cc-window .cc-link{font-weight: 600;text-decoration: underline}body .cc-bottom.cc-left .cc-btn.cc-dismiss,body .cc-bottom.cc-right .cc-btn.cc-dismiss,body .cc-left.cc-center .cc-btn.cc-dismiss,body .cc-right.cc-center .cc-btn.cc-dismiss{margin-top: 20px}@media (max-width: 767px){.cc-window.cc-banner{flex-direction: column}body .cc-window.cc-banner .cc-btn.cc-dismiss{margin-top: 20px}}.exad-counter-item.exad-counter-left{text-align: left}.exad-counter-item.exad-counter-center{text-align: center}.exad-counter-data.yes{text-align: center}.exad-counter-item.exad-counter-left .exad-counter-data.yes{margin-right: auto}.exad-counter-item.exad-counter-center .exad-counter-data.yes{margin: 0 auto}.exad-counter-item.exad-counter-right .exad-counter-data.yes{margin-left: auto}.exad-counter-item.exad-counter-right{text-align: right}.exad-counter-wrapper .exad-counter-item .exad-counter-icon{line-height: 0;display: inline-block}.exad-counter-wrapper .exad-counter-item .exad-counter-data{line-height: 1}.exad-counter-wrapper .exad-counter-item .exad-counter-content h4{margin: 0}.exad-counter-item.layout-3,.exad-counter-item.layout-4{display: flex}.exad-counter-item.layout-4 .exad-counter-icon{order: 2}.exad-counter-item.layout-4 .exad-counter-content-wrapper{order: 1}.exad-counter-icon.yes{position: relative}.exad-counter-icon.yes i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-counter-icon.yes{position: relative}.exad-counter-icon.yes svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-demo-previewer-image{height: 200px;overflow: hidden;position: relative}.exad-demo-previewer-cover-image{position: absolute;top: 0;left: 0;height: 100% !important;width: 100%;object-fit: cover;z-index: 1;transition: .6s ease;opacity: 1}.exad-demo-previewer-image .exad-demo-previewer-scroll-image{width: 100%;overflow: hidden;object-fit: cover;-o-object-fit: cover;transition: transform 2s ease-in-out}.exad-demo-previewer-image:hover .exad-demo-previewer-scroll-image{transform: translateY(calc(-100% 200px));transition: transform 7s ease-in-out}.exad-demo-previewer-image:hover .exad-demo-previewer-cover-image{transform: translateY(-100%)}.exad-demo-previewer-element{display: flex;flex-wrap: wrap}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-1{width: 100%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-2{width: 50%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-3{width: 33.3333333333333%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-4{width: 25%}.exad-demo-previewer-menu{display: flex}.exad-demo-previewer .exad-demo-previewer-menu button.filter-item{border: none;transition: all .3s ease;text-transform: capitalize;background: transparent}.exad-demo-previewer .exad-demo-previewer-menu button.filter-item.current:focus,.exad-demo-previewer .exad-demo-previewer-menu button.filter-item:focus{outline: 0;border: none}.exad-demo-previewer-item-content-inner{display: flex;align-items: center;justify-content: space-between}.exad-demo-previewer-item-content-inner.yes .exad-demo-previewer-item-content{width: 60%}.exad-demo-previewer-item-content{width: 100%}.exad-demo-previewer-item-content-title a{display: block}.exad-demo-previewer-item-content-button{display: inline-block;transition: all .3s ease;text-decoration: none;line-height: 1}.exad-demo-previewer-item-date{display: flex;align-items: center;justify-content: space-between}.exad-demo-previewer-updated_date p{margin: 0}.exad-demo-previewer-tag ul{margin: 0;padding: 0}.hidden{visibility:hidden;width:0px!important;height:0px!important;margin:0px!important;padding:0px!important}#exad-demo-previewer-load-more-button{display: inline-block;transition: all .3s ease}@media( max-width: 768px ){.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-1{width: 100%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-2{width: 50%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-3{width: 50%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-4{width: 50%}}@media( max-width: 575px ){.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-1{width: 100%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-2{width: 100%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-3{width: 100%}.exad-demo-previewer-element .exad-demo-previewer-item.exad-col-4{width: 100%}.exad-demo-previewer .exad-demo-previewer-menu{display: block}.exad-demo-previewer .exad-demo-previewer-menu button.filter-item{display: block;width: 100%;text-align: left}.exad-demo-previewer.exad-demo-previewer-layout-2, .exad-demo-previewer.exad-demo-previewer-layout-3{display: block !important}.exad-demo-previewer.exad-demo-previewer-layout-1{display: block !important}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-menu-wrapper,.exad-demo-previewer.exad-demo-previewer-layout-3 .exad-demo-previewer-menu-wrapper{width: 100% !important}.exad-demo-previewer.exad-demo-previewer-layout-1 .exad-demo-previewer-menu-wrapper{width: 100% !important;display: block !important}.exad-demo-previewer.exad-demo-previewer-layout-1 .exad-demo-previewer-menu{width: 100% !important}.exad-demo-previewer.exad-demo-previewer-layout-1 .exad-demo-previewer-search{width: 100% !important}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-element,.exad-demo-previewer.exad-demo-previewer-layout-3 .exad-demo-previewer-element{width: 100% !important}.exad-demo-previewer.exad-demo-previewer-layout-1 .exad-demo-previewer-element{width: 100% !important}}.exad-demo-previewer.exad-demo-previewer-layout-2, .exad-demo-previewer.exad-demo-previewer-layout-3{display: flex}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-menu-wrapper{width: 20%;display: flex;flex-direction: column}.exad-demo-previewer.exad-demo-previewer-layout-3 .exad-demo-previewer-menu-wrapper{width: 20%;display: flex;flex-direction: column;order: 2}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-menu-wrapper .exad-demo-previewer-menu{width: 100%;display: block}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-menu button.filter-item{width: 100%;display: block}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-element{width: 80%}.exad-demo-previewer.exad-demo-previewer-layout-3 .exad-demo-previewer-menu-wrapper .exad-demo-previewer-menu{width: 100%;display: block}.exad-demo-previewer.exad-demo-previewer-layout-3 .exad-demo-previewer-menu button.filter-item{width: 100%;display: block}.exad-demo-previewer.exad-demo-previewer-layout-3 .exad-demo-previewer-element{width: 80%}.exad-demo-previewer.exad-demo-previewer-layout-1 .exad-demo-previewer-menu-wrapper{display: flex;justify-content: space-between;align-items: baseline}.exad-demo-previewer-search{position: relative}.exad-demo-previewer-search #exad-demo-previewer-search-input{width: 100%;height: 100%;background: transparent;border: none;padding: 0}.exad-demo-previewer.exad-demo-previewer-layout-2 .exad-demo-previewer-search{width: 100%}.exad-demo-previewer-search #exad-demo-previewer-search-input:focus{outline: 0}.exad-demo-previewer-search-icon{position: absolute;right: 20px;top: 50%;transform: translateY(-50%)}.exad-demo-previewer-dropdown-filter-wrapper{display: block;width: 200px;position: relative;user-select: none}.exad-demo-previewer-dropdown-filter-shape{position: absolute;top: 50%;right: 20px;transform: translateY(-50%);z-index: 12;pointer-events: none}.exad-demo-previewer-dropdown-filter-wrapper ul{margin: 0;padding: 0}.exad-demo-previewer-dropdown-filter-wrapper ul li{list-style: none}.exad-demo-previewer-dropdown-filter-wrapper ul li button{padding: 0;text-align: left;display: block;color: #000;background: transparent}.exad-demo-previewer-dropdown-filter-wrapper .exad-demo-previewer-dropdown-filter-default{background: #fff;border-radius: 5px;position: relative;cursor: pointer}.exad-demo-previewer-dropdown-filter-wrapper .exad-demo-previewer-dropdown-filter-default li{padding: 10px 20px}.exad-demo-previewer-dropdown-filter-wrapper .exad-demo-previewer-dropdown-filter-select{position: absolute;top: 40px;left: 0;width: 100%;background: #fff;border-radius: 5px;z-index: 111;display: none;overflow: hidden}.exad-demo-previewer-dropdown-filter-wrapper .exad-demo-previewer-dropdown-filter-select li{padding: 10px 20px;cursor: pointer;transition: all .3s ease}.exad-demo-previewer-dropdown-filter-wrapper.active .exad-demo-previewer-dropdown-filter-select{display: block}.exad-demo-previewer-menu-wrapper.search-control-nav-dropdown-filter .exad-demo-previewer-search{order: -1}.exad-demo-previewer-menu-wrapper.dropdown-filter-control-nav-search .exad-demo-previewer-menu.exad-demo-previewer-dropdown-control-wrapper{order: 1}.exad-demo-previewer-menu-wrapper.dropdown-filter-control-nav-search .exad-demo-previewer-search{order: 1}.exad-demo-previewer-label-text{display: block}.exad-demo-previewer-item .exad-demo-previewer-tag ul li{position: relative;list-style: none;display: inline-block}.exad-demo-previewer-item .exad-demo-previewer-tag ul li:not(:last-child)::before{position: absolute;content: "";top: 50%;right: 0;transform: translateY(-50%)}.exad-gravity-form.form-align-center, .exad-gravity-form.button-align-center input.gform_button.button{margin-left: auto !important;margin-right: auto !important;display: block;float: none}.exad-gravity-form.form-align-left, .exad-gravity-form.button-align-left input.gform_button.button{float: left;width: auto}.exad-gravity-form.form-align-right, .exad-gravity-form.button-align-right input.gform_button.button{float: right;width: auto}.exad-gravity-form.button-align-center #field_submit{display: flex;justify-content: center}.exad-gravity-form.button-align-left #field_submit{display: flex;justify-content: flex-start}.exad-gravity-form.button-align-right #field_submit{display: flex;justify-content: flex-end}.exad-gravity-form.placeholder-no textarea::placeholder,.exad-gravity-form.placeholder-no input[type=text]::placeholder,.exad-gravity-form.placeholder-no input[type=search]::placeholder,.exad-gravity-form.placeholder-no input[type=number]::placeholder,.exad-gravity-form.placeholder-no input[type=tel]::placeholder,.exad-gravity-form.placeholder-no input[type=url]::placeholder,.exad-gravity-form.placeholder-no input[type=password]::placeholder,.exad-gravity-form.placeholder-no input[type=email]::placeholder{opacity:0;visibility:hidden}.exad-gravity-form .gform_wrapper textarea:focus,.exad-gravity-form .gform_wrapper input[type=text]:focus,.exad-gravity-form .gform_wrapper input[type=search]:focus,.exad-gravity-form .gform_wrapper input[type=number]:focus,.exad-gravity-form .gform_wrapper input[type=tel]:focus,.exad-gravity-form .gform_wrapper input[type=url]:focus,.exad-gravity-form .gform_wrapper input[type=password]:focus,.exad-gravity-form .gform_wrapper select:focus,.exad-gravity-form .gform_wrapper input[type=email]:focus{outline: none}.exad-gravity-form.label-no .gform_wrapper .top_label .gfield_label, .exad-gravity-form.label-no .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{display: none}.exad-gravity-form.show-error-no .validation_message{display: none !important}.exad-gravity-form.show-valid-no .validation_error{display: none !important}.exad-gravity-form.field-desc-no .gfield_description{display: none !important}.exad-gravity-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox], .exad-gravity-form .gform_wrapper ul.gfield_radio li input[type=radio]{-webkit-appearance: none;-moz-appearance: none;border-style: solid;border-width: 0;outline: none;min-width: 1px;width: 15px !important;height: 15px !important;background: #ddd;padding: 3px}.exad-gravity-form input[type=radio]{border-radius: 50%}.exad-gravity-form input[type=checkbox]:checked, .exad-gravity-form input[type=radio]:checked{position: relative}.exad-gravity-form input[type=checkbox]:checked:before, .exad-gravity-form input[type=radio]:checked:before{background: #999;-webkit-transition: all 0.25s linear 0s;transition: all 0.25s linear 0s}.exad-gravity-form input[type=checkbox]:before, .exad-gravity-form input[type=radio]:before{content: "";width: 100%;height: 100%;padding: 0;margin: 0;display: block}.exad-gravity-form input[type=radio]:before{border-radius: 50%}.exad-gravity-form .gform_wrapper select{height: inherit;line-height: inherit}.theme-twentytwenty .exad-gravity-form .gform_wrapper select{font-family: sans-serif}.theme-twentytwenty .exad-gravity-form .gform_wrapper input[type=submit].button:hover{text-decoration: none}.exad-gravity-form .gform_wrapper .gform_footer{padding: 0}.exad-gravity-form.button-align-center .gform_footer{display: flex;justify-content: center}.exad-gravity-form.button-align-left .gform_footer{display: flex;justify-content: flex-start}.exad-gravity-form.button-align-right .gform_footer{display: flex;justify-content: flex-end}.exad-gravity-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],.exad-gravity-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{margin: 0}.exad-gravity-form .gform_wrapper ul li.gfield{margin: 0}.exad-gravity-form .gform_wrapper .top_label div.ginput_container{margin: 0}.exad-gravity-form .gform_wrapper .exad-gform-select select{width: 100%}.exad-gravity-form .gform_wrapper .exad-gform-select select{-moz-appearance: none;-webkit-appearance: none;appearance: none}.exad-gravity-form .gform_wrapper .exad-gform-select{position: relative;display: inline-table}.exad-gravity-form .gform_wrapper .exad-gform-select::before{position: absolute;content: '>';top: 50%;right: 15px;transform: translateY(-50%) rotate(90deg);font-family: "Consolas", monospace !important;font-size: 20px}.exad-gravity-form .gform_wrapper .exad-gform-select select::-ms-expand{display: none}.exad-gravity-form .gform_wrapper .exad-gform-select{display: block}.exad-iconbox{display: block;transition: all .3s ease;position: relative}.exad-iconbox.exad-iconbox-left{text-align: left}.exad-iconbox.exad-iconbox-left .exad-iconbox-icon.yes{margin-right: auto}.exad-iconbox.exad-iconbox-center{text-align: center}.exad-iconbox.exad-iconbox-center .exad-iconbox-icon.yes{margin-left: auto;margin-right: auto}.exad-iconbox.exad-iconbox-right{text-align: right}.exad-iconbox.exad-iconbox-right .exad-iconbox-icon.yes{margin-left: auto}.exad-iconbox-icon{display: block;transition: all .3s ease}.exad-iconbox-icon i{transition: all .3s ease}.exad-iconbox-icon.yes{position: relative;transition: all .3s ease}.exad-iconbox-icon.yes i, .exad-iconbox-icon.yes svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all .3s ease}.exad-iconbox-title{margin: 0;transition: all .3s ease}.exad-iconbox-description{margin: 0;transition: all .3s ease}.exad-iconbox-label{position: absolute;top: 0;left: 0;line-height: 1}.exad-iconbox.exad-iconbox-icon-position-left,.exad-iconbox.exad-iconbox-icon-position-right{display: flex;align-items: center}.exad-iconbox.exad-iconbox-icon-position-right{flex-direction: row-reverse}.exad-image-carousel-item img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover;transition: all .3s ease}.exad-image-carousel-item{transition: all .3s ease;overflow: hidden}.exad-image-carousel-item:focus{outline: 0}.exad-image-carousel-slider{position: relative}.exad-image-carousel-prev, .exad-image-carousel-next{position: absolute;z-index: 1;transition: all .3s ease;transform: translateY(-50%);cursor: pointer}.exad-image-carousel-prev i, .exad-image-carousel-next i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-image-carousel-slider .slick-dots{position: relative;width: auto;display: flex;align-items: center;padding: 0;bottom: 0;margin: 0}.exad-image-carousel-slider.exad-image-carousel-dot-bullet .slick-dots{position: absolute;transform: translateX(-50%)}.exad-image-carousel-slider.exad-image-carousel-dots-left .slick-dots,.exad-image-carousel-slider.exad-image-carousel-dots-image-left .slick-dots{justify-content: flex-start}.exad-image-carousel-slider.exad-image-carousel-dots-center .slick-dots,.exad-image-carousel-slider.exad-image-carousel-dots-image-center .slick-dots{justify-content: center}.exad-image-carousel-slider.exad-image-carousel-dots-right .slick-dots,.exad-image-carousel-slider.exad-image-carousel-dots-image-right .slick-dots{justify-content: flex-end}.exad-image-carousel-slider.exad-image-carousel-dots-image-justify .slick-dots{display: flex;justify-content: space-between;width: auto}.exad-image-carousel-slider.exad-image-carousel-dots-image-justify .slick-dots li{width: auto}.exad-image-carousel-slider .slick-dots li{list-style: none;display: inline-table;cursor: pointer;transition: all .3s ease;margin: 0;height: auto;width: auto}.exad-image-carousel-slider .slick-dots li:not(:last-child){margin-right: 10px}.exad-image-carousel-slider .slick-dots li button{outline: 0;cursor: pointer;border: none;border-radius: 50%;-webkit-text-fill-color: transparent;transition: .3s ease;padding: 0;align-items: center;display: flex}.exad-image-carousel-slider .slick-dots li a{display: block;overflow: hidden}.exad-image-carousel-slider .slick-dots li a img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-image-carousel-slider.style-2 .slick-slide{-webkit-perspective: 1000px;perspective: 1000px}.exad-image-carousel-slider.style-2 .exad-image-carousel-item.slick-slide.slick-active:nth-child(0) img{transform: rotateY(30deg) scale(0.9)}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-left .exad-image-carousel-slider,.exad-image-carousel-wrapper.exad-image-carousel-dots-image-right .exad-image-carousel-slider{display: flex}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-right .exad-image-carousel-slider .slick-list{width: 80%}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-right .exad-image-carousel-slider .slick-dots{width: 20%;flex-direction: column;overflow-y: scroll}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-right .exad-image-carousel-slider .slick-dots::-webkit-scrollbar{display: none}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-left .exad-image-carousel-slider .slick-list{width: 80%;order: 2}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-left .exad-image-carousel-slider .slick-dots{width: 20%;flex-direction: column;order: 1;overflow-y: scroll;-ms-overflow-style: none;scrollbar-width: none}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-left .exad-image-carousel-slider .slick-dots::-webkit-scrollbar{display: none}@media (max-width: 768px){.exad-image-carousel-wrapper.exad-image-carousel-dots-image-right .exad-image-carousel-slider .slick-list{width: 100% !important}.exad-image-carousel-prev, .exad-image-carousel-next{display: none}.exad-image-carousel-wrapper.exad-image-carousel-dots-image-left .exad-image-carousel-slider .slick-list{width: 100%}}.exad-hotspot.exad-hotspot-slack-animation .exad-hotspot-item .exad-hotspot-dot::before{position: absolute;top: 50%;left: 50%;height: 100%;width: 100%;transform: translate(-50%, -50%);content: "";display: block;box-shadow: inset 0 0 4px 2px rgba(255,255,255, .2), 0 0 4px 2px rgba(255,255,255, .2);animation: slack 600ms linear infinite;animation-direction: alternate;z-index: -1;opacity: .8}.exad-hotspot.exad-hotspot-egg-animation .exad-hotspot-item .exad-hotspot-dot::before{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1.3);height: 100%;width: 100%;content: "";display: block;animation: egg 600ms linear infinite;animation-direction: alternate}.exad-hotspot.exad-hotspot-glow-animation .exad-hotspot-item .exad-hotspot-dot::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;background: #fff;opacity: 0;z-index: 1;-webkit-animation: pulse-one 3s infinite;animation: pulse-one 3s infinite;-webkit-transform: scale(1);transform: scale(1);z-index: -1}.exad-hotspot.exad-hotspot-glowing-border .exad-hotspot-dot-icon{position: relative}.exad-hotspot.exad-hotspot-glowing-border .exad-hotspot-dot-icon::before{position: absolute;content: '';top: 50%;left: 50%;transform-origin: center center;transform: translate(-50%, -50%);height: 100%;width: 100%;opacity: .5;-webkit-animation: hotspot_pulse 2s infinite;animation: hotspot_pulse 2s infinite;transition: all .3s ease}.exad-hotspot.exad-hotspot-glowing-border .exad-hotspot-dot-icon::after{position: absolute;content: '';top: 50%;left: 50%;height: 70%;width: 70%;transform-origin: center center;transform: translate(-50%, -50%);opacity: .5;-webkit-animation: hotspot_pulse 2s infinite;animation: hotspot_pulse 2s infinite;transition: all .3s ease}.exad-hotspot.exad-hotspot-moving-animation .exad-hotspot-dot .exad-hotspot-dot-icon i{font-size: 36px;-webkit-transform-origin: left top;transform-origin: left top;transition: -webkit-transform 3s;transition: transform 3s;transition: transform 3s, -webkit-transform 3s;-webkit-animation: tag-rotate 4s infinite;animation: tag-rotate 4s infinite}.exad-hotspot .exad-hotspot-item .exad-hotspot-dot{position: absolute;z-index: 5;cursor: pointer;transition: all .3s ease}.exad-hotspot .exad-hotspot-item .exad-hotspot-dot-icon{position: relative}.exad-hotspot .exad-hotspot-item .exad-hotspot-dot-icon i, .exad-hotspot .exad-hotspot-item .exad-hotspot-dot-icon svg{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 6}.exad-hotspot .exad-hotspot-item .exad-hotspot-dot-icon span{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 6}.exad-hotspot.exad-hotspot-hover-scale .exad-hotspot-item .exad-hotspot-dot:hover{-webkit-transform: scale(1.5);transform: scale(1.5)}.exad-hotspot.exad-hotspot-tooltip-indicator-yes .exad-hotspot-item .exad-hotspot-tooltip::before{position: absolute;content: '';width: 0;height: 0;border-style: solid;border-width: 10px 7.5px 0 7.5px;border-color: #fff transparent transparent transparent;bottom: -8px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}.exad-hotspot.style-2.exad-hotspot-tooltip-indicator-yes .exad-hotspot-item .exad-hotspot-tooltip::before{position: absolute;content: '';width: 0;height: 0;border-style: solid;border-width: 7.5px 8px 7.5px 0;border-color: transparent #007bff transparent transparent;top: 19px;left: -4px}.exad-hotspot .exad-hotspot-item .exad-hotspot-tooltip .exad-hotspot-tooltip-content{margin: 0}.exad-hotspot .exad-hotspot-image{overflow: hidden}.exad-hotspot .exad-hotspot-image img{width: 100%;height: auto;object-fit: cover;-o-object-fit: cover}.exad-hotspot .exad-hotspot-image{position: relative}.exad-hotspot .exad-hotspot-image::before{position: absolute;content: '';top: 0;left: 0;height: 100%;width: 100%;z-index: 1}.exad-hotspot-tooltip-content .exad-hotspot-tooltip-content-button{text-decoration: none;transition: all .3s ease;display: inline-block}.exad-hotspot-tooltip-content .exad-hotspot-tooltip-content-image{width: 100%;overflow: hidden}.exad-hotspot-tooltip-content .exad-hotspot-tooltip-content-image img{width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover}.exad-hotspot.default.tooltip-on-hover .exad-hotspot-item .exad-hotspot-dot:hover .exad-hotspot-tooltip{opacity: 1;visibility: visible}.exad-hotspot.default.tooltip-on-hover .exad-hotspot-item .exad-hotspot-tooltip{position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;transition: all .3s ease}.exad-hotspot.style-1.tooltip-on-hover .exad-hotspot-item .exad-hotspot-dot .exad-hotspot-dot-icon{transition: all 0.3s ease 0.3, border-radius 0.1s ease 0.3}.exad-hotspot.style-1.tooltip-on-hover .exad-hotspot-item .exad-hotspot-dot:hover .exad-hotspot-dot-icon{border-radius: 0}.exad-hotspot.style-1.tooltip-on-hover .exad-hotspot-item .exad-hotspot-dot:hover .exad-hotspot-tooltip{-webkit-transform: scale(1);transform: scale(1);opacity: 1;visibility: visible}.exad-hotspot.style-1.tooltip-on-hover .exad-hotspot-item .exad-hotspot-tooltip{position: absolute;top: 0;left: 0;-webkit-transform: scale(0.2);transform: scale(0.2);transition: all .3s ease;-webkit-transform-origin: left top;transform-origin: left top;z-index: -1;opacity: 0;visibility: hidden}.exad-hotspot.style-2.tooltip-on-hover .exad-hotspot-item .exad-hotspot-tooltip{position: absolute;top: 0;left: 60px;-webkit-transform: scaleX(0);transform: scaleX(0);transition: -webkit-transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91);transition: transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91);transition: transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91), -webkit-transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91);-webkit-transform-origin: left center;transform-origin: left center}.exad-hotspot.style-2.tooltip-on-hover .exad-hotspot-item .exad-hotspot-dot:hover .exad-hotspot-tooltip{-webkit-transform: scale(1);transform: scale(1)}.exad-hotspot.default.tooltip-on-click .exad-hotspot-item .exad-hotspot-tooltip{position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;transition: all .3s ease}.exad-hotspot.default.tooltip-on-click .exad-hotspot-item.exad-hotspot-open-default-tooltip .exad-hotspot-tooltip{opacity: 1;visibility: visible}.exad-hotspot.style-1.tooltip-on-click .exad-hotspot-item .exad-hotspot-dot .exad-hotspot-dot-icon{transition: all 0.3s ease 0.3, border-radius 0.1s ease 0.3}.exad-hotspot.style-1.tooltip-on-click .exad-hotspot-item.exad-hotspot-open-tooltip .exad-hotspot-dot .exad-hotspot-dot-icon{border-radius: 0}.exad-hotspot.style-1.tooltip-on-click .exad-hotspot-item .exad-hotspot-tooltip{position: absolute;top: 0;left: 0;-webkit-transform: scale(0.2);transform: scale(0.2);transition: all .3s ease;-webkit-transform-origin: left top;transform-origin: left top;z-index: -1;opacity: 0;visibility: hidden}.exad-hotspot.style-1.tooltip-on-click .exad-hotspot-item.exad-hotspot-open-tooltip .exad-hotspot-tooltip{-webkit-transform: scale(1);transform: scale(1);opacity: 1;visibility: visible}.exad-hotspot.style-2.tooltip-on-click .exad-hotspot-item .exad-hotspot-tooltip{position: absolute;top: 0;left: 60px;-webkit-transform: scaleX(0);transform: scaleX(0);transition: -webkit-transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91);transition: transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91);transition: transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91), -webkit-transform 0.5s cubic-bezier(0.36, 0.03, 0, 0.91);-webkit-transform-origin: left center;transform-origin: left center}.exad-hotspot.style-2.tooltip-on-click .exad-hotspot-item.exad-hotspot-open-style-2-tooltip .exad-hotspot-tooltip{-webkit-transform: scale(1);transform: scale(1)}@-webkit-keyframes hotspot_pulse{0%{-webkit-transform: translate(-50%, -50%) scale(1.5);transform: translate(-50%, -50%) scale(1.5);opacity: 1}100%{-webkit-transform: translate(-50%, -50%) scale(5);transform: translate(-50%, -50%) scale(5);opacity: 0}}@keyframes hotspot_pulse{0%{-webkit-transform: translate(-50%, -50%) scale(1.5);transform: translate(-50%, -50%) scale(1.5);opacity: 1}100%{-webkit-transform: translate(-50%, -50%) scale(5);transform: translate(-50%, -50%) scale(5);opacity: 0}}@-webkit-keyframes tag-rotate{0%{-webkit-transform: rotate(0);transform: rotate(0)}50%{-webkit-transform: rotate(30deg);transform: rotate(30deg)}100%{-webkit-transform: rotate(0);transform: rotate(0)}}@keyframes tag-rotate{0%{-webkit-transform: rotate(0);transform: rotate(0)}50%{-webkit-transform: rotate(30deg);transform: rotate(30deg)}100%{-webkit-transform: rotate(0);transform: rotate(0)}}@-webkit-keyframes pulse-one{0%{-webkit-transform: scale(1);transform: scale(1);opacity: .5}100%{-webkit-transform: scale(2);transform: scale(2);opacity: 0}}@keyframes pulse-one{0%{-webkit-transform: scale(1);transform: scale(1);opacity: .5}100%{-webkit-transform: scale(2);transform: scale(2);opacity: 0}}@keyframes slack{from{transform: translate(-50%, -50%) scale(1)}to{transform: translate(-50%, -50%) scale(1.4)}}@keyframes egg{from{box-shadow: inset 0 0 12px 6px #7b56ff94}to{box-shadow: inset 0 0 4px 2px #7b56ff94}}.exad-image-mask-figure{-webkit-mask-repeat: no-repeat;-webkit-mask-position: center center}.exad-image-mask-figure img{height: 100%;width: 100%}.exad-selector-wrapper input{display: none}.exad-image-mask-figure.exad-image-mask-flip-shape-vertical{transform: scaleY(-1)}.exad-image-mask-figure.exad-image-mask-flip-shape-vertical img{transform: scaleY(-1)}.exad-image-mask-figure.exad-image-mask-flip-shape-horizontal{transform: scaleX(-1)}.exad-image-mask-figure.exad-image-mask-flip-shape-horizontal img{transform: scaleX(-1)}.exad-instagram-feed-item{display: grid;grid-auto-rows: 1fr}.exad-instagram-feed-item .exad-instagram-feed-wrapper a.exad-instagram-feed-thumb{display: flex;overflow: hidden;position: relative}.exad-instagram-feed-item .exad-instagram-feed-wrapper{transition: all .3s ease;position: relative;overflow: hidden}.exad-instagram-feed-item .exad-instagram-feed-wrapper a.exad-instagram-feed-thumb::before{position: absolute;content: '';top: 0;left: 0;height: 100%;width: 100%;opacity: 0;transition: all .3s ease;z-index: 1}.exad-instagram-feed-thumb img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-instagram-feed-item .exad-instagram-feed-wrapper:hover a.exad-instagram-feed-thumb::before{opacity: 1}.exad-instagram-feed-item.over-image .exad-instagram-feed-wrapper .exad-instagram-feed-caption{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image .exad-instagram-feed-wrapper .exad-instagram-feed-caption{position: absolute;top: 0;left: 0;z-index: 2;width: 100%}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image.animate-slide .exad-instagram-feed-wrapper .exad-instagram-feed-caption{transform: translateY(-100%)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image.animate-slide .exad-instagram-feed-wrapper:hover .exad-instagram-feed-caption{transform: translateY(0)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.over-image.animate-slide .exad-instagram-feed-wrapper .exad-instagram-feed-caption{transform: translate(-50%,-90%)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.over-image.animate-slide .exad-instagram-feed-wrapper:hover .exad-instagram-feed-caption{transform: translate(-50%, -50%)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image.animate-slide .exad-instagram-feed-wrapper .exad-instagram-feed-caption{transform: translateY(100%)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image.animate-slide .exad-instagram-feed-wrapper:hover .exad-instagram-feed-caption{transform: translateY(0)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image.animate-slide-with-image .exad-instagram-feed-wrapper .exad-instagram-feed-caption{transform: translateY(100%)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image.animate-slide-with-image .exad-instagram-feed-wrapper .exad-instagram-feed-thumb img{transform: translateY(0px);transition: all .3s ease}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image.animate-slide-with-image .exad-instagram-feed-wrapper:hover .exad-instagram-feed-caption{transform: translateY(0)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image.animate-slide-with-image .exad-instagram-feed-wrapper:hover .exad-instagram-feed-thumb img{transform: translateY(-30px)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image.animate-slide-with-image .exad-instagram-feed-wrapper .exad-instagram-feed-caption{transform: translateY(-100%)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image.animate-slide-with-image .exad-instagram-feed-wrapper .exad-instagram-feed-thumb img{transform: translateY(0px);transition: all .3s ease}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image.animate-slide-with-image .exad-instagram-feed-wrapper:hover .exad-instagram-feed-caption{transform: translateY(0)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.top-of-image.animate-slide-with-image .exad-instagram-feed-wrapper:hover .exad-instagram-feed-thumb img{transform: translateY(30px)}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes.bottom-of-image .exad-instagram-feed-wrapper .exad-instagram-feed-caption{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes .exad-instagram-feed-wrapper .exad-instagram-feed-caption{opacity: 0;transition: all .3s ease}.exad-instagram-feed-item.exad-insta-feed-show-caption-yes .exad-instagram-feed-wrapper:hover .exad-instagram-feed-caption{opacity: 1}.exad-instagram-feed-wrapper .exad-instagram-feed-thumb.image-zoom-in img{transform: scale(1);transition: all .3s ease}.exad-instagram-feed-wrapper:hover .exad-instagram-feed-thumb.image-zoom-in img{transform: scale(1.1)}.exad-instagram-feed-wrapper .exad-instagram-feed-thumb.image-zoom-out img{transform: scale(1.2);transition: all .3s ease}.exad-instagram-feed-wrapper:hover .exad-instagram-feed-thumb.image-zoom-out img{transform: scale(1)}.exad-instagram-user-profile{display: flex;align-items: center;transition: all .3s ease}.exad-instagram-user-profile-image{height: 80px;width: 80px;overflow: hidden}.exad-instagram-user-profile-image img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-instagram-user-profile-name{transition: all .3s ease}.exad-instagram-feed-user-info{display: flex;align-items: center;justify-content: space-between}.exad-login-register-field-item{display: flex;flex-direction: column}.exad-login-registration-form input[type=text]:focus,.exad-login-registration-form input[type=password]:focus{outline: none}.exad-login-registration-form input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;border-style: solid;border-width: 0;outline: none;min-width: 1px;width: 15px;height: 15px;background-color: #dddddd;padding: 3px;display: -moz-inline-stack;display: inline-block;vertical-align: middle;margin-right: 8px}.exad-login-registration-form input[type=checkbox]:checked{position: relative}.exad-login-registration-form input[type=checkbox]:checked:before{content: '';display: block;position: absolute;top: 42%;left: 50%;width: 6px;height: 12px;border-style: solid;border-color: #0079bf;border-width: 0 2px 2px 0;-webkit-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg)}.exad-login-registration-form input[type=checkbox]:before{content: "";width: 100%;height: 100%;padding: 0;margin: 0;display: block}.exad-login-registration-form input[type=checkbox]:focus:checked{border: inherit;box-shadow: inherit}.exad-login-remember-me-label{display: flex;align-items: flex-end;line-height: 1}.exad-login-registration-form.button-align-center button.exad-login-register-submit-button{margin-left: auto !important;margin-right: auto !important;display: block;float: none}.exad-login-registration-form.button-align-left button.exad-login-register-submit-button{float: left;width: auto}.exad-login-registration-form.button-align-right button.exad-login-register-submit-button{float: right;width: auto}.exad-login-register-submit-button-wrapper.exad-submit-button-left{text-align: left}.exad-login-register-submit-button-wrapper.exad-submit-button-center{text-align: center}.exad-login-register-submit-button-wrapper.exad-submit-button-right{text-align: right}.exad-login-register-submit-button-wrapper.exad-submit-button-justify .exad-login-register-submit-button{width: 100%}.exad-login-register-heading.exad-login-heading-left{text-align: left}.exad-login-register-heading.exad-login-heading-left .exad-login-register-icon svg{margin-right: auto}.exad-login-register-heading.exad-login-heading-left .exad-login-register-icon.yes{margin-right: auto}.exad-login-register-heading.exad-login-heading-center{text-align: center}.exad-login-register-heading.exad-login-heading-center .exad-login-register-icon.yes{margin-right: auto;margin-left: auto}.exad-login-register-heading.exad-login-heading-center .exad-login-register-icon svg{margin-left: auto;margin-right: auto}.exad-login-register-heading.exad-login-heading-right{text-align: right}.exad-login-register-heading.exad-login-heading-right .exad-login-register-icon.yes{margin-left: auto}.exad-login-register-heading.exad-login-heading-right .exad-login-register-icon svg{margin-left: auto}.exad-login-register-icon{display: block;position: relative}.exad-login-register-icon.yes i, .exad-login-register-icon.yes svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-login-register-remember{display: flex;align-items: center}.exad-login-registration-form a{transition: all .3s ease}.exad-lottie-container{display: inline-block;max-width: 100%}.exad-mailchimp-container.exad-mailchimp-type-horizontal .exad-mailchimp-form-container{display: flex;flex-wrap: nowrap}.exad-mailchimp-container.exad-mailchimp-type-vertical.exad-mailchimp-item-vertical-left .exad-mailchimp-form-container .exad-mailchimp-item{margin-right: auto}.exad-mailchimp-container.exad-mailchimp-type-vertical.exad-mailchimp-item-vertical-center .exad-mailchimp-form-container .exad-mailchimp-item{margin-right: auto;margin-left: auto}.exad-mailchimp-container.exad-mailchimp-type-vertical.exad-mailchimp-item-vertical-right .exad-mailchimp-form-container .exad-mailchimp-item{margin-left: auto}.exad-mailchimp-container.exad-mailchimp-type-horizontal .exad-mailchimp-item:not(:last-child){margin-right: 10px}.exad-mailchimp-container label{display: block}.exad-mailchimp-container input:focus{outline: none}.exad-mailchimp-container .exad-mailchimp-input-field{width: 100%;display: block;height: 100%}.exad-mailchimp-container.button-align-center .exad-mailchimp-submit-btn{display: block;float: none;text-align: center}.exad-mailchimp-container.button-align-center .exad-mailchimp-submit-btn .exad-mailchimp-subscribe-btn{margin-left: auto;margin-right: auto}.exad-mailchimp-container.button-align-left .exad-mailchimp-submit-btn{float: left;width: auto}.exad-mailchimp-container.button-align-right .exad-mailchimp-submit-btn{float: right;width: auto}.exad-mailchimp-subscribe-btn{transition: all .3s ease;display: flex;align-items: center;justify-content: center}.exad-mega-menu-wrapper ul.exad-mega-menu-list{margin: 0;padding: 0;display: flex}.exad-mega-menu-wrapper.exad-mega-menu-align-left ul.exad-mega-menu-list{justify-content: flex-start}.exad-mega-menu-wrapper.exad-mega-menu-align-center ul.exad-mega-menu-list{justify-content: center}.exad-mega-menu-wrapper.exad-mega-menu-align-right ul.exad-mega-menu-list{justify-content: flex-end}.exad-mega-menu-wrapper.exad-mega-menu-align-justify ul.exad-mega-menu-list{justify-content: space-between}.exad-mega-menu-wrapper ul.exad-mega-menu-list li.menu-item{list-style: none;display: inline-block;position: relative;transition: all .3s ease}.exad-mega-menu-wrapper ul.exad-mega-menu-list li.menu-item .exad-menu-item{display: flex;align-items: center;line-height: 1}.exad-mega-menu .exad-mega-menu-wrapper ul.exad-mega-menu-list li.parent-has-no-child .exad-menu-toggle{display: none}.exad-mega-menu-wrapper ul.exad-sub-menu{position: absolute;top: 100%;left: 0;width: 200px;height: auto;margin: 0;padding: 0;opacity: 0;visibility: hidden;z-index: 111;transition: all .3s ease;transform: scaleY(0);transform-origin: top;overflow: hidden}.exad-mega-menu-wrapper ul.exad-mega-menu-list li.menu-item:hover ul.exad-sub-menu{opacity: 1;visibility: visible;transform: scaleY(1)}.exad-mega-menu-wrapper ul.exad-sub-menu > li.menu-item{display: block;text-align: left;transition: all .3s ease}.exad-mega-menu-wrapper ul.exad-sub-menu > li.menu-item a.exad-sub-menu-item{display: block}.exad-mega-menu-wrapper .exad-sub-menu li.menu-item:not(:last-child){border-bottom-style: solid}.exad-mega-menu-wrapper ul.exad-sub-menu div.menu-item{display: block}.exad-mega-menu.exad-mega-menu-oriantation-vertical ul.exad-mega-menu-list{flex-direction: column;width: 100%}.exad-mega-menu.exad-mega-menu-oriantation-vertical ul.exad-mega-menu-list ul.exad-sub-menu{top: 0;left: 100%}.exad-mega-menu.exad-mega-menu-oriantation-vertical .exad-mega-menu-wrapper{display: flex}.exad-mega-menu.exad-mega-menu-oriantation-vertical{width: 300px}.exad-mega-menu-icon{display: inline-block;line-height: 1}.exad-mega-menu-label{display: inline-block;position: relative;line-height: 1}.exad-mega-menu-wrapper .slicknav_menu{visibility: hidden;opacity: 0;display: none}@media (max-width: 1024px){.exad-mega-menu__breakpoint-tablet .exad-mega-menu-wrapper .slicknav_menu{visibility: visible;opacity: 1;display: block}.exad-mega-menu__breakpoint-tablet .exad-mega-menu-wrapper ul.exad-mega-menu-list{visibility: hidden;opacity: 0;height: 0;display: none}.exad-mega-menu__breakpoint-tablet .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav,.exad-mega-menu__breakpoint-mobile .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav{position: absolute;top: 100%;width: 100%;height: auto;z-index: 111;background: #ffffff;right: 0;margin: 0 -10px;padding: 0 10px}.exad-mega-menu__breakpoint-tablet .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav ul.exad-sub-menu,.exad-mega-menu__breakpoint-mobile .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav ul.exad-sub-menu{position: relative;top: 100%;left: 0;width: 100% !important;height: auto;margin: 0;padding: 0;opacity: 1;visibility: visible;z-index: 111;transition: all .3s ease;transform: scaleY(1);transform-origin: top;overflow: hidden}.exad-mega-menu__breakpoint-tablet .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav .exad-menu-toggle,.exad-mega-menu__breakpoint-mobile .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav .exad-menu-toggle{display: none}.exad-mega-menu__breakpoint-tablet .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav li,.exad-mega-menu__breakpoint-mobile .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav li{margin: 0}.slicknav_nav .slicknav_row{padding: 0 !important}.slicknav_nav .slicknav_arrow{margin: 0 15px 0 0 !important}}@media (max-width: 767px){.exad-mega-menu__breakpoint-mobile .exad-mega-menu-wrapper .slicknav_menu{visibility: visible;opacity: 1;display: block}.exad-mega-menu__breakpoint-mobile .exad-mega-menu-wrapper ul.exad-mega-menu-list{visibility: hidden;opacity: 0;height: 0;display: none}}@media (max-width: 992px){.exad-mega-menu__breakpoint-mobile.exad-mega-menu-dropdown-overflow-yes .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav, .exad-mega-menu__breakpoint-tablet.exad-mega-menu-dropdown-overflow-yes .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav{overflow-y: scroll}.exad-mega-menu__breakpoint-mobile.exad-mega-menu-dropdown-overflow-yes .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav, .exad-mega-menu__breakpoint-tablet.exad-mega-menu-dropdown-overflow-yes .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav{scrollbar-width: none;-ms-overflow-style: none}.exad-mega-menu__breakpoint-mobile.exad-mega-menu-dropdown-overflow-yes .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav::-webkit-scrollbar, .exad-mega-menu__breakpoint-tablet.exad-mega-menu-dropdown-overflow-yes .exad-mega-menu-wrapper .slicknav_menu .slicknav_nav::-webkit-scrollbar{width: 0;height: 0}}.exad-moving-lines{top: 0;left: 0;right: 0;height: 100%;margin: auto}.exad-moving-lines .line:nth-child(1){margin-left: -25%}.exad-moving-lines .line{position: absolute;width: 1px;height: 100%;top: 0;left: 50%;overflow: hidden}.exad-moving-lines .line:nth-child(3){margin-left: 25%}.exad-moving-lines .line:nth-child(1)::after{-webkit-animation-delay: 2s;animation-delay: 2s}.exad-moving-lines .line::after{content: "";display: block;position: absolute;height: 15vh;width: 100%;top: -50%;left: 0;background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);-webkit-animation: exadmovingline 7s 0s infinite;animation: exadmovingline 7s 0s infinite;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)}.exad-moving-lines .line:nth-child(3)::after{-webkit-animation-delay: 2.5s;animation-delay: 2.5s}@keyframes exadmovingline{0%{top: -50%}100%{top: 110%}}.exad-moving-cube{overflow: hidden}.exad-moving-cube .cube:nth-child(2){-webkit-animation-delay: 2s;animation-delay: 2s;left: 25vw;top: 40vh}.exad-moving-cube .cube:nth-child(2n){border-color: #0051f4}.exad-moving-cube .cube:nth-child(3){-webkit-animation-delay: 4s;animation-delay: 4s;left: 75vw;top: 50vh}.exad-moving-cube .cube:nth-child(4){-webkit-animation-delay: 6s;animation-delay: 6s;left: 90vw;top: 10vh}.exad-moving-cube .cube:nth-child(5){-webkit-animation-delay: 8s;animation-delay: 8s;left: 10vw;top: 85vh}.exad-moving-cube .cube:nth-child(6){-webkit-animation-delay: 10s;animation-delay: 10s;left: 50vw;top: 10vh}.exad-moving-cube .cube{position: absolute;top: 80vh;left: 45vw;width: 10px;height: 10px;border: solid 1px #003298;-webkit-transform-origin: top left;transform-origin: top left;-webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);transform: scale(0) rotate(0deg) translate(-50%, -50%);-webkit-animation: exadmovingcube 12s ease-in forwards infinite;animation: exadmovingcube 12s ease-in forwards infinite}@keyframes exadmovingcube{from{transform: scale(0) rotate(0deg) translate(-50%, -50%);opacity: 1}to{transform: scale(20) rotate(960deg) translate(-50%, -50%);opacity: 0}}.slicknav_btn{position: relative;display: block;vertical-align: middle;float: right;padding: 0.438em 0.625em 0.438em 0.625em;line-height: 1.125em;cursor: pointer}.slicknav_btn .slicknav_icon-bar .slicknav_icon-bar{margin-top: 0.188em}.slicknav_menu{*zoom: 1}.slicknav_menu .slicknav_menutxt{display: block;line-height: 1.188em;float: left}.slicknav_menu .slicknav_icon{float: left;width: 1.125em;height: 0.875em;margin: 0.188em 0 0 0.438em}.slicknav_menu .slicknav_icon:before{background: transparent;width: 1.125em;height: 0.875em;display: block;content: "";position: absolute}.slicknav_menu .slicknav_no-text{margin: 0;display: table}.slicknav_menu .slicknav_icon-bar{display: block;width: 1.125em;height: 0.125em;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)}.slicknav_menu:before{content: " ";display: table}.slicknav_menu:after{content: " ";display: table;clear: both}.slicknav_nav{clear: both}.slicknav_nav ul{display: block}.slicknav_nav li{display: block}.slicknav_nav .slicknav_arrow{font-size: 0.8em;margin: 0 0 0 0.4em}.slicknav_nav .slicknav_item{cursor: pointer}.slicknav_nav .slicknav_item a{display: inline}.slicknav_nav .slicknav_row{display: block}.slicknav_nav a{display: block}.slicknav_nav .slicknav_parent-link a{display: inline}.slicknav_brand{float: left}.slicknav_menu{font-size: 16px;box-sizing: border-box}.slicknav_menu *{box-sizing: border-box}.slicknav_menu .slicknav_menutxt{color: #fff;font-weight: bold;text-shadow: 0 1px 3px #000}.slicknav_menu .slicknav_icon-bar{background-color: #fff}.slicknav_btn{margin: 0;text-decoration: none;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #222}.slicknav_nav{margin: 0;padding: 0;list-style: none;overflow: hidden}.slicknav_nav ul{list-style: none;overflow: hidden;padding: 0;margin: 0 0 0 20px}.slicknav_nav .slicknav_row{padding: 5px 10px}.slicknav_nav .slicknav_row{display: flex;align-items: center;justify-content: space-between}.slicknav_nav a{text-decoration: none}.slicknav_nav .slicknav_txtnode{margin-left: 15px}.slicknav_nav .slicknav_item a{padding: 0;margin: 0}.slicknav_nav .slicknav_parent-link a{padding: 0;margin: 0}.slicknav_brand{font-size: 18px;line-height: 30px;padding: 7px 12px;height: 44px}.slicknav_nav .exad-has-submenu-container{display: flex;width: 100%}.exad-nav-menu__layout-horizontal, .exad-nav-menu__layout-horizontal .exad-nav-menu{-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex}.exad-nav-menu__align-left .exad-nav-menu{margin-right: auto;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;-moz-box-pack: start;justify-content: flex-start}ul.exad-nav-menu, .exad-nav-menu li, .exad-nav-menu ul{list-style: none !important;margin: 0;padding: 0}.exad-nav-menu li.menu-item{position: relative}ul.exad-nav-menu, .exad-nav-menu li, .exad-nav-menu ul{list-style: none !important;margin: 0;padding: 0}.exad-nav-menu a.exad-menu-item, .exad-nav-menu a.exad-sub-menu-item{line-height: 1;text-decoration: none;-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-box-shadow: none;box-shadow: none;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: space-between;justify-content: space-between}.exad-nav-menu a.exad-menu-item{padding-top: 15px;padding-bottom: 15px}.exad-nav-menu ul.sub-menu{width: 220px}.exad-nav-menu__layout-horizontal .exad-nav-menu .sub-menu{-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1)}.exad-nav-menu .menu-item-has-children .sub-menu{position: absolute;top: 100%;left: 0;z-index: 9999;visibility: hidden;opacity: 0}.exad-nav-menu__layout-horizontal .exad-nav-menu .menu-item-has-children:hover > .sub-menu,.exad-nav-menu__layout-horizontal .exad-nav-menu .menu-item-has-children:hover > .sub-menu, .exad-nav-menu__layout-horizontal .exad-nav-menu .menu-item-has-children.focus > .sub-menu{visibility: visible;opacity: 1;-webkit-transition: all 300ms ease-out;transition: all 300ms ease-out}.exad-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu{top: 0;left: 100%}.exad-nav-menu a.exad-menu-item{font-size: 18px}.exad-nav-menu .sub-menu a.exad-sub-menu-item{font-size: 18px}nav.exad-dropdown-expandible li.menu-item:not(:last-child){border: 2px solid}.exad-nav-menu__align-left .exad-nav-menu{margin-right: auto;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;-moz-box-pack: start;justify-content: flex-start}.exad-nav-menu__align-center .exad-nav-menu{margin-left: auto;margin-right: auto;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center}.exad-nav-menu__align-right .exad-nav-menu{margin-left: auto;-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;-moz-box-pack: end;justify-content: flex-end}.exad-nav-menu__align-justify .exad-nav-menu__layout-horizontal .exad-nav-menu{width: 100%}.exad-nav-menu__align-justify .exad-nav-menu__layout-horizontal .exad-nav-menu li.menu-item{-webkit-box-flex: 1;-ms-flex-positive: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;flex-grow: 1}.exad-nav-menu__align-justify .exad-nav-menu__layout-horizontal .exad-nav-menu li a.exad-menu-item{-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center}.exad-nav-menu > li:not(:last-child){margin-right: 15px}.exad-nav-menu .sub-arrow{display: block;height: 0.7rem;pointer-events: none;transform: rotate(-45deg);width: 1.3rem}.exad-nav-menu .sub-arrow::before, .exad-nav-menu .sub-arrow::after{content: "";display: block;background-color: currentColor;position: absolute;bottom: 50%;left: 0}.exad-nav-menu .sub-arrow::before{height: 10px;width: 2px}.exad-nav-menu .sub-arrow::after{height: 2px;width: 10px}.exad-nav-menu li > .sub-menu .exad-has-submenu-container .sub-arrow::before{height: 10px;width: 2px}.exad-nav-menu li > .sub-menu .exad-has-submenu-container .sub-arrow::after{height: 2px;width: 10px}.exad-nav-menu li > .sub-menu .exad-has-submenu-container .sub-arrow::before, .exad-nav-menu li > .sub-menu .exad-has-submenu-container .sub-arrow::after{bottom: calc( 50% 10px );left: -21px}.exad-nav-menu-wrapper .slicknav_menu{visibility: hidden;opacity: 0;display: none}@media only screen and (max-width: 1024px){.exad-nav-menu__breakpoint-tablet .exad-nav-menu-wrapper .slicknav_menu{position: relative;visibility: visible;opacity: 1;display: block}.exad-nav-menu__breakpoint-tablet .exad-nav-menu-wrapper .exad-nav-menu__layout-horizontal{visibility: hidden;opacity: 0;height: 0;display: none}}@media only screen and (max-width: 767px){.exad-nav-menu__breakpoint-mobile .exad-nav-menu-wrapper .slicknav_menu{visibility: visible;opacity: 1;display: block}.exad-nav-menu__breakpoint-mobile .exad-nav-menu-wrapper .exad-nav-menu__layout-horizontal{visibility: hidden;opacity: 0;height: 0;display: none}.exad-layout-vartical .exad-nav-menu__layout-horizontal .exad-nav-menu{width: 100%}.exad-layout-vartical .exad-nav-menu__layout-horizontal .exad-nav-menu li.menu-item{-webkit-box-flex: 1;-ms-flex-positive: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;flex-grow: 1}.exad-layout-vartical .exad-nav-menu__layout-horizontal .exad-nav-menu li a.exad-menu-item{-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center}}.slicknav_nav .slicknav_row,.slicknav_nav li:not(.exad-has-submenu) a{padding: 10px 15px}.exad-nav-menu__layout-horizontal, .exad-nav-menu__layout-horizontal .exad-nav-menu{-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex}.exad-nav-menu__align-left .exad-nav-menu{margin-right: auto;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;-moz-box-pack: start;justify-content: flex-start}ul.exad-nav-menu, .exad-nav-menu li, .exad-nav-menu ul{list-style: none !important;margin: 0;padding: 0}.exad-nav-menu li.menu-item{position: relative}ul.exad-nav-menu, .exad-nav-menu li, .exad-nav-menu ul{list-style: none !important;margin: 0;padding: 0}.exad-nav-menu a.exad-menu-item, .exad-nav-menu a.exad-sub-menu-item{line-height: 1;text-decoration: none;-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-box-shadow: none;box-shadow: none;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: space-between;justify-content: space-between}.exad-nav-menu a.exad-menu-item{padding-top: 15px;padding-bottom: 15px}.exad-nav-menu ul.sub-menu{width: 220px}.exad-nav-menu__layout-horizontal .exad-nav-menu .sub-menu{-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1)}.exad-nav-menu .menu-item-has-children .sub-menu{position: absolute;top: 100%;left: 0;z-index: 9999;visibility: hidden;opacity: 0}.exad-nav-menu__layout-horizontal .exad-nav-menu .menu-item-has-children:hover > .sub-menu,.exad-nav-menu__layout-horizontal .exad-nav-menu .menu-item-has-children:hover > .sub-menu, .exad-nav-menu__layout-horizontal .exad-nav-menu .menu-item-has-children.focus > .sub-menu{visibility: visible;opacity: 1;-webkit-transition: all 300ms ease-out;transition: all 300ms ease-out}.exad-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu{top: 0;left: 100%}.exad-nav-menu a.exad-menu-item{font-size: 18px}.exad-nav-menu .sub-menu a.exad-sub-menu-item{font-size: 18px}nav.exad-dropdown-expandible li.menu-item:not(:last-child){border: 2px solid}.exad-nav-menu__align-left .exad-nav-menu{margin-right: auto;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;-moz-box-pack: start;justify-content: flex-start}.exad-nav-menu__align-center .exad-nav-menu{margin-left: auto;margin-right: auto;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center}.exad-nav-menu__align-right .exad-nav-menu{margin-left: auto;-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;-moz-box-pack: end;justify-content: flex-end}.exad-nav-menu__align-justify .exad-nav-menu__layout-horizontal .exad-nav-menu{width: 100%}.exad-nav-menu__align-justify .exad-nav-menu__layout-horizontal .exad-nav-menu li.menu-item{-webkit-box-flex: 1;-ms-flex-positive: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;flex-grow: 1}.exad-nav-menu__align-justify .exad-nav-menu__layout-horizontal .exad-nav-menu li a.exad-menu-item{-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center}.slicknav_btn .slicknav_icon .slicknav_icon-bar{transition: all .3s ease}.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2){visibility: hidden;opacity: 0}.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(1){transform: translate(0, 6px) rotate(45deg)}.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(3){transform: translate(0, 0) rotate(-45deg);margin: 0}.exad-nav-menu-wrapper.exad-layout-vartical.exad-nav-menu-layout.vartical .exad-nav-menu__layout-horizontal .exad-nav-menu{flex-direction: column}.exad-nav-menu__layout-horizontal .exad-nav-menu li a.exad-menu-item{position: relative;overflow: hidden}.exad-nav-menu__layout-horizontal.effect-1 .exad-nav-menu li a.exad-menu-item::before{position: absolute;transition: all .3s ease;content: '';height: 3px;width: 100%;transform: scaleX(0);transform-origin: left;background: #000;left: 0;bottom: 0}.exad-nav-menu__layout-horizontal.effect-1 .exad-nav-menu li a.exad-menu-item:hover::before{transform: scaleX(1)}.exad-nav-menu__layout-horizontal.effect-1 .exad-nav-menu li.current-menu-item a.exad-menu-item::before{transform: scaleX(1)}.exad-nav-menu__layout-horizontal.effect-2 .exad-nav-menu li a.exad-menu-item::before{position: absolute;transition: all .3s ease;content: '';height: 3px;width: 100%;transform: scale3d(0,1,1);transform-origin: 0 50%;background: #000;left: 0;bottom: 0}.exad-nav-menu__layout-horizontal.effect-2 .exad-nav-menu li a.exad-menu-item:hover::before{transform: scale3d(1,1,1);transform-origin: 100% 50%}.exad-nav-menu__layout-horizontal.effect-2 .exad-nav-menu li.current-menu-item a.exad-menu-item::before{transform: scale3d(1,1,1)}.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li a.exad-menu-item::before,.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li a.exad-menu-item::after{position: absolute;transition: all .3s ease;content: '';height: 3px;width: 100%;transform: scaleX(0);background: #000}.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li a.exad-menu-item::before{transform-origin: left;left: 0;top: 0}.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li a.exad-menu-item::after{right: 0;bottom: 0;transform-origin: right}.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li a.exad-menu-item:hover::before,.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li a.exad-menu-item:hover::after{transform: scaleX(1)}.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li.current-menu-item a.exad-menu-item::before,.exad-nav-menu__layout-horizontal.effect-3 .exad-nav-menu li.current-menu-item a.exad-menu-item::after{transform: scaleX(1)}.exad-nav-menu__layout-horizontal.effect-4 .exad-nav-menu li a.exad-menu-item::before{position: absolute;content: '';-webkit-transition: all 0.35s ease;transition: all 0.35s ease;opacity: 0;top: 25%;bottom: 25%;left: 0;right: 0;border-top: 3px solid #34495e;border-bottom: 3px solid #34495e}.exad-nav-menu__layout-horizontal.effect-4 .exad-nav-menu li a.exad-menu-item:hover::before{opacity: 1;top: 0;bottom: 0}.exad-nav-menu__layout-horizontal.effect-4 .exad-nav-menu li.current-menu-item a.exad-menu-item::before{opacity: 1;top: 0;bottom: 0}.exad-nav-menu__layout-horizontal.effect-5 .exad-nav-menu li a.exad-menu-item::before{position: absolute;content: '';-webkit-transition: all 0.35s ease;transition: all 0.35s ease;opacity: 0;top: 0;bottom: 0;left: 25%;right: 25%;border-left: 3px solid #34495e;border-right: 3px solid #34495e}.exad-nav-menu__layout-horizontal.effect-5 .exad-nav-menu li a.exad-menu-item:hover::before{opacity: 1;left: 0;right: 0}.exad-nav-menu__layout-horizontal.effect-5 .exad-nav-menu li.current-menu-item a.exad-menu-item::before{opacity: 1;left: 0;right: 0}.exad-nav-menu__layout-horizontal.effect-6 .exad-nav-menu li a.exad-menu-item::before{position: absolute;content: '';-webkit-transition: all 0.35s ease;transition: all 0.35s ease;left: 0;bottom: 0;height: 3px;width: 100%;transform: scaleX(0);transform-origin: center center;background: #34495e}.exad-nav-menu__layout-horizontal.effect-6 .exad-nav-menu li a.exad-menu-item:hover::before{transform: scaleX(1)}.exad-nav-menu__layout-horizontal.effect-6 .exad-nav-menu li.current-menu-item a.exad-menu-item::before{transform: scaleX(1)}.exad-nav-menu-wrapper .slicknav_nav{position: absolute;top: 100%;width: 100%;z-index: 11111;right: 0}body.excluisve-addons-elementor{transition: all .3s ease}.exad-offcanvas-content-inner{position: fixed;background: #f4f4f4;transition: all .3s ease;z-index: 9999;visibility: hidden;overflow: auto}.exad-offcanvas-content-inner::-webkit-scrollbar{display: none}.exad-offcanvas-content-inner{-ms-overflow-style: none;scrollbar-width: none}.exad-offcanvas-content.offcanvas-top .exad-offcanvas-content-inner,.exad-offcanvas-content.offcanvas-bottom .exad-offcanvas-content-inner{width: 100%;left: 0}.exad-offcanvas-content.offcanvas-left .exad-offcanvas-content-inner,.exad-offcanvas-content.offcanvas-right .exad-offcanvas-content-inner{height: 100%;top: 0}.exad-offcanvas-overlay{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .5);z-index: 999;opacity: 0;visibility: hidden;transition: all .3s ease}.exad-offcanvas-overlay.offcanvas-active{opacity: 1;visibility: visible}.exad-offcanvas-content-body{padding: 50px 20px}.exad-offcanvas-content-inner.offcanvas-active{visibility: visible}.exad-offcanvas-close-button{position: absolute;top: 50px;right: 50px;height: 30px;width: 30px}.exad-offcanvas-close-button span{display: block;height: 100%;width: 100%}.exad-offcanvas-close-button span::before,.exad-offcanvas-close-button span::after{position: absolute;content: '';height: 20px;width: 1px;background: #000;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%}.exad-offcanvas-close-button span::after{transform: translate(-50%, -50%) rotate(-45deg)}.exad-offcanvas-content-inner .list-inline-item{display: block}.exad-offcanvas-open-button{display: inline-block;text-decoration: none;transition: all .3s ease}.exad-offcanvas-open-button-wrapper.align-left{text-align: left}.exad-offcanvas-open-button-wrapper.align-center{text-align: center}.exad-offcanvas-open-button-wrapper.align-right{text-align: right}.exad-offcanvas-open-button-wrapper.absolute .exad-offcanvas-open-button{position: absolute}.exad-offcanvas-menu{margin: 0;padding: 0}.exad-offcanvas-menu li{list-style: none;transition: all .3s ease}.exad-offcanvas.exad-offcanvas-button-fixed .exad-offcanvas-open-button-wrapper{position: fixed;z-index: 111}.exad-page-link{display: flex;margin: 0}.exad-page-title{color: #000;font-size: 22px;margin: 0}.exad-parallax-scene{position: absolute;width: 100%;height: 100%;background-repeat: no-repeat;top: 0;left: 0;overflow: hidden}.exad-scene-item{position: absolute;width: 102%;height: 104%;background-repeat: no-repeat;overflow: hidden;margin: 0;padding: 0;top: -1%;left: -2%;background-size: auto}.exad-post-navigation-wrapper{overflow: hidden;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: space-between}.exad-post-nav-next{text-align: right}.exad-post-navigation-wrapper .exad-post-nav-previous a,.exad-post-navigation-wrapper .exad-post-nav-next a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;max-width: 100%}.exad-post-navigation-wrapper span.exad-post-nav-prev-link, .exad-post-navigation-wrapper span.exad-post-nav-next-link{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;z-index: 1}.exad-post-nav-prev-title,.exad-post-nav-next-title,.exad-post-nav-prev-label,.exad-post-nav-next-label{color: #000000;z-index: 1}.exad-post-nav-prev-arrow,.exad-post-nav-next-arrow{display: flex;z-index: 1}.exad-post-nav-previous::before,.exad-post-nav-next::before{content: '';position: absolute;top: 0;left: 0;bottom: 0;width: 100%;height: 100%}.exad-post-nav-previous,.exad-post-nav-next{position: relative}.exad-post-slider .slick-prev:before, .exad-post-slider .slick-next:before{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-slide-content a{transition: all .3s ease}.exad-post-slider .exad-slide-bg{background-size: cover}.exad-product-cross-sell .cross-sells .products li a img{object-fit: cover;-o-object-fit: cover;width: 100%}.woocommerce .exad-product-cross-sell .cross-sells .products li a.woocommerce-LoopProduct-link:before{position: absolute;content: '';left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 0}.woocommerce .exad-product-cross-sell .cross-sells .products li a span.onsale{background-color: #3bc473;margin-bottom: 3px;padding: 5px 15px;position: relative;color: #fff;font-size: 14px;margin: 0;padding: 0;position: absolute;list-style: none;top: 20px;right: 20px;z-index: 99}.exad-product-cross-sell .cross-sells .product-prev,.exad-product-cross-sell .cross-sells .product-next{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 60px;width: 60px;background: transparent;border-radius: 50%;text-align: center;cursor: pointer;transition: all .3s ease;z-index: 1}.exad-product-cross-sell .cross-sells .product-prev svg,.exad-product-cross-sell .cross-sells .product-next svg{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-product-cross-sell .cross-sells .product-prev:hover,.exad-product-cross-sell .cross-sells .product-next:hover{color: #0a1724}.exad-product-cross-sell .cross-sells .product-prev{left: -70px}.exad-product-cross-sell .cross-sells .product-next{right: -70px}.exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-fraction{position: relative}.exad-product-cross-sell .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{width: 100%;height: 4px;left: 0px}.exad-Progressbar-align-top .exad-product-cross-sell .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{top: 74px}.exad-Progressbar-align-bottom .exad-product-cross-sell .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{bottom: 0}.exad-product-cross-sell .exad-swiper-pagination.swiper-pagination-fraction span{display: inline-block;text-align: center}.exad-product-upsell-carousel-layout.exad-product-navigation-none .exad-product-cross-sell .cross-sells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-none .exad-product-cross-sell .cross-sells .product-next,.exad-product-upsell-carousel-layout.exad-product-navigation-nav-dots .exad-product-cross-sell .cross-sells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-nav-dots .exad-product-cross-sell .cross-sells .product-next,.exad-product-upsell-carousel-layout.exad-product-navigation-progress-bar .exad-product-cross-sell .cross-sells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-progress-bar .exad-product-cross-sell .cross-sells .product-next,.exad-product-upsell-carousel-layout.exad-product-navigation-fraction .exad-product-cross-sell .cross-sells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-fraction .exad-product-cross-sell .cross-sells .product-next{display: none;opacity: 0 !important}.exad-product-image .thumb-prev,.exad-product-image .thumb-next{position: absolute;width: 30px;height: 30px;margin-top: -22px;z-index: 10;cursor: pointer;-webkit-background-size: 27px 44px;background-size: 27px 44px;background: no-repeat 50%;border-radius: 50px 50px 50px 50px;background: #7a56ff;color: #fff;fill: #fff}.exad-product-image.thumbnails-gallery-align-left .thumb-next{left: 13px;right: auto;top: 22%}.exad-product-image.thumbnails-gallery-align-left .thumb-prev{top: auto;right: auto;left: 13px;bottom: 118px;margin-bottom: -22px}.exad-product-image.thumbnails-gallery-align-bottom .thumb-next{bottom: 15px;right: -9px}.exad-product-image.thumbnails-gallery-align-bottom .thumb-prev{top: auto;right: auto;left: -15px;bottom: 16px;margin-bottom: 0}@media(max-width: 450px){.exad-product-image.thumbnails-gallery-align-left .thumb-next{left: 16px;right: auto;top: 14%}.exad-product-image.thumbnails-gallery-align-left .thumb-prev{left: 16px;right: auto;bottom: 42px}}.exad-product-image .thumb-prev svg,.exad-product-image .thumb-next svg{top: 50%;position: absolute;left: 50%;transform: translate(-50%,-50%);font-size: 20px}.woocommerce div.product .exad-product-thumb-view-carousel .exad-product-image.thumbnails-gallery-align-left .woocommerce-product-gallery .flex-control-nav{left: 0 }.theme-kadence.woocommerce div.product div.images .flex-control-thumbs{flex-wrap: inherit;margin-top: 0}.theme-kadence.woocommerce span.onsale{top: 20px;left: 85px}.woocommerce .exad-product-thumb-verticle-left .exad-product-image span.onsale{left: 78px}.woocommerce div.product div.images .flex-control-thumbs{overflow: unset}.gallery-thumb-swiper.swiper-container.swiper-container-vertical .swiper-slide img{height: 65px;object-fit: contain}.woocommerce .exad-product-add-to-cart div.product form.cart{margin-bottom: 0 !important}.exad-product-thumb-view-carousel .exad-product-image.thumbnails-gallery-align-left .woocommerce-product-gallery{display: flex;justify-content: space-between}@media(max-width: 450px){.gallery-thumb-swiper.swiper-container.swiper-container-vertical{top: 11%}}.exad-product-image .thumbnail-carousel-container .gallery-thumb-swiper.swiper-container-vertical{top: 50%;transform: translateY(-50%)}.exad-product-image .thumbnail-carousel-container{position: relative;z-index: 999}.woocommerce div.product .exad-product-thumb-view-carousel .exad-product-image.thumbnails-gallery-align-right .woocommerce-product-gallery .flex-control-nav,.woocommerce div.product .exad-product-thumb-view-carousel .exad-product-image.thumbnails-gallery-align-left .woocommerce-product-gallery .flex-control-nav{flex-direction: column;width: auto;transform: translate(-50%, -100%);top: 0;margin-top: 0 }.woocommerce .exad-product-thumb-view-carousel .exad-product-image div.images .flex-control-thumbs{zoom:1;margin: 0;padding: 0;padding-inline-start: 0}.woocommerce div.product .exad-product-image div.images .flex-control-thumbs li{float: none;width: unset}.exad-product-image .woocommerce-product-gallery{width: 100% !important}.woocommerce div.images{margin-bottom: 1em;padding-bottom: 1em}.woocommerce .exad-product-image div.images img{display: block;width: 100%;height: auto;box-shadow: none}.woocommerce .exad-product-image div.images div.thumbnails{padding-top: 1em}.woocommerce .exad-product-image div.images.woocommerce-product-gallery{position: relative}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__wrapper{transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;margin: 0;padding: 0}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color: #fff;opacity: 0}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__image--placeholder{border: 1px solid #f2f2f2}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__image:nth-child(n 2){display: none}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__trigger{position: absolute;top: 0.5rem;right: 0.5rem;font-size: 2em;z-index: 9;width: 36px;height: 36px;background: #fff;text-indent: -9999px;border-radius: 100%;box-sizing: content-box}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__trigger::before{content: "";display: block;width: 10px;height: 10px;border: 2px solid #000;border-radius: 100%;position: absolute;top: 9px;left: 9px;box-sizing: content-box}.woocommerce .exad-product-image div.images .woocommerce-product-gallery__trigger::after{content: "";display: block;width: 2px;height: 8px;background: #000;border-radius: 6px;position: absolute;top: 19px;left: 22px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);box-sizing: content-box}.woocommerce .exad-product-thumb-view-default .exad-product-image div.images .flex-control-thumbs{overflow: hidden;zoom:1;margin: 0;padding: 0;max-width: 94%;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);margin-top: -32px !important;background: transparent;width: 100%;-webkit-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-inline-flex;display: inline-flex;-webkit-justify-content: center;justify-content: center;position: relative;left: 50%}.woocommerce .exad-product-image div.images .flex-control-thumbs li{width: 60px !important;height: 65px;margin: 0;padding-top: 0px;padding-bottom: 0px;background: #fff;display: -webkit-inline-flex;display: inline-flex;list-style: none}.woocommerce .exad-product-image.thumbnails-gallery-align-bottom div.images .flex-control-thumbs li:first-child{width: 65px;padding-left: 5px}.woocommerce .exad-product-image.thumbnails-gallery-align-bottom div.images .flex-control-thumbs li:nth-child(9){width: 65px;padding-left: 5px}.woocommerce .exad-product-image div.images .flex-control-thumbs li img{cursor: pointer;opacity: 0.5;margin: 0;border-top: 5px solid #fff;border-bottom: 0px solid #fff;border-right: 5px solid #fff;border-left: 0}.woocommerce .exad-product-image.thumbnails-gallery-align-left div.images .flex-control-thumbs li img{border-top: 5px solid #fff;border-bottom: 5px solid #fff;border-right: 5px solid #fff;border-left: 5px solid #fff}.woocommerce .exad-product-image div.images .flex-control-thumbs li img.flex-active,.woocommerce .exad-product-image div.images .flex-control-thumbs li img:hover{opacity: 1}.woocommerce div.product div.images .exad-product-thumb-verticle-right .exad-product-image div.images .woocommerce-product-gallery__trigger,.woocommerce .exad-product-thumb-verticle-right .exad-product-image div.images .woocommerce-product-gallery__trigger{top: 15px;right: 75px}.exad-product-navigation{display: flex;align-items: center;list-style: none;margin-bottom: 0;padding-left: 0}@media (max-width: 575px){.exad-product-navigation{flex: 0 0 100%;padding: 0;justify-content: center;margin-top: 1rem}}.exad-product-navigation-link{position: relative;z-index: 100}.exad-product-navigation-link a{display: flex;align-items: center;font-weight: 400;font-size: 1.4rem;line-height: 1.3;letter-spacing: 0;color: #ccc}.exad-product-navigation-link i{font-size: 2rem;line-height: 1;transition: inherit}.exad-product-navigation-link span{display: inline-block;box-shadow: none}.exad-product-navigation-link:hover .dropdown,.exad-product-navigation-link:focus .dropdown{visibility: visible;opacity: 1;z-index: 1;transform: translateY(0px);pointer-events: auto}.exad-product-navigation-link .exad-product-navigation-prev .dropdown{left: 0;right: auto}.exad-product-navigation-link:last-of-type .dropdown{right: 0;left: auto}.exad-product-navigation-link .dropdown{position: absolute;top: 100%;padding-top: 1rem;width: 120px;visibility: hidden;opacity: 0;transition: all 0.3s;pointer-events: none;transform: translateY(10px);display: flex;justify-content: center;align-items: center}.exad-product-navigation-link .product-thumbnail a{position: relative;display: block}.exad-product-navigation-link .product-thumbnail .product-title{text-align: center;transition: color 0.3s;margin-bottom: 0;font-size: 14px}.exad-product-navigation-link .product-thumbnail{border-radius: 0.5rem;box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05)}.exad-product-navigation-prev i{margin-right: 0.5rem}.exad-product-navigation-next i{margin-left: 0.5rem}.pagination{display: flex;flex: 0 0 100%;position: relative;justify-content: center!important;align-items: center}.pagination ul{margin-top: 0;margin-bottom: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;list-style: none;border-radius: 0;align-items: center;margin-bottom: 2rem;display: flex}.pagination ul li{margin-right: 5px;margin-left: 5px}.pagination ul li .page-numbers.current{color: #FFF;background-color: #83b735;border: 1px solid #83b735}.page-links{clear: both}.page-links>*{margin-left: 3px}.post-page-numbers,li .page-numbers{display: inline-flex;align-items: center;justify-content: center;min-width: 32px;height: 34px;font-weight: 400;font-size: 1.4rem;padding: 5px;line-height: 1;color: #706f6c;border-radius: 2px;background-color: transparent;border: 1px solid #83b735}.post-page-numbers i,li .page-numbers i{font-size: 1.5rem}.post-page-numbers.prev,li .page-numbers.prev{margin-right: 1.7rem}.post-page-numbers.prev i,li .page-numbers.prev i{margin-left: 0;margin-right: 1rem}.post-page-numbers.next,li .page-numbers.next{margin-left: 1.8rem}.post-page-numbers.next i,li .page-numbers.next i{margin-left: 1rem;margin-right: 0}.post-page-numbers.current,li .page-numbers.current{background-color: transparent;border-color: #ebebeb}.post-page-numbers.next,.post-page-numbers.prev,li .page-numbers.next,li .page-numbers.prev{padding-left: 1rem;padding-right: 1rem;min-width: 80px}.post-page-numbers:focus,.post-page-numbers:hover,li .page-numbers:focus,li .page-numbers:hover{box-shadow: none;border-color: #ebebeb;text-decoration: none;background-color: transparent;outline: none!important}li.disabled .page-numbers{border-color: transparent;color: #999;pointer-events: none;cursor: auto}.exad-promo-box-container{position: relative}.exad-promo-box-container .exad-promo-logo{width: 150px;overflow: hidden;display: table}.exad-promo-box-container .exad-promo-logo img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover}.exad-promo-box-container.exad-promo-content-type-horizontal{display: flex;align-items: center;justify-content: space-between}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container.exad-promo-content-type-horizontal,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container.exad-promo-content-type-horizontal{width: 100%;max-width: 1170px;margin: 0 auto}.exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-content-container,.exad-promo-box-container.exad-promo-content-type-horizontal .exad-countdown-content-container,.exad-promo-box-container.exad-promo-content-type-horizontal .exad-mailchimp-container{}.exad-promo-box-container .exad-countdown-content-container .exad-countdown-count{font-size: 16px;font-weight: 600;display: block}.exad-promo-box-container .exad-countdown-content-container .exad-countdown-title{font-size: 14px;font-weight: 600;display: block}.exad-promo-box-container.exad-promo-content-type-horizontal .exad-mailchimp-container.exad-mailchimp-type-horizontal .exad-mailchimp-form-container .exad-mailchimp-item{flex: inherit}.exad-promo-box-container .exad-countdown.exad-countdown-title-visibility-no .exad-countdown-container .exad-countdown-timer-wrapper>span.exad-countdown-title{display: none}.exad-mailchimp-submit-btn button{border: 0;outline: none}.exad-promo-box-container.exad-promo-content-type-vertical{display: block}.exad-promo-box-wrapper.exad-promo-allignment-flex-start .exad-promo-box-container.exad-promo-content-type-vertical .exad-promo-logo{margin-right: auto}.exad-promo-box-wrapper.exad-promo-allignment-flex-start .exad-promo-box-container.exad-promo-content-type-vertical .exad-countdown{justify-content: flex-start}.exad-promo-box-wrapper.exad-promo-allignment-flex-start .exad-promo-box-container.exad-promo-content-type-vertical .exad-mailchimp-input-field{margin-right: auto}.exad-promo-box-wrapper.exad-promo-allignment-flex-start .exad-promo-box-container.exad-promo-content-type-vertical .exad-promo-box-item{text-align: left}.exad-promo-box-wrapper.exad-promo-allignment-center .exad-promo-box-container.exad-promo-content-type-vertical .exad-promo-logo{margin-left: auto;margin-right: auto}.exad-promo-box-wrapper.exad-promo-allignment-center .exad-promo-box-container.exad-promo-content-type-vertical .exad-countdown{justify-content: center}.exad-promo-box-wrapper.exad-promo-allignment-center .exad-promo-box-container.exad-promo-content-type-vertical .exad-mailchimp-input-field{margin-left: auto;margin-right: auto}.exad-promo-box-wrapper.exad-promo-allignment-center .exad-promo-box-container.exad-promo-content-type-vertical .exad-promo-box-item{text-align: center}.exad-promo-box-wrapper.exad-promo-allignment-flex-end .exad-promo-box-container.exad-promo-content-type-vertical .exad-promo-logo{margin-left: auto}.exad-promo-box-wrapper.exad-promo-allignment-flex-end .exad-promo-box-container.exad-promo-content-type-vertical .exad-countdown{justify-content: flex-end}.exad-promo-box-wrapper.exad-promo-allignment-flex-end .exad-promo-box-container.exad-promo-content-type-vertical .exad-mailchimp-input-field{margin-left: auto}.exad-promo-box-wrapper.exad-promo-allignment-flex-end .exad-promo-box-container.exad-promo-content-type-vertical .exad-promo-box-item{text-align: right}.exad-promo-box-container.exad-promo-content-type-vertical a.exad-promo-button-link{display: inline-block}.exad-promo-box-container .exad-promo-box-dismiss-icon{position: absolute;transform: translateY(-50%);line-height: 0}.exad-promo-box-container .exad-promo-box-dismiss-icon svg{cursor: pointer}.exad-promo-box-wrapper.exad-promo-position-top,.exad-promo-box-wrapper.exad-promo-position-bottom{position: fixed;left: 0;right: 0;top: 0}.exad-promo-box-wrapper.exad-promo-align-type-horizontal.exad-promo-position-top,.exad-promo-box-wrapper.exad-promo-align-type-horizontal.exad-promo-position-bottom{display: flex;justify-content: space-between;align-items: center}.exad-promo-box-wrapper.exad-promo-position-bottom{top: inherit}body.admin-bar .exad-promo-box-wrapper.exad-promo-position-top{top: 32px}.exad-promo-box-wrapper.exad-promo-position-bottom{position: fixed;left: 0;right: 0;bottom: 0}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-responsive-heading,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-responsive-heading{display: none}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-wrapper,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-wrapper{height: 100px;background: #34495e;padding: 0 20px;color: #fff}.exad-promo-box-wrapper.exad-promo-position-top .show-menu-btn,.exad-promo-box-wrapper.exad-promo-position-top .hide-menu-btn,.exad-promo-box-wrapper.exad-promo-position-bottom .show-menu-btn,.exad-promo-box-wrapper.exad-promo-position-bottom .hide-menu-btn{transition: 0.4s;font-size: 30px;cursor: pointer;display: none}.exad-promo-box-wrapper.exad-promo-position-top .show-menu-btn i,.exad-promo-box-wrapper.exad-promo-position-bottom .show-menu-btn i{line-height: 1}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container a:hover,.exad-promo-box-wrapper.exad-promo-position-top .show-menu-btn:hover,.exad-promo-box-wrapper.exad-promo-position-top .hide-menu-btn:hover,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container a:hover,.exad-promo-box-wrapper.exad-promo-position-bottom .show-menu-btn:hover,.exad-promo-box-wrapper.exad-promo-position-bottom .hide-menu-btn:hover{color: #3498db}.exad-promo-box-wrapper.exad-promo-position-top #exad-promo-responsive-menu,.exad-promo-box-wrapper.exad-promo-position-bottom #exad-promo-responsive-menu{position: absolute;visibility: hidden;z-index: -1111}.exad-promo-box-wrapper .exad-countdown{display: flex;flex-wrap: nowrap;justify-content: center}.exad-promo-box-wrapper .exad-countdown .exad-countdown-container{margin: 0;width: auto}@media screen and (max-width:767px){.exad-promo-box-wrapper.exad-promo-position-top,.exad-promo-box-wrapper.exad-promo-position-bottom{z-index: 9;padding: 0 10px}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-top,.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-bottom{display: flex;justify-content: space-between;align-items: center}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-responsive-heading,.exad-promo-box-wrapper.exad-promo-position-top .show-menu-btn,.exad-promo-box-wrapper.exad-promo-position-top .hide-menu-btn,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-responsive-heading,.exad-promo-box-wrapper.exad-promo-position-bottom .show-menu-btn,.exad-promo-box-wrapper.exad-promo-position-bottom .hide-menu-btn{display: block}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container{position: fixed;width: 100%;height: 100vh;background: #e6e2ff;right: -100%;top: 0;text-align: center;padding: 80px 0;line-height: normal;transition: 0.7s}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container a,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container a{display: block;padding: 20px}.exad-promo-box-wrapper.exad-promo-position-top .hide-menu-btn,.exad-promo-box-wrapper.exad-promo-position-bottom .hide-menu-btn{position: absolute;top: 80px;right: 20px}.exad-promo-box-wrapper.exad-promo-position-top #exad-promo-responsive-menu:checked ~ .exad-promo-box-container,.exad-promo-box-wrapper.exad-promo-position-bottom #exad-promo-responsive-menu:checked ~ .exad-promo-box-container{right: 0}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container .exad-promo-logo,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container .exad-promo-logo{width: 100%;text-align: center;display: inline-block}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container .exad-promo-logo img,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container .exad-promo-logo img{max-width: 150px}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container.exad-promo-content-type-horizontal,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container.exad-promo-content-type-horizontal{flex-direction: column;align-items: inherit;justify-content: center}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-content-container, .exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container.exad-promo-content-type-horizontal .exad-countdown-content-container, .exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container.exad-promo-content-type-horizontal .exad-mailchimp-container,.exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-content-container, .exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container.exad-promo-content-type-horizontal .exad-countdown-content-container, .exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container.exad-promo-content-type-horizontal .exad-mailchimp-container{flex: inherit}.exad-promo-box-wrapper.exad-promo-position-top .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-box-item:not(:last-child), .exad-promo-box-wrapper.exad-promo-position-bottom .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-box-item:not(:last-child){margin: 0 15px !important}.exad-promo-box-wrapper.exad-promo-position-top.exad-responsive-promo-box .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-inner-content,.exad-promo-box-wrapper.exad-promo-position-bottom.exad-responsive-promo-box .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-inner-content{margin: 20px 0 !important}.exad-promo-box-wrapper.exad-promo-position-top.exad-responsive-promo-box .exad-countdown.exad-countdown-divider .exad-countdown-container::after{top: 22% !important}.exad-promo-box-wrapper.exad-promo-position-none .exad-promo-box-container.exad-promo-content-type-horizontal{flex-direction: column}.exad-promo-box-wrapper.exad-promo-position-none .exad-promo-box-container.exad-promo-content-type-horizontal .exad-promo-content-inside-wrapper{margin: 15px 0}body.admin-bar .exad-promo-box-wrapper.exad-promo-position-top{top: 46px}}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-bottom-right{width: 350px;position: fixed;bottom: 0;right: 0}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-bottom-left{width: 350px;position: fixed;bottom: 0;left: 0}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-top-left{width: 350px;position: fixed;top: 0;left: 0}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-top-right{width: 350px;position: fixed;top: 0;right: 0}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-left-center{width: 350px;position: fixed;top: 50%;left: 0;transform: translateY(-50%)}.exad-promo-box-wrapper.exad-promo-align-type-vertical.exad-promo-position-right-center{width: 350px;position: fixed;top: 50%;right: 0;transform: translateY(-50%)}.exad-mailchimp-container .exad-mailchimp-input-field{border: none}#exad-viewmodal{position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 999;opacity: 0;visibility: hidden;background-color: transparent;overflow-y: auto}#exad-viewmodal.exadquickview-open{opacity: 1;visibility: visible;background-color: rgba(0,0,0,0.75)}#exad-viewmodal .exad-close-btn{background: transparent none repeat scroll 0 0;color: #000;height: inherit;line-height: inherit;padding: 0;position: absolute;right: 5px;top: 5px;cursor: pointer;display: none}#exad-viewmodal .exad-close-btn:hover{color: red;background: transparent}#exad-viewmodal .exad-modal-quickview-dialog{max-width: 960px;padding: 35px;width: 100%;position: relative;opacity: 0;visibility: hidden;transition: all 0.3s ease 0s;border-radius: 10px}#exad-viewmodal.exadquickview-open .exad-modal-quickview-dialog{opacity: 1;visibility: visible;transition: all 0.3s ease 0.3s}#exad-viewmodal.woocommerce div.product .product_title{color: #010101;font-size: 24px;line-height: 1;margin: 15px 0;display: block}.content-exadquickview.entry-summary{margin: 0;max-height: 450px;overflow-y: auto}#exad-viewmodal.woocommerce div.product p.price, #exad-viewmodal.woocommerce div.product span.price{color: #444444;font-size: 1.25em;margin-bottom: 15px}#exad-viewmodal.woocommerce div.product .woocommerce-product-rating{margin: 15px 0}#exad-viewmodal.woocommerce button.button.alt{background-color: #444444;color: #fff;font-weight: normal;line-height: 1}#exad-viewmodal.woocommerce .ht-qwick-view-left .images{float: left !important}.ht-quick-view-thumbnails .ht-quick-thumb-single{cursor: pointer;padding: 0 2px}.ht-quick-view-thumbnails .slick-slide img{width: 100%;border: 1px solid #cccccc}#exad-viewmodal .quantity{float: left;margin-right: 10px;width: auto}#exad-viewmodal.woocommerce .quantity .qty{text-align: center;width: 3.631em}#exad-viewmodal.woocommerce .product_meta{margin-top: 20px}#exad-viewmodal .star-rating{float: left;margin-right: 10px;margin-top: 4px}#exad-viewmodal.woocommerce div.product div.images{margin-bottom: 5px}#exad-viewmodal.woocommerce div.product .woocommerce-product-gallery__image img{border: 1px solid #ccc}@media (max-width: 450px){#exad-viewmodal .exad-row-wrapper{flex-direction: column}#exad-viewmodal .exad-row-wrapper .exad-col.exad-col-2{flex: 0 0 100%;max-width: 100%}}.exad-row-wrapper .exad-col.exad-col-2{flex: 0 0 50%;max-width: 50%}.exad-quick-view-img-wrapper .woocommerce-product-gallery{opacity: 1}.exad-quick-view-img-wrapper .exad-quick-view-thumbnails{width: 100px;float: left}#exad-viewmodal .woocommerce .exad-product-image div.images .flex-control-thumbs li img{border: 5px solid #fff}#exad-viewmodal .woocommerce div.product form.cart{overflow: hidden}.exad-search-form-container{display: flex;overflow: hidden}.exad-search-button-wrapper input[type=search]{border: 0;padding: 10px;cursor: pointer;border-radius: 0;transition: all .5s;box-sizing: border-box;outline: none}.exad-search-button-wrapper button{border: none;border-radius: 0;padding: 0}.exad-search-button-wrapper input[type=search]:focus{cursor: auto;border: none;box-shadow: none}.exad-search-icon-toggle input:-moz-placeholder,.exad-search-icon-toggle input::-webkit-input-placeholder{color: transparent}.exad-search-button-wrapper.exad-input-focus{display: flex}.exad-search-form-container .exad-search-submit{min-width: 3%;position:relative}.exad-search-form-container button#clear,.exad-search-icon-toggle button#clear{visibility: hidden;position: absolute;right:0;top:0;padding: 0 8px;font-style: normal;user-select: none;cursor: pointer;bottom:0;margin-right:10px;background-color: transparent}.exad-search-button-wrapper input[type="search"]::-webkit-search-decoration,.exad-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,.exad-search-button-wrapper input[type="search"]::-webkit-search-results-button,.exad-search-button-wrapper input[type="search"]::-webkit-search-results-decoration{display: none}.exad-search-form-container button#clear-with-button{visibility: hidden;position: absolute;top: 0;padding: 0 8px;font-style: normal;font-size: 1.2em;user-select: none;cursor: pointer;bottom:0;background-color: transparent}.exad-search-button-wrapper, .exad-search-form-container,.exad-search-icon-toggle,.exad-search-button-wrapper .exad-search-icon-toggle i,.exad-search-button-wrapper .exad-search-icon-toggle i:before{position: relative}.exad-search-button-wrapper .exad-search-icon-toggle .exad-search-form-input{position: absolute;width: 0;right: 0;background-color: transparent}.exad-search-icon-toggle{width: 100%!important}.exad-search-button-wrapper.exad-input-focus .exad-search-icon-toggle .exad-search-form-input{position: absolute;width: 250px;right: 0}.exad-search-type-text .exad-search-form-container,.exad-search-type-icon_text .exad-search-form-container,.exad-search-type-text .exad-search-form-container .exad-search-form-input,.exad-search-type-icon_text .exad-search-form-container .exad-search-form-input{width: 100%}.exad-search-icon-toggle{line-height: 1.5}.woocommerce form.cart div.quantity{float: left;margin: 0 4px 0 0}.woocommerce .exad-product-add-to-cart form.cart div.quantity,.woocommerce .exad-product-add-to-cart form.cart div.quantity{position: relative;display: inline-block;overflow: hidden}.exad-product-add-to-cart .cart .quantity input::-webkit-outer-spin-button,.exad-product-add-to-cart .cart .quantity input::-webkit-inner-spin-button{-webkit-appearance: none;margin: 0}.exad-product-add-to-cart .cart .quantity input.qty{position: relative;border: none}.exad-product-add-to-cart form.cart .quantity input{width: 100%}.exad-quantity-minus-btn, .exad-quantity-plus-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;height: 96%;width: 30px;padding: 0;border: none}.exad-quantity-minus-btn:hover, .exad-quantity-plus-btn:hover{background: none;border: none}.exad-quantity-minus-btn:focus, .exad-quantity-plus-btn:focus{outline: 0;background: none}.exad-product-add-to-cart .exad-quantity-plus-btn{right: 1px}.exad-product-add-to-cart .exad-quantity-minus-btn{left: 1px}.exad-quantity-minus-btn::before,.exad-quantity-plus-btn::before,.exad-quantity-plus-btn::after{content: '';position: absolute;height: 1px;width: 10px;background: #000;left: 50%;top: 50%;transform: translate(-50%, -50%)}.exad-quantity-plus-btn::after{transform: translate(-50%, -50%) rotate(90deg)}.exad-product-add-to-cart .cart{overflow: hidden !important}.exad-product-add-to-cart .cart button.button:focus{outline: 0}.exad-product-add-to-cart .cart button.button:focus{outline: 0}.woocommerce .exad-woo-cart-block-view .exad-product-add-to-cart form.cart{display: flex;flex-direction: column;float: none}.exad-woo-meta-block-view .exad-product-meta{display: flex;flex-direction: column}.exad-product-meta .exad-meta-container a{display: inline-flex;justify-content: center;align-items: center}.exad-product-related .related .products li a img{object-fit: cover;-o-object-fit: cover;width: 100%}.woocommerce .exad-product-related .related .products li a.woocommerce-LoopProduct-link:before{position: absolute;content: '';left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 0}.woocommerce .exad-product-related .related .products li a span.onsale{background-color: #3bc473;margin-bottom: 3px;padding: 5px 15px;position: relative;color: #fff;font-size: 14px;margin: 0;padding: 0;position: absolute;list-style: none;top: 20px;right: 20px;z-index: 99}.exad-product-related .related .product-prev,.exad-product-related .related .product-next{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 60px;width: 60px;background: transparent;border-radius: 50%;text-align: center;cursor: pointer;transition: all .3s ease;z-index: 1}.exad-product-related .related .product-prev svg,.exad-product-related .related .product-next svg{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-product-related .related .product-prev:hover,.exad-product-related .related .product-next:hover{color: #0a1724}.exad-product-related .related .product-prev{left: -70px}.exad-product-related .related .product-next{right: -70px}.exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-fraction{position: relative}.exad-product-related .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{width: 100%;height: 4px;left: 0px}.exad-Progressbar-align-top .exad-product-related .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{top: 74px}.exad-Progressbar-align-bottom .exad-product-related .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{bottom: 0}.exad-product-related .exad-swiper-pagination.swiper-pagination-fraction span{display: inline-block;text-align: center}.exad-product-carousel-layout.exad-product-navigation-none .exad-product-related .related .product-prev,.exad-product-carousel-layout.exad-product-navigation-none .exad-product-related .related .product-next,.exad-product-carousel-layout.exad-product-navigation-nav-dots .exad-product-related .related .product-prev,.exad-product-carousel-layout.exad-product-navigation-nav-dots .exad-product-related .related .product-next,.exad-product-carousel-layout.exad-product-navigation-progress-bar .exad-product-related .related .product-prev,.exad-product-carousel-layout.exad-product-navigation-progress-bar .exad-product-related .related .product-next,.exad-product-carousel-layout.exad-product-navigation-fraction .exad-product-related .related .product-prev,.exad-product-carousel-layout.exad-product-navigation-fraction .exad-product-related .related .product-next{display: none;opacity: 0 !important}.woocommerce .related-pro-swiper ul.products, .woocommerce-page .related-pro-swiper ul.products{display: flex;grid-template-columns: unset;column-gap: unset}.woocommerce .related-pro-swiper ul.products .star-rating, .woocommerce-page .related-pro-swiper .star-rating{margin-left: auto;margin-right: auto}.exad-single-product-details{}.exad-single-product-details .woocommerce-tabs .wc-tabs{border: none;display: flex;margin-bottom: 0;padding-left: 0;list-style: none !important}.woocommerce div.product .exad-single-product-details .woocommerce-tabs ul.tabs li{border: 1px solid none;background-color: transparent;display: inline-block;position: relative;z-index: 0;border-radius:0;margin: 0;padding: 0}.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{border: 1px solid transparent;position: absolute;bottom: -1px;width: 5px;height: 5px;content: none;box-sizing: border-box}@media (max-width: 575px){.exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs .wc-tabs, .exad-single-product-details.exad-tabs-menu-container-align-right .woocommerce-tabs .wc-tabs, .exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs .woocommerce-Tabs-panel, .exad-single-product-details.exad-tabs-menu-container-align-right .woocommerce-tabs .woocommerce-Tabs-panel{width: 100% !important;flex-direction: column;display:block !important}.exad-single-product-details.exad-tabs-menu-container-align-right .woocommerce-tabs,.exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs{display:block !important}.exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs .woocommerce-Tabs-panel{margin-left: 0 !important}}.exad-single-product-details.exad-tabs-menu-container-align-right .woocommerce-tabs,.exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs{display:flex}.exad-single-product-details.exad-tabs-menu-container-align-right .woocommerce-tabs .wc-tabs,.exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs .wc-tabs{display: flex;flex-direction: column}.exad-single-product-details.exad-tabs-menu-container-align-left .woocommerce-tabs .wc-tabs{order: 0}.exad-single-product-details.exad-tabs-menu-container-align-right .woocommerce-tabs .wc-tabs{order: 1}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom: unset}.exad-product-upsell .upsells .products li a img{object-fit: cover;-o-object-fit: cover;width: 100%}.woocommerce .exad-product-upsell .upsells .products li a.woocommerce-LoopProduct-link:before{position: absolute;content: '';left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 0}.woocommerce .exad-product-upsell .upsells .products li a span.onsale{background-color: #3bc473;margin-bottom: 3px;padding: 5px 15px;position: relative;color: #fff;font-size: 14px;margin: 0;padding: 0;position: absolute;list-style: none;top: 20px;right: 20px;z-index: 99}.exad-product-upsell .upsells .product-prev,.exad-product-upsell .upsells .product-next{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 60px;width: 60px;background: transparent;border-radius: 50%;text-align: center;cursor: pointer;transition: all .3s ease;z-index: 1}.exad-product-upsell .upsells .product-prev svg,.exad-product-upsell .upsells .product-next svg{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-product-upsell .upsells .product-prev:hover,.exad-product-upsell .upsells .product-next:hover{color: #0a1724}.exad-product-upsell .upsells .product-prev{left: -70px}.exad-product-upsell .upsells .product-next{right: -70px}.exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-fraction{position: relative}.exad-product-upsell .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{width: 100%;height: 4px;left: 0px}.exad-Progressbar-align-top .exad-product-upsell .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{top: 74px}.exad-Progressbar-align-bottom .exad-product-upsell .exad-dots-container .exad-swiper-pagination.swiper-pagination.swiper-pagination-progressbar{bottom: 0}.exad-product-upsell .exad-swiper-pagination.swiper-pagination-fraction span{display: inline-block;text-align: center}.exad-product-upsell-carousel-layout.exad-product-navigation-none .exad-product-upsell .upsells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-none .exad-product-upsell .upsells .product-next,.exad-product-upsell-carousel-layout.exad-product-navigation-nav-dots .exad-product-upsell .upsells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-nav-dots .exad-product-upsell .upsells .product-next,.exad-product-upsell-carousel-layout.exad-product-navigation-progress-bar .exad-product-upsell .upsells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-progress-bar .exad-product-upsell .upsells .product-next,.exad-product-upsell-carousel-layout.exad-product-navigation-fraction .exad-product-upsell .upsells .product-prev,.exad-product-upsell-carousel-layout.exad-product-navigation-fraction .exad-product-upsell .upsells .product-next{display: none;opacity: 0 !important}.woocommerce .upsell-pro-swiper ul.products, .woocommerce-page .upsell-pro-swiper ul.products{display: flex;grid-template-columns: unset;column-gap: unset}.woocommerce .up-sells ul.products .star-rating,.woocommerce-page .up-sells ul.products .star-rating,.woocommerce .upsell-pro-swiper ul.products .star-rating, .woocommerce-page .upsell-pro-swiper ul.products .star-rating{margin-left: auto;margin-right: auto}.exad-site-logo img{transition: all .3s ease}.exad-site-logo .custom-logo-link:focus{outline: 0}.exad-site-link{display: flex;margin: 0}.exad-site-tagline{color: #000;font-size: 22px;margin: 0}.exad-site-link{display: flex;margin: 0}.exad-site-title{color: #000;font-size: 22px;margin: 0}.exad-slider.fullscreen .exad-each-slider-item{height: 100vh}body.admin-bar .exad-slider.fullscreen .exad-each-slider-item{height: calc(100vh - 32px)}.exad-each-slider-item{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;position: relative;overflow: hidden}.exad-each-slider-item .exad-slider-bg-overlay{position: absolute;height: 100%;width: 100%;top: 0;left: 0}.exad-slide-bg{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;width: 100%;background-repeat: no-repeat;min-width: 100%;min-height: 100%}.exad-slide-inner{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;width: 100%;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;background-repeat: no-repeat;background-position: 50%;position: absolute;top: 0;left: 0;bottom: 0;right: 0}.exad-slide-content{position: relative;z-index: 1;width: 100%;margin: 0 auto}.exad-slide-content .exad-slider-title{font-size: 30px}.exad-slide-content .exad-slider-details{font-size: 18px}.exad-slide-content a{font-size: 15px;display: inline-block}.exad-slider .slick-next, .exad-slider .slick-prev{z-index: 1;font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;padding: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);cursor: pointer;color: transparent;border: none;outline: none;background: rgba(255, 255, 255, .3);outline: none}.exad-slider .slick-next:focus, .exad-slider .slick-prev:focus{outline: none}.exad-slider .slick-prev{left: 0px}.exad-slider .slick-next{right: 0px}.exad-slider .slick-next:before, .exad-slider .slick-prev:before{font-size: 35px;color: #fff;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;opacity: 1;line-height: unset}.exad-slider .slick-prev:hover,.exad-slider .slick-next:hover{background-color: inherit}.exad-slider.dot-bullet ul.slick-dots{bottom: 15px;left: 0;transform: translateX(-50%);position: absolute;display: flex;align-items: center;padding: 0;margin: 0;list-style: none;line-height: 1;width: auto}.exad-slider.dot-bullet ul.slick-dots li{position: relative;display: table;margin: 0;padding: 0;cursor: pointer}.exad-slider.dot-bullet ul.slick-dots li.slick-active{background: rgba(255, 255, 255, 1)}.exad-slider.dot-bullet ul.slick-dots li button{display: none}.exad-slider.dot-image ul.slick-dots{padding: 0;margin: 0;list-style: none;text-align: center}.exad-slider.dot-image ul.slick-dots li{position: relative;display: inline-block;cursor: pointer}.exad-slider .slick-dots{display: flex}.exad-slider.dot-hide .slick-dots{display: none}.exad-slider .slick-dots li a{height: 70px;display: block}.exad-slider .slick-dots li a img{height: 100%;width: 100%;object-fit: cover}.exad-slider.dot-image ul li:first-child{margin-left: 0px !important}.exad-slider.dot-image ul li:last-child{margin-right: 0px !important}.slick-active.slick-current .exad-slider-progressbar-active{position: absolute;top: 0;left: 0;height: 7px;-webkit-animation: exadSliderProgressbar 5000ms ease-in-out;-moz-animation: exadSliderProgressbar 5000ms ease-in-out;-ms-animation: exadSliderProgressbar 5000ms ease-in-out;animation: exadSliderProgressbar 5000ms ease-in-out;background-color: rgba(255, 255, 255, .7);z-index: 99}.exad-slide-content.exad-slide-content-title-background-yes .exad-slide-content{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent}@-webkit-keyframes exadSliderProgressbar{from{width: 0}to{width: 100%}}@keyframes exadSliderProgressbar{from{width: 0}to{width: 100%}}@-webkit-keyframes fadeInDown{from{opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0)}to{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0)}to{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}.fadeInDown{-webkit-animation-name: fadeInDown;animation-name: fadeInDown}@-webkit-keyframes fadeOutDown{from{opacity: 1}to{opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity: 1}to{opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown}.animated{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both}@media (print), (prefers-reduced-motion: reduce){.animated{-webkit-animation-duration: 1ms !important;animation-duration: 1ms !important;-webkit-transition-duration: 1ms !important;transition-duration: 1ms !important;-webkit-animation-iteration-count: 1 !important;animation-iteration-count: 1 !important}}.exad-social-share-icons.exad-social-share-display-horizontal{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;overflow: hidden;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap}.exad-social-share-icons.exad-social-share-display-vertical{display: flex;flex-direction: column}.exad-social-share-icons a{display: inline-flex;align-items: center;transition: all .3s ease}.exad-social-share-icons a svg path{transition: all .3s ease}.exad-social-share-icons.exad-social-share-box-yes a{position: relative}.exad-social-share-icons.exad-social-share-box-yes a i,.exad-social-share-icons.exad-social-share-box-yes a svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-source-code pre{position: relative}.exad-source-code.visibility-on-hover pre .exad-copy-button{opacity: 0}.exad-source-code pre .exad-copy-button{position: absolute;content: '';right: 0;top: 0;font-size: 13px;border: none;outline: 0;transition: .3s}.exad-source-code.position-bottom-right pre .exad-copy-button{top: inherit;bottom: 0}.exad-source-code pre .exad-copy-button:focus{outline: 0}.exad-source-code.visibility-on-hover:hover pre .exad-copy-button{opacity: 1}.exad-source-code pre[class*="language-"].line-numbers{position: relative;padding-left: 3.8em;counter-reset: linenumber}.exad-source-code pre[class*="language-"].line-numbers > code{position: relative;white-space: inherit}.exad-source-code .line-numbers .line-numbers-rows{position: absolute;pointer-events: none;top: 0;font-size: 100%;left: -3.8em;width: 3em;letter-spacing: -1px;border-right: 1px solid #999;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.exad-source-code .line-numbers-rows > span{display: block;counter-increment: linenumber}.exad-source-code .line-numbers-rows > span:before{content: counter(linenumber);color: #999;display: block;padding-right: 0.8em;text-align: right}/* PrismJS 1.19.0https://prismjs.com/download.html#themes=prism
/*! elementor-icons - v5.53.0 - 16-07-2026 */
@font-face{font-family:eicons;src:url(https://wakad.in/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0);src:url(https://wakad.in/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0#iefix) format("embedded-opentype"),url(https://wakad.in/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.53.0) format("woff2"),url(https://wakad.in/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.53.0) format("woff"),url(https://wakad.in/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.53.0) format("truetype"),url(https://wakad.in/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.53.0#eicon) format("svg");font-weight:400;font-style:normal;font-display:block;}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-after:before{content:"\ebfa"}.eicon-pagination-item:before{content:"\ebfb"}.eicon-before:before{content:"\ebfc"}.eicon-pagination:before{content:"\ebfd"}.eicon-loop-item:before{content:"\ec00"}.eicon-loop-widget:before{content:"\ec01"}.eicon-x-twitter:before{content:"\ef04"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
.exad-slider .slick-prev:before{content:"\e89f"}.exad-slider .slick-next:before{content:"\e89e"}.exad-slider .slick-next:before,.exad-slider .slick-prev:before{font-family:eicons}.exad-woo-products-container.woocommerce .exad-woo-product-carousel-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a:after{font-family:eicons;content:'\e8e9'}.exad-woo-products-container.woocommerce .exad-woo-product-carousel-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a.loading:after{font-family:eicons;content:'\e931'}.exad-woo-products-container.woocommerce .exad-woo-product-carousel-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a.added_to_cart:after{font-family:eicons;content:'\e90e'}.exad-woo-products.woocommerce .exad-woo-product-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a:after{font-family:eicons;content:'\e8e9'}.exad-woo-products.woocommerce .exad-woo-product-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a.exad-product-quickview-btn:after{font-family:eicons;content:'\e8ed'}.exad-woo-products.woocommerce .exad-woo-product-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a.loading:after{font-family:eicons;content:'\e931'}.exad-woo-products.woocommerce .exad-woo-product-item .exad-single-woo-product-image .exad-single-woo-product-hover-items a.added_to_cart:after{font-family:eicons;content:'\e90e'}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.eot');
    src: url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.woff') format('woff'), 
    url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.ttf') format('truetype'), 
    url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.svg#slick') format('svg');
;font-display:swap;}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px !important;
    left: auto !important;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next, 
html[dir='rtl'] .slick-next, 
body.rtl .slick-next
{
    right: auto !important;
    left: -25px !important;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
;font-display:block;}

.exad-ihe-grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.exad-ihe-grid figure.exad-ihe-figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/* min-width: 320px;
	max-width: 480px;
	max-height: 360px; */
	width: 100%;
	background: #3085a3;
	text-align: center;
	/* cursor: pointer; */
}

.exad-ihe-grid figure.exad-ihe-figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width: 100%;
}

.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption::before,
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption::after {
	pointer-events: none;
}

.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption,
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title {
	word-spacing: -0.15em;
	font-weight: 300;
}

.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title span {
	font-weight: 800;
}

.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title,
.exad-ihe-grid figure.exad-ihe-figure p {
	margin: 0;
}

.exad-ihe-grid figure.exad-ihe-figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.exad-ihe-figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.exad-ihe-figure.effect-lily figcaption.exad-ihe-figcaption {
	text-align: left;
}

figure.exad-ihe-figure.effect-lily figcaption.exad-ihe-figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.exad-ihe-figure.effect-lily .exad-ihe-title,
figure.exad-ihe-figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.exad-ihe-figure.effect-lily .exad-ihe-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.exad-ihe-figure.effect-lily:hover img,
figure.exad-ihe-figure.effect-lily:hover p {
	opacity: 1;
}

figure.exad-ihe-figure.effect-lily:hover img,
figure.exad-ihe-figure.effect-lily:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.exad-ihe-figure.effect-sadie figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.exad-ihe-figure.effect-sadie .exad-ihe-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.exad-ihe-figure.effect-sadie figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.exad-ihe-figure.effect-sadie:hover .exad-ihe-title {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.exad-ihe-figure.effect-sadie:hover figcaption.exad-ihe-figcaption::before ,
figure.exad-ihe-figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.exad-ihe-figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.exad-ihe-figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.exad-ihe-figure.effect-roxy figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.exad-ihe-figure.effect-roxy figcaption.exad-ihe-figcaption {
	padding: 3em;
	text-align: left;
}

figure.exad-ihe-figure.effect-roxy .exad-ihe-title {
	padding: 30% 0 10px 0;
}

figure.exad-ihe-figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.exad-ihe-figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-roxy:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.exad-ihe-figure.effect-bubba {
	background: #9e5406;
}

figure.exad-ihe-figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.exad-ihe-figure.effect-bubba .exad-ihe-title {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.exad-ihe-figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.exad-ihe-figure.effect-bubba:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-bubba:hover figcaption.exad-ihe-figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.exad-ihe-figure.effect-bubba:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.exad-ihe-figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.exad-ihe-figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: translate3d(1,1,1);
}

figure.exad-ihe-figure.effect-romeo figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-romeo figcaption.exad-ihe-figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.exad-ihe-figure.effect-romeo:hover figcaption.exad-ihe-figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.exad-ihe-figure.effect-romeo:hover figcaption.exad-ihe-figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.exad-ihe-figure.effect-romeo .exad-ihe-title,
figure.exad-ihe-figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-romeo .exad-ihe-title {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.exad-ihe-figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.exad-ihe-figure.effect-romeo:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.exad-ihe-figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.exad-ihe-figure.effect-layla {
	background: #18a367;
}

/* figure.exad-ihe-figure.effect-layla img {
	height: 390px;
} */

figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption {
	padding: 3em;
}

figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.exad-ihe-figure.effect-layla .exad-ihe-title {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.exad-ihe-figure.effect-layla img,
figure.exad-ihe-figure.effect-layla .exad-ihe-title {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.exad-ihe-figure.effect-layla img,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.exad-ihe-figure.effect-layla:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-layla:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-layla:hover p,
figure.exad-ihe-figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.exad-ihe-figure.effect-honey {
	background: #4a3753;
}

figure.exad-ihe-figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.exad-ihe-figure.effect-honey figcaption.exad-ihe-figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.exad-ihe-figure.effect-honey .exad-ihe-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.exad-ihe-figure.effect-honey .exad-ihe-title i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.exad-ihe-figure.effect-honey figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-honey .exad-ihe-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-honey:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-honey:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-honey:hover .exad-ihe-title i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.exad-ihe-figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.exad-ihe-figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.exad-ihe-figure.effect-oscar .exad-ihe-title {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.exad-ihe-figure.effect-oscar:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-oscar:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.exad-ihe-figure.effect-oscar:hover figcaption.exad-ihe-figcaption {
	background-color: rgba(58,52,42,0);
}

figure.exad-ihe-figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.exad-ihe-figure.effect-marley figcaption.exad-ihe-figcaption {
	text-align: right;
}

figure.exad-ihe-figure.effect-marley .exad-ihe-title,
figure.exad-ihe-figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.exad-ihe-figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.exad-ihe-figure.effect-marley .exad-ihe-title {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.exad-ihe-figure.effect-marley:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-marley .exad-ihe-title::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.exad-ihe-figure.effect-marley .exad-ihe-title::after,
figure.exad-ihe-figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-marley:hover .exad-ihe-title::after,
figure.exad-ihe-figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.exad-ihe-figure.effect-ruby {
	background-color: #17819c;
}

figure.exad-ihe-figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.exad-ihe-figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.exad-ihe-figure.effect-ruby .exad-ihe-title {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.exad-ihe-figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.exad-ihe-figure.effect-ruby:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.exad-ihe-figure.effect-milo {
	background: #2e5d5a;
}

figure.exad-ihe-figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.exad-ihe-figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.exad-ihe-figure.effect-milo .exad-ihe-title {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.exad-ihe-figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.exad-ihe-figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.exad-ihe-figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.exad-ihe-figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.exad-ihe-figure.effect-dexter figcaption.exad-ihe-figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.exad-ihe-figure.effect-dexter:hover figcaption.exad-ihe-figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-dexter figcaption.exad-ihe-figcaption {
	padding: 3em;
	text-align: left;
}

figure.exad-ihe-figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.exad-ihe-figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.exad-ihe-figure.effect-sarah {
	background: #42b078;
}

figure.exad-ihe-figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.exad-ihe-figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-sarah figcaption.exad-ihe-figcaption {
	text-align: left;
}

figure.exad-ihe-figure.effect-sarah .exad-ihe-title {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.exad-ihe-figure.effect-sarah .exad-ihe-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.exad-ihe-figure.effect-sarah:hover .exad-ihe-title::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.exad-ihe-figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.exad-ihe-figure.effect-zoe figcaption.exad-ihe-figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.exad-ihe-figure.effect-zoe .exad-ihe-title {
	float: left;
}

figure.exad-ihe-figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:hover,
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.exad-ihe-figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	/* -webkit-backface-visibility: hidden; Fix for Chrome 37.0.2062.120 (Mac) */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	/* -webkit-backface-visibility: hidden; Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.exad-ihe-figure.effect-zoe .exad-ihe-title,
figure.exad-ihe-figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.exad-ihe-figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	/* speak: none; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.exad-ihe-figure.effect-zoe .exad-ihe-title {
	display: inline-block;
}

figure.exad-ihe-figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.exad-ihe-figure.effect-zoe:hover figcaption.exad-ihe-figcaption,
figure.exad-ihe-figure.effect-zoe:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-zoe:hover .exad-ihe-title {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.exad-ihe-figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.exad-ihe-figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption {
	padding: 3em;
}

figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-chico .exad-ihe-title {
	padding: 20% 0 20px 0;
}

figure.exad-ihe-figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.exad-ihe-figure.effect-chico:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.exad-ihe-grid figure.exad-ihe-figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
.exad-ihe-grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.exad-ihe-figure.effect-julia {
	background: #2f3238;
}

figure.exad-ihe-figure.effect-julia img {
	max-width: none;
	object-fit: cover;
	/* height: 400px; */
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.exad-ihe-figure.effect-julia figcaption.exad-ihe-figcaption {
	text-align: left;
}

figure.exad-ihe-figure.effect-julia .exad-ihe-title {
	position: relative;
	padding: 0.5em 0;
}

figure.exad-ihe-figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.exad-ihe-figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.exad-ihe-figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.exad-ihe-figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.exad-ihe-figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.exad-ihe-figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.exad-ihe-figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.exad-ihe-figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.exad-ihe-figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.exad-ihe-figure.effect-goliath {
	background: #df4e4e;
}

figure.exad-ihe-figure.effect-goliath img,
figure.exad-ihe-figure.effect-goliath .exad-ihe-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.exad-ihe-figure.effect-goliath .exad-ihe-title,
figure.exad-ihe-figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.exad-ihe-figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.exad-ihe-figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.exad-ihe-figure.effect-goliath:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.exad-ihe-figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.exad-ihe-figure.effect-hera {
	background: #303fa9;
}

figure.exad-ihe-figure.effect-hera .exad-ihe-title {
	font-size: 158.75%;
}

figure.exad-ihe-figure.effect-hera .exad-ihe-title,
figure.exad-ihe-figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.exad-ihe-figure.effect-hera figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.exad-ihe-figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.exad-ihe-figure.effect-hera p a {
	color: #fff;
}

figure.exad-ihe-figure.effect-hera p a:hover,
figure.exad-ihe-figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.exad-ihe-figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.exad-ihe-figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.exad-ihe-figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.exad-ihe-figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.exad-ihe-figure.effect-hera:hover figcaption.exad-ihe-figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.exad-ihe-figure.effect-hera:hover .exad-ihe-title {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.exad-ihe-figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.exad-ihe-figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.exad-ihe-figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.exad-ihe-figure.effect-winston figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.exad-ihe-figure.effect-winston .exad-ihe-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.exad-ihe-figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.exad-ihe-figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.exad-ihe-figure.effect-winston a:hover,
figure.exad-ihe-figure.effect-winston a:focus {
	color: #cc6055;
}

figure.exad-ihe-figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.exad-ihe-figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.exad-ihe-figure.effect-winston:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-winston:hover figcaption.exad-ihe-figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.exad-ihe-figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.exad-ihe-figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.exad-ihe-figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.exad-ihe-figure.effect-selena {
	background: #fff;
}

figure.exad-ihe-figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.exad-ihe-figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.exad-ihe-figure.effect-selena .exad-ihe-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.exad-ihe-figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.exad-ihe-figure.effect-selena:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.exad-ihe-figure.effect-terry {
	background: #34495e;
}

figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption {
	padding: 1em;
}

figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	-webkit-transform: translate3d(70px,60px,0);
	transform: translate3d(70px,60px,0);
}

figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.exad-ihe-figure.effect-terry img,
figure.exad-ihe-figure.effect-terry p a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-terry img {
	opacity: 0.85;
}

figure.exad-ihe-figure.effect-terry .exad-ihe-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
	figure.exad-ihe-figure.effect-terry .exad-ihe-title {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.exad-ihe-figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.exad-ihe-figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.exad-ihe-figure.effect-terry p a:hover,
figure.exad-ihe-figure.effect-terry p a:focus {
	color: #f3cf3f;
}

figure.exad-ihe-figure.effect-terry:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-terry:hover figcaption.exad-ihe-figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-terry:hover img {
	opacity: 0.6;

}

figure.exad-ihe-figure.effect-terry:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-terry:hover p a {
	opacity: 1;
}

figure.exad-ihe-figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.exad-ihe-figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.exad-ihe-figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.exad-ihe-figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.exad-ihe-figure.effect-phoebe {
	background: #675983;
}

figure.exad-ihe-figure.effect-phoebe img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-phoebe:hover img {
	opacity: 0.6;
}

figure.exad-ihe-figure.effect-phoebe figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.exad-ihe-figure.effect-phoebe:hover figcaption.exad-ihe-figcaption::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.exad-ihe-figure.effect-phoebe .exad-ihe-title {
	margin-top: 1em;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.exad-ihe-figure.effect-phoebe:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-phoebe p a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-phoebe p a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.exad-ihe-figure.effect-phoebe p a:nth-child(2) {
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.exad-ihe-figure.effect-phoebe p a:nth-child(3) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.exad-ihe-figure.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.exad-ihe-figure.effect-apollo {
	background: #3498db;
}

figure.exad-ihe-figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.exad-ihe-figure.effect-apollo figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.exad-ihe-figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-apollo .exad-ihe-title {
	text-align: left;
}

figure.exad-ihe-figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.exad-ihe-figure.effect-apollo:hover figcaption.exad-ihe-figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.exad-ihe-figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.exad-ihe-figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.exad-ihe-figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-kira figcaption.exad-ihe-figcaption {
	z-index: 1;
}

figure.exad-ihe-figure.effect-kira p {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.exad-ihe-figure.effect-kira p a {
	margin: 0 0.5em;
	color: #101010;
}

figure.exad-ihe-figure.effect-kira p a:hover,
figure.exad-ihe-figure.effect-kira p a:focus {
	opacity: 0.6;
}

figure.exad-ihe-figure.effect-kira figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.exad-ihe-figure.effect-kira:hover img {
	opacity: 0.5;
}

figure.exad-ihe-figure.effect-kira:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-kira:hover figcaption.exad-ihe-figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.exad-ihe-figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.exad-ihe-figure.effect-steve:before,
figure.exad-ihe-figure.effect-steve .exad-ihe-title:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.exad-ihe-figure.effect-steve figcaption.exad-ihe-figcaption {
	z-index: 1;
}

figure.exad-ihe-figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-steve .exad-ihe-title,
figure.exad-ihe-figure.effect-steve p {
	background: #fff;
	color: #2d434e;
}

figure.exad-ihe-figure.effect-steve .exad-ihe-title {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.exad-ihe-figure.effect-steve .exad-ihe-title:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.exad-ihe-figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.exad-ihe-figure.effect-steve:hover:before {
	opacity: 1;
}

figure.exad-ihe-figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.exad-ihe-figure.effect-steve:hover .exad-ihe-title:before {
	opacity: 0;
}

figure.exad-ihe-figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

figure.exad-ihe-figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.exad-ihe-figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-moses .exad-ihe-title,
figure.exad-ihe-figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.exad-ihe-figure.effect-moses .exad-ihe-title {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}

figure.exad-ihe-figure.effect-moses p {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.exad-ihe-figure.effect-moses:hover .exad-ihe-title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-moses:hover img {
	opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.exad-ihe-figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.exad-ihe-figure.effect-jazz img {
	opacity: 0.9;
}

figure.exad-ihe-figure.effect-jazz figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-jazz img,
figure.exad-ihe-figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-jazz figcaption.exad-ihe-figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.exad-ihe-figure.effect-jazz .exad-ihe-title,
figure.exad-ihe-figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.exad-ihe-figure.effect-jazz .exad-ihe-title {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.exad-ihe-figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.exad-ihe-figure.effect-jazz:hover figcaption.exad-ihe-figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.exad-ihe-figure.effect-jazz:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.exad-ihe-figure.effect-ming {
	background: #030c17;
}

figure.exad-ihe-figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.exad-ihe-figure.effect-ming figcaption.exad-ihe-figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.exad-ihe-figure.effect-ming .exad-ihe-title {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.exad-ihe-figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.exad-ihe-figure.effect-ming:hover .exad-ihe-title {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.exad-ihe-figure.effect-ming:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.exad-ihe-figure.effect-ming:hover figcaption.exad-ihe-figcaption {
	background-color: rgba(58,52,42,0);
}

figure.exad-ihe-figure.effect-ming:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.exad-ihe-figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.exad-ihe-figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.exad-ihe-figure.effect-lexi figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-lexi figcaption.exad-ihe-figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.exad-ihe-figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.exad-ihe-figure.effect-lexi .exad-ihe-title {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.exad-ihe-figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.exad-ihe-figure.effect-lexi:hover figcaption.exad-ihe-figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.exad-ihe-figure.effect-lexi:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.exad-ihe-figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.exad-ihe-figure.effect-duke img,
figure.exad-ihe-figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.exad-ihe-figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.exad-ihe-figure.effect-duke .exad-ihe-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.exad-ihe-figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.exad-ihe-figure.effect-duke:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.exad-ihe-grid figure.exad-ihe-figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 2.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.exad-ihe-wrapper [class^="imghvr-"],
.exad-ihe-wrapper [class*=" imghvr-"] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.exad-ihe-wrapper [class^="imghvr-"] > img,
.exad-ihe-wrapper [class*=" imghvr-"] > img {
    vertical-align: top;
    max-width: 100%;
}

.exad-ihe-wrapper [class^="imghvr-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption {
    background-color: #135796;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

.exad-ihe-wrapper [class^="imghvr-"] figcaption h1,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h2,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h3,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h4,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h5,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h6,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h1,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h2,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h3,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h4,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h5,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h6 {
    color: #ffffff;
}

.exad-ihe-wrapper [class^="imghvr-"] a,
.exad-ihe-wrapper [class*=" imghvr-"] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.exad-ihe-wrapper [class^="imghvr-"],
.exad-ihe-wrapper [class*=" imghvr-"],
.exad-ihe-wrapper [class^="imghvr-"]:before,
.exad-ihe-wrapper [class^="imghvr-"]:after,
.exad-ihe-wrapper [class*=" imghvr-"]:before,
.exad-ihe-wrapper [class*=" imghvr-"]:after,
.exad-ihe-wrapper [class^="imghvr-"] *,
.exad-ihe-wrapper [class*=" imghvr-"] *,
.exad-ihe-wrapper [class^="imghvr-"] *:before,
.exad-ihe-wrapper [class^="imghvr-"] *:after,
.exad-ihe-wrapper [class*=" imghvr-"] *:before,
.exad-ihe-wrapper [class*=" imghvr-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-fade"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"] figcaption {
    opacity: 0;
}

.exad-ihe-wrapper [class^="imghvr-fade"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover figcaption {
    opacity: 1;
}

.exad-ihe-wrapper [class^="imghvr-fade"]:hover > img,
.exad-ihe-wrapper [class^="imghvr-fade"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover > img,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.exad-ihe-wrapper .imghvr-fade-in-up figcaption {
    -webkit-transform: translate(0, 15%);
            transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
.exad-ihe-wrapper .imghvr-fade-in-down figcaption {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-fade-in-left figcaption {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-fade-in-right figcaption {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-push-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-push-"]:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
.exad-ihe-wrapper .imghvr-push-up figcaption {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.exad-ihe-wrapper .imghvr-push-up:hover > img {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-push-down
   ----------------------------- */
.exad-ihe-wrapper .imghvr-push-down figcaption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.exad-ihe-wrapper .imghvr-push-down:hover > img {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-push-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-push-left figcaption {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.exad-ihe-wrapper .imghvr-push-left:hover > img {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-push--right
   ----------------------------- */
   .exad-ihe-wrapper .imghvr-push-right figcaption {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.exad-ihe-wrapper .imghvr-push-right:hover > img {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/* imghvr-slide-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-slide-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-slide-"]:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* imghvr-slide-up
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-slide-down
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-slide-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-left figcaption {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/* imghvr-slide-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-right figcaption {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-slide-top-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-top-left figcaption {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-top-right figcaption {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-bottom-left figcaption {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-slide-bottom-right figcaption {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
}

/* imghvr-reveal-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-reveal-"]:before,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #135796;
}

.exad-ihe-wrapper [class^="imghvr-reveal-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-reveal-"] figcaption {
    opacity: 0;
}

.exad-ihe-wrapper [class^="imghvr-reveal-"]:hover:before,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.exad-ihe-wrapper [class^="imghvr-reveal-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-reveal-up
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-reveal-down
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-reveal-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/* imghvr-reveal-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-reveal-top-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
}

/* imghvr-hinge-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-hinge-"],
.exad-ihe-wrapper [class*=" imghvr-hinge-"] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

.exad-ihe-wrapper [class^="imghvr-hinge-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-hinge-"] figcaption {
    opacity: 0;
    z-index: 1;
}

.exad-ihe-wrapper [class^="imghvr-hinge-"]:hover img,
.exad-ihe-wrapper [class*=" imghvr-hinge-"]:hover img {
    opacity: 0;
}

.exad-ihe-wrapper [class^="imghvr-hinge-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-hinge-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-hinge-up
   ----------------------------- */
.exad-ihe-wrapper .imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.exad-ihe-wrapper .imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.exad-ihe-wrapper .imghvr-hinge-up:hover > img {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

.exad-ihe-wrapper .imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}

/* imghvr-hinge-down
   ----------------------------- */
.exad-ihe-wrapper .imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.exad-ihe-wrapper .imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
            transform-origin: 50% -50%;
}

.exad-ihe-wrapper .imghvr-hinge-down:hover > img {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
}

.exad-ihe-wrapper .imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}

/* imghvr-hinge-left
   ----------------------------- */
.exad-ihe-wrapper .imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.exad-ihe-wrapper .imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.exad-ihe-wrapper .imghvr-hinge-left:hover > img {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
}

.exad-ihe-wrapper .imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}

/* imghvr-hinge-right
   ----------------------------- */
.exad-ihe-wrapper .imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.exad-ihe-wrapper .imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
}

.exad-ihe-wrapper .imghvr-hinge-right:hover > img {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
}

.exad-ihe-wrapper .imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}

/* imghvr-flip-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-flip-"],
.exad-ihe-wrapper [class*=" imghvr-flip-"] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

.exad-ihe-wrapper [class^="imghvr-flip-"] img,
.exad-ihe-wrapper [class*=" imghvr-flip-"] img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.exad-ihe-wrapper [class^="imghvr-flip-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-flip-"] figcaption {
    opacity: 0;
}

.exad-ihe-wrapper [class^="imghvr-flip-"]:hover > img,
.exad-ihe-wrapper [class*=" imghvr-flip-"]:hover > img {
    opacity: 0;
}

.exad-ihe-wrapper [class^="imghvr-flip-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-flip-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.14s;
}

/* imghvr-flip-horiz
   ----------------------------- */
.exad-ihe-wrapper .imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.exad-ihe-wrapper .imghvr-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
}

.exad-ihe-wrapper .imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

/* imghvr-flip-vert
   ----------------------------- */
.exad-ihe-wrapper .imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.exad-ihe-wrapper .imghvr-flip-vert:hover > img {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}

.exad-ihe-wrapper .imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
   ----------------------------- */
.exad-ihe-wrapper .imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
            transform: rotate3d(1, -1, 0, 100deg);
}

.exad-ihe-wrapper .imghvr-flip-diag-1:hover > img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
            transform: rotate3d(-1, 1, 0, 100deg);
}

.exad-ihe-wrapper .imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
   ----------------------------- */
.exad-ihe-wrapper .imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
            transform: rotate3d(1, 1, 0, 100deg);
}

.exad-ihe-wrapper .imghvr-flip-diag-2:hover > img {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
            transform: rotate3d(-1, -1, 0, 100deg);
}

.exad-ihe-wrapper .imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
   ----------------------------- */
.exad-ihe-wrapper [class^="imghvr-shutter-out-"]:before,
.exad-ihe-wrapper [class*=" imghvr-shutter-out-"]:before {
    background: #135796;
    position: absolute;
    content: "";
    transition-delay: 0.105s;
}

.exad-ihe-wrapper [class^="imghvr-shutter-out-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-shutter-out-"] figcaption {
    opacity: 0;
    transition-delay: 0s;
}

[class^="imghvr-shutter-out-"]:hover:before,
[class*=" imghvr-shutter-out-"]:hover:before {
    transition-delay: 0s;
}

[class^="imghvr-shutter-out-"]:hover figcaption,
[class*=" imghvr-shutter-out-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-in-*
   ----------------------------- */
[class^="imghvr-shutter-in-"]:after, [class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:before {
    background: #135796;
    position: absolute;
    content: "";
}

[class^="imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:after {
    top: 0;
    left: 0;
}

[class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:before {
    right: 0;
    bottom: 0;
}

[class^="imghvr-shutter-in-"] figcaption,
[class*=" imghvr-shutter-in-"] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^="imghvr-shutter-in-"]:hover figcaption,
[class*=" imghvr-shutter-in-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
    width: 50%;
}

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%;
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
    height: 50%;
}

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
    width: 100%;
}

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
    height: 100%;
}

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
            transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
            transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
            transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
            transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
            transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
            transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
            transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
            transform: skew(45deg) translateX(0%);
}

/* imghvr-switch-*
   ----------------------------- */
[class^='imghvr-switch-'] > img,
[class^='imghvr-switch-'] figcaption,
[class*=' imghvr-switch-'] > img,
[class*=' imghvr-switch-'] figcaption {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[class^='imghvr-switch-']:hover figcaption,
[class*=' imghvr-switch-']:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* imghvr-switch-up
   ----------------------------- */
.imghvr-switch-up figcaption {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.imghvr-switch-up:hover > img {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-switch-down
   ----------------------------- */
.imghvr-switch-down figcaption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.imghvr-switch-down:hover > img {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-switch-left
   ----------------------------- */
.imghvr-switch-left figcaption {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.imghvr-switch-left:hover > img {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/* imghvr-switch-right
   ----------------------------- */
.imghvr-switch-right figcaption {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.imghvr-switch-right:hover > img {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-pivot-in*
   ----------------------------- */
[class^='imghvr-pivot-in'] figcaption,
[class*=' imghvr-pivot-in'] figcaption {
    background-color: #135796;
}

[class^='imghvr-pivot-in']:hover figcaption,
[class*=' imghvr-pivot-in']:hover figcaption {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* imghvr-pivot-in-top-left*
   ----------------------------- */
.imghvr-pivot-in-top-left figcaption {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}

/* imghvr-pivot-in-top-right*
   ----------------------------- */
.imghvr-pivot-in-top-right figcaption {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

/* imghvr-pivot-in-bottom-left*
   ----------------------------- */
.imghvr-pivot-in-bottom-left figcaption {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

/* imghvr-pivot-in-bottom-right*
   ----------------------------- */
.imghvr-pivot-in-bottom-right figcaption {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

/* imghvr-pivot-out-*
   ----------------------------- */
[class^='imghvr-pivot-out'] > img,
[class*=' imghvr-pivot-out'] > img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

[class^='imghvr-pivot-out'] figcaption,
[class*=' imghvr-pivot-out'] figcaption {
    background-color: #135796;
    z-index: -1;
}

/* imghvr-pivot-out-top-left*
   ----------------------------- */
.imghvr-pivot-out-top-left > img {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}

.imghvr-pivot-out-top-left:hover > img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* imghvr-pivot-out-top-right*
   ----------------------------- */
.imghvr-pivot-out-top-right > img {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

.imghvr-pivot-out-top-right:hover > img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-left*
   ----------------------------- */
.imghvr-pivot-out-bottom-left > img {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

.imghvr-pivot-out-bottom-left:hover > img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-right*
   ----------------------------- */
.imghvr-pivot-out-bottom-right > img {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.imghvr-pivot-out-bottom-right:hover > img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* imghvr-fold*
   ----------------------------- */
[class^="imghvr-fold"],
[class*=" imghvr-fold"] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^="imghvr-fold"] img,
[class*=" imghvr-fold"] img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

[class^="imghvr-fold"] figcaption,
[class*=" imghvr-fold"] figcaption {
    z-index: 1;
    opacity: 0;
}

[class^="imghvr-fold"]:hover > img,
[class*=" imghvr-fold"]:hover > img {
    opacity: 0;
    transition-delay: 0;
}

[class^="imghvr-fold"]:hover figcaption,
[class*=" imghvr-fold"]:hover figcaption {
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
            transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
            transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-fold-up:hover > img {
    -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
            transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
            transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-fold-down:hover > img {
    -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
            transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
            transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.imghvr-fold-left:hover > img {
    -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
            transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right > img {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
            transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
}

.imghvr-fold-right:hover > img {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
            transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

/* imghvr-zoom-out*
   ----------------------------- */
[class^="imghvr-zoom-out"] figcaption,
[class*=" imghvr-zoom-out"] figcaption {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: 0;
}

[class^="imghvr-zoom-out"]:hover figcaption, [class^="imghvr-zoom-out"].hover figcaption,
[class*=" imghvr-zoom-out"]:hover figcaption,
[class*=" imghvr-zoom-out"].hover figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
}

/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
    -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
            animation: imghvr-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
                transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
                transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
    -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
            animation: imghvr-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
                transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
                transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
    -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
            animation: imghvr-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
                transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
                transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
    -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
            animation: imghvr-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
                transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
                transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
            perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
            transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
            transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
            transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
            perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
            transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
            transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
            transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
    opacity: 0;
}

.imghvr-blur:hover > img {
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
}

.imghvr-blur:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-fall-away-*
   ----------------------------- */
[class^='imghvr-fall-away-'],
[class*=' imghvr-fall-away-'] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^='imghvr-fall-away-'] img,
[class*=' imghvr-fall-away-'] img {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    transition: all 0.455s ease-in;
}

[class^='imghvr-fall-away-'] figcaption,
[class*=' imghvr-fall-away-'] figcaption {
    opacity: 0;
    background-color: #135796;
}

[class^='imghvr-fall-away-']:hover img,
[class*=' imghvr-fall-away-']:hover img {
    opacity: 0;
}

[class^='imghvr-fall-away-']:hover figcaption,
[class*=' imghvr-fall-away-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.455s;
}

/* imghvr-fall-away-horiz
   ----------------------------- */
.imghvr-fall-away-horiz:hover img {
    -webkit-transform: rotateX(-360deg) scale(0.2);
            transform: rotateX(-360deg) scale(0.2);
}

/* imghvr-fall-away-vert
   ----------------------------- */
.imghvr-fall-away-vert:hover img {
    -webkit-transform: rotateY(-360deg) scale(0.2);
            transform: rotateY(-360deg) scale(0.2);
}

/* imghvr-fall-away-cc
   ----------------------------- */
.imghvr-fall-away-cc:hover img {
    -webkit-transform: rotate(360deg) scale(0.2);
            transform: rotate(360deg) scale(0.2);
}

/* imghvr-fall-away-ccc
   ----------------------------- */
.imghvr-fall-away-ccc:hover img {
    -webkit-transform: rotate(-360deg) scale(0.2);
            transform: rotate(-360deg) scale(0.2);
}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%}.swiper-lazy-preloader-white:after{}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}
.exclusive-addons-elementor{-webkit-font-smoothing: antialiased}.exclusive-addons-elementor h1:not(.site-title):before, .exclusive-addons-elementor h2:before{content: none;background: none;height: auto;margin: 0}.elementor-widget-exad-image-hover-effect .elementor-widget-container{min-height: 1px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title{position: relative;display: flex;overflow: hidden}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-accordion-heading{width: 100%;font-size: 15px}.exad-accordion-single-item .exad-accordion-heading{font-weight: 600}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title:hover{cursor: pointer}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-inactive-icon{position: relative;margin-left: 15px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon{position: relative}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon svg,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-inactive-icon svg,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon svg,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon i,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-inactive-icon i,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 20px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title.active .exad-inactive-icon,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon{display: none}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title.active .exad-active-icon{display: block}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content{display: none}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-inactive-icon{width: 70px;margin-left: auto}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper{display: flex}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-text{width: 60%}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-image{width: 40%}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes.image-position-left .exad-accordion-text{order: 2}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes.image-position-left .exad-accordion-image{order: 1}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper .exad-accordion-button a{display: inline-block}@media only screen and (max-width: 767px){.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper{flex-direction: column}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-text,.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-image{width: 100%}}.exad-alert .exad-alert-element{display: flex;align-items: center;text-align: center;border-radius: 40px;position: relative}.exad-alert .exad-alert-element:not(:last-child){margin-bottom: 20px}.exad-alert .exad-alert-element .exad-alert-element-icon{width: 50px;text-align: left}.exad-alert .exad-alert-element .exad-alert-element-icon span{font-size: 24px}.exad-alert .exad-alert-element .exad-alert-element-content{width: calc( 100% - 50px );text-align: left}.exad-alert .exad-alert-element .exad-alert-element-content h5{margin: 0 0 10px 0;font-size: 20px}.exad-alert .exad-alert-element .exad-alert-element-content p{margin: 0;font-size: 16px}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon{position: absolute;top: 50%;transform: translateY(-50%);line-height: 0}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon svg{width: 16px;height: 16px;cursor: pointer}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon svg path{fill: #A1A5B5}.exad-alert-element-dismiss-button{display: inline-block}.exad-alert-element-dismiss-button .exad-alert-element-dismiss-done,.exad-alert-element-dismiss-button .exad-alert-element-dismiss-cancel{text-decoration: none;display: inline-block;transition: all .3s ease;border-radius: 5px;margin-right: 10px;font-size: 15px}.exad-alert-element-dismiss-button button{border: none}@media only screen and (max-width: 767px){.exad-alert .exad-alert-element{flex-direction: column}body .exad-alert .exad-alert-element .exad-alert-element-icon,body .exad-alert .exad-alert-element .exad-alert-element-content{width: 100% !important}}.morphext > .animated{display: inline-block}.exad-animated-text-align-left{text-align: left}.exad-animated-text-align-center{text-align: center}.exad-animated-text-align-right{text-align: right}.exad-typed-strings{margin: 0}.exad-animated-text-pre-heading,.exad-animated-text-animated-heading,.exad-animated-text-post-heading{font-size: 30px;font-weight: 600}.exad-button-wrapper .exad-button-action{text-align: center;display: inline-block;text-decoration: none;position: relative;z-index: 1;overflow: hidden}.exad-button-wrapper{margin: 0 auto;display: flex}.exad-button-wrapper.exad-button-fixed-height-yes .exad-button-action{position: relative}.exad-button-wrapper.exad-button-fixed-height-yes .exad-button-action span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1}.exad-button-wrapper .exad-button-action svg{height:20px;width:20px}.exad-button-icon-wrapper{display: inline-block;vertical-align:middle}.exad-button-icon-wrapper i{display: block}.exad-button-wrapper.exad-button-incon-before-text .exad-button-action .exad-button-icon-wrapper{margin-right: 10px}.exad-button-wrapper.exad-button-incon-after-text .exad-button-action .exad-button-icon-wrapper{margin-left: 10px}.exad-button-wrapper.effect-1 .exad-button-action::before{position: absolute;content: '';height: 100%;width: 0;background: #fff;top: 0;left: 0;z-index: -1;transition: all .3s ease}.exad-button-wrapper.effect-1 .exad-button-action:hover::before{width: 100%}.exad-button-wrapper.effect-2 .exad-button-action:before, .exad-button-wrapper.effect-2 .exad-button-action:after{content: '';height: 50%;width: 0;position: absolute;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1}.exad-button-wrapper.effect-2 .exad-button-action:before{top: 0;left: 0;right: auto}.exad-button-wrapper.effect-2 .exad-button-action:after{bottom: 0;right: 0;left: auto}.exad-button-wrapper.effect-2 .exad-button-action:hover{color: #fff;-webkit-box-shadow: none;box-shadow: none}.exad-button-wrapper.effect-2 .exad-button-action:hover:before, .exad-button-wrapper.effect-2 .exad-button-action:hover:after{width: 100%}.exad-button-wrapper.effect-3 .exad-button-action::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);opacity: 0;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-button-wrapper.effect-3 .exad-button-action:hover{color: #000000}.exad-button-wrapper.effect-3 .exad-button-action:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1}.exad-button-wrapper.effect-4 .exad-button-action{transition: all .5s ease}.exad-button-wrapper.effect-4 .exad-button-action::before, .exad-button-wrapper.effect-4 .exad-button-action::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;transition: all .3s;-webkit-transform: translate(0, -100%);transform: translate(0, -100%);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)}.exad-button-wrapper.effect-4 .exad-button-action::before{background: #c4c4c4}.exad-button-wrapper.effect-4 .exad-button-action::after{transition-delay: 0.2s}.exad-button-wrapper.effect-4 .exad-button-action:hover{letter-spacing: 3px}.exad-button-wrapper.effect-4 .exad-button-action:hover::before{-webkit-transform: translate(0, 0);transform: translate(0, 0)}.exad-button-wrapper.effect-4 .exad-button-action:hover::after{-webkit-transform: translate(0, 0);transform: translate(0, 0)}.exad-button-wrapper.effect-5 .exad-button-action::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-button-wrapper.effect-5 .exad-button-action:hover{color: #000000}.exad-button-wrapper.effect-5 .exad-button-action:hover::before{top: 0;bottom: 0;opacity: 1}.exad-button-wrapper.effect-6 .exad-button-action{display: inline-block;text-decoration: none;position: relative;z-index: 1;border: 1px solid #8868fe}.exad-button-wrapper.effect-6 .exad-button-action:hover{-webkit-animation: pulse 0.5s cubic-bezier(0.66, 0, 0, 1);animation: pulse 0.5s cubic-bezier(0.66, 0, 0, 1)}@keyframes pulse{0%{box-shadow: 0 0 0 0px #A9FBD7}50%{box-shadow: 0 0 0 20px #A9FBD7}100%{box-shadow: 0 0 0 0px #A9FBD7}}.exad-button-wrapper.effect-7 .exad-button-action::before{position: absolute;content: '';top: 0;left: 0;-webkit-transform: translateY(100%);transform: translateY(100%);transition: all 0.3s ease;height: 100%;width: 100%;z-index: -1}.exad-button-wrapper.effect-7 .exad-button-action:hover{color: #fff}.exad-button-wrapper.effect-7 .exad-button-action:hover::before{-webkit-transform: translateY(0);transform: translateY(0)}.exad-button-wrapper.effect-7 .exad-button-action:hover span i{-webkit-transform: translate(0, 0);transform: translate(0, 0)}.exad-button-wrapper.effect-8 .exad-button-action span.effect-8-position{position: absolute;content: '';display: block;border-radius: 50%;height: 0;width: 0;transition: width 0.3s ease-in-out,height 0.3s ease-in-out;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: -1}.exad-button-wrapper.effect-8 .exad-button-action:hover{color: #fff}.exad-button-wrapper.effect-8 .exad-button-action:hover span.effect-8-position{height: 350%;width: 350%}.exad-button-wrapper.effect-9 .exad-button-action{transition: all .3s ease;border: 1px solid #8868fe}.exad-button-wrapper.effect-9 .exad-button-action:hover{letter-spacing: 5px}.exad-button-wrapper.effect-10 .exad-button-action{transition: all .3s ease}.exad-button-wrapper.effect-10 .exad-button-action::before{position: absolute;content: '';left: 50%;right: 50%;top: 0;bottom: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-button-wrapper.effect-10 .exad-button-action:hover{color: #fff}.exad-button-wrapper.effect-10 .exad-button-action:hover::before{left: 0;right: 0;opacity: 1}.exad-button-wrapper.effect-11 .exad-button-action{padding: 20px 0;display: inline-block;color: #fff;text-transform: uppercase;text-decoration: none;position: relative;transition: all .3s ease}.exad-button-wrapper.effect-11 .exad-button-action:hover{-webkit-animation: anim 0.3s forwards;animation: anim 0.3s forwards}@keyframes anim{60%{-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1)}85%{-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1)}100%{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}}.exad-button-wrapper.effect-12 .exad-button-action{padding: 20px 0;display: inline-block;text-transform: uppercase;text-decoration: none;position: relative;transition: all .3s ease;border-radius: 0}.exad-button-wrapper.effect-12 .exad-button-action::before, .exad-button-wrapper.effect-12 .exad-button-action::after{position: absolute;content: '';height: 2px;width: 0;transition: all .4s ease}.exad-button-wrapper.effect-12 .exad-button-action::before{top: 0;left: 0}.exad-button-wrapper.effect-12 .exad-button-action::after{bottom: 0;right: 0;top: inherit;left: inherit}.exad-button-wrapper.effect-12 .exad-button-action:hover{background: #fff}.exad-button-wrapper.effect-12 .exad-button-action:hover::before, .exad-button-wrapper.effect-12 .exad-button-action:hover::after{width: 100%;transition: all .7s ease}h1.exad-call-to-action-title{font-weight: 600;margin-bottom: 20px;font-size: 40px}ul.exad-call-to-action-buttons{margin: 0;padding: 0;list-style: none}.exad-call-to-action-buttons li,.exad-call-to-action-buttons li a{display: inline-block}.exad-call-to-action.skin-vertical p.exad-call-to-action-subtitle{margin-bottom: 50px;font-size: 16px}.exad-call-to-action.skin-horizontal .exad-call-to-action-content{display: -webkit-box;display: flex;-webkit-box-align: center;align-items: center}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-header{width: 70%}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-footer{-webkit-box-flex: 1;flex: 1;text-align: right}.exad-call-to-action-icon i{font-size: 40px;display: inline-block}@media only screen and (max-width: 493px){.exad-call-to-action-buttons li{display: flex}a.exad-call-to-action-secondary-btn{margin-top: 20px}}@media only screen and (max-width: 767px){.exad-call-to-action.skin-horizontal .exad-call-to-action-content{flex-direction: column;align-items: flex-start}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-header{width: 100%}}.exad-call-to-action-primary-btn, .exad-call-to-action-secondary-btn{position: relative;overflow: hidden;z-index: 1}.exad-call-to-action-primary-btn span, .exad-call-to-action-secondary-btn span{display: block}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-primary-btn::before{position: absolute;content: '';height: 100%;width: 0;top: 0;left: 0;z-index: -1;transition: all .3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-primary-btn:hover::before{width: 100%}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:after{content: '';height: 50%;width: 0;position: absolute;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:before{top: 0;left: 0;right: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:after{bottom: 0;right: 0;left: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:hover:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:hover:after{width: 100%}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-primary-btn::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);opacity: 0;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-primary-btn:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-primary-btn::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0;z-index: -1;transition: all .3s}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-primary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-primary-btn::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-primary-btn:hover::before{top: 0;bottom: 0;opacity: 1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-primary-btn::before{position: absolute;content: '';top: 0;left: 0;transition: all 0.3s ease;height: 0;width: 100%;z-index: -1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-primary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-primary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-primary-btn:hover{letter-spacing: 5px}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn::before{position: absolute;content: '';left: 50%;right: 50%;top: 0;bottom: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn:hover::before{left: 0;right: 0;opacity: 1}.exad-call-to-action-buttons.effect-9 .exad-call-to-action-primary-btn:hover{-webkit-animation: anim 0.3s forwards;animation: anim 0.3s forwards}@keyframes anim{60%{-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1)}85%{-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1)}100%{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}}.exad-call-to-action-buttons.effect-10 .exad-call-to-action-primary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';height: 100%;width: 0;top: 0;left: 0;z-index: -1;transition: all .3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-secondary-btn:hover::before{width: 100%}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:after{content: '';height: 50%;width: 0;position: absolute;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:before{top: 0;left: 0;right: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:after{bottom: 0;right: 0;left: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:hover:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:hover:after{width: 100%}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);opacity: 0;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-secondary-btn:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-secondary-btn::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0;z-index: -1;transition: all .3s}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-secondary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-secondary-btn:hover::before{top: 0;bottom: 0;opacity: 1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';top: 0;left: 0;transition: all 0.3s ease;height: 0;width: 100%;z-index: -1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-secondary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-secondary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-secondary-btn:hover{letter-spacing: 5px}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';left: 50%;right: 50%;top: 0;bottom: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn:hover::before{left: 0;right: 0;opacity: 1}.exad-call-to-action-buttons.effect-9 .exad-call-to-action-secondary-btn:hover{-webkit-animation: anim 0.3s forwards;animation: anim 0.3s forwards}@keyframes anim{60%{-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1)}85%{-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1)}100%{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}}.exad-call-to-action-buttons.effect-10 .exad-call-to-action-secondary-btn{transition: all .3s ease}.exad-card-description{margin: 0 auto}.exad-card-tag{margin: 0}.exad-card.default{position: relative}.exad-card.default .exad-card-thumb img{display: block}.exad-card.default .exad-card-body .exad-card-title,.exad-card.text_on_image .exad-card-body .exad-card-title{display: inline-block;text-decoration: none;position: relative;transition: all .4s ease;font-size: 20px;font-weight: bold}.exad-card.default .exad-card-body .exad-card-title::before,.exad-card.text_on_image .exad-card-body .exad-card-title::before{position: absolute;content: '';height: 3px;width: 25px;top: 50%;transform: translateY(-50%);left: 0;transition: all .3s ease;opacity: 0}.exad-card.default .exad-card-body .exad-card-title:hover::before,.exad-card.text_on_image .exad-card-body .exad-card-title:hover::before{opacity: 1;left: -30px}.exad-card .exad-card-body .exad-card-action{display: table;border-radius: 4px;transition: all .4s ease;color: #132c47;text-decoration: none}.exad-card.left .exad-card-action{margin-right: auto}.exad-card.center .exad-card-action{margin-right: auto;margin-left: auto}.exad-card.right .exad-card-action{margin-left: auto}.exad-card.text_on_image{position: relative;overflow: hidden}.exad-card.text_on_image::before{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 5px;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: left center;transform-origin: left center;transition: all .2s ease;z-index: 1}.exad-card.text_on_image:hover::before{-webkit-transform: scaleX(1);transform: scaleX(1)}.exad-card.text_on_image .exad-card-thumb{position: relative}.exad-card-thumb{overflow: hidden}.exad-card.left .exad-card-thumb{margin-right: auto}.exad-card.center .exad-card-thumb{margin-left: auto;margin-right: auto}.exad-card.right .exad-card-thumb{margin-left: auto}.exad-card .exad-card-thumb img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-card.text_on_image .exad-card-thumb img{width: 100%}.exad-card.text_on_image .exad-card-thumb::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.99) 0%, rgba(128, 128, 128, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%)}.exad-card.text_on_image .exad-card-body{position: absolute;left: 0;bottom: 0;right: 0}.exad-card.yes .exad-card-thumb img{transform: scale(1);transition: all .3s ease}.exad-card:hover.yes .exad-card-thumb img{transform: scale(1.15)}.exad-card{position: relative}.exad-card-badge{position: absolute}.exad-contact-form-7 .wpcf7{width: 100%}.exad-contact-form{display: flex;flex-wrap: wrap;position: relative;margin-bottom: 30px}.exad-contact-form .exad-contact-form-title{display: block;width: 100%;margin-bottom: 30px;font-size: 30px;color: #132c47;font-weight: 500}.exad-contact-form .exad-contact-form-input-group{width: 100%;margin-bottom: 20px;position: relative}@media (max-width: 575px){.exad-contact-form .exad-contact-form-input-group{width: 100%}}.exad-contact-form-7 input[type="text"], .exad-contact-form-7 input[type="email"], .exad-contact-form-7 input[type="url"], .exad-contact-form-7 input[type="password"], .exad-contact-form-7 input[type="search"], .exad-contact-form-7 input[type="number"], .exad-contact-form-7 input[type="tel"], .exad-contact-form-7 input[type="range"], .exad-contact-form-7 input[type="date"], .exad-contact-form-7 input[type="month"], .exad-contact-form-7 input[type="week"], .exad-contact-form-7 input[type="time"], .exad-contact-form-7 input[type="datetime"], .exad-contact-form-7 input[type="datetime-local"], .exad-contact-form-7 input[type="color"], .exad-contact-form-7 textarea{width: 100%;border: none}.exad-contact-form-7 label{display: block}.exad-contact-form-7 textarea{height: auto}.exad-contact-form .exad-contact-form-input-group label{display: inline-block;position: relative;margin-right: 20px;margin-top: 20px;padding: 0 0 0 25px}.exad-contact-form .exad-contact-form-input-group label input{opacity: 0;height: 0;width: 0;position: absolute;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.exad-contact-form .exad-contact-form-input-group label input:checked ~ .checkmark:after{display: block}.exad-contact-form .exad-contact-form-input-group label input:checked ~ .checkmark{background-color: #4ce2bd;border: none}.exad-contact-form .exad-contact-form-input-group label .checkmark{position: absolute;top: 0;left: 0;height: 18px;width: 18px;background-color: #fff;border: 1px solid #e3e6ec}.exad-contact-form .exad-contact-form-input-group label .checkmark::after{content: "\e90e";font-family: eicons;position: absolute;display: none;color: #fff;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 12px}.exad-contact-form-7 .wpcf7-form input[type="submit"]{transition: all .4s ease;display: flex}.exad-contact-form-7 .exad-cf7-column{display: grid;grid-auto-flow: column;grid-column-gap: 15px}.exad-contact-form .exad-contact-form-input-action i{margin-left: 10px}.exad-contact-form.two{display: flex;flex-wrap: wrap}.exad-contact-form-7 br{display: none}.exad-corona-wrapper.exad-col-1, .exad-corona-wrapper.exad-col-2, .exad-corona-wrapper.exad-col-3, .exad-corona-wrapper.exad-col-4, .exad-corona-wrapper.exad-col-5, .exad-corona-wrapper.exad-col-6{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-corona-wrapper .exad-corona-col{padding: 0px 10px 20px 10px}.exad-corona-wrapper.exad-col-1 .exad-corona-col{flex: 0 0 100%;max-width: 100%}.exad-corona-wrapper.exad-col-2 .exad-corona-col{flex: 0 0 50%;max-width: 50%}.exad-corona-wrapper.exad-col-3 .exad-corona-col{flex: 0 0 33.333333%;max-width: 33.333333%}.exad-corona-wrapper.exad-col-4 .exad-corona-col{flex: 0 0 25%;max-width: 25%}.exad-corona-wrapper.exad-col-5 .exad-corona-col{flex: 0 0 20%;max-width: 20%}.exad-corona-content-horizontal{display: flex;flex-direction: row}.exad-corona-content-vertical{display: flex;flex-direction: column}.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex: 0 0 16.66666%;max-width: 16.666666%}@media (max-width: 991px){.exad-corona-wrapper.exad-col-4 .exad-corona-col,.exad-corona-wrapper.exad-col-5 .exad-corona-col,.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex: 0 0 33.333333%;max-width: 33.333333%}}@media (max-width: 767px){.exad-corona-wrapper.exad-col-1 .exad-corona-col, .exad-corona-wrapper.exad-col-2 .exad-corona-col,.exad-corona-wrapper.exad-col-3 .exad-corona-col,.exad-corona-wrapper.exad-col-4 .exad-corona-col,.exad-corona-wrapper.exad-col-5 .exad-corona-col,.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex: 0 0 100%;max-width: 100%;padding: 0 10px 20px 10px}}.flag-row{width: 80px}.flag img{width: 35px;height: auto}.exad-corona-search-form{width: 350px;height: 50px;margin-bottom: 20px;position: relative}.exad-corona-search-icon{position: absolute;top: 50%;transform: translateY(-50%);left: 20px}.exad-corona-search-form input{height: 100%;width: 100%}.exad-data-table .exad-data-table-row td,.exad-data-table .exad-corona-table-heading th{padding: 15px}.exad-corona-table-heading.yes th{position: sticky;position: -webkit-sticky;top: -2px}.admin-bar .exad-corona-table-heading.yes th{position: sticky;position: -webkit-sticky;top: 30px}.exad-covid-continent-btn{transition: all .3s ease;display: inline-block}.exad-covid-continent-btn:focus{outline: 0}.exad-corona-heading.inline{display: flex;justify-content: space-between}.exad-corona-heading.inline .exad-corona-last-update{order: 2}@media (max-width: 769px){.exad-corona-table{overflow-x: scroll}}.exad-corona-table.yes{overflow-y: scroll!important}.admin-bar .exad-corona-table.yes .exad-corona-table-heading.yes th{top: 0}.exad-countdown-description{text-align: center;margin-bottom: 90px;position: relative;z-index: 2}.exad-countdown-description h2{font-size: 40px;color: #0a1724;font-weight: 500;margin-bottom: 23px;position: relative}.exad-countdown-description p{margin-bottom: 0;padding: 0 300px}.exad-countdown-description{color: #fff}.exad-countdown-description h2{color: #fff}.exad-countdown{display: flex;flex-wrap: wrap;position: relative;z-index: 2}.exad-countdown .exad-countdown-container{width: calc((100% / 4) - 23px);margin-right: 30px;text-align: center}.exad-countdown-content-container.yes .exad-countdown{justify-content: center}.exad-countdown-content-container.yes .exad-countdown .exad-countdown-container{position: relative}.exad-countdown-content-container.yes .exad-countdown-timer-wrapper{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-countdown .exad-countdown-container:last-child{margin-right: 0px}.exad-countdown .exad-countdown-container .exad-countdown-timer-wrapper > span{display: block}.exad-countdown .exad-countdown-count{line-height: 1}.exad-countdown .exad-countdown-count{position: relative}.exad-countdown.exad-countdown-divider .exad-countdown-container{position: relative}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{content: ":";font-weight: 100;position: absolute;right: 0;top: 10%;color: #ffffff;font-size: 70px}.exad-countdown.exad-countdown-divider .exad-countdown-container:last-child::after{display: none}.exad-countdown .exad-countdown-count{font-size: 80px;color: #000;text-align: center}.exad-countdown .exad-countdown-title{color: #0a1724;text-align: center}.exad-coundown-bg > svg{position: absolute;bottom: 0;left: 0;pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.exad-coundown-bg > svg > path{fill: rgba(255, 255, 255, 0.078)}.exad-countdoen-watermark{font-size: 200px;color: inherit;position: absolute;top: 0;left: 0;width: 100%;display: block;font-weight: 700}.exad-countdown-offer-limitation-title{font-size: 20px;font-weight: 400;color: #fff;margin-bottom: 38px;position: relative;z-index: 2}.exad-countdown .message{text-align: center;font-size: 30px;font-weight: 700;width: 100%;margin-bottom: 0}.exad-countdown-banner{padding: 194px 0}.exad-countdown-banner .exad-countdown-description{margin-bottom: 117px}@media (max-width: 1200px){.exad-countdown-description p{padding: 0 150px}}@media (max-width: 991px){.exad-countdown-description p{padding: 0 20px}.exad-coundown-bg > svg,.exad-countdoen-watermark{display: none}}@media (max-width: 767px){.exad-countdown .exad-countdown-container{width: calc((100% / 2) - 20px);margin-right: 10px;margin-left: 10px;margin-bottom: 20px;padding: 23px 10px}.exad-countdown .exad-countdown-container.gradient-version, .exad-countdown .exad-countdown-container.image-version, .exad-countdown .exad-countdown-container.modern{padding-left: 15px;padding-right: 15px}.exad-countdown .exad-countdown-container{width: calc((100% / 2) - 20px);margin-right: 10px;margin-left: 10px}.exad-countdown .exad-countdown-count{font-size: 40px}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{top: 0}.exad-countdown.exad-countdown-divider .exad-countdown-container:nth-child(2)::after{display: none}}@media (max-width: 480px){.exad-countdown .exad-countdown-container{width: calc(100% - 20px)}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{display: none}}@media (max-width: 400px){.exad-countdown-banner{padding: 97px 0}.exad-countdown-banner .exad-countdown-description{margin-bottom: 58.5px}.exad-countdown-description.two p{padding-right: 0px}}.exad-dual-button{display: table}.exad-dual-button.exad-dual-button-align-left{margin-right: auto}.exad-dual-button.exad-dual-button-align-center{margin-left: auto;margin-right: auto}.exad-dual-button.exad-dual-button-align-right{margin-left: auto}.exad-dual-button-action{display: inline-block;text-decoration: none}.exad-dual-button-primary{position: relative}.exad-dual-button-connector{position: absolute;top: 50%;right: 0;transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);-webkit-transform: translate(50%, -50%);z-index: 10}.exad-dual-button-connector span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%)}.exad-dual-button-primary.effect-1, .exad-dual-button-secondary.effect-1,.exad-dual-button-primary.effect-2, .exad-dual-button-secondary.effect-2,.exad-dual-button-primary.effect-3, .exad-dual-button-secondary.effect-3,.exad-dual-button-primary.effect-4, .exad-dual-button-secondary.effect-4,.exad-dual-button-primary.effect-6, .exad-dual-button-secondary.effect-6{position: relative;transition: all .3s ease}.exad-dual-button-primary.effect-1::before, .exad-dual-button-secondary.effect-1::before{position: absolute;content: '';height: 100%;width: 0;top: 0;left: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-1:hover, .exad-dual-button-secondary.effect-1:hover{z-index: 1}.exad-dual-button-primary.effect-1:hover::before, .exad-dual-button-secondary.effect-1:hover::before{width: 100%;z-index: -1}.exad-dual-button-primary.effect-2::before, .exad-dual-button-secondary.effect-2::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;-webkit-transform: scale(0);transform: scale(0);opacity: 0;-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-dual-button-primary.effect-2:hover, .exad-dual-button-secondary.effect-2:hover{z-index: 1}.exad-dual-button-primary.effect-2:hover::before, .exad-dual-button-secondary.effect-2:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1;z-index: -1}.exad-dual-button-primary.effect-3::before, .exad-dual-button-secondary.effect-3::before{position: absolute;content: '';height: 0;width: 100%;bottom: 0;left: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-3:hover, .exad-dual-button-secondary.effect-3:hover{z-index: 1}.exad-dual-button-primary.effect-3:hover::before, .exad-dual-button-secondary.effect-3:hover::before{height: 100%;z-index: -1}.exad-dual-button-primary.effect-4::before, .exad-dual-button-secondary.effect-4::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;opacity: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-4:hover, .exad-dual-button-secondary.effect-4:hover{z-index: 1}.exad-dual-button-primary.effect-4:hover::before, .exad-dual-button-secondary.effect-4:hover::before{top: 0;bottom: 0;opacity: 1;z-index: -1}.exad-dual-button-primary.effect-5, .exad-dual-button-secondary.effect-5{-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-6::before, .exad-dual-button-secondary.effect-6::before{position: absolute;content: '';height: 100%;width: 0;top: 0;right: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-6:hover, .exad-dual-button-secondary.effect-6:hover{z-index: 1}.exad-dual-button-primary.effect-6:hover::before, .exad-dual-button-secondary.effect-6:hover::before{width: 100%;z-index: -1}.exad-dual-heading .exad-dual-heading-wrapper{padding: 5px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-description{line-height: 26px;margin: 30px 0 0 0;padding: 10px;font-weight: 400}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-icon{display: inline-block}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-icon i{font-size: 36px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title{font-size: 36px;margin-top: 10px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title{font-size: 30px;color: #132c47;text-transform: uppercase;font-weight: bold;text-decoration: none}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title .first-heading,.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title .second-heading{padding: 15px 10px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title span{color: #132c47}.exad-facebook-feed-wrapper .exad-facebook-meta{display: flex;align-items: center}.exad-facebook-feed-wrapper .exad-facebook-author{display: flex;align-items: center}.exad-facebook-feed-wrapper .exad-facebook-author .exad-facebook-avatar{width: 50px;border-radius: 50%}.exad-facebook-feed-wrapper .exad-facebook-likes{margin-right: 15px}.exad-facebook-feed-wrapper .exad-facebook-feed-item{position: relative;display: flex}.exad-facebook-feed-wrapper.exad-layout-2 .exad-facebook-feed-item .exad-facebook-feed-feature-image,.exad-facebook-feed-wrapper.exad-layout-3 .exad-facebook-feed-item .exad-facebook-feed-feature-image{flex-direction: row}.exad-facebook-feed-wrapper.exad-layout-3 .exad-facebook-feed-item .exad-facebook-feed-feature-image{order: 2}.exad-facebook-feed-wrapper .exad-facebook-feed-item .exad-facebook-feed-feature-image img{width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover}.exad-facebook-feed-wrapper{display: grid}.exad-facebook-footer-wrapper{position: absolute;bottom: 0;width: 100%;left: 0}.exad-facebook-author-name{display: block}@media(max-width: 575px){.exad-filterable-items.exad-filterable-menu-container-align-left,.exad-filterable-items.exad-filterable-menu-container-align-right{display: block !important}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{width: 100% !important}}.exad-filterable-items.exad-filterable-menu-container-align-left,.exad-filterable-items.exad-filterable-menu-container-align-right{display: flex}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{width: 20%;display: flex;flex-direction: column}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container{order: 0}.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{order: 1}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-controls{width: 80%}.exad-filterable-items .exad-filterable-content-wrapper{position: relative;overflow: hidden}.exad-filterable-items .exad-filterable-image .exad-filterable-thumbnail-holder{position: absolute;top: 0;left: 0;width: 100.1%;height: 100.1%;background-position: center;background-size: cover;z-index: 0;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;will-change: transform;overflow: hidden}.exad-filterable-items .exad-filterable-image{position: relative;background-color: #eeeeee;padding-bottom: 80%}.exad-filterable-menu .filter-item{background: none;border: none;cursor: pointer;outline: none;transition: all .3s ease;text-transform: capitalize;display: inline-block}.exad-filterable-items .filterable-post-container{display: flex;flex-wrap: wrap}.exad-filterable-items .filterable-post-container .exad-filterable-item{position: relative;overflow: hidden}.exad-filterable-items .filterable-post-container .exad-filterable-item img{width: 100%;display: block}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(114, 76, 255, 0.8);transition: all .3s ease}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content{position: absolute;top: 0;left: 0;right: 0;bottom: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content .exad-fg-icons{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content .exad-filterable-item-content{position: absolute;right: 0;bottom: 0;left: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content a{height: 60px;width: 60px;margin-right: 10px;position: relative;cursor: pointer;display: inline-block;transition: all .3s ease;border-radius: 100%}.exad-filterable-items .exad-filterable-item-content.below-image{display: flex;flex-direction: column}.exad-filterable-items .exad-filterable-item-content h2{margin: 10px 0px 10px 0px;font-size: 20px}.exad-filterable-items .exad-filterable-item-content p{margin: 10px 0px 10px 0px}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content a i{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-zoom-in{-webkit-transform: scale(0);transform: scale(0)}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-zoom-in{-webkit-transform: scale(1);transform: scale(1)}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-left{-webkit-transform: translateX(-100%);transform: translateX(-100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-left{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-right{-webkit-transform: translateX(100%);transform: translateX(100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-right{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-top{-webkit-transform: translateY(-100%);transform: translateY(-100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-top{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-bottom{-webkit-transform: translateY(100%);transform: translateY(100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-bottom{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-filterable-items .exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail:before{display: none}.exad-flip-box{-webkit-perspective: 1000px;perspective: 1000px;background-color: transparent}.exad-flip-box-front-overlay, .exad-flip-box-back-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0}.exad-flip-box-front-content, .exad-flip-box-back-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%}.exad-flip-box:hover .left-to-right{-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box:hover .left-to-right .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .right-to-left{-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg)}.exad-flip-box:hover .right-to-left .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .top-to-bottom{-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg)}.exad-flip-box:hover .top-to-bottom .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .bottom-to-top{-webkit-transform: rotateX(180deg);transform: rotateX(180deg)}.exad-flip-box:hover .bottom-to-top .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .top-to-bottom-angle{-webkit-transform: rotate3d(1, 1, 0, -180deg);transform: rotate3d(1, 1, 0, -180deg)}.exad-flip-box:hover .top-to-bottom-angle .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .bottom-to-top-angle{-webkit-transform: rotate3d(1, 1, 0, 180deg);transform: rotate3d(1, 1, 0, 180deg)}.exad-flip-box:hover .bottom-to-top-angle .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .exad-flip-box-inner.fade-in-out .exad-flip-box-front{opacity: 0;-webkit-transform: scale(0.5);transform: scale(0.5);z-index: 2}.exad-flip-box:hover .exad-flip-box-inner.fade-in-out .exad-flip-box-back{opacity: 1;-webkit-transform: scale(1);transform: scale(1);z-index: 3}@media only screen and (max-width: 1023px){.exad-flip-box.efb-hovered .left-to-right{-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box.efb-hovered .left-to-right .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .right-to-left{-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg)}.exad-flip-box.efb-hovered .right-to-left .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .top-to-bottom{-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg)}.exad-flip-box.efb-hovered .top-to-bottom .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .bottom-to-top{-webkit-transform: rotateX(180deg);transform: rotateX(180deg)}.exad-flip-box.efb-hovered .bottom-to-top .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .top-to-bottom-angle{-webkit-transform: rotate3d(1, 1, 0, -180deg);transform: rotate3d(1, 1, 0, -180deg)}.exad-flip-box.efb-hovered .top-to-bottom-angle .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .bottom-to-top-angle{-webkit-transform: rotate3d(1, 1, 0, 180deg);transform: rotate3d(1, 1, 0, 180deg)}.exad-flip-box.efb-hovered .bottom-to-top-angle .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .exad-flip-box-inner.fade-in-out .exad-flip-box-front{opacity: 0;-webkit-transform: scale(0.5);transform: scale(0.5);z-index: 2}.exad-flip-box.efb-hovered .exad-flip-box-inner.fade-in-out .exad-flip-box-back{opacity: 1;-webkit-transform: scale(1);transform: scale(1);z-index: 3}}.exad-flip-box .exad-flip-box-inner{position: relative;transition: -webkit-transform 1s cubic-bezier(.17,.67,.47,1.18);transition: transform 1s cubic-bezier(.17,.67,.47,1.18);transition: transform 1s, -webkit-transform 1s cubic-bezier(.17,.67,.47,1.18);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;width: 100%;height: 100%}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front{transition: all .5s cubic-bezier(.17,.67,.47,1.18)}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-title{font-size: 30px}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back{position: absolute;top: 0;left: 0;width: 100%}.exad-flip-box .exad-flip-box-front .exad-flip-box-front-image i{font-size: 50px}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-action{text-decoration: none;transition: all .4s ease;display: inline-block;font-weight: 400}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back a.exad-flip-box-back-action:hover{cursor: pointer}.exad-flip-box .exad-flip-box-inner.left-to-right .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box .exad-flip-box-inner.right-to-left .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box .exad-flip-box-inner.top-to-bottom .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateX(180deg);transform: rotateX(180deg)}.exad-flip-box .exad-flip-box-inner.bottom-to-top .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg)}.exad-flip-box .exad-flip-box-inner.top-to-bottom-angle .exad-flip-box-front{-webkit-backface-visibility: hidden;backface-visibility: hidden}.exad-flip-box .exad-flip-box-inner.top-to-bottom-angle .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotate3d(1, 1, 0, 180deg);transform: rotate3d(1, 1, 0, 180deg)}.exad-flip-box .exad-flip-box-inner.bottom-to-top-angle .exad-flip-box-front{-webkit-backface-visibility: hidden;backface-visibility: hidden}.exad-flip-box .exad-flip-box-inner.bottom-to-top-angle .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotate3d(1, 1, 0, -180deg);transform: rotate3d(1, 1, 0, -180deg)}.exad-flip-box .exad-flip-box-inner.fade-in-out .exad-flip-box-front{transition: all .8s cubic-bezier(.17,.67,.47,1.18);-webkit-transform: scale(1);transform: scale(1)}.exad-flip-box .exad-flip-box-inner.fade-in-out .exad-flip-box-back{position: absolute;top: 0;left: 0;opacity: 0;-webkit-transform: scale(0.5);transform: scale(0.5);transition: all .8s cubic-bezier(.17,.67,.47,1.18)}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-front{-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);-webkit-transform: rotateY(0);transform: rotateY(0);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;min-height: 280px;background: #ffffff}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-front .exad-flip-box-front-content{-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);transform: translateY(-50%) translateZ(60px) scale(0.94);top: 50%;position: absolute;left: 0;width: 100%;-webkit-perspective: inherit;perspective: inherit}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-back{position: absolute;top: 0;left: 0;-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);-webkit-transform: rotateY(180deg);transform: rotateY(180deg);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;min-height: 280px;height: auto;width: 100%;background: #ffffff}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-back .exad-flip-box-back-content{-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);transform: translateY(-50%) translateZ(60px) scale(0.94);top: 50%;position: absolute;left: 0;width: 100%;-webkit-perspective: inherit;perspective: inherit}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-front, .exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-back{-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32)}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-front{-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;transform-style: preserve-3d}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-back{-webkit-transform: rotateY(0);transform: rotateY(0);-webkit-transform-style: preserve-3d;transform-style: preserve-3d}.exad-flip-box .exad-flip-box-inner.fade .exad-flip-box-back{opacity: 0;transition: all 0.5s ease}.exad-flip-box .exad-flip-box-inner.fade:hover .exad-flip-box-front{opacity: 0}.exad-flip-box .exad-flip-box-inner.fade:hover .exad-flip-box-back{opacity: 1}.exad-flip-box-front.left .exad-flip-box-front-image, .exad-flip-box-back.left .exad-flip-box-back-image{margin-right: auto}.exad-flip-box-front.center .exad-flip-box-front-image, .exad-flip-box-back.center .exad-flip-box-back-image{margin-left: auto;margin-right: auto}.exad-flip-box-front.right .exad-flip-box-front-image, .exad-flip-box-back.right .exad-flip-box-back-image{margin-left: auto}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image{position: relative}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image i,.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image svg,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image i, .exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image img,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image img{width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover}@font-face{font-family: 'Exclusive Icons';src:url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.eot?1gib8x');src:url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.eot?1gib8x#iefix') format('embedded-opentype'),url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.ttf?1gib8x') format('truetype'),url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.woff?1gib8x') format('woff'),url('https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.svg?1gib8x#exad-logo') format('svg');font-weight: normal;font-style: normal;;font-display:block;}.exad{font-family: 'Exclusive Icons' !important;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.exad-logo:after{content: "\e900";color: #fff}.exad-gallery-items{text-align: center}.exad-gallery-items .exad-gallery-content-wrapper{position: relative;overflow: hidden}.exad-gallery-items .exad-gallery-image .exad-gallery-thumbnail-holder{position: absolute;top: 0;left: 0;width: 100.1%;height: 100.1%;background-position: center;background-size: cover;z-index: 0;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;will-change: transform;overflow: hidden}.exad-gallery-items .exad-gallery-image{position: relative;background-color: #eeeeee;padding-bottom: 80%}.exad-gallery-menu{display: block}.exad-gallery-menu .filter-item{background: none;border: none;cursor: pointer;outline: none;transition: all .3s ease;text-transform: capitalize}.exad-gallery-items .exad-gallery-element{display: flex;flex-wrap: wrap}.exad-gallery-items .exad-gallery-element .exad-gallery-item{position: relative;overflow: hidden}@media (max-width: 991px){.exad-gallery-items .exad-gallery-element .exad-gallery-item{width: 50%}}@media (max-width: 575px){.exad-gallery-items .exad-gallery-element .exad-gallery-item{width: 100%}}.exad-gallery-items .exad-gallery-element .exad-gallery-item img{width: 100%;display: block}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(114, 76, 255, 0.8);transition: all .3s ease}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content{position: absolute;top: 0;left: 0;right: 0;bottom: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content .exad-fg-icons{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content .exad-gallery-item-content{position: absolute;right: 0;bottom: 0;left: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a{height: 60px;width: 60px;margin-right: 10px;position: relative;cursor: pointer;display: inline-block;transition: all .3s ease;border-radius: 100%}.exad-gallery-items .exad-gallery-item-content.below-image{display: flex;flex-direction: column}.exad-gallery-items .exad-gallery-item-content h2{margin: 10px 0px 10px 0px;font-size: 20px}.exad-gallery-items .exad-gallery-item-content p{margin: 10px 0px 10px 0px}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a svg,.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a i{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-zoom-in{-webkit-transform: scale(0);transform: scale(0)}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-zoom-in{-webkit-transform: scale(1);transform: scale(1)}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-left{-webkit-transform: translateX(-100%);transform: translateX(-100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-left{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-right{-webkit-transform: translateX(100%);transform: translateX(100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-right{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-top{-webkit-transform: translateY(-100%);transform: translateY(-100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-top{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-bottom{-webkit-transform: translateY(100%);transform: translateY(100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-bottom{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-gallery-element .exad-gallery-item.exad-col-1{width: 100%}.exad-gallery-element .exad-gallery-item.exad-col-2{width: 50%}.exad-gallery-element .exad-gallery-item.exad-col-3{width: 33.3333333333333%}.exad-gallery-element .exad-gallery-item.exad-col-4{width: 25%}@media only screen and (max-width: 991px){.exad-gallery-element .exad-gallery-item.exad-col-1,.exad-gallery-element .exad-gallery-item.exad-col-2,.exad-gallery-element .exad-gallery-item.exad-col-3,.exad-gallery-element .exad-gallery-item.exad-col-4{width: 50%}}@media only screen and (max-width: 767px){.exad-gallery-element .exad-gallery-item.exad-col-1,.exad-gallery-element .exad-gallery-item.exad-col-2,.exad-gallery-element .exad-gallery-item.exad-col-3,.exad-gallery-element .exad-gallery-item.exad-col-4{width: 100%}}.exad-google-reviews-carousel-wrapper .exad-google-reviews-carousel-quote{font-size: 16px}.exad-carousel-nav-next i,.exad-google-reviews-carousel-wrapper .exad-carousel-nav-prev i{transition: 0.3s ease;color: #b1b1b1;line-height: 58px}.exad-google-reviews-carousel-basic:before{position: absolute;content: '"';font-family: Roboto,"Roboto Fallback", sans-serif;color: #f3f3f4;font-size: 400px;right: 100px;top: 50px;line-height: 400px;font-weight: 700}.exad-google-reviews-carousel-circle{margin: 0 -15px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings{padding-left: 0;margin-bottom: 0;list-style: none;margin-bottom: 30px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings li{display: inline-block;font-size: 20px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings li.exad-google-reviews-carousel-ratings-active i{color: #ff8e4a}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-inner{background: #fff;outline: 0;margin: 0 15px;padding: 40px 30px;text-align: center}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image{position: relative;z-index: 1;width: 122px;height: 122px;margin: 0 auto;margin-bottom: 45px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image img{position: absolute;width: 100px;height: 100px;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg{position: absolute;width: 123px;height: 123px;z-index: -1}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:first-child{left: 7px;bottom: 7px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:nth-child(2){top: 7px;left: 7px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:nth-child(3){right: 4px;top: 0}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.violate{fill: #826eff}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.orange{fill: #ff6a47}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.cyan{fill: #3ad8f4}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-name{font-size: 18px;font-family: Roboto,"Roboto Fallback", sans-serif;margin-bottom: 5px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-designation{font-size: 14px}.exad-google-reviews-carousel-circle .exad-carousel-nav-next,.exad-google-reviews-carousel-circle .exad-carousel-nav-prev{position: absolute;z-index: 2;width: 60px;height: 60px;background: #fff;text-align: center;border-radius: 50%;border: 1px solid #e5e5e5;opacity: 0.7;transition: 0.3s ease;cursor: pointer;top: 50%;transform: translateY(-50%)}.exad-google-reviews-carousel-circle .exad-carousel-nav-next:hover,.exad-google-reviews-carousel-circle .exad-carousel-nav-prev:hover{box-shadow: 0 15px 39px 0 rgba(9, 24, 33, 0.06);opacity: 1}.exad-google-reviews-carousel-circle .exad-carousel-nav-prev{left: -80px}.exad-google-reviews-carousel-circle .exad-carousel-nav-next{right: -80px}.exad-google-reviews-carousel-single{margin: 0}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-item{margin: 0 56px 100px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner{display: flex;align-items: center}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner .exad-google-reviews-carousel-inner-left{flex-basis: 40%}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner .exad-google-reviews-carousel-inner-right{flex-basis: 58%;margin-left: 2%}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-name{font-size: 22px;font-family: Roboto,"Roboto Fallback", sans-serif;margin-bottom: 5px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-designation{font-size: 16px;display: inline-block;margin-bottom: 25px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-quote{margin-bottom: 25px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings{padding-left: 0;margin-bottom: 0;list-style: none}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings li{display: inline-block;font-size: 20px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings li.exad-google-reviews-carousel-ratings-active i{color: #806bff}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-image{box-shadow: 0 40px 81px 0 rgba(9, 24, 33, 0.14)}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-image img{width: 100%}.exad-google-reviews-carousel-single .exad-carousel-nav-next,.exad-google-reviews-carousel-single .exad-carousel-nav-prev{position: absolute;display: block;width: 60px;height: 60px;cursor: pointer;background: #fff;text-align: center;border-radius: 50%;font-size: 25px;transition: 0.3s ease;margin-right: 20px;border: 1px solid #e5e5e5;bottom: 20px;z-index: 1}.exad-google-reviews-carousel-single .exad-carousel-nav-next:hover,.exad-google-reviews-carousel-single .exad-carousel-nav-prev:hover{color: #fff;box-shadow: 0 19px 27px 0 rgba(56, 218, 232, 0.25);background: #806bff}.exad-google-reviews-carousel-single .exad-carousel-nav-prev{left: 56px}.exad-google-reviews-carousel-single .exad-carousel-nav-next{left: 126px}@media only screen and (max-width: 630px){.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner{flex-direction: column;align-items: flex-start}}@media only screen and (max-width: 400px){.exad-google-reviews-carousel-basic{padding: 50px}.exad-google-reviews-carousel-basic .exad-google-reviews-carousel-name{font-size: 18px}.exad-google-reviews-carousel-basic .exad-google-reviews-carousel-designation{font-size: 14px}.exad-google-reviews-carousel-basic .exad-carousel-nav-next,.exad-google-reviews-carousel-basic .exad-carousel-nav-prev{bottom: 0}.exad-google-reviews-carousel-basic .exad-carousel-nav-next{right: 25px}.exad-google-reviews-carousel-basic .exad-carousel-nav-prev{right: 90px}}.exad-google-reviews-ratings{margin: 0;padding: 0}.exad-google-reviews-ratings li{list-style: none;display: inline-block}.exad-google-reviews-thumb img{height: 100% !important;width: 100%;display: block;object-fit: cover}.exad-google-reviews-thumb{background: #ffffff}.exad-google-reviews-wrapper{border-radius: 10px 10px 10px 10px;padding: 20px 20px 20px 20px}.exad-google-reviews-wrapper.exad-google-reviews-align-center{text-align: center}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-thumb{margin-left: auto;margin-right: auto}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom{text-align: center}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-thumb{margin-left: auto;margin-right: auto}.exad-google-reviews-wrapper.exad-google-reviews-align-right{text-align: right}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-thumb{margin-left: auto}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb{border-radius: 50% 50% 50% 50%;margin-bottom: 0px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper,.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper{display: flex;align-items: center}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{padding-left: 20px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{padding-right: 20px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper{justify-content: flex-end}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb{order: 2}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{order: 1}.exad-google-reviews-description{margin: 0}.exad-google-reviews-name{margin: 0;font-size: 22px;transition: all .3s ease}.exad-google-reviews-designation{margin: 0;display: block;font-size: 14px}.exad-google-reviews-content-wrapper-arrow::before{position: absolute;content: "\e92a";font-family: eicons;transform: translateX(-50%);font-size: 25px;line-height: 1}.exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{transform: translateX(-50%) rotate(180deg)}.exad-google-reviews-wrapper{transition: all .3s ease}.exad-google-reviews-content-wrapper-arrow{position: relative;z-index: 1}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left: 40px;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{right: 25px;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left: 40px;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{right: 25px;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-image-aside{display: flex;align-items: center}.exad-google-reviews-wrapper.exad-google-reviews-transition-top-yes:hover{transform: translateY(-10px)}.exad-google-reviews-wrapper.exad-google-reviews-transition-top-yes{transform: translateY(0px);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-center .exad-swiper-pagination{margin-left: auto;margin-right: auto;text-align: center;position: absolute;width: 100%}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-right .exad-swiper-pagination{margin-left: auto;text-align: right;position: absolute;width: 100%}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-left .exad-swiper-pagination{margin-right: auto;text-align: left;position: absolute;width: 100%}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-author-name{line-height: 24px}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-author-name a{margin: 0;font-size: 20px;line-height: 20px;transition: all .3s ease}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-google-reviews-date{margin: 0;display: block;font-size: 14px}.exad-google-review-transition-top-yes{transform: translateY(0);transition: all .3s ease}.exad-google-reviews-carousel-wrapper .exad-google-review-transition-top-yes:hover{transform: translateY(-10px)}.exad-google-reviews-carousel-wrapper .exad-dots-container .exad-swiper-pagination .swiper-pagination-bullet{transition: all 0.3s}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after, .exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{content: " ";display: block;background: white;position: absolute;z-index: 30}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after{width: 3px;height: 9999px;left: 50%;margin-left: -1.5px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{width: 9999px;height: 3px;top: 50%;margin-top: -1.5px}.exad-image-comparision .twentytwenty-before-label, .exad-image-comparision .twentytwenty-after-label, .exad-image-comparision .twentytwenty-overlay{position: absolute;top: 0;width: 100%;height: 100%}.exad-image-comparision .twentytwenty-before-label, .exad-image-comparision .twentytwenty-after-label, .exad-image-comparision .twentytwenty-overlay{-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;transition-duration: 0.5s}.exad-image-comparision .twentytwenty-before-label, .exad-image-comparision .twentytwenty-after-label{-webkit-transition-property: opacity;-moz-transition-property: opacity;transition-property: opacity}.exad-image-comparision .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-after-label:before{color: white;font-size: 13px;letter-spacing: 0.1em}.exad-image-comparision .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-after-label:before{position: absolute;background: rgba(255, 255, 255, 0.2);line-height: 38px;padding: 0 20px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-horizontal .twentytwenty-after-label:before{top: 50%;margin-top: -19px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-vertical .twentytwenty-after-label:before{left: 50%;margin-left: -45px;text-align: center}.exad-image-comparision .twentytwenty-left-arrow, .exad-image-comparision .twentytwenty-right-arrow, .exad-image-comparision .twentytwenty-up-arrow, .exad-image-comparision .twentytwenty-down-arrow{width: 0;height: 0;border: 6px inset transparent;position: absolute}.exad-image-comparision .twentytwenty-left-arrow, .exad-image-comparision .twentytwenty-right-arrow{top: 50%;margin-top: -6px}.exad-image-comparision .twentytwenty-up-arrow, .exad-image-comparision .twentytwenty-down-arrow{left: 50%;margin-left: -6px}.exad-image-comparision .twentytwenty-container{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;z-index: 0;overflow: hidden;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none}.exad-image-comparision .twentytwenty-container img{max-width: 100%;position: absolute;top: 0;display: block}.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay, .exad-image-comparision .twentytwenty-container.active :hover.twentytwenty-overlay{background: rgba(0, 0, 0, 0)}.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.exad-image-comparision .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.exad-image-comparision .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{opacity: 0}.exad-image-comparision .twentytwenty-container *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box}.exad-image-comparision .twentytwenty-before-label{opacity: 0}.exad-image-comparision .twentytwenty-before-label:before{content: attr(data-content)}.exad-image-comparision .twentytwenty-after-label{opacity: 0}.exad-image-comparision .twentytwenty-after-label:before{content: attr(data-content)}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-before-label:before{left: 10px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-after-label:before{right: 10px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-before-label:before{top: 10px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-after-label:before{bottom: 10px}.exad-image-comparision .twentytwenty-overlay{-webkit-transition-property: background;-moz-transition-property: background;transition-property: background;background: rgba(0, 0, 0, 0);z-index: 25}.exad-image-comparision .twentytwenty-overlay:hover{background: rgba(0, 0, 0, 0.5)}.exad-image-comparision .twentytwenty-overlay:hover .twentytwenty-after-label{opacity: 1}.exad-image-comparision .twentytwenty-overlay:hover .twentytwenty-before-label{opacity: 1}.exad-image-comparision .twentytwenty-before{z-index: 20}.exad-image-comparision .twentytwenty-after{z-index: 10}.exad-image-comparision .twentytwenty-handle{height: 38px;width: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;margin-top: -22px;border: 3px solid white;-webkit-border-radius: 1000px;-moz-border-radius: 1000px;border-radius: 1000px;z-index: 40;cursor: pointer}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before{bottom: 50%;margin-bottom: 22px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after{top: 50%;margin-top: 22px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before{left: 50%;margin-left: 22px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{right: 50%;margin-right: 22px}.exad-image-comparision .twentytwenty-left-arrow{border-right: 6px solid white;left: 50%;margin-left: -16px}.exad-image-comparision .twentytwenty-right-arrow{border-left: 6px solid white;right: 50%;margin-right: -16px}.exad-image-comparision .twentytwenty-up-arrow{border-bottom: 6px solid white;top: 50%;margin-top: -16px}.exad-image-comparision .twentytwenty-down-arrow{border-top: 6px solid white;bottom: 50%;margin-bottom: -16px}.exad-image-magnify{width: 100%;position: relative;cursor: none}.exad-magnify-large{position: absolute;z-index: 1;display: none}.exad-magnify-small > img{display: block;z-index: -1}.exad-infobox-align-left{text-align: left}.exad-infobox-align-center{text-align: center}.exad-infobox-align-right{text-align: right}.exad-infobox-align-left .exad-infobox-icon{margin-right: auto;text-align: left}.exad-infobox-align-center .exad-infobox-icon{margin: 0 auto;text-align: center}.exad-infobox-align-right .exad-infobox-icon{margin-left: auto;text-align: right}.exad-infobox-item{position: relative}.simple-transition:hover{transform: translateY(-10px)}.simple-transition{transform: translateY(0px);-webkit-transition: all .3s ease;transition: all .3s ease}.zoom-transition{position: relative;-webkit-transition: all .3s ease;transition: all .3s ease;z-index: 1}.zoom-transition::before{content: '';position: absolute;-webkit-transform-origin: center center;transform-origin: center center;top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: .3s ease;transition: .3s ease;z-index: -1;-webkit-transform: scale(0);transform: scale(0)}.zoom-transition:hover::before{-webkit-transform: scale(1);transform: scale(1)}.exad-infobox .exad-infobox-item{padding: 30px;transition: all 0.3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon{border-radius: 50%;position: relative;z-index: 1;transition: all .3s ease}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_1{-webkit-animation: clip-1 10s linear infinite alternate forwards;animation: clip-1 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_2{-webkit-animation: clip-2 10s linear infinite alternate forwards;animation: clip-2 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_3{-webkit-animation: clip-3 10s linear infinite alternate forwards;animation: clip-3 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon::before{content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;left: 0;top: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin: center center;transform-origin: center center;transition: .3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon i{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);transition: all .3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon svg{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);transition: all .3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon img{height: 40px;width: 40px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-infobox-content a{display: block}.exad-infobox-content-title{font-size: 30px;line-height: 1.5;font-weight: 600;transition: all .3s ease}.exad-infobox-content-description{font-size: 16px}.exad-infobox .exad-infobox-item .exad-infobox-content .exad-infobox-content-description{line-height: 1.5}.exad-infobox .exad-infobox-item:hover .exad-infobox-icon::before{-webkit-transform: scale(1);transform: scale(1)}.exad-infobox-icon-position-left, .exad-infobox-icon-position-right{display: flex;align-items: center;transition: .3s ease}.exad-infobox-icon-position-left .exad-infobox-content, .exad-infobox-icon-position-right .exad-infobox-content{flex-basis: calc(100% - 100px)}.exad-infobox-icon-position-right .exad-infobox-content{order: 1}.exad-infobox-icon-position-right .exad-infobox-icon{order: 2}@keyframes clip-1{0%, 100%{border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%, 100%{border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%}25%{border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%}75%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%, 100%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;}20%{border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%}}.exad-list-group-wrapper{margin: 0;padding: 0;list-style: none}.exad-list-group .exad-list-group-wrapper.layout_1{display: flex;flex-direction: column}.exad-list-group .exad-list-group-wrapper.layout_2{display: flex;flex-direction: row}.exad-list-group .exad-list-group-wrapper .exad-list-group-item, .exad-list-group .exad-list-group-wrapper .exad-list-group-item a{position: relative;line-height: 1;display: flex}.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-center, .exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-center a{flex-direction: column}.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-right .exad-list-group-icon{order: 2}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon .exad-list-group-icon-image img{width: 100%;height:100%;object-fit: cover}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon .exad-list-group-icon-image{display: flex}.exad-list-group .exad-list-group-wrapper.layout_1 .exad-list-group-item:after{position: absolute;bottom: 0;width: 100%;content: '';left: 0}.exad-list-group .exad-list-group-wrapper.layout_2 .exad-list-group-item:after{position: absolute;right: 0;height: 100%;content: '';top: 0}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes{position: relative}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes svg,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes i,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-image,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-number{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-number{line-height: 0}@media (max-width: 768px){.exad-list-group .exad-list-group-wrapper.layout_2{flex-direction: column}}.exad-logo-box .exad-logo-item{position: relative;border-radius: 2px;transition: all .3s ease;cursor: pointer;text-align: center}.exad-logo-box.exad-logo-left .exad-logo-item{text-align: left}.exad-logo-box.exad-logo-left .exad-logo-item.exad-logo-item-max-height-yes{justify-content: flex-start}.exad-logo-box.exad-logo-center .exad-logo-item{text-align: center}.exad-logo-box.exad-logo-center .exad-logo-item.exad-logo-item-max-height-yes{justify-content: center}.exad-logo-box.exad-logo-right .exad-logo-item{text-align: right}.exad-logo-box.exad-logo-right .exad-logo-item.exad-logo-item-max-height-yes{justify-content: flex-end}.exad-logo-box .exad-logo-item img{vertical-align: middle}.exad-logo-item.exad-logo-item-max-height-yes{display: flex;align-items: center}.exad-logo-carousel-element{visibility:hidden;opacity:0;transition: opacity .3s}.exad-logo-carousel-element.slick-initialized{visibility:visible;opacity:1}.exad-logo-carousel-element .exad-logo-carousel-item{display:none }.exad-logo-carousel-element .exad-logo-carousel-item:first-child{display:block;visibility:hidden}.exad-logo-carousel-element.slick-initialized .exad-logo-carousel-item{display:block;visibility:visible}.exad-logo-carousel .slick-dots{width: auto;display: table;margin: 0 auto;padding: 0;position: absolute}.exad-logo-carousel .slick-dots li{list-style: none;display: inline-block;padding: inherit;outline: none;border: 0}.exad-logo-carousel .slick-dots li button{padding: inherit;outline: none;border: 0;text-indent: -9999px}.exad-logo-carousel-left img{margin-right: auto}.exad-logo-carousel-center img{margin-left: auto;margin-right: auto}.exad-logo-carousel-right img{margin-left: auto}.exad-logo-carousel-prev,.exad-logo-carousel-next{position: absolute;text-align: center;cursor: pointer;transition: all .3s ease}.exad-logo-carousel-prev i, .exad-logo-carousel-element .exad-logo-carousel-next i{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-logo-carousel-element .exad-logo-carousel-prev:hover, .exad-logo-carousel-element .exad-logo-carousel-next:hover{background: #fff}.exad-logo-carousel-element .exad-logo-carousel-prev:hover i, .exad-logo-carousel-element .exad-logo-carousel-next:hover i{color: #000000}.exad-logo-carousel-element .exad-logo-carousel-prev{z-index: 1;top: 50%;left: -80px;-webkit-transform: translateY(-50%);transform: translateY(-50%)}.exad-logo-carousel-element .exad-logo-carousel-next{z-index: 1;top: 50%;right: -80px;-webkit-transform: translateY(-50%);transform: translateY(-50%)}.exad-logo-carousel .slick-dots{width: auto;display: table;margin: 0 auto;padding: 0;left: 50%;transform: translateX(-50%)}.exad-logo-carousel-element.exad-logo-carousel-max-height-yes .exad-logo-carousel-item{display: flex;align-items: center}.exad-carousel-item .exad-carousel-nav-prev,.exad-carousel-item .exad-carousel-nav-next{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 60px;width: 60px;background: transparent;border-radius: 50%;text-align: center;cursor: pointer;transition: all .3s ease;z-index: 1}.exad-carousel-item .exad-carousel-nav-prev i,.exad-carousel-item .exad-carousel-nav-next i{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-carousel-item .exad-carousel-nav-prev:hover,.exad-carousel-item .exad-carousel-nav-next:hover{color: #0a1724}.exad-carousel-item .exad-carousel-nav-prev{left: -70px}.exad-carousel-item .exad-carousel-nav-next{right: -70px}.exad-exclusive-heading .exad-exclusive-heading-title a{text-decoration: none;display: inline-block}.exad-exclusive-heading .exad-exclusive-heading-title{margin: 0 auto}.exad-exclusive-heading .exad-exclusive-heading-description{line-height: 26px;margin: 0}.exad-heading-icon-box-yes .exad-heading-icon{position: relative}.exad-heading-icon-box-yes .exad-heading-icon i,.exad-heading-icon-box-yes .exad-heading-icon svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-exclusive-heading.parallax .exad-exclusive-heading-wrapper .exad-exclusive-heading-title{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent}.exad-exclusive-heading.separator .exad-exclusive-heading-wrapper .exad-exclusive-heading-title{position: relative}.exad-heading-text-background .exad-exclusive-heading-title{position: relative;z-index: 1}.exad-heading-text-background .exad-exclusive-heading-title::after{position: absolute;content: attr(data-content);top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;z-index: -1;letter-spacing: 3px;line-height: 50px}.exad-heading-image-gradient .exad-exclusive-heading-title{-webkit-background-clip: text;-webkit-text-fill-color: transparent}.exad-heading-icon{display: inline-block}.exad-modal-button .exad-modal-image-action{display: inline-block;text-decoration: none;transition: all .3s ease;position: relative;text-align: center;z-index: 1;overflow: hidden}.exad-modal-button .exad-modal-image-action:before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;-webkit-transform: scale(0);transform: scale(0);opacity: 0;-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-modal-button .exad-modal-image-action:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1;z-index: -1}.top-to-middle{-webkit-transform: translate(-50%, -60%);transform: translate(-50%, -60%);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.modal-vimeo.bottom-to-middle{-webkit-transform: translate(-50%, -30%);transform: translate(-50%, -30%);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.bottom-to-middle{z-index: 9999;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-modal-item.modal-vimeo.right-to-middle{-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform: translate(-30%, -50%);transform: translate(-30%, -50%)}.exad-modal-item.active.modal-vimeo.right-to-middle{-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9999}.exad-modal-item.modal-vimeo.left-to-middle{-webkit-transform: translate(-70%, -50%);transform: translate(-70%, -50%);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.left-to-middle{z-index: 9999;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-modal-item.modal-vimeo.zoom-in{-webkit-transform: translate(-50%, -50%) scale(0.5);transform: translate(-50%, -50%) scale(0.5);-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.zoom-in{z-index: 9999;-webkit-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1)}.exad-modal-item.modal-vimeo.zoom-out{-webkit-transform: translate(-50%, -50%) scale(1.5);transform: translate(-50%, -50%) scale(1.5);-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.zoom-out{z-index: 9999;display: block;-webkit-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1)}.exad-modal-item.modal-vimeo.left-rotate{opacity: 0;-webkit-transition: all .8s ease;transition: all .8s ease;-webkit-perspective: 1000;perspective: 1000;-webkit-transform: translate(-50%, -50%) rotateX(90deg);transform: translate(-50%, -50%) rotateX(90deg);-webkit-transform-origin: center center;transform-origin: center center}.exad-modal-item.active.modal-vimeo.left-rotate{opacity: 1;z-index: 9999;-webkit-transform: translate(-50%, -50%) rotateX(0);transform: translate(-50%, -50%) rotateX(0)}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn{position: absolute;top: -40px;right: -40px;cursor: pointer;height: 40px;width: 40px;border-radius: 50%}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span{display: block;height: 100%;width: 100%;position: absolute}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span::before{content: '';position: absolute;height: 2px;width: 20px;background: #fff;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span::after{content: '';position: absolute;height: 20px;width: 2px;background: #fff;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%}.exad-modal-overlay{position: fixed;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;z-index: -1;background: rgba(0, 0, 0, 0.5);transition: all 0.3s ease;display: none}.exad-modal-overlay.active{opacity: 1;z-index: 1000;display: block;transition: all 0.3s ease}.exad-modal-prevent-page-scroll{overflow:hidden !important}.exad-modal-item.image-gallery .exad-modal-element{display: flex;flex-wrap: wrap}.exad-modal-item.image-gallery .exad-modal-element.column-one .exad-modal-element-card{width: 100%}.exad-modal-item.image-gallery .exad-modal-element.column-two .exad-modal-element-card{width: 50%}.exad-modal-item.image-gallery .exad-modal-element.column-three .exad-modal-element-card{width: 33.33%}.exad-modal-item.image-gallery .exad-modal-element.column-four .exad-modal-element-card{width: 25%}.exad-modal-item.image-gallery .exad-modal-element.column-five .exad-modal-element-card{width: 20%}.exad-modal-item.image-gallery .exad-modal-element.column-six .exad-modal-element-card{width: 16.66%}.exad-modal-item{position: fixed !important;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%)}.exad-modal-item.modal-vimeo{opacity: 0;-webkit-transform: translate(-50%, -60%);transform: translate(-50%, -60%);height: auto;-webkit-transition: all .3s ease;transition: all .3s ease;visibility: hidden}@media (max-width: 991px){.exad-modal-item.modal-vimeo{height: 100%}.exad-modal-item.modal-vimeo::-webkit-scrollbar{display: none}}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element img{display: block;max-width: 100%;height: auto}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element .exad-modal-element-card .exad-modal-element-card-body p{margin: 0}.exad-modal-item.modal-vimeo-img-fluid .exad-modal-content .exad-modal-element img,.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element .exad-modal-element-card img{display: block;width: 100%}.exad-modal-item.modal-vimeo .exad-modal-content{position: relative}.exad-modal-item .exad-modal-content .exad-modal-element iframe{display: block;height: 100%;width: 100%}.exad-modal-item.active.modal-vimeo{opacity: 1;z-index: 16777221 !important;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);visibility: visible}.exad-modal-button.exad-modal-btn-fixed-width-yes .exad-modal-image-action{position: relative}.exad-modal-button.exad-modal-btn-fixed-width-yes .exad-modal-image-action span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1}.exad-modal-wrapper .exad-modal-item.exad-content-overflow-x-{overflow-x: hidden}.exad-modal-wrapper .exad-modal-item.exad-content-overflow-y-{overflow-y: scroll}.exad-news-ticker{display: block;width: 100%;box-sizing: border-box;position: relative;overflow: hidden;font-size: 14px}.exad-news-ticker *{box-sizing: border-box}.exad-news-ticker.bn-fixed-top{position: fixed;left: 0;right: 0;top: 0}.exad-news-ticker.bn-fixed-bottom{position: fixed;left: 0;right: 0;bottom: 0}.exad-news-ticker .exad-bn-label{left: 0;top: 0;bottom: 0;height: 100%;position: absolute;text-align: center;z-index: 3;white-space: nowrap;display: flex;width: auto;user-select: none;justify-content: center;align-items: center}.exad-news-ticker .exad-bn-label{padding: 0 15px;color: #FFF}.exad-news-ticker .exad-bn-label,.exad-news-ticker .exad-bn-label.yes-small:after{}.exad-news-ticker .exad-bn-label.yes-small:after{position: absolute;content: '';top: 50%;right: -5px;transform: translateY(-50%) rotate(45deg);width: 10px;height: 10px;z-index: -1}.exad-news-ticker .exad-nt-news{position: absolute;left: 0;top: 0;bottom: 0;height: 100%;right: 0;overflow: hidden}.exad-news-ticker .exad-nt-news ul{display: block;height: 100%;list-style: none;padding: 0;margin: 0;width: 100%}.exad-news-ticker .exad-nt-news ul li{list-style: none;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;text-decoration: none;-webkit-transition: color .2s linear;-moz-transition: color .2s linear;-o-transition: color .2s linear;transition: color .2s linear;position: absolute;width: 100%;display: none;color: #333;padding: 0 15px;margin: 0;line-height: inherit}.exad-news-ticker .exad-nt-news ul li a{white-space: nowrap;text-overflow: ellipsis;text-decoration: none;color: #333;position: relative;display: block;overflow: hidden}.exad-news-ticker .exad-nt-news ul li a:hover{color: #069}.exad-news-ticker .bn-loader-text{padding: 0 10px}.exad-news-ticker .bn-seperator{display: inline-block;float: left;margin-right: 15px;width: 30px;height: 40px;background-position: center;background-size: contain;background-repeat: no-repeat;position: relative}.exad-news-ticker .bn-seperator.exad-nt-news-dot{margin-right: 0}.exad-news-ticker .bn-seperator.exad-nt-news-dot:after{content: '';position: absolute;width: 8px;height: 8px;background: #333;border-radius: 50%;top: 50%;margin-top: -4px;left: 50%;margin-left: -4px}.exad-news-ticker .bn-prefix{color: #d65d7a;margin-right: 15px;padding-left: 10px}.exad-news-ticker .bn-positive{color: #0b8457;font-weight: bold}.exad-news-ticker .bn-negative{color: #dc2f2f;font-weight: bold}.exad-news-ticker .exad-nt-controls{width: auto;right: 0;top: 0;bottom: 0;height: 100%;background-color: #ffffff;padding: 0 0 0 20px;position: absolute;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;display: flex;justify-content: center;align-items: center}.exad-news-ticker.bn-direction-rtl .exad-nt-controls{flex-direction: row-reverse}.exad-news-ticker.bn-direction-rtl .exad-bn-label.yes-small:after{right: calc( 100% - 5px )}.exad-news-ticker .exad-nt-controls button{width: 30px;padding: 0;border: inherit;height: 30px;cursor: pointer;text-align: center;outline: none;border-radius: 0;width: 30px;border: 0}.exad-news-ticker .bn-arrow{margin: 0;display: inline-block;height: 8px;position: relative;width: 8px;top: -2px}.exad-news-ticker .bn-arrow::after{border-bottom-style: solid;border-bottom-width: 2px;border-right-style: solid;border-right-width: 2px;content: '';display: inline-block;height: 8px;left: 0;position: absolute;top: 0;width: 8px}.exad-news-ticker .bn-arrow.bn-next{-moz-transform: rotate(315deg);-ms-transform: rotate(315deg);-webkit-transform: rotate(315deg);transform: rotate(315deg);left:-3px}.exad-news-ticker .bn-arrow.bn-prev{-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);left: 3px}.exad-news-ticker .bn-play{position: relative;background: #999999;width: 0;height: 12px;display: inline-block;margin-left: -5px}.exad-news-ticker .bn-play::after{left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-left-color: #999999;border-width: 8px;margin-top: -8px}.exad-news-ticker .bn-pause{position: relative;width: 0;height: 14px;display: inline-block;top: 1px;left:-1px}.exad-news-ticker .bn-pause::before{position: absolute;content: "";width: 2px;height: 100%;left: 3px}.exad-news-ticker .bn-pause::after{position: absolute;content: "";width: 2px;height: 100%;left: -3px}.exad-news-ticker.bn-direction-rtl{direction: rtl}.exad-news-ticker.bn-direction-rtl .exad-bn-label{left: auto;right: 0}.exad-news-ticker.bn-direction-rtl .exad-nt-controls{right: auto;left: 0}.exad-news-ticker.bn-direction-rtl .bn-seperator{margin-left: 15px;margin-right: 0;float: right}.exad-news-ticker.bn-direction-rtl .bn-prefix{margin-left: 15px;margin-right: 0;padding-left: 0;padding-right: 10px}.exad-news-ticker.bn-direction-rtl .exad-nt-controls button{border-left: none}.exad-news-ticker.bn-effect-scroll .exad-nt-news ul li{display: list-item;float: left;position: relative;width: auto}.exad-news-ticker.bn-effect-scroll .exad-nt-news ul li a:focus{outline: none}.exad-news-ticker.bn-effect-scroll.bn-direction-rtl .exad-nt-news ul li{float: right}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail{position: relative;z-index: 0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category{margin: 0;padding: 0;list-style: none}.exad-post-grid-container .exad-post-grid-body{position: relative}.exad-post-grid-container .exad-post-grid-body ul.exad-post-grid-category.cat-pos-bottom-left{transform: translateY(-50%);top: 0;position: absolute}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category.postion-top-right{position: absolute;top: 20px;right: 20px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category li{display: inline-block}.exad-post-grid-container ul.exad-post-grid-category li:not(:last-child){margin-right: 8px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body{z-index: 9}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category,.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data{margin: 0;padding: 0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category{margin-bottom: 20px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li{display: inline-block;list-style: none}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body li{margin-left: 0px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data li{display: flex;align-items: center;justify-content: center}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data{display: flex;align-items: center}.exad-post-grid-container .exad-post-data.show-avatar-yes li.exad-post-date{margin-top: -3px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-author-avatar img{border-radius: 100%;margin-right: 12px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:not(:last-child){margin-right: 5px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:hover:nth-child(2n-1){opacity: 0.7}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:hover:nth-child(2n){opacity: 0.7}.exad-post-grid-container .exad-post-grid-body h3{margin: 15px 0 5px 0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-title{display: block;text-decoration: none;-ms-word-wrap: break-word;word-wrap: break-word;transition: all .3s ease}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-title:hover{color: #FF6F51}.exad-row-wrapper .exad-post-grid-body .exad-post-data li{color: #848484}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-action{display: inline-block;text-decoration: none;transition: all .3s ease}.exad-row-wrapper.exad-col-6{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-6 .exad-col{flex: 0 0 16.66666%;max-width: 16.666666%;padding: 0 10px}.exad-row-wrapper .exad-post-grid-body .exad-post-grid-read-time{display: inline-block}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment{margin: 0;padding: 0;list-style: none}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li{display: inline-block}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li:not(:last-child){padding-right: 20px}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li i.fa.fa-comment-o{padding-right: 10px}.exad-post-grid-container .exad-post-grid-body .exad-post-footer a{display: inline-block;transition: all .3s ease}.exad-post-grid-container.image-position-left,.exad-post-grid-container.image-position-right{display: flex}.exad-post-grid-container.image-position-left .exad-post-grid-thumbnail,.exad-post-grid-container.image-position-right .exad-post-grid-thumbnail{z-index: 999}.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-right > figure,.exad-post-grid-container.image-position-right > div{flex-direction: column}.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-right > figure{width: 40%}.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-right > div{width: 60%}.exad-post-grid-container.image-position-left > figure img,.exad-post-grid-container.image-position-right > figure img{height: 100%;object-fit: cover;width: 100%}.exad-post-grid-container.image-position-right > figure{order: 2}.exad-post-grid-container.image-position-right > div{order: 1}.exad-post-grid-container.image-position-top .exad-post-grid-thumbnail a{display: flex}nav.exad-post-pagination{display: flex;width: 100%;align-items: center;justify-content: center}nav.exad-post-pagination ul{margin: 0;padding: 0;list-style: none}nav.exad-post-pagination ul li{display: inline-block}@media (max-width: 767px){.exad-row-wrapper.exad-col-6 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper .exad-col{padding: 0 10px}.exad-row-wrapper.exad-col-5{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-5 .exad-col{flex: 0 0 20%;max-width: 20%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-5 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-4{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-4 .exad-col{flex: 0 0 25%;max-width: 25%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-4 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-3{display: flex;margin: 0 -10px;flex-wrap: wrap}.exad-row-wrapper.exad-col-3 .exad-col{flex: 0 0 33.333333%;max-width: 33.333333%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-3 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-2{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-2 .exad-col{flex: 0 0 50%;max-width: 50%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-2 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-1{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-1 .exad-col{width: 100%;flex: 0 0 100%;max-width: 100%;padding: 0 15px 25px}@media (max-width: 767px){.exad-row-wrapper.exad-col-1 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}@media (max-width: 480px){.exad-post-grid-container.image-position-left, .exad-post-grid-container.image-position-right{flex-direction: column}.exad-post-grid-container.image-position-left > figure, .exad-post-grid-container.image-position-right > figure,.exad-post-grid-container.image-position-left > div, .exad-post-grid-container.image-position-right > div{width: 100%}}.exad-post-grid-description{line-height: 1.8}.exad-post-grid-container.image-position-top .exad-post-grid-thumbnail a img{object-fit: cover;-o-object-fit: cover;width: 100%}.exad-post-grid-load-btn{text-align: center}.exad-post-grid-paginate-btn{text-align: center;display: inline-block;text-decoration: none;transition: all .3s ease}.exad-post-grid-container ul.exad-post-grid-category li a{display: block}.exad-post-grid.exad-post-grid-featured-post-yes article.exad-post-grid-three:first-child{flex: 100%;max-width: 100%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container{display: flex}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail{width: 50%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail a{height: 100%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail a img{height: 100%;object-fit: cover;-o-object-fit: cover}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-body{width: 50%}.exad-post-grid .exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail::before{display: none}.exad-post-timeline{margin-bottom: 35px}.exad-post-timeline .exad-post-timeline-item{display: flex;align-items: center;position: relative}.exad-post-timeline .exad-post-timeline-item::before{position: absolute;content: '';background: #e3e5e8;width: 3px;height: calc( 100% 100px);left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);top: 0}.exad-post-timeline .exad-post-timeline-item:not(:last-child){margin-bottom: 100px}.exad-post-timeline .exad-post-timeline-item:last-child::before{height: 100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: 60px;width: 60px;text-align: center;border-radius: 50%;z-index: 1}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon i{font-size: 24px;line-height: 60px;color: #D1C1FF}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{position: absolute;content: '';width: 60px;height: 2px;background: transparent;border: 1px dashed #e3e3e3;top: 30px;left: -70px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{position: absolute;content: '';width: 60px;background: transparent;border: 1px dashed #e3e3e3;top: 30px;right: -70px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis: 35%;overflow: hidden}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content img{width: 100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis: 20%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date h4{font-size: 20px;margin: 6px auto}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date p{font-size: 15px;margin: 0;color: #8a8d91}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text{padding: 25px 30px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text h4{font-size: 20px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text p{color: #8a8d91;margin-bottom: 0;font-size: 15px;line-height: 24px}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-content{position: relative}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left: 30%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{order: 2;margin-left: 30%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{order: 1;margin-left: 15%;text-align: right}@media only screen and (max-width: 1350px){.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{width: 40px;left: -50px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{width: 40px;right: -50px}}@media only screen and (max-width: 992px){.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis: 40%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis: 30%}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left: 20%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{margin-left: 20%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{margin-left: 10%}}@media only screen and (max-width: 552px){.exad-post-timeline .exad-post-timeline-item::before{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis: 100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis: 100%}.exad-post-timeline .exad-post-timeline-item{flex-direction: column}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{margin-left: 0}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{order: 1}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left: 0;margin-top: 10px}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{margin-left: 0;text-align: left;margin-top: 10px}.exad-post-timeline .exad-post-timeline-item:not(:last-child){margin-bottom: 50px}}.exad-pricing-list-wrapper.border_bottom .exad-pricing-list-item:last-child{border-bottom: none !important}.exad-pricing-list-item.yes{display: flex}.exad-pricing-list-item-thumbnail{overflow: hidden}.exad-pricing-list-item-thumbnail img{height: 100% !important;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-pricing-title{display: flex;align-items: center}.exad-pricing-title .exad-pricing-list-item-price{margin-left: auto}.exad-pricing-list-item-content-title{display: flex;font-size: 20px;font-weight: bold}.exad-pricing-list-item-content-description{margin: 0}.exad-pricing-list-item-price span{display: block;font-size: 20px;line-height: 20px}.exad-pricing-list-item-content-action{display: inline-block;transition: all .3s ease}.exad-pricing-list-item-content-conntector{border-bottom: 1px dashed;height: 1px;flex-grow: 1;align-self: center;margin: 0 15px}.left{text-align: left}.left .exad-pricing-table-features li{justify-content: flex-start}.left .price-box{margin-right: auto}.center{text-align: center}.center.exad-pricing-table-features li{justify-content: center}.center .price-box{margin: 0 auto}.right{text-align: right}.right .exad-pricing-table-features li{justify-content: flex-end}.right .price-box{margin-left: auto}.exad-pricing-table-header{position: relative;z-index: -1}.exad-pricing-table-header .exad-pricing-table-header-curved svg{position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%}.exad-pricing-table-title{margin: 0 0 16px 0;font-size: 20px;font-weight: 400}.exad-pricing-table-subtitle{margin: 0 0 10px 0}.price-box{position: relative}.exad-pricing-table-price{position: relative}.exad-pricing-table-price.exad-discount-price-yes{display: inline-flex;align-items: flex-end}.exad-pricing-table-price.exad-discount-price-yes .exad-pricing-table-regular-price{text-decoration: line-through;font-size: 20px;color: #e5e5e5;line-height: 2.1em}.exad-pricing-table-price svg{position: absolute}.exad-pricing-table-wrapper .exad-pricing-table-price p.exad-pricing-table-new-price{font-size: 48px;font-weight: 600;letter-spacing: -3.2px}.exad-pricing-table-wrapper .exad-pricing-table-price span.exad-price-period{font-size: 20px;font-weight: 600;letter-spacing: 0px}.exad-pricing-table-price p{margin: 0}.price-box p{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0;width: 100%}.exad-pricing-table-features{margin: 0;padding: 0}.exad-pricing-table-features li{list-style: none;display: flex;align-items: center;justify-content: center;margin-left: 0px}.list-border-bottom li:not(:last-child){border-bottom: 1px solid #ff5985}.exad-pricing-table-features li .exad-pricing-li-icon{margin-right: 7px}.exad-pricing-table-action{text-decoration: none;-webkit-transition: all .3s ease;transition: all .3s ease;z-index: 1;display: inline-block}.exad-pricing-table-badge-wrapper{position: relative;overflow: hidden;z-index: 1;transition: all .3s ease}.exad-pricing-table-wrapper{transition: all .3s ease}.exad-pricing-table-wrapper.transition_top{transition: all .3s ease;transform: translateY(0);-webkit-transform: translateY(0)}.exad-pricing-table-wrapper.transition_top:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px)}.exad-pricing-table-wrapper.transition_bottom{transition: all .3s ease;transform: translateY(0);-webkit-transform: translateY(0)}.exad-pricing-table-wrapper.transition_bottom:hover{transform: translateY(10px);-webkit-transform: translateY(10px)}.exad-pricing-table-wrapper.transition_zoom{transition: all .3s ease;transform: scale(1);-webkit-transform: scale(1)}.exad-pricing-table-wrapper.transition_zoom:hover{transform: scale(1.02);-webkit-transform: scale(1.02)}.exad-pricing-table-wrapper .text-badge{position: absolute;top: 0;right: 0;background: #13c83a;padding: 13px 50px;width: 160px;text-align: center;-webkit-transform: rotate(45deg) translate(40px, -22px);transform: rotate(45deg) translate(40px, -22px);color: #ffffff;font-size: 12px;font-weight: bold;z-index: 2}.exad-pricing-table-wrapper .icon-badge{position: absolute;padding: 15px 10px;border-radius: 0 0 40px 40px;background: #13c83a;right: 30px;top: 0;z-index: 2}.exad-pricing-table-promo-label{display: block}.exad-pricing-table-currency{position: relative}.exad-pricing-table-price-subtitle{display: block}.ldBar{position:relative}.ldBar.label-center > .ldBar-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:0 0 3px #ffffff}.exad-progress-bar .ldBar-label:after{content:"%";display:inline;position: absolute}.ldBar.no-percent .ldBar-label:after{content:""}[class*="exad-progress-bar-"].line{position: relative}[class*="exad-progress-bar-"].line .ldBar-label{position: absolute;top: -12px;right: 0}[class*="exad-progress-bar-"].line-bubble{position: relative}[class*="exad-progress-bar-"].line-bubble .ldBar-label{position: absolute;left: 0;top: 0%;width: 50px;height: 50px;-webkit-transform: translate(-50%, 25%);transform: translate(-50%, 25%);background-color: #ccc;line-height: 27px}[class*="exad-progress-bar-"].circle{position: relative}[class*="exad-progress-bar-"].circle .ldBar-label{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}[class*="exad-progress-bar-"].circle h3{position: absolute;bottom: -20px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}[class*="exad-progress-bar-"].fan{position: relative}[class*="exad-progress-bar-"].fan svg{margin-top: -40%}[class*="exad-progress-bar-"].fan h3{position: absolute;bottom: -20px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}[class*="exad-progress-bar-"].fan .ldBar-label{position: absolute;left: 50%;-webkit-transform: translate(-50%, -20%);transform: translate(-50%, -20%);font-size: 30px;bottom: 7%}[class*="exad-progress-bar-"].fan .left-title{position: absolute;left: 0;bottom: -10px}[class*="exad-progress-bar-"].fan .right-title{position: absolute;bottom: -10px;right: 0}.exad-progress-bar svg:not(:root){overflow: hidden;height: inherit}.exad-progress-bar-title{font-size: 16px;font-weight: 600}.exad-sticky-section-yes{position: sticky !important}.exad-column-sticky .inner-wrapper-sticky{width: 100%}.exad-advance-tab-nav{margin: 0;padding: 0}.exad-advance-tab-nav li{list-style: none;transition: all .3s ease;position: relative;cursor: pointer}.exad-advance-tab-nav li span.exad-tab-title{font-size: 16px}.exad-tab-horizontal > .exad-advance-tab-nav{display: flex}.exad-tab-horizontal.exad-tab-align-left > .exad-advance-tab-nav{justify-content: flex-start}.exad-tab-horizontal.exad-tab-align-center > .exad-advance-tab-nav{justify-content: center}.exad-tab-horizontal.exad-tab-align-right > .exad-advance-tab-nav{justify-content: flex-end}.exad-tab-horizontal-full-width > .exad-advance-tab-nav{display: flex}.exad-tab-align-left > .exad-advance-tab-nav li{text-align: left}.exad-tab-align-center > .exad-advance-tab-nav li{text-align: center}.exad-tab-align-right > .exad-advance-tab-nav li{text-align: right}.exad-tab-align-left > .exad-advance-tab-nav{text-align: left}.exad-tab-align-center > .exad-advance-tab-nav{text-align: center}.exad-tab-align-right > .exad-advance-tab-nav{text-align: right}.exad-tab-horizontal-full-width > .exad-advance-tab-nav li{flex: 1}.exad-tab-vertical{display: flex}.exad-tab-vertical > .exad-advance-tab-nav li{display: flex;align-items: center}.exad-advance-tab > .exad-advance-tab-content.active{display: block}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left,.exad-advance-tab .exad-advance-tab-content.active.exad-tab-image-right{display: flex;width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width: 70%}.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-thumb{width: 30%}.exad-advance-tab > .exad-advance-tab-content.active .exad-advance-tab-content-thumb{width: 30%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element{order: 2}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb{order: 1}.exad-advance-tab > .exad-advance-tab-content{display: none}.exad-tab-btn{text-decoration: none;transition: all .3s ease;display: inline-block}.exad-advance-tab-content-title{margin: 0 0 20px 0}.exad-advance-tab-content-description{margin: 0 0 20px 0}.exad-tab-triangle-right.active{position: relative;z-index: 1}.exad-tab-triangle-bottom.active{position: relative;z-index: 1}.exad-tab-triangle-right.active::before{position: absolute;content: '';height: 20px;width: 15px;top: 50%;right: -4px;transform: translateY(-50%) rotate(45deg);z-index: -1}.exad-tab-triangle-bottom.active::before{position: absolute;content: '';height: 20px;width: 15px;left: 50%;bottom: -8px;transform: translateX(-50%) rotate(45deg);z-index: -1}@media ( max-width: 575px ){.exad-tab-vertical{flex-direction: column}.exad-tab-vertical > .exad-advance-tab-nav li{width: 100% !important;justify-content: center}.exad-tab-triangle-right.active:before{display: none}}@media ( max-width: 767px ){.exad-tab-horizontal-full-width > .exad-advance-tab-nav{overflow-x: scroll}.exad-tab-horizontal > .exad-advance-tab-nav{overflow-x: scroll}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right{flex-direction: column}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-thumb{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active .exad-advance-tab-content-thumb{width: 100%}.exad-advance-tab-content-thumb{margin-top: 20px}}.exad-left{text-align: left}.exad-left .exad-team-member-thumb{margin-right: auto}.exad-center{text-align: center}.exad-center .exad-team-member-thumb{margin: 0 auto}.exad-team-member-thumb.style_1{-webkit-animation: clip-1 10s linear infinite alternate forwards;animation: clip-1 10s linear infinite alternate forwards;overflow: hidden}.exad-team-member-thumb.style_2{-webkit-animation: clip-2 10s linear infinite alternate forwards;animation: clip-2 10s linear infinite alternate forwards;overflow: hidden}.exad-team-member-thumb.style_3{-webkit-animation: clip-3 10s linear infinite alternate forwards;animation: clip-3 10s linear infinite alternate forwards;overflow: hidden}.exad-right{text-align: right}.exad-right .exad-team-member-thumb{margin-left: auto}.exad-top-background{clear: both}.exad-team-item .exad-team-member.exad-position-left,.exad-team-item .exad-team-member.exad-position-right{display: flex}.exad-position-left .exad-team-member-thumb{width: 40%}.exad-position-left .exad-team-member-content{width: 60%}.exad-position-right .exad-team-member-thumb{width: 40%;order: 2}.exad-position-right .exad-team-member-content{width: 60%;order: 1}.exad-team-item .exad-team-member.exad-position-left .exad-team-member-thumb img,.exad-team-item .exad-team-member.exad-position-right .exad-team-member-thumb img{height: 100%;object-fit: cover}.elementor .exad-team-member-thumb img{height: 100%;width: 100%}.exad-team-member-cta{text-decoration: none;display: inline-block;transition: all .3s ease}.exad-team-member-social{margin: 0;padding: 0}.exad-team-member-social li{list-style: none;display: inline-block}.exad-team-member-social li a{display: block;position: relative;transition: all .3s ease;text-decoration: none}.exad-team-member-social li a i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}.exad-team-member-thumb img{display: block;object-fit: cover;-o-object-fit: cover}.exad-team-member-content{position: relative;z-index: 8}.exad-team-member-name{margin: 0 0 20px 0}.exad-team-member-designation{margin: 0 0 20px 0;display: block}.exad-team-member-about{margin: 0 0 20px 0;line-height: 1.5em}@media (max-width: 480px){.exad-team-item .exad-team-member.exad-position-left, .exad-team-item .exad-team-member.exad-position-right{flex-direction: column}.exad-team-item .exad-team-member.exad-position-left .exad-team-member-thumb img, .exad-team-item .exad-team-member.exad-position-right .exad-team-member-thumb img,.exad-position-left .exad-team-member-thumb,.exad-position-left .exad-team-member-content,.exad-position-right .exad-team-member-thumb,.exad-position-right .exad-team-member-content{width: 100%}}@keyframes clip-1{0%, 100%{border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%, 100%{border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%}25%{border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%}75%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%, 100%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;}20%{border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%}}.exad-testimonial-ratings{margin: 0;padding: 0}.exad-testimonial-ratings li{list-style: none;display: inline-block}.exad-testimonial-thumb img{height: 100% !important;width: 100%;display: block;object-fit: cover}.exad-testimonial-thumb{background: #ffffff}.exad-testimonial-wrapper.exad-testimonial-align-center{text-align: center}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-thumb{margin-left: auto;margin-right: auto}.exad-testimonial-wrapper.exad-testimonial-align-bottom{text-align: center}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-thumb{margin-left: auto;margin-right: auto}.exad-testimonial-wrapper.exad-testimonial-align-right{text-align: right}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-thumb{margin-left: auto}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-reviewer-wrapper,.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper{display: flex;align-items: center}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper{justify-content: flex-end}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper .exad-testimonial-thumb{order: 2}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper .exad-testimonial-reviewer{order: 1}.exad-testimonial-description{margin: 0}.exad-testimonial-name{margin: 0;transition: all .3s ease}.exad-testimonial-designation{margin: 0;display: block;font-size: 14px;font-weight: 600}.exad-testimonial-content-wrapper-arrow::before{position: absolute;content: "\e92a";font-family: eicons;transform: translateX(-50%);font-size: 25px;line-height: 1}.exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{transform: translateX(-50%) rotate(180deg)}.exad-testimonial-wrapper{transition: all .3s ease}.exad-testimonial-content-wrapper-arrow{position: relative;z-index: 1}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left: 40px;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{right: 25px;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left: 40px;top: -15px}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{right: 25px;top: -15px}.exad-testimonial-wrapper.exad-testimonial-image-aside{display: flex;align-items: center}.exad-testimonial-wrapper.exad-testimonial-transition-top-yes:hover{transform: translateY(-10px)}.exad-testimonial-wrapper.exad-testimonial-transition-top-yes{transform: translateY(0px);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-tooltip{transition: all .3s ease}.exad-tooltip .exad-tooltip-item{position: relative}.exad-tooltip .exad-tooltip-content-text{line-height: 0.5}.exad-tooltip-align-left{display: flex;width: 100%;justify-content: flex-start}.exad-tooltip-align-center{display: flex;width: 100%;justify-content: center}.exad-tooltip-align-right{display: flex;width: 100%;justify-content: flex-end}.exad-tooltip .exad-tooltip-item .exad-tooltip-content{cursor: pointer;line-height: 0.6;font-size: 16px;text-align: center;transition: all .3s ease}.exad-tooltip .exad-tooltip-item .exad-tooltip-content a img{margin: 0 auto}.exad-tooltip .exad-tooltip-item .exad-tooltip-text{position: absolute;min-width: 150px;padding: 10px;visibility: hidden;opacity: 0;transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);border-radius: 3px;font-weight: 300;font-size: 16px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);z-index: 4}.exad-tooltip .exad-tooltip-item .exad-tooltip-text:after{content: "";display: block;position: absolute;width: 0;height: 0;border-style: solid}.exad-tooltip .exad-tooltip-item .exad-tooltip-content:hover{box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.13)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text{top: 50%;right: calc(100% 1em);-webkit-transform: translate3d(-15px, -50%, 0);transform: translate3d(-15px, -50%, 0)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text:after{top: 50%;right: -0.5em;-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);border-width: 0.5em 0 0.5em 0.5em;border-color: transparent transparent transparent #f9f9f9}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-text{top: calc(100% 1em);left: 50%;-webkit-transform: translate3d(-50%, 15px, 0);transform: translate3d(-50%, 15px, 0);text-align: center}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-text:after{top: -0.5em;left: 50%;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);border-width: 0 0.5em 0.5em 0.5em;border-color: transparent transparent #f9f9f9 transparent}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-text{bottom: calc(100% 1em);left: 50%;-webkit-transform: translate3d(-50%, -15px, 0);transform: translate3d(-50%, -15px, 0);text-align: center}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-text:after{bottom: -0.5em;left: 50%;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);border-width: 0.5em 0.5em 0 0.5em}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text{top: 50%;left: calc(100% 1em);-webkit-transform: translate3d(15px, -50%, 0);transform: translate3d(15px, -50%, 0);text-align: center}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text:after{top: 50%;left: -0.5em;-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);border-width: 0.5em 0.5em 0.5em 0;border-color: transparent #fff transparent transparent}@media ( max-width: 767px ){.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(-405%, -50%, 0);transform: translate3d(-45%, -50%, 0)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(50%, -50%, 0);transform: translate3d(50%, -50%, 0);visibility: visible;opacity: 1}}

        .lp-top-bar{

            background-color: #fff;

        }

        .lp-top-bar:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: #FFFFFF;
            opacity: 0.5;
        }

        .header-with-topbar .lp-header-overlay:first-child,

        .header-without-topbar .lp-header-overlay:first-child,

        .header-menu-dropdown .lp-header-overlay:first-child

        {

        
        }

        .lp-topbar-menu li a,

        .lp-top-bar-social ul li a{

        color: #797979;

        }

        .home .lp-topbar-menu li a,

        .home .lp-top-bar-social ul li a{

        color: #FFFFFF;

        }
        .lp-topbar .lp-topbar-menu li a,
        .lp-topbar .lp-top-bar-social ul li a{
            color: #FFFFFF;
        }


        .lp-header-middle,
        .lp-menu-bar.lp-header-full-width-st,
        .header-bg-color-class{
            background-color: #42A7DF        }

        .home .lp-header-middle,
        .home .header-bg-color-class{

        background-color: transparent
        }


        .lp-header-search-wrap{

            }
        .lp-header-search-wrap-banner-height{
        
        height: 610px;

            }
        .lp-header-search-wrap-set-top{
        top: 0px;
        }

        .header-container-height{

        height: 610px;

        }
        .lp-category-abs2 .lp-category-abs2-inner span,

        .lp-header-search .lp-search-form-submit,

        .lp-listing .lp-listing-top .lp-listing-cat,

        .red-tooltip + .tooltip > .tooltip-inner,

        .header-style2 .lp-header-middle,

        .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat i,

        .lp-header-search .price-filter ul li:hover,

        .header-style3 .lp-header-middle .lp-header-nav-btn button span,

        .lp-listing-announcement .announcement-wrap a,

        .lp-listing-review-form .review-submit-btn,

        .lp-discount-btn,

        .lp-header-search .price-filter ul li.active,

        .lp-header-user-nav .lp-user-menu .lp-user-welcome,

        .imo-widget-title-container:before,

        .dis-code-copy-pop .copy-now,
        .event-grid-date span,
        .event-grid-ticket{

        background-color: #41A6DF
        }

        .lp-section-heading i, .lp-section-title-container i,

        .lp-section-heading i,

        .lp-listing .lp-listing-bottom h3 a:hover,

        .lp-listings .more-listings a,

        .lp-activity a:hover,

        .lp-activity .lp-activity-bottom .lp-activity-review-writer a,

        .footer-menu ul li a:hover,

        .footer-menu ul li a:focus,

        .lp-listings-widget .lp-listing .lp-listing-detail h3 a:hover,

        .lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:hover,

        .header-style3 .lp-header-middle .lp-header-add-btn a,

        .lp-listing-announcement .announcement-wrap i,

        .lp-listing-faq .faq-title a span,

        .lp-widget-social-links a:hover,

        .flip-clock-wrapper ul li a div div.inn,

        .lp-widget .lp-listing-price-range p a,

        .lp-listing-additional-details li span,

        .listing-page-sidebar .lp-widget ul li.lp-widget-social-links a:hover,

        .online-owner-widget .lp-online-social a:hover,

        .lp-discount-widget .lp-dis-code-copy span,

        .lp-section-title-container .lp-sub-title a,

        .lp-listing-faq .faq-title a i,

        .lp-listing-faq .ui-accordion-header-icon,

        .lp-header-search-form #input-dropdown li:hover span,

        .lp-header-search-form #input-dropdown li:hover a,

        .lp-header-search-form #input-dropdown li:hover,

        .lp-header-search-form .chosen-container .chosen-results li:hover,

        .lp-header-search-form .chosen-container .chosen-results li.highlighted,

        .home .lp-top-bar-social ul li a:hover,

        .lp-activity-review-writer a,

        .lp-activity-description a,

        .arrow-left:hover,

        .arrow-right:hover,

        .lp-menu-item-title:hover,

        .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span,

        .lp-listing-menu-items h6,

        .lp-listing-menu-top span,

        .widget-social-icons li a,

        .lp-dis-code-copy span,

        #sidebar aside.widget.widget_recent_entries li a:hover,

        .element-inner-button,

        .lp-header-title .lp-header-toggles a.active,

        .lp-author-nav ul li a i,
        .hours-select > li > button.add-hours span,
        .element-inner-button,
        .lp-listings .listing-slider .lp-listing-bottom-inner .lp-listing-cat,
        .event-hosted-grid label strong,
        .lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price a,
        .lp-event-detail-title-hosted h2 a,.lp-event-detail-side-section ul li > a,
        .lp-event-attende-view-all span
        {
        color: #41A6DF !important;
        }
        .widget-social-icons li a.phone-link{
        color: #797979 !important;
        }

        .lp-header-search .price-filter ul li:hover,

        .lp-header-search .price-filter ul li.active,

        .header-style3 .lp-header-middle .lp-header-nav-btn button,

        .grid-style3 .lp-blog-grid-link:hover,
        .lp-event-attende-view-all span{

        border-color: #41A6DF !important;

        }



        .lp-header-search-filters .header-filter-wrap:hover,

        .lp-header-search-filters .header-filter-wrap.active,

        .lp-listings .more-listings a:hover,

        .lp-section-title-container .lp-sub-title a:hover,

        .lp-listing-timings .toggle-all-days:hover,

        .lp-pagination ul li > span.current:hover, .lp-pagination ul li > span.current,

        .lp-listing-action-btns .smenu div:hover,

        .lp-listing-action-btns .smenu div:hover a,

        .lp-listing-action-btns .smenu div a:hover,

        .lp-blog-grid-author li.category-link a:hover,

        .grid-style3 .lp-blog-grid-link,

        .new-list-style .lp-blog-grid-link,

        .grid-style3 .lp-blog-grid-shares span i:hover,

        .new-list-style .lp-blog-grid-shares span i:hover,

        .tagcloud a:hover,

        .element-inner-button:hover,
        .lp-event-attende-view-all span:hover,
        .lp-detail-event-going-btn button{

        color: #fff !important;

        border-color: #41A6DF !important;

        background-color: #41A6DF !important;

        }

        .lp-header-search-filters .header-filter-wrap.active i,
        .lp-header-search-filters .header-filter-wrap:hover i,
        .lp-header-toggles a{
        color: #fff !important;
        }

        .lp-header-search .lp-header-search-tagline,
        .left-heading .lp-sub-title,
        .sidebar-banner-des,.lp-header-search-tagline-sidebar-banner span{
        font-family: Poppins,"Poppins Fallback";
        }

        .lp-join-now li a{

        
            font-family: Open Sans,"Open Sans Fallback"}


        lp-header-middle .lp-header-user-nav .header-login-btn:hover{

        color: #41A6DF !important;

        border-color: #fff;

        background-color: #fff;

        }

        .widget-social-icons li a:hover,
        .lp-header-middle .lp-header-user-nav:hover a,

        .close-right-icon{

        color: #41A6DF !important;

        }

        .lp-ann-btn, .lp-ann-btn:hover{

        color: #41A6DF;

        }

        .lp-listing-action-btns ul li#lp-book-now > a:hover,

        .lp-listing-leadform-inner .form-horizontal input[type="submit"],

        .page-container-second-style2 .blog-pagination a,

        .page-container-second-style2 .lp-review-btn,

        .contact-style2.contact-right .lp-review-btn,

        .lp-banner-bottom-right a:hover{

        background-color: #41A6DF !important;

        border-color: #41A6DF !important;

        color: #fff !important;

        }

        .lp-listing-action-btns ul li#lp-book-now > a:hover i{

        color: #fff !important;

        }

        .lp_auto_loc_container .lp-dyn-city{



        }

        .popup-header strong, .lp-listing-announcements .lp-listing-announcement .close-ann{

        background-color: #41A6DF
        }

        .lp-listing-additional-details .toggle-additional-details,

        .lp-author-nav ul li a:hover, .lp-author-nav ul li a:hover i,

        .lp-author-nav ul li a.active:before,
        .lp-events-btns-outer button:first-child{

        background-color: #41A6DF;

        color: #fff !important;

        border-color: #41A6DF
        }

        .app-view-reviews-all{

        color: #41A6DF;

        border-color: #41A6DF;

        }

        .icon-bar{

        background-color: #FFFFFF;

        }
		.app-view-header .icon-bar{
			background-color: #FFFFFF;
		}
		.app-view-header .lp-search-toggle .user-menu i,.open-filter, .close-filter, .home-filter-close, .home-filter-open{
			color: #FFFFFF;
		}
        .contact-right a span{
        color: #000000;
        }
        .contact-right a span:hover{
        color: #41A6DF;
        }
        .lp-grid-box-bottom-grid6 a:hover,.lp-filter-top-section li a,.sidebar-filters .currency-signs>ul>li>a{
        color: #41A6DF;
        }
        .lp-grid6-cate a:hover,.lp-listing-cats a:hover,.lp-grid-box-bottom-grid6 .pull-right:hover .fa,.lp-grid-box-bottom-grid6 .pull-right a:hover{
        color: #41A6DF !important;

        }
        .sidebar-filters .currency-signs>ul>li>a:hover{
        border-color: #41A6DF;

        }
        .search-filters > ul > li > a.active, div#lp-find-near-me ul li a.active{
        border-color: #41A6DF !important;

        }
        .search-filters > ul > li > a.active{
        background-color: #41A6DF !important;

        }
                .single .lp-listing-top-title-header .lp-header-overlay {
            background-color: #0083E8;
            opacity: 1;        }
        .archive .lp-header-overlay,
        .search .lp-header-overlay
        {
            background-color: #1D2327;
            opacity: 0.8;        }


                .banner-view-classic .lp-home-categoires li a,
        .home-categories-area .new-banner-category-view2 li a span p#cat-img-bg,
        .home-categories-area .new-banner-category-view1 li a,
        .banner-default-view-category-2 .lp-home-categoires li a span p#cat-img-bg,
        .banner-view-cat-tranparent-category .lp-upper-cat-view3 li a span p#cat-img-bg,
        .home-categories-area .lp-inside-search-view1 li a,
        .home-categories-area .lp-inside-search-view2 li a span p#cat-img-bg,
        .banner-view-cat-tranparent-category .lp-upper-cat-view4 li a,
        .home-categories-area .banner-default-view-category1 li a,
        .home-categories-area .banner-default-view-category2 li a span p#cat-img-bg,
        .banner-default-view-category4.lp-home-categoires li a,
        .banner-default-view-category4.lp-home-categoires li a span p#cat-img-bg,
        .banner-default-view-category3.lp-home-categoires li a,
        .banner-default-view-category3.lp-home-categoires li a span p#cat-img-bg,
        .new-banner-category-view.lp-home-categoires li a,
        .new-banner-category-view3.lp-home-categoires li a,
        .lp-upper-cat-view1.lp-home-categoires li a,
        .lp-upper-cat-view2.lp-home-categoires li a,
        .lp-inside-search-view.lp-home-categoires li a,
        .lp-inside-search-view3.lp-home-categoires li a,
        .home-categories-area .lp-home-categoires.new-banner-category-view4 li a,
        .lp-home-categoires li a
        {
        background: #41A6DF !important;
        }
        #cat-img-bg i {
            line-height: 80px;
        }
        .lp-home-categoires li a:hover {
        background: #363F48 !important;
        }
        .home-categories-area .new-banner-category-view2 li a:hover span p#cat-img-bg, .home-categories-area .new-banner-category-view1 li a:hover, .banner-default-view-category-2 .lp-home-categoires li a:hover span p#cat-img-bg, .banner-view-cat-tranparent-category .lp-upper-cat-view3 li a:hover span p#cat-img-bg, .home-categories-area .lp-inside-search-view1 li a:hover, .home-categories-area .lp-inside-search-view2 li a:hover span p#cat-img-bg, .banner-view-cat-tranparent-category .lp-upper-cat-view4 li a:hover,.home-categories-area .banner-default-view-category1 li a:hover, .home-categories-area .banner-default-view-category2 li a:hover span p#cat-img-bg,
        .banner-default-view-category4.lp-home-categoires li a:hover,
        .banner-default-view-category3.lp-home-categoires li a:hover,.new-banner-category-view.lp-home-categoires li a:hover,.new-banner-category-view3.lp-home-categoires li a:hover,
        .lp-upper-cat-view1.lp-home-categoires li a:hover,.lp-upper-cat-view2.lp-home-categoires li a:hover,.lp-inside-search-view.lp-home-categoires li a:hover,.lp-inside-search-view3.lp-home-categoires li a:hover, .home-categories-area .lp-home-categoires.new-banner-category-view4 li a:hover{
        background: #363F48 !important;
        }
        .home-categories-area .lp-home-categoires.category-view-bg-transparent li a{
        background: rgba(65,166,223,0.4) !important;
        }
        .home-categories-area .lp-home-categoires.category-view-bg-transparent li a:hover{
        background: rgba(54,63,72,0.4) !important;
        }
        .lp-home-banner-contianer-inner-new-search .lp-search-description p, .home-categories-area .new-banner-category-view2 li a span, .banner-default-view-category-2 .lp-home-categoires li a span, .home-categories-area .lp-inside-search-view2 li a span,.home-categories-area .banner-default-view-category2 li a span, .home-categories-area ul.lp-home-categoires li a span{
        color: #FFFFFF;
        }
        .header-container.lp-header-bg .lp-color-header-style .lp-menu-container .lp-menu > div > ul > li > a,
        .header-container.lp-header-bg .lp-color-header-style .lp-menu-container .lp-menu ul li.page_item_has_children::after,
        .header-container.lp-header-bg .lp-color-header-style .lp-menu-container .lp-menu ul li.menu-item-has-children::after, .lp-menu-outer::after, #click-search-view,
        #click-search-view i, .lp-menu-container .lp-menu > div > ul > li > a,
        .lp-join-now a,
        .lp-header-full-width .lp-add-listing-btn li a,
        .lp-header-middle .header-main-menu ul li a,
        .lp-add-listing-btn ul li a,
        .lp-header-bg-black .navbar-toggle,
        .lp-header-full-width .lp-add-listing-btn li a, .lp-header-middle .lp-header-add-btn a{
        color: #FFFFFF;
        }
        .lp-header-full-width .lp-add-listing-btn li a,
        .lp-header-bg-black .navbar-toggle, .lp-header-middle .lp-header-add-btn a,
        .header-container.lp-header-bg .lp-menu-container .lp-menu>div>ul>li>a{
        border-color: #FFFFFF;
        }
        .lp-header-full-width .lp-add-listing-btn ul li a.header-list-icon, .lp-header-full-width .lp-add-listing-btn ul li a.header-list-icon-st6{
        border: 1px solid #FFFFFF;
        }
        .lp-header-with-bigmenu .lp-join-now a,.lp-header-with-bigmenu .lp-add-listing-btn ul li a{
        color: #FFFFFF ;
        }
        .lp-header-with-bigmenu .lp-join-now a:hover,.lp-header-with-bigmenu .lp-add-listing-btn ul li a,.lp-header-with-bigmenu .nav .open > a,.lp-header-with-bigmenu .nav .open > a:hover,.lp-header-with-bigmenu .nav .open > a:focus,.lp-header-with-bigmenu .nav > li > a:hover,.lp-header-with-bigmenu .nav > li > a:focus,.lp-mega-menu-outer #menu-main li a:hover,.about-box-icon-style2 i,.lp-total-meta ul li a:hover,
        .lp-total-meta ul li a:hover span,.lp-total-meta ul .active a,.lp-total-meta ul .active a span,.theme-color,
        .lp-qoute-butn a,.lp-mega-menu-outer .lp-menu ul li:hover a,.theme-color span,
        .stickynavbar #nav_bar ul li a:hover{
        color: #41A6DF ;
        }
        .theme-color,.listing-category-slider4 .slick-prev:hover:before,.listing-category-slider4 .slick-next:hover:before{
        color: #41A6DF !important;
        }
        .lp-category-icon-outer,.lp-right-content-box .lp-social-box ul li a i:hover,.lp-detail-services-box ul li a:hover,.lp-detail-offers-content a,.lp-offer-count,.lp-quote-submit-btn,.lp-left-filter .search-filters .sortbyrated-outer ul li a:hover,.lp-qoute-butn a:first-child,.lp-new-social-widget li i,.lp_payment_step_next.active{
        background-color:#41A6DF ;
        }
        .listing-second-view .widget-box.business-contact.lp-lead-form-st input.lp-review-btn,
        .listing-style-3 a.open-map-view:hover,.listing-app-view .listing-app-view2 .lp-listing-announcement .announcement-wrap.last .announcement-btn{
        color: #41A6DF;
        border: 1px solid #41A6DF;
        }
        .widget-box.business-contact.lp-lead-form-st .contact-form.quickform form.form-horizontal .form-group.pos-relative i.lp-search-icon,
        .listing-app-view .listing-app-view2 .single_listing .review-form .form-submit .lp-review-btn, .lp-dashboard-event-tick-btn .fa{
        color: #41A6DF;
        }
        .widget-box.business-contact.lp-lead-form-st .contact-form.quickform form.form-horizontal .form-group.pos-relative:hover input.lp-review-btn,#see_filter:hover {
        background: #41A6DF;
        }
        .lp-search-bar-header .lp-header-search-button .lp-search-bar-right .fa-magnifying-glass.lp-search-icon:hover,
        .listing-app-view2 .toggle-all-days:hover,.lp-menu-app-view-outer .lp-menu-type-heading,
        .listing-app-view .listing-app-view2 .lp-listing-announcement .announcement-wrap.last .announcement-btn:hover,
        .listing-app-view .listing-app-view2 .single_listing .review-form .form-submit .lp-review-btn:hover,#claimform.lp-form-planclaim-st .claim-details .form-group .lp-review-btn,#lp_report_listing button#lp-report-this-listing{
        background: #41A6DF;
        color: #fff;
        }
        .lp-qoute-butn a,.listing-app-view2 .toggle-all-days:hover,
        .listing-app-view .listing-app-view2 .single_listing .review-form .form-submit .lp-review-btn:hover,.listing-app-view .listing-app-view2 .single_listing .review-form .form-submit .lp-review-btn{
        border-color:#41A6DF ;
        }
        .lp-detail-services-box ul li a:hover,.lp-left-filter .search-filters > ul > li > a:hover,.list_view .lp-grid3-category-outer span.cat-icon{
        background-color:#41A6DF !important;
        }
        .lp-header-with-bigmenu .lp-join-now a,.lp-header-with-bigmenu .lp-add-listing-btn ul li a{
        color: #FFFFFF ;
        }
        .lp-header-with-bigmenu .lp-join-now a:hover,.lp-header-with-bigmenu .lp-add-listing-btn ul li a,.lp-header-with-bigmenu .nav .open > a,.lp-header-with-bigmenu .nav .open > a:hover,.lp-header-with-bigmenu .nav .open > a:focus,.lp-header-with-bigmenu .nav > li > a:hover,.lp-header-with-bigmenu .nav > li > a:focus,.lp-mega-menu-outer #menu-main li a:hover,.about-box-icon-style2 i,.lp-total-meta ul li a:hover,
        .lp-total-meta ul li a:hover span,.lp-total-meta ul .active a,.lp-total-meta ul .active a span,.theme-color,
        .lp-qoute-butn a,.lp-mega-menu-outer .lp-menu ul li:hover a,.theme-color span,
        .stickynavbar #nav_bar ul li a:hover{
        color: #41A6DF ;
        }
        .theme-color,.listing-category-slider4 .slick-prev:hover:before,.listing-category-slider4 .slick-next:hover:before,
        .listing-app-view .listing-app-view2 .lp-listing-announcement .announcement-wrap.last .announcement-btn
        ,.lp-popular-menu-outer h6,.lp-popular-menu-outer h6 .fa
        {
        color: #41A6DF !important;
        }
        .lp-category-icon-outer,.lp-right-content-box .lp-social-box ul li a i:hover,.lp-detail-services-box ul li a:hover,.lp-detail-offers-content a,.lp-offer-count,.lp-quote-submit-btn,.lp-left-filter .search-filters .sortbyrated-outer ul li a:hover,.lp-qoute-butn a:first-child,.lp-new-social-widget li i{
        background-color:#41A6DF ;
        }
        .lp-qoute-butn a{
        border-color:#41A6DF ;
        }
        .lp-detail-services-box ul li a:hover,.lp-left-filter .search-filters > ul > li > a:hover,.list_view .lp-grid3-category-outer span.cat-icon
        ,.lp-listing-menuu-slider .slick-arrow:hover
        {
        background-color:#41A6DF !important;
        }
        .footer-style1 .footer-upper-bar,
        .footer-style2,
        .footer-style4,
        .footer-style5,
        .footer-style7,
        .footer-style8,
        .footer-style10,
        .footer-style11{
        background-color: #363F48;
        }
        .footer-style1 .footer-bottom-bar,
        .footer-style3,
        .footer4-bottom-area,
        .footer5-bottom-area,
        .footer-style6,
        .footer7-bottom-area,
        .footer8-bottom-area,
        .footer-style8-bg-logo,
        .footer-style9,
        .footer10-bottom-area{
        background-color: #45505B;
        }
        .footer-style1 .footer-upper-bar,
        .footer-style1 .footer-upper-bar a,
        .padding-top-60 .widget h2,
        .padding-top-60 .widget a,
        .padding-top-60 .widget span,
        .padding-top-60 .widget p{
                    color: #FFFFFF !important;
            border-color: #FFFFFF                    }
        .footer-about-company li:before{
                    background-color: #45505B !important;
                    }
        footer.style3 .container,
        footer.style3 .copyrights,
        footer.style3 .footer-menu ul li a,
        .footer-bottom-bar .footer-about-company li,
        .footer-bottom-bar .credit-links,
        .footer-bottom-bar .credit-links a,
        footer .widget-title,
        footer .widget-title h2,
        footer .widget a,
        footer .widget span,
        footer .widget p,
        footer .tagcloud a,
        footer.footer-style9 .footer-menu li a,
        .footer4-bottom-area .footer-menu li a,
        .footer4-bottom-area .copyrights,
        .footer5-bottom-area .copyrights{
                    color: #45505B !important;
            border-color: #45505B;
                    }
                    .header-front-page-wrap .lp-header-full-width .lp-menu-bar{
            background-color: transparent;
            }
            .header-right-panel .lp-menu > ul li a,
            .lp-menu > ul li a,
            .lp-menu ul li.page_item_has_children::after,
            .lp-menu ul li.menu-item-has-children::after{
            color: #FFFFFF !important;
            }
            .header-inner-page-wrap .lp-menu-bar-color{
            background-color: #42A7DF            }
            .header-inner-page-wrap .header-filter .input-group.width-49-percent.margin-right-15.hide-where,
            .header-inner-page-wrap .header-filter .input-group.width-49-percent,
            .header-inner-page-wrap .header-filter .input-group.width-49-percent.margin-right-15 {
            border:1px solid #FFFFFF;
            }
            .header-inner-page-wrap .lp-header-bg-black .navbar-toggle,
            .header-inner-page-wrap .lp-header-bg-black.header-fixed .navbar-toggle{
            color: #FFFFFF;
            border-color: #FFFFFF;
            }
                        .lp-topbar {
            background-color: #363F48 !important;
            }
                            .listing-page{
            }
                                .header-container.lp-header-bg{
                background-repeat:no-repeat;
                background-position:center top;
                }
            		.pin{
			background: #41A6DF;
		}
		.features li .tick-icon{
			color: #41A6DF;
		}
        .call-to-action2 h1{
        background-repeat:no-repeat;
        background-position:center center;
        }
        .listing-app-view .admin-top-section .user-details .user-portfolio,.listing-app-view .user-detail-wrap{
        background-repeat:no-repeat;
        background-position:center center;
        }
        .lp-blog-style2-inner .lp-blog-grid-author li .fa,.lp-blog-grid-author2 li .fa,
        .listing-app-view .footer-app-menu ul li a:hover,.listing-app-view .small-scrren-app-view .sign-login-wrap a,
        .listing-app-view .small-scrren-app-view .add-listing-btn,
        .googledroppin,.googledroppin:hover{
        color: #41A6DF;
        }
        .city-girds2 .city-thumb2  .category-style3-title-outer,.single-tabber2 ul .active a:after,.waycheckoutModal .btn-default:hover,
        .list_view .lp-grid-box-bottom .lp-nearest-distance,.grid_view2 .lp-grid-box-bottom .lp-nearest-distance{
        background: #41A6DF;
        }
        .single-tabber2 ul li a:hover,.single-tabber2 ul .active a,#sidebar aside ul li a:hover,#sidebar .jw-recent-posts-widget ul li .jw-recent-content a:hover,
        .blog-read-more-style2 a,.blog-read-more a{
        color: #41A6DF;
        }
        .waycheckoutModal .btn-default:hover{
        border-color:#41A6DF !important;
        }
        .blog-detail-link,.listing-app-view .footer-app-menu ul li:hover{
        color: #41A6DF !important;
        border-color:#41A6DF !important;
        }
        .blog-detail-link:hover,.video-bottom-search-content,.listing-app-view.login-form-pop-tabs{
        background-color: #41A6DF !important;
        }
        #sidebar aside h2.widget-title:after{
        background: #41A6DF;
        }
        .app-view-header .lp-menu-bar,.slider-handle,.tooltip-inner{
        background: #41A6DF;
        }
        .review-secondary-btn,.blog-read-more a:hover,
        .lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li .active{
        background: #41A6DF !important;
        border-color: #41A6DF !important;
        }
        .location-filters-wrapper #distance_range_div input[type=range]::-webkit-slider-thumb,#distance_range_div_btn a:hover,.location-filters-wrapper #distance_range_div input[type=range]::-moz-range-thumb,.location-filters-wrapper #distance_range_div input[type=range]::-ms-thumb{
        background:#41A6DF !important;
        }
        .tooltip.top .tooltip-arrow{
        border-top-color: #41A6DF;
        }
        input:checked + .slider{
        background-color: #41A6DF;
        }
        .listing-app-view .app-view-filters .close{
        border-color: #41A6DF !important;
        color: #41A6DF;
        }
        .listing-app-view .app-view-filters .close:hover{
        background: #41A6DF;
        }
        .listing-app-view .small-scrren-app-view .mm-listview a:hover,.listing-app-view .small-scrren-app-view .mm-listview a:focus,body .list_view a.lp-add-to-fav.remove-fav:hover span{
        color: #41A6DF !important;
        }
                    .lp-header-overlay,.page-header-overlay, .lp-home-banner-contianer-inner-video-outer{
            background-color: rgba(0, 0, 0, 0.6);
            }
                            .lp-home-banner-contianer {
            height: 610px;
            }
                    .lp-home-banner-contianer-1 {
            height: 370px;
            }
                .lp-list-view-edit li a:hover, .review-post p i, .lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn li a:hover,
        .lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn li a, .lp-header-bg-grey .navbar-toggle, .lp-search-bar-all-demo .add-more,
        .lp-bg-grey .lp-search-bar-left .border-dropdown .chosen-container-single span::after, .lp-right-grid .add-more,
        .lp-search-bar-all-demo .add-more, .lp-right-grid .add-more, .video-option > h2 > span:first-of-type i, .count-text.all-listing,
        .lp-bg-grey .lp-search-bar-left .border-dropdown .chosen-container-single span::after, a.watch-video.popup-youtube,
        .dashboard-content .tab-content.dashboard-contnt h4 a, .campaign-options ul li i.fa-bar-chart, .email-address,
        body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover > i, .wpb_wrapper > ul > li::before,
        body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover > span, .lp-h4 a:hover,
        .promote-listing-box .texual-area > ul li i, .row.invoices-company-details a:hover, .checkout-bottom-area ul.clearfix > li > a:hover,
        .lp-all-listing span.count > p, .lp-all-listing span.count, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
        .lp-h1 a:hover, .lp-h2 a:hover, .lp-h3 a:hover, .lp-h5 a:hover, .lp-h6 a:hover, .lp-blog-grid-category a:hover,
        .lp-blog-grid-title h4 a:hover, .footer-menu li a:hover, .post-rice, .tags-container li a label, .tags-container li a:hover span,
        .ui-accordion .ui-accordion-header span, .post-stat .fa-star, .listing-page-result-row p a:hover, p a.achor-color,
        .blog-tags ul li a:hover, .post-meta-left-box .breadcrumbs li a:hover, .post-meta-right-box .post-stat li a:hover,
        .parimary-link:hover, .secodary-link, blockquote::after, .lp-blockquote::after, .colored, .lp-add-listing-btn ul li a:hover,
        .listing-second-view .post-meta-right-box .post-stat a.add-to-fav:hover, .lp-list-view-paypal-inner h4:hover,
        .listing-second-view .post-meta-right-box .post-stat a.add-to-fav:hover span, .overlay-video-thumb:hover i,
        body .lp-grid-box-contianer a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover i,
        .bottom-links a,.lp-list-view-content-upper h4:hover, .lp-blog-grid-author li a:hover, .lp-blog-grid-author li:hover,
        .dashboard-content .lp-pay-options .lp-promotebtn:hover, .dashboard-content .lp-pay-options .lp-promotebtn,
        .tags-container li a span.tag-icon, .lp-grid-box-price li > a:hover, .lp-grid-box-bottom .pull-left a:hover,
        .tags-container li a:hover span, .menu ul.sub-menu li:hover > a, .menu ul.children li:hover > a,
        .post-stat li a:hover, .lp-tabs .lp-list-view .lp-list-view-content-upper h4:hover, .lp-tabs .lp-list-view .lp-list-view-paypal-inner h4:hover,
        .post-reviews .fa-star, .listing-second-view .map-area .listing-detail-infos ul li a:hover > span,
        .widget-contact-info .list-st-img li a:hover, .get-directions > a:hover, body .grid_view2 a.add-to-fav.lp-add-to-fav:hover span,
        ul.post-stat li > a:hover > span i, .lp-grid-box-left.pull-left > ul > li > a:hover,
        .grid_view2 .lp-post-quick-links > li a:hover, .list_view .lp-post-quick-links > li a:hover,
        .lp-grid-box-description h4.lp-h4 > a:hover, body .list_view a.add-to-fav.lp-add-to-fav:hover span,
        body .list_view a.add-to-fav.lp-add-to-fav:hover, .grid_view2 .lp-post-quick-links > li a:hover > i,
        .list_view .lp-post-quick-links > li a:hover > i, .list_view .lp-post-quick-links > li a > i:hover,
        .listing-second-view .features.list-style-none > li a:hover > i, .listing-second-view .features li > a:hover span i,.lp-classic-reset-filters ,
		.listingpro-classic-promotional-section .classic-box .classic-text .classic-promotional-box-url,
		.lp-price-free, 
.lp-join-now ul.lp-user-menu > li:hover > a, .listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2:hover,.post-meta-right-box .post-stat li a:hover i,
		.lp-activities-classicx-style .lp-section-content-container li.slick-active button:before,
		.lp-section-content-container-boxed .slick-dots li.slick-active button:before,
		.classic-reivew-grid-outer-boxed .classic-reivew-grid-content .lp-activity-review-writer-description .lp-classic-boxed-reviews-content a:hover,
		.lp-blog-grid-box-container-classic-style .lp-blog-grid-box-description-bottom .lp-blog-grid-author a:hover,
		.lp-blog-grid-box-container-classic-style .lp-blog-grid-title a:hover,
		.classic-reivew-grid-outer-boxed .classic-reivew-grid-content .lp-activity-review-writer-description .lp-activity-review-writer a:hover,
		.lp-blog-grid-box-container-classic-style:hover .lp-blog-grid-category a:hover,
		.classic-reivew-grid-outer-boxed .classic-reivew-grid-content .classic-reivew-grid-listing-title-boxed h3 a:hover,
				.listing-view-layout > ul li a.active, .listing-view-layout > ul li a:hover, .listing-style4 #lp-find-near-me .near-me-btn.active,.widget-	box.business-contact.classic-business-lead-form.lp-lead-form-st .user_texts .status a:hover{
        color: #41A6DF !important;
        }
		.post-meta-info-classic  .post-meta-right-box .post-stat li a:hover,
        .dashboard-tabs ul li ul li.active a, .post-meta-info-classic .post-meta-right-box .post-stat li a:hover i{
        	 color: #41A6DF !important;
        }
        .ui-tooltip, .md-closer, .post-submit .ui-tabs .ui-tabs-nav li a, #success span p, .lp-list-view-paypal,
        .lp-listing-form input[type=radio]:checked + label::before, .lp-listing-form input[type=submit], .lp-invoice-table tr td a,
        .lp-modal-list .lp-print-list, .lp-tabs .lp-pay-publsh, .lp-dropdown-menu ul li a:hover,
        .listing-second-view .online-booking-form > a.onlineform.active, .listing-second-view .online-booking-form > a.onlineform:hover,
        .listing-second-view .listing-post article figure figcaption .bottom-area .listing-cats, .top-heading-area,
        .lp-dropdown-menu ul li a:hover,
        .listing-second-view .online-booking-form .booking-form input[type="submit"], .lp-price-main .lp-title,
        .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all, .calendar-month-header,
        .lp-search-bar-all-demo .lp-search-btn:hover, .lp-bg-grey .input-group-addon, .lp-search-bar-all-demo .lp-search-btn:hover,
        .lp-bg-grey .input-group-addon, .hours-select > li > button.add-hours, .typeahead__container .typeahead__button > button,
        .form-group .lp-search-bar-right, a.watch-video.popup-youtube:hover, .active-packages-area .table-responsive .top-area,
        .lp-grid-box-contianer .md-close i:hover, .listing-second-view a.secondary-btn.make-reservation,
        .list-st-img.list-style-none li a.edit-list:hover, .mm-menu .mm-navbars_top .mm-navbar, .lp-user-menu li a:hover,
        .fc-widget-content .fc-content-skeleton .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end:hover,
        .lp-primary-btn:hover, .lp-search-btn, .lp-home-categoires li a:hover, .lp-post-quick-links li a.icon-quick-eye,
        .md-close i, .menu ul.sub-menu li a:hover, .menu ul.children li a:hover, .user-portfolio-stat ul li i,
        .lp-submit-btn:hover, .secondary-btn, .list-st-img li a:hover, .price-plan-box, .btn-first-hover, .btn-second-hover:hover,
        .ui-autocomplete li:hover, .tes-icon i, .menu ul.sub-menu li:hover > a, .menu ul.children li:hover > a,	.mm-listview .mm-next,
        .mm-navbar-size-1 a, .mm-listview a:hover, .active-tag:hover, .dashboard-content .lp-pay-options .lp-promotebtn:hover,
        .double-bounce1, .double-bounce2, [data-tooltip].simptip-position-top::after,
        [data-tooltip].simptip-position-top::after, [data-tooltip].simptip-position-bottom::after,
        [data-tooltip].simptip-position-left::after, [data-tooltip].simptip-position-right::after,
        .menu ul.children li > a::before, .menu ul.sub-menu li > a::before, .lp-user-menu li > a::before,
        .currency-signs > ul > li > a.active, .search-filters > ul > li > a.active,div#lp-find-near-me ul li a.active,
        .select2-container--default .select2-results__option--highlighted[aria-selected], .bookingjs-form .bookingjs-form-button:hover, a.googleAddressbtn:hover, a.googleAddressbtn.active, .lp-recurring-button-wrap input[type=checkbox]:checked + label::before {
        background-color: #41A6DF;
        }
        a.lp-change-plan-btn:hover {
        background-color: #41A6DF !important;
        border-color: #41A6DF !important;
        }
		.lp-header-style-classic #input-dropdown li:hover span,
		.lp-header-style-classic #searchlocation_chosen.chosen-container .chosen-results li.highlighted,
		.lp-header-style-classic #searchlocation_chosen.chosen-container .chosen-results li.result-selected.highlighted,
		.lp-header-style-classic #input-dropdown>ul li:hover,
			.classic-search .active-result.highlighted,
		.classic-search .active-result.result-selected.highlighted,
		.lp-search-bar.classic-search #input-dropdown li:hover,
        .lp-tabs .panel-heading li.active a, .ui-state-default.ui-state-highlight {
        background-color: #41A6DF !important;
        }
        .lp-grid-box-price .category-cion a, .ui-state-default.ui-state-highlight, .lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn li a:hover,
        .lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn li a, .lp-header-bg-grey .navbar-toggle, .lp-bg-grey .lp-interest-bar input[type="text"],
        .lp-bg-grey .chosen-container .chosen-single, .lp-bg-grey .lp-interest-bar input[type="text"], .lp-bg-grey .chosen-container .chosen-single,
        a.watch-video.popup-youtube, .listing-second-view a.secondary-btn.make-reservation,
        .fc-widget-content .fc-content-skeleton .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end,
        .lpmap-icon-contianer, .dashboard-content .lp-pay-options .lp-promotebtn,.currency-signs > ul > li > a.active,
        .listing-view-layout > ul li a.active, .listing-view-layout > ul li a:hover, .search-filters > ul > li > a.active, div#lp-find-near-me ul li a.active {
        border-color: #41A6DF;
        }
        .ui-autocomplete li:hover {
        border-color: #41A6DF !important;
        }
        a.googleAddressbtn.active::after,
        .ui-tooltip::after {
        border-top-color: #41A6DF;
        }
        .dashboard-content .lp-main-tabs .nav-tabs > li.active > a, [data-tooltip].simptip-position-left::before,
        .dashboard-content .lp-main-tabs .nav-tabs > li a:hover, .dashboard-tabs.lp-main-tabs.text-center  ul  li  a.active-dash-menu {
        border-left-color: #41A6DF;
        }
        .lpmap-icon-shape.cardHighlight::after, [data-tooltip].simptip-position-top::before {
        border-top-color: #41A6DF !important;
        }
        .dashboard-tabs.lp-main-tabs.text-center > ul > li.opened:hover > a,
        .dashboard-tabs.lp-main-tabs.text-center > ul > li:hover > a,
        .dashboard-tabs.lp-main-tabs.text-center ul li a.active-dash-menu {
        border-left-color: #41A6DF !important;
        }
        [data-tooltip].simptip-position-right::before, [data-tooltip].simptip-position-top.half-arrow::before,
        [data-tooltip].simptip-position-bottom.half-arrow::before {
        border-right-color: #41A6DF !important;
        }
        [data-tooltip].simptip-position-top::before {
        border-top-color: #41A6DF !important;
        }
        [data-tooltip].simptip-position-bottom::before {
        border-bottom-color: #41A6DF !important;
        }
        .lp-primary-btn, .dashboard-tabs, .nav-tabs > li > a:hover,
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .lp-submit-btn, .secondary-btn:hover,
        .list-st-img li a, .btn-first-hover:hover, .btn-second-hover, .about-box-icon, .upload-btn:hover, .chosen-container .chosen-results li.highlighted,
        .secondary-btn:active, .lp_confirmation .list-st-img li a.edit-list, .secondary-btn:focus, .resurva-booking .hidden-items input.lp-review-btn,
        input.lp-review-btn:hover, .dashboard-content .lp-list-page-list .lp-list-view .lp-rigt-icons .remove-fav i:hover,
        .lp-topbar, .lp-home-categoires li a, .lp-grid-box-bottom,  .form-group .lp-search-bar-right:hover,
        .post-submit .ui-tabs .ui-tabs-nav li.ui-state-active a, .lp-list-pay-btn a:hover, .lp-modal-list .lp-print-list:hover,
        .listing-second-view .online-booking-form > a.onlineform, .listing-second-view .contact-form ul li input[type="submit"],
        .listing-second-view .online-booking-form .booking-form, .listing-second-view .ask-question-area > a.ask_question_popup,
        .widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative:hover input.lp-review-btn,
        .listing-second-view a.secondary-btn:hover, .submit-images:hover > a.browse-imgs, .lp-price-main .lp-upgrade-color,
        .lp-price-main .lp-upgrade-color:hover, .featured-plan .lp-price-free.lp-without-prc.btn,
        .hours-select > li > button.add-hours:hover, .dashboard-content .postbox table.widefat a.see_more_btn:hover,
        #input-dropdown li:hover span, #input-dropdown li:hover a, #input-dropdown li:hover, .thankyou-panel ul li a:hover,
        .dashboard-content .promotional-section a.lp-submit-btn:hover, .widget-box.reservation-form a.make-reservation,
        .dashboard-content .lp-pay-options .promote-btn.pull-right:hover, .lp-dashboard-right-panel-listing ul li a.reply:hover,
        .dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a:hover,
        .dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a:hover > span, .form-group.mr-bottom-0 > a.md-close:hover,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn:hover, .lp-contact-support .secondary-btn:hover,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list:hover,
        .dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close:hover,
        .resurva-booking .lp-list-view-inner-contianer ul li form:hover > span, .listing-second-view a.secondary-btn.make-reservation:hover,
        .dashboard-content .lp-pay-options .promotebtn:hover,
        #select2-searchlocation-results .select2-results__option.select2-results__option--highlighted, .bookingjs-form .bookingjs-form-button, a.googleAddressbtn {
        background-color: #000000;
        }
        .lp-tabs .lp-pay-publsh:hover,.lp_payment_step_next.active:hover {
        background-color: #000000 !important;
        }
        input, .form-group label, .post-stat  li,
        .post-stat  li a, .listing-page-result-row p a, p a.achor-color:hover,
        .form-group label, .blog-tags ul li a, .post-meta-left-box .breadcrumbs li a, .post-meta-left-box .breadcrumbs li span,
        .tags-container li a span, .price-plan-content ul li span, .paragraph-form, .form-review-stars li i, .form-review-stars li a ,
        .post-meta-right-box .post-stat li a, .parimary-link, .secodary-link:hover, blockquote, .upload-btn, input.lp-review-btn,
        .lp-blockquote, .listing-second-view a.secondary-btn i, .bottom-links a:hover, .resurva-booking .hidden-items input.lp-review-btn:hover,
        .lp-menu .has-menu > a::after, .listing-second-view .post-meta-right-box .post-stat a.secondary-btn i, a.browse-imgs,
        .listing-second-view a.secondary-btn, .listing-second-view .contact-form ul li input[type="submit"]:hover,
        .listing-second-view .features li span i, .listing-second-view .post-meta-right-box .post-stat > li > a span.email-icon,
        .dashboard-content .tab-content.dashboard-contnt .ui-sortable-handle, .thankyou-panel ul li a,
        .dashboard-content .postbox table.widefat a.see_more_btn, .dashboard-content .promotiona-text > h3,
        .dashboard-content .lp-face.lp-front.lp-pay-options > h3, .dashboard-content .lp-face.lp-dash-sec > h4,
        .dashboard-content .lp-pay-options .lp-promotebtn, .dashboard-content .promote-btn.pull-right::before,
        .dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a, .lp-dashboard-right-panel-listing ul li a.reply,
        .dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a > span,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn::before,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list::before, .form-group.mr-bottom-0 > a.md-close,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list > span, .lp-contact-support .secondary-btn i,
        .widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative i.lp-search-icon,
        .dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close > span,
        .dashboard-content .lp-list-page-list .lp-list-view .remove-fav i,
        .resurva-booking ul li.clearfix > form#booking > span, .dashboard-content .lp-pay-options .promotebtn {
        color: #000000;
        }
        .nav-tabs > li > a::after{
        border-bottom-color: #000000;
        }
        .upload-btn, .listing-second-view a.secondary-btn, .listing-second-view .contact-form ul li input[type="submit"],
        input.lp-review-btn, a.browse-imgs,  .dashboard-content .postbox table.widefat a.see_more_btn,
        .dashboard-content .lp-pay-options .promote-btn.pull-right, .widget-box.reservation-form a.make-reservation,
        .thankyou-panel ul li a, .dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a,
        .lp-dashboard-right-panel-listing ul li a.reply, .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn,
        .lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list,
        .dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close, .form-group.mr-bottom-0 > a.md-close,
        .lp-contact-support .secondary-btn:hover, .resurva-booking .lp-list-view-inner-contianer ul li form > span,
        .listing-second-view a.secondary-btn.make-reservation:hover, .dashboard-content .lp-pay-options .promotebtn {
        border-color: #000000;
        }
        .menu ul.children li:hover > a, .menu ul.sub-menu li:hover > a, .lp-user-menu li:hover > a,
        .grid_view2 .lp-post-quick-links > li a, .list_view .lp-post-quick-links > li a {
        background-color: transparent !important;
        }
        .lp-coupns-btns:hover,
        .lp-menu-step-two-btn button:hover,
        .lp-menu-save-btns button:hover,
        .lp-form-feild-btn:hover {
        background-color: #41A6DF;
        }
        .lp-menu-step-two-btn button:hover,
        .lp-menu-save-btns button:hover,
        .lp-form-feild-btn:hover {
        background-color: #41A6DF;
        }
		            .lp_all_page_overflow h3,
            .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container,
             .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow h2{
                                    font-family: Poppins,"Poppins Fallback";
                        }
                .lp-tool-tip-content p:hover,
        .lp-tooltip-div ul li:hover a,
        .lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li:hover a {
            background: #41A6DF;
            color:#fff !important;
         }
        .lp-menu-step-two-btn button span,
        .lp-menu-step-two-btn button,
        .lp-step-icon i,
        .lp-choose-menu .lp-listing-selecter-drop a,
        .lp-menu-container-outer .ui-tabs .ui-tabs-nav .ui-tabs-active a,.lp-header-togglesa .listing-view-layout-v2 ul li .active .fa{
        color: #41A6DF;
        }
		.lp-price-free,
        .lp-menu-step-two-btn button,.lp-header-togglesa .listing-view-layout-v2 ul li .active .fa,.lp-header-togglesa .listing-view-layout-v2 ul li .fa:hover,.listing-page-sidebar .lp-listing-price-range .claim-area a.phone-number{
        border: 1px solid #41A6DF;
        }
        .lp-form-feild-btn,
        .lp-location-picker-outer .active,.lp-listing-price-range #lp-report-listing a,#lp-find-near-me .near-me-btn:hover,.listing-simple .post-with-map-container-right #lp-find-near-me a.active:hover,.listing-with-map .post-with-map-container-right #lp-find-near-me a.active:hover{
        border-color: #41A6DF;
        }
        .lp-left-content-container a:hover,
        .lp-form-feild-btn,.lp-header-togglesa .listing-view-layout-v2 ul li .fa:hover,.lp-listing-review .lp-review-left .lp-review-name{
        color: #41A6DF;
        }
 	.lp-price-main .lp-without-prc:hover,
        .lp-review-reply-btn,.lp-dashboard-new .sidebar-nav>.sidebar-brand,.lp-public-reply-btn a:hover,
        .lp-public-reply-btn a:focus{
        background-color: #41A6DF;
        }
	.lp-price-main .lp-without-prc:hover{
			color:#fff !important;
		}
	.lp-classic-call-to-action-started-button,
        .lp-add-new-btn,
        .lp-let-start-btn,
        .lp-location-picker-outer .active,.arrow-left,.arrow-right,.lp-listing-menu-items h6:after{
        background: #41A6DF;
        }
        .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat,
        .lp-listings.grid-style .lp-listing-location a:hover,.lp-listings.grid-style .lp-listing-location:hover .fa,.listing-page-sidebar .lp-listing-price-range .claim-area a.phone-number,.grid-style .lp-listing-cat,
        .listing-slider .lp-listing .lp-listing-bottom-inner .lp-listing-cats a:hover{
        color: #41A6DF !important;
        }
        .lp-sorting-filter-outer .active,.lp-sorting-filter-outer .active:hover,.lp-sorting-filter-outer li a:hover,.lp-listing-price-range #lp-report-listing a{
        border-bottom:1px solid #41A6DF!important;
        color: #41A6DF !important;
        }
        .lp-sorting-filter-outer .active .fa,.lp-header-search-filters .more-filters,.lp-sorting-filter-outer li:hover a,.lp-sorting-filter-outer li:hover a .fa,#lp-find-near-me .near-me-btn:hover{
        color: #41A6DF !important;
        }
        .lp-listing-price-range .claim-area a.phone-number:hover,
        .lp-listing-price-range #lp-report-listing a:hover{
        border-color: #41A6DF;
        background-color: #41A6DF;
        }
        .hidding-form-feilds .form-group input[type="text"]:focus,
        .hidding-form-feilds .form-group input[type="email"]:focus,
        .hidding-form-feilds .form-group textarea:focus,
        .hidding-form-feilds .form-group select:focus {
        border-left: 3px solid #41A6DF;
        }
        .review-submit-btn:hover,.lp-listing-leadform-inner .form-horizontal input[type="submit"]:hover,.lp-header-search .price-filter ul li:hover,.lp-header-search .form-group .lp-search-bar-right:hover .lp-search-form-submit{
        background-color:rgba(65,166,223,0.9);
        }
                .lp-header-full-width .lp-add-listing-btn ul li a:hover,
        .lp-header-middle .lp-header-add-btn a:hover{
        background-color: #fff;
        color: #333;
        border-color: #fff;
        }
        .lp-header-search .price-filter ul li .active,.lp-header-search .price-filter ul li a:hover,.lp-header-search .price-filter ul li:last-child .active,.lp-header-search .price-filter ul li:last-child a:hover,.lp-header-search-filters .open-now-filter .active,.lp-header-search-filters .open-now-filter a:hover{
        border-color: #41A6DF !important;
        background-color: #41A6DF;
        }
        .lp-booking-section-time-pill-1,.lp-booking-section-time-pill-2{
        border-color: #000000;
        }
        .lp-booking-section-time-pill-hover:hover,.lp-booking-form-input-confirm{
        background-color: #000000;
        }
        .lp-booking-section-footer-view-switch:hover , .lp-booking-send-request-success{
        color: #000000;
        }
        .lp-booking-form-input:focus {
        border-left-color: #000000;
        }
        .lp-booking-section .ui-datepicker a.ui-state-active,.ui-state-default.ui-state-highlight{
        border-color: #000000;
        background-color: #000000 !important;
        color:#fff;
        border-collapse: collapse;
        }
                    .lp-menu-container .lp-menu > div > ul > li > a{
                            font-family: Poppins,"Poppins Fallback";
                                                            }
                            body{
                            font-family: Open Sans,"Open Sans Fallback";
                                                    font-weight:400;
                                        color:#000000;
                                    }
                            h1, h1 a, .lp-h1, .lp-h1 a {
                            font-family: Poppins,"Poppins Fallback";
                                                                color:#000000;
                                    }
                            h2, h2 a, .lp-h2, .lp-h2 a {
                            font-family: Poppins,"Poppins Fallback";
                                                                color:#000000;
                                    }
                            h3, h3 a, .lp-h3, .lp-h3 a {
                            font-family: Poppins,"Poppins Fallback";
                                                                color:#000000;
                                    }
                            h4, .lp-h4, h4 a, .lp-h4 a {
                            font-family: Poppins,"Poppins Fallback";
                                                                color:#000000;
                                    }
                            h5, .lp-h5, h5 a, .lp-h5 a {
                            font-family: Poppins,"Poppins Fallback";
                                                                color:#000000;
                                    }
                            h6, .lp-h6, h6 a, .lp-h6 a {
                            font-family: Poppins,"Poppins Fallback";
                                        font-size:16px;
                                                    color:#000000;
                                        line-height:27px;
                        }
                            p,span,input,.post-detail-content,li a,.show a,.lp-grid-box-description ul,.chosen-container,.accordion-title,.lp-grid-box-bottom a,time,label,#input-dropdown li a,#input-dropdown span, .lpdoubltimes em {
                            font-family: Poppins,"Poppins Fallback";
                                                                color:#000000;
                                    }
                .home-categories-area .banner-default-view-category2 li a {
            background: transparent !important;
        }
        .home-categories-area .banner-default-view-category2 li a:hover p#cat-img-bg {
            background: #363F48 !important;
        }
        .lp-upper-cat-view3.lp-home-categoires li a {
            background: transparent !important;
        }
        .new-banner-category-view2.lp-home-categoires li a {
            background: transparent !important;
        }
				            .lp_all_page_overflow h3,
            .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container,
             .page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow h2{
                                    font-family: Poppins,"Poppins Fallback";
                 
                        }
                .widget-box.business-contact.classic-business-lead-form.lp-lead-form-st .lp-review-btn{
            background: #41A6DF !important;
        }


        .visit-profile-status:hover,
        .sidebar-post-classic .widget-classic-box .listing-detail-infos li.contacts .get-direction a{
            border: 1px solid #41A6DF;
            color: #41A6DF;
        }
        .sidebar-post-classic .widget-classic-box .listing-detail-infos li.contacts .get-direction a:hover {
            color: #fff !important;
            background: #41A6DF !important;
        }
        #lp-report-listing a:hover,
        .listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2:hover,
        .classic-content-widget .list-style-none i:hover,
        .sidebar-post-classic .widget-classic-box .listing-detail-infos li.contacts a:hover {
            color:#41A6DF !important;
        }
        
        .classic-review-form input:focus,
    .classic-review-form textarea:focus,
        .video-option.classic .play-icons,
        .widget-box.business-contact.classic-business-lead-form.lp-lead-form-st .hidding-form-feilds input:focus,
        .widget-box.business-contact.classic-business-lead-form.lp-lead-form-st .hidding-form-feilds textarea:focus ,
        .visit-profile-status
        .video-option.classic .play-icons{
            border: 1px solid #41A6DF;
        }
        .classic-review-form input#submit,
        .post-meta-info-classic .secondary-btn{
            background:#41A6DF !important;
            border: 1px solid #41A6DF !important;  color:#fff !important;
        }
       
        .lp-tool-tip-content p:hover,
        .lp-tooltip-div ul li:hover a,
        .lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li:hover a {
            background: #41A6DF;
            color:#fff !important;
         }


        .lp-header-style-classic .header-list-icon-st6 {
        background: #41A6DF;
        border: 1px solid #41A6DF !important;
        }


        .classic-testimonial.lp-section-content-container .overlay-video-thumb:hover i{
        color: #41A6DF;
        background-color:#fff;
        }
        .testimonial.lp-section-content-container i::after {
        background: #41A6DF;
        }
        .listing-second-view .features.list-style-none>li a i,
        .video-option.classic .watch-video.popup-youtube{
            color:#41A6DF;  
        }
        .search-row-classic .listing-view-layout>ul li a.active,
        .search-row-classic .listing-view-layout>ul li a:hover{
        background: #41A6DF;
        color:#fff !important;
        }
		body .home-categories-area .lp-home-categoires li a:hover {
        background: #363F48 !important;
        }

        .search-row-classic .lp_add_more_filter a:hover,
        .search-row-classic .input-group.border-dropdown:hover span,
        .search-row-classic .input-group.border-dropdown:hover span:after,
        .search-row-classic .input-group.border-dropdown:hover .input-group-addon.lp-border i,
        .search-row-classic .input-group.border-dropdown:hover,
        .open-clasic-page-container .active-result.highlighted,
        .open-clasic-page-container .active-result.result-selected {
        background: #41A6DF !important;
        color: #fff !important;
        }
        .classic-filters-new-style #lp-find-near-me>ul>li>a:hover,
        .listing-classic-filters.listing-style-6 .search-filters > ul > li > .lp-tooltip-div.active ul li a:hover,
        .listing-classic-filters.listing-style-6 .search-filters>ul>li>a:hover,
        .listing-classic-filters.listing-style-6 .currency-signs>ul>li>a:hover{
        background: #41A6DF;
        color:#fff !important;
        }
		.footer-social-icons.font-awesome-icons li i {
            color:;
        }

        .lp-header-style-classic .lp-add-listing-btn a.header-list-icon-st6:hover {
            background: #000000;
            border-color: #000000 !important;
            color: #fff !important;
        }

        .lp-search-bar.classic-search .form-group .lp-search-bar-right:hover {
            background-color: #000000 !important;
        }

        .footer-social-icons.font-awesome-icons li i:hover {
            color: #41A6DF;
        }
		<!-- classic new style end !-->
                #header{
margin: 0 auto;
}				

.listing-simple .search-row .form-inline .input-group .input-group-addon.lp-border {
    float: unset !important;
}				

.lp-add-listing-btn, .lp-joinus-icon-outer{
display: none;
}
.lp-header-add-btn{
display: none;
}
.lp-join-now {
visibility: hidden;
}        
:where(html.wpc-bgl255) .news-section{background-image: url(/wp-content/themes/listingpro/assets/images/listing-mg4.jpg)}:where(html.wpc-bgl255) .lp-read-news p.large-size{background-image: url(/wp-content/themes/listingpro/assets/images/read-news.png)}:where(html.wpc-bgl255) .lp-grid6-top-container-inner .lp-listing-logo-outer{background-image: url(/wp-content/themes/listingpro/assets/images/admin/grid6-top.png)}:where(html.wpc-bgl255) .lp-no-title-subtitleeeeeeeee{background-image: url(/wp-content/themes/listingpro/assets/images/paidclaim.jpg)}:where(html.wpc-bgl255) figure.exad-ihe-figure.effect-winston figcaption.exad-ihe-figcaption::before{background: url(https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/img/triangle.svg) no-repeat center center}:where(html.wpc-bgl255) figure.exad-ihe-figure.effect-phoebe figcaption.exad-ihe-figcaption::before{background: url(https://wakad.in/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/img/triangle2.svg) no-repeat center center}:where(html.wpc-bgl255) .swiper-button-prev,:where(html.wpc-bgl255) .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .swiper-button-prev.swiper-button-black,:where(html.wpc-bgl255) .swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .swiper-button-prev.swiper-button-white,:where(html.wpc-bgl255) .swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .swiper-button-next,:where(html.wpc-bgl255) .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .swiper-button-next.swiper-button-black,:where(html.wpc-bgl255) .swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .swiper-button-next.swiper-button-white,:where(html.wpc-bgl255) .swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .swiper-lazy-preloader:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}:where(html.wpc-bgl255) .swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .lp-header-search-wrap{background-image: url(https://wakad.in/wp-content/uploads/2026/08/SS-Banner.jpg)}:where(html.wpc-bgl255) .listing-page{background-image:url(https://wakad.in/wp-content/uploads/2026/06/SS-Banner.jpg)}:where(html.wpc-bgl255) .header-container.lp-header-bg{background-image:url(https://wakad.in/wp-content/uploads/2026/08/SS-Banner.jpg)}:where(html.wpc-bgl255) .call-to-action2 h1{background-image:url(https://wakad.in/wp-content/themes/listingpro/assets/images/new/hb.png)}:where(html.wpc-bgl255) .listing-app-view .admin-top-section .user-details .user-portfolio,:where(html.wpc-bgl255) .listing-app-view .user-detail-wrap{background-image:url(https://wakad.in/wp-content/themes/listingpro/assets/images/admin/adminbg.jpg)}