<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
Project:	Craigs - Easy Buy &amp; Sell Directory Listing Template
Version:	1.0
Last change:	6.9.2017
Assigned to:	ThemeStarz

[Table of contents]

1. Classes
2. Element styling
3. Forms
4. Universal classes
5. Responsive

[Color codes]

default_color[#ff0000];
Text: #363636;

[Typography]

Body copy:		'Poppins', sans-serif; 14px;
Headers:		'Varela Round', sans-serif;

-------------------------------------------------------------------*/
/*1. Classes*/
/********
--- A ---
********/
/*------ Additional Information list ------*/
.additional-info {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 1.8rem;
}
.additional-info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.additional-info ul li figure {
    opacity: .6;
    font-size: 1.1rem;
    text-transform: uppercase;
    float: left;
    padding: 0.2rem 0;
    font-weight: 600;
}
.additional-info ul li aside {
    font-size: 1.1rem;
    padding: 0.2rem 0;
    text-align: right;
}
.answer {
    margin-bottom: 50px;
}
.answer .box {
    padding-top: 40px;
    position: relative;
}
.answer .box:after {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 100%;
    content: "?";
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    top: -15px;
}
.answer .box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #ff0000 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 41px;
    top: 11px;
}
.answer h3 {
    margin-bottom: 10px;
}
.answer figure {
    opacity: .5;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}
.answer figure a {
    margin-left: 10px;
    color: inherit;
}
.answer figure i {
    font-size: 10px;
    margin-left: 5px;
}
.alert {}
.alert.alert-warning {
    background-color: #fffde3;
    border: none;
    box-shadow: inset 0 0 0 .1rem rgba(0,0,0,.1);
    border-radius: .4rem;
    padding: 3rem 4rem;
}
.alert.alert-warning h2 {
    margin-bottom: 1rem;
}
.alert.alert-warning h4 {
    padding-top: 1rem;
}
.authors .author.item .meta figure .rating {
    margin-bottom: 0;
}
.authors .author.item .meta figure .rating i {
    margin-right: 0;
    font-size: 1.1rem;
}
.authors.grid .author.item .wrapper, .authors.masonry .author.item .wrapper {
    background-color: #f8f8f8;
}
.authors.grid .author.item .wrapper .image .image-wrapper, .authors.masonry .author.item .wrapper .image .image-wrapper {
    border-color: #fff;
}
.authors.grid .author.item .meta, .authors.masonry .author.item .meta {
    background-color: #fff;
}
.authors.grid .author.item .additional-info, .authors.masonry .author.item .additional-info {
    display: block;
}
.authors.grid .author.item h3, .authors.masonry .author.item h3 {
    bottom: 3.5rem;
}
.authors.grid .author.item h4, .authors.masonry .author.item h4 {
    top: 22.5rem;
}
.author .author-image {
    width: 6rem;
    height: 6rem;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.author .author-description {
    padding-top: 1rem;
    margin-left: 8rem;
}
.author.big {
    padding-bottom: 5rem;
}
.author.big .author-image {
    width: 26rem;
    height: 26rem;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
}
.author.big .author-description {
    padding-top: 1rem;
    margin-left: 30rem;
}
.author.big .author-description h2 {
    font-size: 3rem;
}
.author.big .author-description h4 {
    margin-bottom: 1.5rem;
    opacity: .5;
}
.author.big .author-description .rating i {
    font-size: 1.2rem;
}
.author.big .author-description .section-title {
    padding-bottom: 2rem;
}
.author.big .author-description .additional-info {
    padding: 2rem;
    background-color: #fff;
    border-radius: .3rem;
    margin-bottom: 2rem;
}
.author.big .author-description .additional-info ul li {
    display: inline-block;
    margin-right: 2rem;
}
.author.big .author-description .additional-info ul li figure {
    float: none;
    padding: 0;
    margin: 0;
}
.author.big .author-description .additional-info ul li aside {
    opacity: 1;
    font-size: 1.4rem;
}
/********
--- B ---
********/
.blockquote {
    font-size: 1.8rem;
}
.breadcrumb {
    padding: 10px 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.1rem;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .breadcrumb {
        padding: 0px;
        display: none;
    }
}
.blog-post {
    border-radius: .4rem;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    overflow: hidden;
    margin-bottom: 4rem;
}
.blog-post .article-title {
    background-color: #f8f8f8;
    padding: 3rem;
}
.blog-post .article-title h2 {
    margin-bottom: 1rem;
}
.blog-post img {
    max-width: 100%;
}
.blog-post .blog-post-content, .blog-post .meta {
    padding: 3rem;
    background-color: #fff;
}
.blog-post .meta {
    font-size: 1.1rem;
    padding-bottom: 0;
}
.blog-post .meta figure {
    display: inline-block;
    margin-right: 1rem;
    opacity: .8;
}
.blog-post p {
    margin-bottom: 1rem;
}
.blog-post .detail {
    margin-top: 2rem;
}
.blog-post .author .section-title {
    padding-bottom: 1rem;
}
.blog-post .author .author-image {
    width: 10rem;
    height: 10rem;
}
.blog-post .author .author-description {
    margin-left: 13rem;
}
.blog-posts-navigation {
    position: relative;
}
.blog-posts-navigation i {
    color: #ff0000;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1rem;
    margin: auto;
}
.blog-posts-navigation figure {
    opacity: .5;
    margin-bottom: 0;
}
.blog-posts-navigation .prev, .blog-posts-navigation .next {
    position: relative;
}
.blog-posts-navigation .prev {
    padding-left: 3rem;
    display: inline-block;
}
.blog-posts-navigation .prev i {
    left: 0;
}
.blog-posts-navigation .next {
    padding-right: 3rem;
    display: inline-block;
    text-align: right;
    float: right;
}
.blog-posts-navigation .next i {
    right: 0;
}
/********
--- C ---
********/
.categories-list {
    list-style: none;
    padding-left: 0;
    margin-left: -3rem;
}
.categories-list li {
    position: relative;
    padding-left: 3rem;
    padding-top: 0rem;
    float: left;
    width: 33%;
    margin-bottom: 1rem;
}
.categories-list li h3 {
    margin-bottom: .5rem;
}
.categories-list li .sub-categories a {
    font-size: 1.4rem;
    margin-right: .3rem;
    opacity: .6;
    transition: .3s ease;
}
.categories-list li .sub-categories a:hover {
    opacity: 1;
}
.categories-list li .sub-categories a:after {
    /*content: ",";*/
}
.categories-list li .sub-categories a:last-child {}
.categories-list li .sub-categories a:last-child:after {
    /*content: "...";*/
}
.categories-list li i {
    position: absolute;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 5.8rem;
    background-color: #ff0000;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    left: 0;
    top: 0;
}
.categories-list li i img {
    height: 3rem;
    opacity: .5;
}
.comments .comment {
    margin-bottom: 3rem;
}
.comments .comment .author .author-description {
    margin-left: 10rem;
    border-bottom: .1rem solid rgba(0,0,0,.1);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.comments .comment .author .author-description h3, .comments .comment .author .author-description h4 {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
}
.comments .comment .author .author-description h5 {
    font-weight: 600;
    display: inline-block;
}
.comments .comment .author .author-description h5 a {
    display: inline-block;
}
.comments .comment .author .author-description .meta {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.comments .comment .author .author-description .meta span {
    margin-right: 1rem;
}
.comments .comment .author .author-description .meta span:not(.rating) {
    opacity: .5;
}
.comments .comment .author .author-image {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
}
.comments.masonry .comment .author {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    border-radius: .4rem;
    padding: 3rem;
}
.comments.masonry .comment .author-description {
    margin-left: 0;
    padding-top: 0;
    border-bottom: none;
}
.comments.masonry .comment .author-description h3 {
    position: inherit;
    color: inherit;
}
.comments.masonry .comment .author-description .meta {
    background-color: transparent;
    padding: 0;
}
.comments.masonry .comment .author-description .meta:before {
    display: none;
}
.comments.masonry .comment h5 {
    line-height: 6rem;
    margin-left: 8rem;
}
/********
--- E ---
********/
.elements-grid [class*="col"] div, .elements-grid [class*="col-"] div {
    background-color: rgba(0,0,0,.1);
    text-align: center;
    border: .1rem solid rgba(0,0,0,.1);
    border-radius: .2rem;
}
/********
--- F ---
********/
.feature-box {
    margin-bottom: 3rem;
}
.feature-box figure {
    background-color: #ff0000;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    text-align: center;
    line-height: 8.5rem;
    position: relative;
    margin-bottom: 2rem;
}
.feature-box figure img {
    height: 3rem;
    opacity: .4;
}
.feature-box figure span {
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    top: 0;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    right: -.5rem;
    font-weight: 800;
}
.feature-box figure h3 {
    margin-bottom: 1rem;
}
.footer {
    background: white;
    /* position:fixed; */
    /* bottom: -75px; */
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer .background {
    background-color: #fff;
}
.footer .brand {
    margin-bottom: 2rem;
    display: block;
}
.footer nav ul {
    line-height: 3rem;
    opacity: .8;
}
.footer address {
    opacity: .8;
}
/********
--- H ---
********/

#header1{
    height: 50px;
    background-color: #fff;
    padding:0px 5px 13px 113px;;
    
    }
    #header1 ul
    {
    
    margin-top:25px;
    display:flex;
        margin: 43px 95px 18px 22px;
            margin: 11px 41px;
    }
    #header1 ul li
    {
    display: inline;
    margin:2px 13px 7px 0px;
    }
    #header1 ul li a{
    color:balck;
    text-decoration:none;
    font-size:12px;
        margin: inherit;
    }
    #header1 ul li a i{
    color: #d33a5d;
        margin:14px 0px 5px 0px;
    }

.hero {
    z-index: 3;
    background-color: #fff;
}
/*background-image: url("../../assets/img/hero-overlay.png"); background-size: contain; background-position: bottom center; background-repeat: no-repeat; padding-bottom: 4rem; position: relative; background-color:#fff; z-index: 3;*/
/* .hero .hero-wrapper {
    padding-bottom: 3rem;
} */
.hero .main-navigation {
    z-index: 999;
    position: relative;
}
.hero .main-navigation .navbar {
    border-bottom: .1rem solid rgba(0,0,0,.1);
    padding: 3rem 0;
    margin-bottom: 1rem;
}
@media (min-width: 320px) and (max-width: 768px) {
    .hero .main-navigation .navbar {
        padding: 1.7rem 0;
    }
}

/*------ Main navigation list ------*/
.hero .main-navigation .navbar ul.navbar-nav {
    position: absolute;
    right: 0;
}
.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
    padding: .5rem 1.7rem;
}
.hero .main-navigation .navbar ul.navbar-nav .btn {
    margin-left: 1.5rem;
    padding: .6rem 1.2rem;
}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item {
    position: relative;
}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child &gt; a.nav-link {}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child &gt; a.nav-link:after {
    font-family: 'fontawesome';
    position: absolute;
    font-size: 1.2rem;
    color: rgba(0,0,0,.25);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.6rem;
}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child:hover &gt; a.nav-link {}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child:hover &gt; a.nav-link:after {
    color: #ff0000;
}
/*------ Main navigation list item ------*/
/*------ 1st level list ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child {
    margin-top: 1.5rem;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child &gt; li {}
/*------ 2nd level ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child &gt; li:hover &gt; ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0rem);
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child &gt; li:hover &gt; ul.child &gt; li {}
/*------ 3rd level ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child &gt; li:hover &gt; ul.child &gt; li:hover &gt; ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0rem);
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child &gt; li:hover &gt; ul.child &gt; li:hover &gt; ul.child &gt; li {}
/*------ 4th level ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child &gt; li:hover &gt; ul.child &gt; li:hover &gt; ul.child &gt; li:hover &gt; ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0rem);
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item &gt; ul.child:before {
    position: absolute;
    width: 100%;
    height: 1.5rem;
    background-color: transparent;
    content: "";
    top: -1.5rem;
    right: 0;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child {
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    border-radius: .3rem;
    transform: translateY(.3rem);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    position: absolute;
    right: 0;
    width: 20rem;
    background-color: #fff;
    text-align: right;
}
/*------ 1st level and next levels list item ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li {
    border-bottom: .1rem solid rgba(0,0,0,.04);
    transition: .3s ease;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li a.nav-link {
    padding: 1rem 1.5rem;
}
/*------ 2nd and next levels ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul {
    right: 20rem;
    top: 0;
    transform: translateX(.3rem);
    margin-right: .5rem;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul li {/*----- Small right arrow on first list item ------*/
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul li:first-child {}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul li:first-child:after {
    background-color: transparent;
    width: .5rem;
    height: 100%;
    content: "";
    position: absolute;
    right: -.5rem;
    top: 0;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul li:first-child:before {
    border-style: solid;
    border-width: .45rem 0 .45rem .6rem;
    border-color: transparent transparent transparent #fff;
    content: "";
    position: absolute;
    top: 1.6rem;
    right: -.6rem;
    z-index: 1;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul li:first-child:hover {}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul li:first-child:hover:before {
    border-color: transparent transparent transparent #fafafa;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li:hover {
    background-color: rgba(0,0,0,.02);
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li.has-child &gt; a.nav-link {}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li.has-child &gt; a.nav-link:after {
    content: "\f0d9";
    left: 1rem;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child:hover {
    pointer-events: auto;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item.has-child &gt; a.nav-link {}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item.has-child &gt; a.nav-link:after {
    content: "\f0d7";
    right: .4rem;
}
/*------ 1st level list ------*/
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item.has-child:hover &gt; ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0rem);
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item.has-child:hover &gt; ul.child:before {
    pointer-events: auto;
}
.hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item.has-child:hover &gt; ul.child:after {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -.6rem;
    right: 1.8rem;
    content: "";
}
.hero .main-navigation .main-search-form-toggle {
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.1);
    position: absolute;
    right: 0;
    bottom: -4.1rem;
    background-color: #ff0000;
    padding: 1rem 1.4rem;
    color: #fff;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.hero .main-navigation .main-search-form-toggle i {
    transition: .3s ease;
}
.hero .main-navigation .main-search-form-toggle i.fa-close {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.7rem;
    right: 0;
    left: 0;
    width: 1rem;
}
.hero .main-navigation .main-search-form-toggle:hover {
    box-shadow: 0 .4rem 3.3rem rgba(0,0,0,.3);
}
.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-close {
    opacity: 1;
}
.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-search {
    opacity: 0;
}
.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-filter {
    opacity: 0;
}
.hero .secondary-navigation {
    background-color: #ff0000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    display: table;
    width: 100%;
}
.hero .secondary-navigation a, .hero .secondary-navigation span {
    color: #fff;
    padding: .8rem;
    display: inline-block;
    text-decoration: none;
}
.hero .secondary-navigation a {}
.hero .secondary-navigation a:hover {
    background-color: rgba(255,255,255,.1);
}
.hero .secondary-navigation i {
    /* opacity: .5; */
    margin-right: .5rem;
}
.hero .secondary-navigation .left {
    float: left;
}
.hero .secondary-navigation .left li {}
.hero .secondary-navigation .left li:first-child {
    padding-left: 0;
}
.hero .secondary-navigation .right {
    float: right;
}
.hero .secondary-navigation .right li {
    border-left: .1rem solid rgba(255,255,255, .2);
}
.hero .secondary-navigation .right li:last-child {
    border-right: .1rem solid rgba(255,255,255, .2);
}
.hero .secondary-navigation ul li {
    float: left;
}
.hero ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero .page-title h4 {
    opacity: .5;
}
.hero .page-title h4 a {
    font-size: 14px;

}
.hero .page-title h4 a:after {
    display: none;
}
.hero .page-title h4.location {}
.hero .page-title h4.location:before {
    font-family: 'fontawesome';
    color: #000;
}
.hero .page-title .price {
    text-align: right;
 
}
.hero .page-title .price .number {
    color: #ff0000;
    font-size: 1.6rem;
    line-height: 1.6;
	text-align:left;
	font-weight: 700px;
}
.hero .page-title .price .number1 {
    color:#009900;
    font-size: 1.6rem;
    line-height: 1.6;
	text-align:left;
}

.hero2 {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 4.8rem;
    bottom: 0;
}
.hero1 {
    /* background-image: url("../../assets/img/hero-overlay.png"); */
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 4.8rem;
    bottom: 0;
}
.hero.has-map .hero-form {
    padding-top: 8rem;
    padding-bottom: 6rem;
    box-shadow: 0rem -0.5rem 0.3rem 0rem rgba(0,0,0,.1);
    z-index: 1;
    position: relative;
}
.hero.has-map .hero-wrapper {
    padding-bottom: 0;
}
.hero.has-map .main-navigation {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
}
.hero.has-map .main-navigation .navbar {
    margin-bottom: 0;
    border-bottom: none;
}
/********
--- I ---
********/
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #ff0000;
    width: 17px;
    height: 17px;
}

/*------ Items ------*/
.items:not(.selectize-input) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;/*------------------*//*- Grid, Masonry --*//*------------------*//*------------------*//*----- Grid -------*//*------------------*//*------------------*//*------ List ------*/
}
/*------ Item ------*/
.items:not(.selectize-input) .item {
    margin-bottom: 3rem;
    position: relative;
}
.items:not(.selectize-input) .item .wrapper {
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.1);
    transition: .3s box-shadow ease, .3s transform  ease;
    border-radius: .5rem;
    background-color: #fff;
    position: relative;
    transform: translateY(0);/*padding-bottom: 5rem;*/
}
.items:not(.selectize-input) .item .wrapper:hover {
    box-shadow: 0 .4rem 3.3rem rgba(0,0,0,.3);
    transform: translateY(-.2rem);
}
/*------ Image ------*/
.items:not(.selectize-input) .item .image {
    height: 26rem;
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}
.items:not(.selectize-input) .item .image .image-wrapper {
    transition: none;
    display: block;
    position: relative;
    z-index: 0;
}
.items:not(.selectize-input) .item .image .image-wrapper:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
/*------ Tags ------*/
.items:not(.selectize-input) .item .tag, .items:not(.selectize-input) .item h3, .items:not(.selectize-input) .item h4, .items:not(.selectize-input) .item .price {
    position: absolute;
}
/*------ Call to action item ------*/
.items:not(.selectize-input) .item .tag {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    top: 12rem;
    transition: .3s background-color ease;
    padding: 0.4rem .5rem;
}
/*------ H3 heading ------*/
.items:not(.selectize-input) .item h3 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: white;
    bottom: 6rem;
    padding-right: 1.8rem;
    margin-bottom: .5rem;
}
.items:not(.selectize-input) .item h3 a {
    color: #fff;
    transition: none;
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.6);
    display: block;
}
.items:not(.selectize-input) .item h3 a:hover {
    text-decoration: underline;
}
.items:not(.selectize-input) .item h3 a.category {
    display: inline-block;
    color: #fff;
    position: relative;
    transition: .3s background-color ease;
    font-weight: 600;
    font-size: 1rem;
    text-shadow: none;
    text-decoration: none;
    top: inherit;
    bottom: 1rem;
    left: 0;
}
.items:not(.selectize-input) .item h3 .tag:not(.category) {
    background-color: #ff0000;
    top: inherit;
    bottom: 16rem;
    left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    transition: none;
    pointer-events: none;
}
/*------ H4 heading ------*/
.items:not(.selectize-input) .item h4 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: white;
    top: 20rem;
    font-weight: 300;
    font-size: 1.4rem;
    opacity: .8;
}
.items:not(.selectize-input) .item h4 a {
    color: #fff;
    transition: none;
}
.items:not(.selectize-input) .item h4 a:hover {
    text-decoration: underline;
}
.items:not(.selectize-input) .item h4.location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}
.items:not(.selectize-input) .item h4.location:before {
    color: #fff;
}
/*------ Price ------*/
.items:not(.selectize-input) .item .price {
    background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 23.2rem;
    left: 1.8rem;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}
.items:not(.selectize-input) .item .price .appendix {
    font-size: 1rem;
    margin-right: .6rem;
    opacity: .7;
    top: -.2rem;
    position: relative;
    display: block;
    margin-bottom: -0.7rem;
}

.items:not(.selectize-input) .item .price1 {
    background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 23.2rem;
    left: 65%;
    padding: 0.5rem 1.5rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}
.items:not(.selectize-input) .item .price1 .appendix {
    font-size: 1rem;
    margin-right: .6rem;
    opacity: .7;
    top: -.2rem;
    position: relative;
    display: block;
    margin-bottom: -0.7rem;
}
/*------ Meta ------*/
.items:not(.selectize-input) .item .meta {
    background-color: #f8f8f8;
    padding: 1.8rem;
    font-size: 1.8rem;
    width: 100%;
    white-space: nowrap;
    margin-top: -.2rem;
    position: relative;
}
.items:not(.selectize-input) .item .meta figure {
    opacity: .6;
    margin-right: 2rem;
    display: inline-block;
}
.items:not(.selectize-input) .item .meta figure i {
    margin-right: 1rem;
}
.items:not(.selectize-input) .item .meta figure a {
    transition: .3s color ease;
}
.items:not(.selectize-input) .item .meta:before {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&amp;0+0,1+50 */
    background: -moz-linear-gradient(left,  rgba(248,248,248,0) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=1 );/* IE6-9 */
    height: 100%;
    width: 4rem;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
/*------ Description ------*/
.items:not(.selectize-input) .item .description {
    font-size: 1.3rem;
    padding: 1.8rem 1.8rem 0 1.8rem;
}
.items:not(.selectize-input) .item .description p {
    margin-bottom: 0;
}
/*------ Detail link ------*/
.items:not(.selectize-input) .item .detail {
    bottom: 1.8rem;
    left: 1.8rem;
    color: #ff0000;
    transition: .3s background-color ease;
    position: absolute;
}
.items:not(.selectize-input) .item .detail:after {
    background-color: #ff0000;
}
.items:not(.selectize-input) .item figure {
    margin-bottom: 0;
}
.items:not(.selectize-input) .item.call-to-action {
    text-align: center;
    height: 30rem;
    display: block;
}
.items:not(.selectize-input) .item.call-to-action .wrapper {
    background-color: transparent;
    box-shadow: none;
    display: table;
    width: 100%;
    height: 100%;
    border: .1rem solid rgba(0,0,0,.05);
    transition: .3s box-shadow ease, .3s background-color ease, .3s transform ease;
    padding-bottom: 0;
}
.items:not(.selectize-input) .item.call-to-action .wrapper .title {
    color: #000;
    font-size: 1.8rem;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Varela Round', sans-serif;
}
.items:not(.selectize-input) .item.call-to-action .wrapper .title i {
    display: block;
    font-size: 2.4rem;
    color: #ff0000;
    margin-bottom: 1rem;
}
.items:not(.selectize-input) .item.call-to-action .wrapper:hover {
    background-color: rgba(0,0,0,.03);
}
.items:not(.selectize-input) .item.item-sold .wrapper {
    opacity: .3;
}
.items:not(.selectize-input) .item.author .meta figure {
    margin-right: 0;
    float: left;
}
.items:not(.selectize-input) .item.author .meta figure:last-child {
    float: right;
}
.items:not(.selectize-input) .item.author .meta:before {
    display: none;
}
.items:not(.selectize-input) .item.author .meta:after {
    display: block;
    clear: both;
    content: "";
}
/*------------------*/
.items:not(.selectize-input) .item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.items:not(.selectize-input) .item .wrapper {
    width: 100%;
    height: 100%;
}
.items:not(.selectize-input) .item .admin-controls {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.items:not(.selectize-input) .item .admin-controls a {
    display: inline-block;
    padding: .5rem;
}
.items:not(.selectize-input) .item .admin-controls a i {
    margin-right: .5rem;
    opacity: .5;
}
.items:not(.selectize-input):after {
    clear: both;
    content: "";
    display: block;
}
/*------ Border around image ------*/
.items:not(.selectize-input).grid .item .image .image-wrapper, .items:not(.selectize-input).masonry .item .image .image-wrapper {
    border: .6rem solid #f8f8f8;
    border-radius: .9rem;
}
.items:not(.selectize-input).grid .item, .items:not(.selectize-input).masonry .item {
    float: left;
}
.items:not(.selectize-input).grid .item .wrapper, .items:not(.selectize-input).masonry .item .wrapper {
    float: left;
}
.items:not(.selectize-input).grid .item p, .items:not(.selectize-input).masonry .item p {
    height: 6rem;
    overflow: hidden;
}
.items:not(.selectize-input).masonry .item .wrapper {
    padding-bottom: 5rem;
}
.items:not(.selectize-input).grid .item {
    height: 43rem;
}
.items:not(.selectize-input).grid .item .additional-info {
    display: none;
}
.items:not(.selectize-input).grid.compact .item {
    height: inherit;
}
.items:not(.selectize-input).grid.compact .item .wrapper {
    height: 31rem;
}
.items:not(.selectize-input).grid.compact .item .wrapper .detail {
    display: none;
}
.items:not(.selectize-input).grid.compact .item .admin-controls {
    position: relative;
    right: inherit;
    text-align: center;
    height: auto;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.2rem;
}
.items:not(.selectize-input).grid.compact .item .admin-controls a {
    display: inline-block;
    padding: .5rem;
}
.items:not(.selectize-input).grid.compact .item .admin-controls a i {
    margin-right: .5rem;
}
.items:not(.selectize-input).list {
    height: inherit !important;/*-------------------------*//*-- Compact Item - List --*//*-------------------------*/
}
/*------  Border around image ------*/
.items:not(.selectize-input).list .item .image .image-wrapper {
    border: .6rem solid #fff;
    border-radius: .9rem;
}
/*------ Item ------*/
.items:not(.selectize-input).list .item {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
}
.items:not(.selectize-input).list .item .wrapper {
    min-height: 18rem;
    padding-bottom: 0;
}
.items:not(.selectize-input).list .item .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
}
.items:not(.selectize-input).list .item .image .background-image {
    width: 25rem;
}
/*------ H3 ------*/
.items:not(.selectize-input).list .item h3 {
    top: 2.5rem;
    font-size: 2.2rem;
    color: #000;
    left: 27rem;
    bottom: inherit;
    width: 100%;
}
.items:not(.selectize-input).list .item h3 a:not(.category) {
    color: #000;
    text-shadow: none;
    display: inline-block;
}
.items:not(.selectize-input).list .item h3 a:not(.category):hover {
    text-decoration: none;
    color: #ff0000;
}
.items:not(.selectize-input).list .item h3 .tag:not(.category) {
    position: relative;
    top: -0.2rem;
    background-color: transparent;
    border: .1rem solid rgba(0,0,0,.3);
    vertical-align: middle;
}
.items:not(.selectize-input).list .item h3 .tag.category {
    position: absolute;
    color: #fff;
    background: #ff0000;
    bottom: inherit;
    top: -1rem;
    left: -25.5rem;
}
/*------ H4 ------*/
.items:not(.selectize-input).list .item h4 {
    top: 5.5rem;
    left: 27rem;
}
.items:not(.selectize-input).list .item h4 a {
    color: #000;
}
.items:not(.selectize-input).list .item h4.location {}
.items:not(.selectize-input).list .item h4.location:before {
    font-family: 'fontawesome';
    color: #000;
}
/*------ Price ------*/
.items:not(.selectize-input).list .item .price {
    top: inherit;
    border-radius: .3rem;
    bottom: 2rem;
}
.items:not(.selectize-input).list .item .price1 {
    top: inherit;
    border-radius: .3rem;
    bottom: 2rem;
}
/*------ Tag ------*/
.items:not(.selectize-input).list .item .tag {
    top: 2rem;
}
/*------ Meta ------*/
.items:not(.selectize-input).list .item .meta {
    position: absolute;
    padding: 4rem 2rem 0 0;
    right: 0;
    width: auto;
    font-size: 2.5rem;
    background-color: transparent;
    text-align: right;
    top: 0;
    z-index: 1;
}
.items:not(.selectize-input).list .item .meta figure {
    display: block;
    margin-right: 0;
}
.items:not(.selectize-input).list .item .meta:before {
    display: none;
}
/*------ Description ------*/
.items:not(.selectize-input).list .item .description {
    position: absolute;
    bottom: 2rem;
    padding: 0;
    left: 27rem;
    z-index: 1;
    height: 4rem;
    overflow: hidden;
}
.items:not(.selectize-input).list .item .description p {
    width: 80%;
}
/*------ Detail ------*/
.items:not(.selectize-input).list .item .detail {
    right: 2rem;
    bottom: 2rem;
    left: inherit;
    border: .1rem solid #ff0000;
    padding: 1rem;
    text-transform: none;
    font-size: 1.4rem;
    border-radius: .3rem;
    z-index: 2;
}
.items:not(.selectize-input).list .item .detail:hover {
    background-color: #ff0000;
    color: #fff;
}
.items:not(.selectize-input).list .item .detail:after {
    display: none;
}
/*------ Additional Info ------*/
.items:not(.selectize-input).list .item .additional-info {
    padding: 9rem 0 8rem 0;
    margin-right: 2rem;
    position: relative;
    margin-left: 27rem;
}
.items:not(.selectize-input).list .item .additional-info ul {
    background-color: #f9f9f9;
    border-radius: .3rem;
    margin-bottom: 0;
    padding: 1.5rem;
}
.items:not(.selectize-input).list .item .additional-info ul li {
    display: inline-block;
    margin-right: 5rem;
}
.items:not(.selectize-input).list .item .additional-info ul li figure {
    float: none;
}
.items:not(.selectize-input).list .item .additional-info ul li aside {
    text-align: left;
}
.items:not(.selectize-input).list .item.call-to-action {
    height: 15rem;
}
.items:not(.selectize-input).list.compact .item {
    min-height: 17rem;
}
.items:not(.selectize-input).list.compact .item .image {
    padding-right: 20rem;
}
.items:not(.selectize-input).list.compact .item .image .background-image {
    width: 20rem;
}
.items:not(.selectize-input).list.compact .item .image .image-wrapper {}
.items:not(.selectize-input).list.compact .item .image .image-wrapper:before {
    opacity: .6;
    height: 8rem;
}
.items:not(.selectize-input).list.compact .item .additional-info {
    margin-left: 22rem;
    padding: 8rem 0 6.3rem 0;
}
.items:not(.selectize-input).list.compact .item .additional-info ul {
    padding: .4rem .4rem 0 .4rem;
}
/*background-color: transparent;*/
.items:not(.selectize-input).list.compact .item .additional-info ul li figure {
    padding: 0;
    margin-bottom: -.4rem;
    font-size: 1rem;
}
.items:not(.selectize-input).list.compact .item h3, .items:not(.selectize-input).list.compact .item h4, .items:not(.selectize-input).list.compact .item .description {
    left: 22rem;
}
.items:not(.selectize-input).list.compact .item h3 .tag.category {
    left: -20.3rem;
}
.items:not(.selectize-input).list.compact .item .price {
    padding: .3rem 1.1rem;
    font-size: 1.3rem;
}
.items:not(.selectize-input).list.compact .item .description {
    padding-right: 20rem;
    bottom: 1.4rem;
}
.items:not(.selectize-input).list.compact .item .description p {
    font-size: 1.2rem;
}
.items:not(.selectize-input).list.compact .item .detail {
    border: inherit;
    text-transform: uppercase;
    font-size: 1.1rem;
    bottom: 2rem;
    padding: 0;
}
.items:not(.selectize-input).list.compact .item .detail:hover {
    background-color: transparent;
    color: #ff0000;
}
.items:not(.selectize-input).list.compact .item .detail:after {
    display: block;
}
.items:not(.selectize-input).list.compact .item .admin-controls {
    position: absolute;
    right: 0;
    height: 8rem;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: .1rem solid rgba(0,0,0,.1);
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    background-color: #fff;
}
.items:not(.selectize-input).list.compact .item .admin-controls a {
    display: block;
    padding: .4rem 0;
}
.items:not(.selectize-input).list.compact .item .admin-controls a i {
    margin-right: 1rem;
}
.map .cluster &gt; div {
    color: #fff !important;
}
.map .marker {
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    transform: translateY(.2rem);
}
.map .marker:hover {
    opacity: 1;
    transform: translateY(0);
}
.map .infobox-wrapper {
    position: relative;
    display: inline-block;
}
.map .infobox-wrapper &gt; img {
    position: absolute !important;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 1;
}
.map .infobox-wrapper .ribbon-featured {
    right: 0;
    background-color: #ff0000;
    padding: .5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: .4rem;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    top: 2.5rem;
}
.map .infobox-wrapper a {}
.map .infobox-wrapper a:hover {
    color: inherit;
}
.map .infobox-wrapper .infobox {
    width: 25rem;
    background-color: #f8f8f8;
    padding: .5rem;
    border-radius: .6rem;
    overflow: hidden;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
}
.map .infobox-wrapper .infobox .image-wrapper {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    border-radius: .4rem;
    position: relative;
}
.map .infobox-wrapper .infobox .image-wrapper &gt; .tag, .map .infobox-wrapper .infobox .image-wrapper h3, .map .infobox-wrapper .infobox .image-wrapper .price {
    position: absolute;
    left: 2rem;
    z-index: 1;
}
.map .infobox-wrapper .infobox .image-wrapper .price {
    bottom: -.3rem;
    background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}
.map .infobox-wrapper .infobox .image-wrapper .price .appendix {
    font-size: 1rem;
    margin-right: 0;
    opacity: .7;
    top: -.2rem;
    position: relative;
    display: block;
    margin-bottom: -0.7rem;
    margin-left: 0;
}
.map .infobox-wrapper .infobox .image-wrapper .type {
    background-color: #fff;
    opacity: .8;
    top: 2rem;
}
.map .infobox-wrapper .infobox .image-wrapper h3 {
    bottom: 2rem;
    color: #fff;
}
.map .infobox-wrapper .infobox .image-wrapper h3 span:not(.tag) {
    display: block;
    margin-top: .8rem;
}
.map .infobox-wrapper .infobox .image-wrapper .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
}
.map .infobox-wrapper .infobox .image-wrapper .image:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.map .infobox-wrapper .infobox .image-wrapper img {
    width: 100%;
}
.map .infobox-wrapper:after {
    /* background-image: url("../../assets/img/infobox-arrow.png"); */
    content: "";
    display: block;
    width: 100%;
    height: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
}
.map#map-small {
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    border-radius: .5rem;
    display: block;
}
.map#map-contact {
    margin-top: -5rem;
    margin-bottom: 5rem;
}
.map#map-contact:before {
    /* background-image: url("../../assets/img/footer-overlay.png"); */
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

/********
--- N ---
********/
.nav-tabs .nav-link, .nav-pills .nav-link {
    padding: 1rem 2rem;
}
.nav-pills .nav-link {}
.nav-pills .nav-link.active {
    background-color: #ff0000;
    opacity: .5;
}
.tab-content {
    padding-top: 2rem;
}
/********
--- O ---
********/
.owl-carousel .owl-dots {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    background-color: #000;
    opacity: .3;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .5rem;
    transition: .3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .8;
}
.owl-carousel.full-width-carousel {
    position: relative;
    top: -5.5rem;
    margin-bottom: -5.5rem;
}
.owl-carousel.full-width-carousel .item {
    width: 111rem;
    border-radius: .4rem;
    height: 70rem;
    overflow: hidden;
}
.owl-carousel.full-width-carousel .owl-item {
    opacity: .2;
    transition: 1s opacity ease;
}
.owl-carousel.full-width-carousel .owl-item.active.center {
    opacity: 1;
}
.owl-carousel.full-width-carousel:before {
    /* background-image: url("../../assets/img/footer-overlay.png"); */
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    position: absolute;
    content: "";
    width: 100%;
    height: auto; 
    z-index: 1;
}
.owl-carousel.gallery-carousel {
    margin-bottom: 3rem;
}
.owl-carousel.gallery-carousel .owl-stage-outer, .owl-carousel.full-width-carousel .owl-stage-outer {
    border-radius: .4rem;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev, .owl-carousel.gallery-carousel .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5rem;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.gallery-carousel .owl-nav .owl-next i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-next i {
    background-color: #ff0000;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i {
    margin-left: 2rem;
}
.owl-carousel.gallery-carousel .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 2rem;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb {
    border-radius: .4rem;
    height: 13rem;
    display: block;
    opacity: .3;
    transition: .3s ease;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb img {
    width: 100%;
    display: none;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb:hover {
    opacity: 1;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb.active-thumb {
    box-shadow: inset 0 0 0 .3rem #ff0000;
    opacity: 1;
}
/********
--- P ---
********/
.pac-logo {}
.pac-logo:after {
    display: none;
}
.page .hero-wrapper {
    position: relative;
}
.page .hero-wrapper .background {
    background-color: #fff;
}
.page &gt;.content {
    background-color: #fff;
    z-index: 1;
    margin-bottom: 0 !important;
}
/* .page &gt;.content:after {
    background-image: url("../../assets/img/footer-overlay.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 4.2rem;
    left: 0;
    content: "";
    position: absolute;
} */
.page.sub-page .page-title {
    padding-top: 1rem;
    background: #FFF;
    padding-bottom: 1rem;
}
.page.sub-page .form {}
.page.sub-page .form.hero-form {
    padding-top: 2rem;
}
.page.sub-page .form.hero-form .main-search-form {
    background-color: #f2f2f2;
    padding: 5rem 3rem 1rem 3rem;
    border-radius: .3rem;
    margin-bottom: 1rem;
    position: relative;
}
.page.sub-page .form.hero-form .main-search-form .form-group label {
    font-size: 1.8rem;
    top: -3.7rem;
}
.page.sub-page .form.hero-form .main-search-form .geo-location.input-group-addon {
    height: 5.0rem;
}
.page.sub-page .form.hero-form .main-search-form:before {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #f2f2f2 transparent;
    position: absolute;
    top: -.6rem;
    right: 1.5rem;
    content: "";
}
.panel {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    margin-bottom: 30px;
}
.panel .panel-title {
    margin-bottom: 0;
}
.panel .panel-title a {
    display: block;
    padding: 20px;
}
.panel .panel-title a i {
    margin-right: 5px;
}
.panel .panel-body {
    padding: 20px;
}
.panel .horizontal-input-title {
    margin-top: 15px;
}
.page-pagination {
    text-align: center;
    margin: 4rem 0 6rem 0;
}
.page-pagination &gt; nav {
    display: inline-block;
}
.page-pagination &gt; nav .pagination {
    margin-bottom: 0;
}
.page-pagination &gt; nav .pagination .page-item .page-link {
    color: #000;
    width: 4rem;
    line-height: 4rem;
    padding: inherit;
    border: none;
    background-color: transparent;
    border-radius: .3rem;
    font-size: 1.6rem;
    margin: 0 .2rem;
}
.page-pagination &gt; nav .pagination .page-item .page-link i {
    font-size: 1.4rem;
    line-height: 4rem;
    color: rgba(0,0,0,.5);
}
.page-pagination &gt; nav .pagination .page-item .page-link:hover {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
}
.page-pagination &gt; nav .pagination .page-item.active .page-link {
    background-color: #ff0000;
    color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
}
.pricing {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    padding: 30px 20px;
}
.pricing h2 {
    opacity: .7;
    color: inherit;
    font-size: 30px;
    font-weight: lighter;
}
.pricing figure {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 100%;
    background-color: #ededed;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 5px;
    right: -10px;
    text-align: center;
    line-height: 75px;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}
.pricing ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pricing ul li {
    border-bottom: 1px solid rgba(0,0,0, .1);
    line-height: 55px;
}
.pricing ul li i {
    font-size: 20px;
}
.pricing ul li:last-child {
    border-bottom: none;
}
.pricing ul li.available {
    color: #ff0000;
}
.pricing ul li.not-available {
    color: rgba(0,0,0,.5);
}
.pricing.box {
    background-color: #fff;
}
.pricing.box.featured {
    background-color: #000;
    color: #fff;
}
.pricing.box.featured ul li.available, .pricing.box.featured ul li.not-available, .pricing.box.featured ul li {
    color: #fff;
    border-bottom-color: rgba(255,255,255,.2);
}
.pricing.featured:not(.box) figure {
    background-color: #ff0000;
    color: #fff;
}
.pricing.description {
    box-shadow: none;
    background-color: transparent;
    text-align: left;
    padding-left: 0;
}
.profile-image .image {
    width: 100%;
    height: 25.5rem;
    border-radius: 50%;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    overflow: hidden;
    text-align: center;
}
.profile-image .image img {
    height: 100%;
}
/********
--- R ---
********/
.rating {
    margin-bottom: .5rem;
}
.rating i {
    font-size: 1rem;
    opacity: .4;
    padding: 0 .1rem;
}
.rating i.active {
    color: #ff0000;
    opacity: 1;
}
.read-more {
    overflow: hidden;
    transition: 1s ease;
    padding: 2rem 2rem 3rem 2rem;
    margin-right: -2rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
    position: relative;
}
.read-more:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10rem;
    width: 100%;
    content: "";
    pointer-events: none;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&amp;0+0,1+66 */
    background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 66%, rgba(242,242,242,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 66%,rgba(242,242,242,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 66%,rgba(242,242,242,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 );/* IE6-9 */
}
/*------ Ribbon ------*/
.ribbon-featured {
    position: absolute;
    top: -1rem;
    right: 1.5rem;
    z-index: 1;
}
.ribbon-featured .ribbon-content {
    box-shadow: 0 0.1rem rgba(0,0,0,.15);
    background-color: #ff0000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    z-index: 1;
    padding: .7rem;
}
.ribbon-featured .ribbon-content:after {
    background-color: #ff0000;
    width: .5rem;
    height: 100%;
    content: "";
    position: absolute;
    top: .5rem;
    right: -.5rem;
}
.ribbon-featured .ribbon-content:before {
    background-color: #ff0000;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    right: -.5rem;
    content: "";
    border-top-right-radius: 50%;
}
.ribbon-featured .ribbon-start, .ribbon-featured .ribbon-start::after {
    background: #ff0000;
    content: "";
    display: inline-block;
    height: 1rem;
    width: .5rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    right: -.5rem;
    position: absolute;
    z-index: 1;
    top: 100%;
}
.ribbon-featured .ribbon-start::after {
    background: rgba(0,0,0,.3);
    z-index: 2;
    right: 0;
    top: 0;
}
.ribbon-featured .ribbon-end {
    height: 100%;
    width: 1.5rem;
    position: absolute;
    top: 0;
    left: -1.5rem;
}
.ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::after, .ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-width: 0 1.5rem 1.5rem 0;
    border-color: transparent #ff0000 transparent transparent;
}
.ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end .ribbon-shadow::after {
    border-width: 0 0 1.5rem 1.5rem;
    border-color: transparent transparent #ff0000 transparent;
    bottom: 0;
}
.ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-color: transparent rgba(0,0,0,.15) transparent transparent;
    top: .1rem;
    z-index: -1;
}
.ribbon-featured .ribbon-end .ribbon-shadow::after {
    border-color: transparent transparent rgba(0,0,0,.15) transparent;
    bottom: -.1rem;
    z-index: -1;
}
/********
--- S ---
********/
.section-title {
    padding-bottom: 4rem;
}
.section-title h2 {
    margin-bottom: 1rem;
}
.section-title .chosen-container .chosen-single {
    background-color: transparent;
    box-shadow: 0 0.2rem .6rem 0 rgba(0,0,0, .05);
}
.section-title .chosen-container:hover .chosen-single, .section-title .chosen-container.chosen-container-active .chosen-single {
    background-color: #fff;
}
.section-title .selectize-input {
    background-color: transparent;
}
.section-title .selectize-input:hover, .section-title .selectize-input.chosen-container-active {
    background-color: #fff;
}
.sidebar section {
    margin-bottom: 4rem;
}
.sidebar .sidebar-form label {
    display: block;
}
.sidebar .sidebar-form .alternative-search-form {
    padding-top: 2rem;
}
.sidebar .sidebar-form .alternative-search-form1 {
    padding-top: 2rem;
}
.sidebar .sidebar-post {
    margin-bottom: 3rem;
    display: table;
    width: 100%;
}
.sidebar .sidebar-post .background-image {
    width: 10rem;
    height: 10rem;
    display: block;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: .4rem;
    float: left;
}
.sidebar .sidebar-post .description {
    margin-left: 12rem;
}
.sidebar .sidebar-post .description h4 {
    margin-bottom: 1.5rem;
}
.sidebar .sidebar-post .description .meta {
    font-size: 1.1rem;
    opacity: .6;
}
.sidebar .sidebar-post .description .meta a {
    font-weight: 700;
}
.sidebar .sidebar-list {
    padding-left: 0;
}
.sidebar .sidebar-list li {
    border-bottom: .1rem solid rgba(0,0,0,.1);
}
.sidebar .sidebar-list li a {
    display: block;
    padding: 1rem 0;
}
.sidebar .sidebar-list li a span {
    float: right;
    font-size: 1rem;
    opacity: .5;
    line-height: 2rem;
}
.side-nav a {
    border-bottom: .1rem solid rgba(0,0,0,.1);
    padding: 1.5rem 0 1.5rem 0;
}
.side-nav a:last-child {
    border: none;
}
.social i {
    font-size: 1.8rem;
    margin-right: .5rem;
}
/********
--- T ---
********/
.tag {
    background-color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    border-radius: .2rem;
    padding: .3rem .5rem;
    font-family: 'Poppins', sans-serif;
}
.tag:hover {
    background-color: #ff0000;
}
.tags {}
.tags.framed .tag {
    background-color: transparent;
    border: .1rem solid rgba(0,0,0,.1);
}
.tooltip {
    font-size: 1.2rem;
}
.thumbnail-toggle a {
    font-size: 1.5rem;
    margin-left: .2rem;
    padding: .8rem;
    border-radius: .3rem;
    width: 4rem;
    display: inline-block;
    text-align: center;
}
.thumbnail-toggle a:hover {
    background-color: rgba(0,0,0,.05);
}
.thumbnail-toggle a.active {
    background-color: #000;
    color: #fff;
}
/********
--- Animations ---
********/
@keyframes underline-animation {
    0% {
        width: 100%;
    }
    30% {
        width: 0%;
    }
    60% {
        width: 100%;
        background-color: #ff0000;
    }
    100% {
        left: 0;
        background-color: #ff0000;
    }
}
@keyframes show-form-slide-animation {
    0% {
        opacity: 0;
        transform: translateY(.5rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}
.noUi-state-drag * {
    cursor: inherit!important;
}
.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB;
}
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.ui-slider {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.ui-slider .noUi-base {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    height: 2px;
    background-color: #e4e4e2;
    margin-top: 6px;
}
.ui-slider .noUi-base .noUi-connect {
    box-shadow: none;
    background-color: #ff0000;
}
.ui-slider .noUi-base .noUi-background {
    box-shadow: none;
    background-color: #e4e4e2;
}
.ui-slider .noUi-base .noUi-handle {
    transition: .2s;
    border-radius: 50%;
    box-shadow: none;
    border: 2px solid #ff0000;
    background-color: #ff0000;
    cursor: pointer;
    height: 10px;
    width: 10px;
    left: 0px;
    top: -4px;
}
.ui-slider .noUi-base .noUi-handle:before, .ui-slider .noUi-base .noUi-handle:after {
    display: none;
}
.ui-slider .noUi-base .noUi-handle:hover, .ui-slider .noUi-base .noUi-handle.noUi-active {
    box-shadow: 0px 0px 0px 8px rgba(0,0,0,.07);
}
.ui-slider .noUi-base .noUi-handle.noUi-handle-upper {
    left: -8px;
}
.ui-slider .values {
    font-size: 11px;
    font-family: sans-serif;

}
.ui-slider .values input {
    background-color: transparent;
    border: none;
    width: 49%;
}
.ui-slider .values input:first-child {
    float: left;
}
.ui-slider .values input:last-child {
    float: right;
    text-align: right;
}
/*2. Elements*/
a {
    color: #000;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}
a .appendix {
    opacity: .4;
    margin-left: .5rem;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
}
a.icon i {
    color: #ff0000;
    margin-right: 1rem;
    font-size: 1.2rem;
}
a.underline {}
a.underline:hover::after {
    animation-name: underline-animation;
    animation-duration: .7s;
    animation-fill-mode: forwards;
}
a.underline:after {
    background-color: #000;
    width: 100%;
    height: .1rem;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
a.text-uppercase {
    font-size: 1.1rem;
    font-weight: 600;
}
a.link {
    color: #ff0000;
}
a.nav-link i {
    color: inherit;
    opacity: .3;
}
a.nav-link.active {
    color: #ff0000;
}
a.nav-link.active i {
    color: #ff0000;
    opacity: 1;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    scroll-behavior: smooth;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    /* background-color: #f2f2f2; */
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
}
::-moz-selection {
    background: #ff0000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ff0000;
    color: #fff;
    text-shadow: none
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    float: left;
    padding: .2rem 0;
}
dl dd {
    text-align: right;
    padding: .2rem 0;
}
h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 3rem;
}
h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
}
h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
h4 {}
h4.location {}
h4.location:before {
    font-family: 'fontawesome';
    content: "\f041";
    position: relative;
    font-size: 1.3rem;
    opacity: .6;
    margin-right: .2rem;
}
 h6 {
        font-family: 'Varela Round', sans-serif;
        font-size: 1.5rem;


    }
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
figure {}
figure1 {
 margin: 0px 0rem 1rem;
    font-size: 1.7rem;
}
figure.with-icon {
    position: relative;
    padding-left: 2.5rem;
}
figure.with-icon i {
    color: #ff0000;
    position: absolute;
    line-height: 2rem;
    left: 0;
}
mark, .mark {
    background-color: #ffdc23;
}
p {
    font-weight: normal;
	font-size:13px;
    margin-bottom: 0.4rem;
	color: black;
}
ul, ol, dl {}
ul.columns-2, ol.columns-2, dl.columns-2 {
    display: grid;
    grid-template-columns: auto auto;
}
ul.columns-2 dd, ul.columns-2 li, ol.columns-2 dd, ol.columns-2 li, dl.columns-2 dd, dl.columns-2 li {
    margin-right: 1rem;
}
ul.columns-3, ol.columns-3, dl.columns-3 {
    display: grid;
    grid-template-columns: auto auto auto;
}
ul.columns-3 dd, ul.columns-3 li, ol.columns-3 dd, ol.columns-3 li, dl.columns-3 dd, dl.columns-3 li {
    margin-right: 1rem;
}
ul.columns-4, ol.columns-4, dl.columns-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
ul.columns-4 dd, ul.columns-4 li, ol.columns-4 dd, ol.columns-4 li, dl.columns-4 dd, dl.columns-4 li {
    margin-right: 1rem;
}
ul.features-checkboxes, ol.features-checkboxes, dl.features-checkboxes {
    padding-left: 0;
    list-style: none;
}
ul.features-checkboxes li, ol.features-checkboxes li, dl.features-checkboxes li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 4rem;
}
ul.features-checkboxes li:before, ol.features-checkboxes li:before, dl.features-checkboxes li:before {
    width: 2rem;
    height: 2rem;
    background-color: #ff0000;
    border-radius: .3rem;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
}
ul.features-checkboxes li:after, ol.features-checkboxes li:after, dl.features-checkboxes li:after {
    font-family: 'fontawesome';
    color: #fff;
    content: "\f00c";
    position: absolute;
    line-height: 1.8rem;
    font-size: 1rem;
    left: .5rem;
    top: 0;
}

ul.features, ol.features, dl.features {
    padding-left: 0;
    list-style: none;
}
ul.features li, ol.features li, dl.features li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 0rem;
}

section {
    position: relative;
}
header, footer {
    position: relative;
}
/*3. Forms*/
.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: .3rem;/*padding: .8rem 1.6rem;*/
    padding: 1.4rem 1.6rem;
    border-width: .1rem;
    outline: none !important;
    cursor: pointer;
    box-shadow: unset !important;
}
.btn:hover, .btn:focus, .btn:active {
    outline: none !important;
}
.btn.btn-primary {
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn.btn-rounded {
    border-radius: 3rem;
}
.btn.btn-framed {
    background-color: transparent;
}
.btn.btn-framed.btn-primary {
    color: #ff0000;
}
.btn.btn-framed.btn-primary:hover, .btn.btn-framed.btn-primary:focus, .btn.btn-framed.btn-primary:active {
    background-color: #ff0000;
    border-color: #ff0000;
    box-shadow: none !important;
    color: #fff;
}
.btn.btn-framed.btn-secondary {
    color: #868e96;
}
.btn.btn-framed.btn-secondary:hover, .btn.btn-framed.btn-secondary:focus, .btn.btn-framed.btn-secondary:active {
    background-color: #868e96;
    color: #fff;
}
.btn.btn-framed.btn-success {
    color: #1e7e34;
}
.btn.btn-framed.btn-success:hover, .btn.btn-framed.btn-success:focus, .btn.btn-framed.btn-success:active {
    background-color: #1e7e34;
    color: #fff;
}
.btn.btn-framed.btn-danger {
    color: #dc3545;
}
.btn.btn-framed.btn-danger:hover, .btn.btn-framed.btn-danger:focus, .btn.btn-framed.btn-danger:active {
    background-color: #dc3545;
    color: #fff;
}
.btn.btn-framed.btn-warning {
    color: #ffc107;
}
.btn.btn-framed.btn-warning:hover, .btn.btn-framed.btn-warning:focus, .btn.btn-framed.btn-warning:active {
    background-color: #ffc107;
    color: #fff;
}
.btn.btn-framed.btn-info {
    color: #17a2b8;
}
.btn.btn-framed.btn-info:hover, .btn.btn-framed.btn-info:focus, .btn.btn-framed.btn-info:active {
    background-color: #17a2b8;
    color: #fff;
}
.btn.btn-framed.btn-light {
    color: #000;
    border-color: rgba(0,0,0,.1);
}
.btn.btn-framed.btn-light:hover, .btn.btn-framed.btn-light:focus, .btn.btn-framed.btn-light:active {
    background-color: rgba(0,0,0,.1);
}
.btn.small {/*padding: 0.9rem 1rem; font-size: 1.5rem;*/
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
}
.btn.large {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem;
}
.btn.large.icon i {
    margin: 0 1rem;
    font-size: 1.5rem;
}
.btn.icon i {
    margin: 0 .5rem;
    font-size: 1.2rem;
    vertical-align: middle;
}
.btn.btn-light {
    color: #000;
}
select {
    width: 100%;
    padding: 1.3rem;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 1rem 0 rgba(0,0,0, .1);
    border: .1rem solid rgba(0,0,0, .15);
    outline: none;
}
select.small {
    padding: .9rem;
}
select.selectized {
    display: block !important;
    visibility: hidden;
    position: absolute;
    z-index: -9999;
}
.selectize-control {
    display: inline-block;
    width: 100%;
}
.selectize-control .selectize-input {
    transition: .3s ease;
    border-radius: .3rem;
    font-weight: 500;
    padding: 1.7rem;
    height: auto;
    background-image: none;
    background-color: #fff;
    position: relative;
    line-height: inherit;
    box-shadow: 0 0.2rem 1rem 0rem rgba(0,0,0, .1);
    border: .1rem solid rgba(0,0,0, .15);
}
.selectize-control .selectize-input .item {
    cursor: pointer;
}
.selectize-control .selectize-input .item[data-value=""] {
    opacity: .4;
}
.selectize-control .selectize-input input[type="text"] {
    height: 1.4rem;
    transition: none;
}
.selectize-control .selectize-input.full {
    cursor: pointer !important;
}
.selectize-control .selectize-input.full input {
    cursor: pointer !important;
    width: 0;
    color: transparent;
}
.selectize-control .selectize-dropdown {
    margin-top: -.4rem;
    opacity: 0;
    transition: .3s ease;
    width: 100% !important;

    top: 4.9rem !important;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content {
    max-height: 30rem;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content [data-value=""] {
    opacity: .4;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option {}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option.active {
    background-color: rgba(0,0,0,.03);
    transition: .3s ease;
}
.selectize-control .selectize-dropdown.opening {
    opacity: 1;
}
.selectize-control .selectize-dropdown [data-selectable], .selectize-control .selectize-dropdown .optgroup-header {
    padding: .8rem 1.2rem;
}
.selectize-control.small .selectize-input {
    padding: 1.05rem;
}
.selectize-control.small .selectize-dropdown {
    top: 3.9rem !important;
}
.selectize-control.multi .selectize-input {}
.selectize-control.multi .selectize-input.has-items {
    padding: 1.1rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
    /* box-shadow: inset 0 0 1rem 0 rgba(0,0,0, .1); */
    border: .1rem solid rgba(0,0,0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    /* padding: 1.6rem; */
    padding: 1rem;
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:hover, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:hover, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:hover, input[type="time"]:active, input[type="time"]:focus, input[type="time"]:hover, input[type="search"]:active, input[type="search"]:focus, input[type="search"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:hover, textarea.form-control:active, textarea.form-control:focus, textarea.form-control:hover {
    box-shadow: inset  0 0 0 .1rem rgba(0,0,0, 0);
    border: .1rem solid rgba(0,0,0, .25);
}
input[type="text"].small, input[type="email"].small, input[type="date"].small, input[type="time"].small, input[type="search"].small, input[type="password"].small, input[type="number"].small, input[type="tel"].small, textarea.form-control.small {
    padding: 1rem;
}
#inputrange {
    height: 4px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}
  
input[type='range']::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    background: #ff0000;
    border-radius: 50%;
}
#input-location {
    padding-right: 5rem;
}
.icheckbox, .iradio {
    box-shadow: inset 0 0 0 .1rem rgba(0,0,0, .3);
    border-radius: 3px;
    background-color: #fff;
    transition: .2s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
    top: -.1rem;
    margin-bottom: 1.5rem;
    vertical-align: top;
}
.icheckbox:after, .iradio:after {
    font-family: 'fontawesome';
    color: #fff;
    content: "\f00c";
    position: absolute;
    line-height: 1.8rem;
    font-size: 1rem;
    left: .5rem;
}
.icheckbox.checked, .iradio.checked {
    box-shadow: inset 0 0 0 1rem #ff0000;
}
.iradio {
    border-radius: 50%;
}
.iradio:after {
    display: none;
}
.iradio.checked {
    box-shadow: inset 0 0 0 .6rem #ff0000;
}
label {
    padding-bottom: .5rem;
    margin-right: 1rem;
}
label.framed {
    padding: 1rem 1.2rem;
    border-radius: .3rem;
    border: .1rem solid rgba(0,0,0, .15);
    cursor: pointer;
    transition: .3s ease;
}
label.framed &gt; div {
    margin-bottom: 0;
}
label.framed:hover {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
}
label.framed.active {
    background-color: #fff;
}
label.required {}
label.required:after {
    content: "*";
    margin-left: .2rem;
    color: red;
}
.form .status {
    transform: scale(.1);
    transition: .3s ease;
    top: -2rem;
    right: -2rem;
    position: absolute;
}
.form .status .status-icon {
    border-radius: 50%;
    transition: .3s ease;
    width: 4rem;
    height: 4rem;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 4rem;
}
.form .status .status-icon.valid {
    background-color: #50aa8d;
}
.form .status .status-icon.invalid {
    background-color: #e45544;
}
.form .status i {
    font-size: 1.8rem;
}
.form .form-group {
    position: relative;
}
.form label.error {
    position: absolute;
    left: 0;
    bottom: -3rem;
    color: #FF0000;
    padding: .3rem;
}
.form ::-webkit-input-placeholder {/* WebKit, Blink, Edge */
    color: rgba(0,0,0,.4);
}
.form :-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,.4);
}
.form ::-moz-placeholder {/* Mozilla Firefox 19+ */
    color: rgba(0,0,0,.4);
}
.form :-ms-input-placeholder {/* Internet Explorer 10-11 */
    color: rgba(0,0,0,.4);
}
.form ::-ms-input-placeholder {/* Microsoft Edge */
    color: rgba(0,0,0,.4);
}
.form .alternative-search-form {
    padding-top: 1rem;
    z-index: 1;
    position: relative;
}
.form .alternative-search-form .collapse.show .wrapper {
    opacity: 1;
    transform: scale(1);
}
.form .alternative-search-form .wrapper {
    opacity: 0;
    transition: .1s ease;
    transform: scale(.98);
    margin-top: 2rem;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.1);
    border: .1rem solid rgba(0,0,0,.1);
    padding: 4rem;
    padding-bottom: 2rem;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}
.form .alternative-search-form .wrapper:before {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -.6rem;
    left: 1.8rem;
    content: "";
}
.form .alternative-search-form .wrapper:after {
    border-style: solid;
    border-width: 0 .55rem .7rem .55rem;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    position: absolute;
    top: -.7rem;
    left: 1.7rem;
    content: "";
    z-index: -1;
}

.form .alternative-search-form1 {
    padding-top: 1rem;
    z-index: 1;
    position: relative;
}
.form .alternative-search-form1 .collapse1.show .wrapper1 {
    opacity: 1;
    transform: scale(1);
}
.form .alternative-search-form1 .wrapper1 {
    opacity: 0;
    transition: .1s ease;
    transform: scale(.98);
    margin-top: 2rem;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.1);
    border: .1rem solid rgba(0,0,0,.1);
    padding: 4rem;
    padding-bottom: 2rem;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}
.form .alternative-search-form1 .wrapper1:before {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -.6rem;
    left: 1.8rem;
    content: "";
}
.form .alternative-search-form1 .wrapper1:after {
    border-style: solid;
    border-width: 0 .55rem .7rem .55rem;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    position: absolute;
    top: -.7rem;
    left: 1.7rem;
    content: "";
    z-index: -1;
}

.form.inputs-fluid .form-row {
    display: table;
    width: 100%;
}
.form.inputs-fluid .form-row .form-group {
    display: table-cell;
    width: auto;
    vertical-align: top;
}
.form.submitted .status {
    transform: scale(1);
}
.form.submitted .form-group, .form.submitted .input-group {
    pointer-events: none;
}
.form.submitted .btn[type='submit'] {
    pointer-events: none;
    opacity: .5;
}
.form.hero-form {
    padding-top: 10rem;
}
.form.hero-form .main-search-form .form-group {
    position: relative;
}
.form.hero-form .main-search-form .form-group label {
    font-family: 'Varela Round',sans-serif;
    font-size: 2.4rem;
    color: #ff0000;
    position: absolute;
    top: -5rem;
    font-weight: normal;
}
.form.hero-form [type="submit"] {
    padding: 1.4rem 9.6rem;
}
.form.hero-form [type="submit"].small {
    padding: 15px 8rem;
    font-size: 1.5rem;
}
.form.form-submit .icheckbox, .form.form-submit .iradio {
    box-shadow: inset 0 0 0 .2rem rgba(0,0,0,.3);
}
.form.form-submit .icheckbox {}
.form.form-submit .icheckbox.checked {
    box-shadow: inset 0 0 0 1rem #ff0000;
}
.form.form-submit .iradio {}
.form.form-submit .iradio.checked {
    box-shadow: inset 0 0 0 .6rem #ff0000;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-group .input-group-addon {
    position: absolute;
    bottom: 1.6rem;
    border: none;
    right: 0;
    padding: 0 1.3rem;
    background-color: transparent;
    transition: .3s ease;
    font-size: 1.4rem;
    opacity: .5;
}
.form-group .input-group-addon.geo-location, .form-group .input-group-addon.search-icon {
    color: #ff0000;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    bottom: 0;
    height: 5.4rem;
    padding: 16px 29px 0 0;
    right: 0;
    background-color: transparent;
    transition: .3s ease;
    font-size: 2rem;
    border: none;
}
.form-group .input-group-addon1.geo-location, .form-group .input-group-addon.search-icon {
    color: #ff0000;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    bottom: 0;
    height: 5.4rem;
    padding: 12px 25px 0 0;
    right: 0;
    background-color: transparent;
    transition: .3s ease;
    font-size: 2rem;
    border: none;
}
.form-group .input-group-addon.geo-location:hover, .form-group .input-group-addon.search-icon:hover {
    background-color: rgba(0,0,0,.1);
}
.form-group .input-group-addon.small {
    bottom: 1.1rem;
}
.form-group label {
    font-size: 1.3rem;
    /* margin-bottom: .8rem; */
    font-weight: 600;
}
.form-group label.framed {
    font-weight: normal;
}
.form-slides {
    position: relative;
    border: .1rem solid rgba(0,0,0,.1);
    padding: 2rem;
    border-radius: .4rem;
    z-index: 1;
}
.form-slides .form-slide {
    display: none;
    transition: .3s ease;
    position: relative;
}
.form-slides .form-slide h3 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
}
.form-slides .form-slide h4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.form-slides .form-slide .category-icon {
    position: absolute;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    background-color: #fff;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    top: -3rem;
    right: 0;
    overflow: hidden;
    text-align: center;
    line-height: 6rem;
}
.form-slides .form-slide .category-icon img {
    height: 3rem;
}
.form-slides .form-slide.default {
    display: block;
    text-align: center;
    padding: 4rem 2rem;
}
.form-slides .form-slide.default h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form-slides .form-slide.active {
    display: block;
    visibility: visible;
    opacity: 1;
    animation-name: show-form-slide-animation;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.form-slides#category-tabs {}
.form-slides#category-tabs:before {
    border-style: solid;
    border-width: .9rem 1rem .9rem 0;
    border-color: transparent #f2f2f2 transparent transparent;
    /*content: "";*/ 
    position: absolute;
    left: -.9rem;
    top: 5rem;
    z-index: 1;
}
.form-slides#category-tabs:after {
    border-style: solid;
    border-width: .9rem 1rem .9rem 0;
    border-color: transparent rgba(0,0,0,.1) transparent transparent;
    /*content: "";*/
    position: absolute;
    left: -1.1rem;
    top: 5rem;
}
.file-upload {
    position: relative;
    height: 10rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.file-upload .file-upload-input {
    border-radius: .4rem;
    width: 100%;
    border: .2rem dashed rgba(0,0,0,.2);
    height: 10rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
}
.file-upload .file-upload-input:hover {
    border-color: rgba(0,0,0,.4);
    background-color: rgba(0,0,0, .05);
}
.file-upload span {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 10.5rem;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    font-size: 1.8rem;
    color: rgba(0,0,0,.5);
}
.file-upload span i {
    color: #ff0000;
    margin-right: 1rem;
}
.file-upload-previews &gt; .MultiFile-label {
    border-radius: .4rem;
    background-color: rgba(0,0,0, .03);
    display: inline-block;
    border: .2rem solid rgba(0,0,0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    width: 22%;
}
.file-upload-previews span.MultiFile-label {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}
.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0,0,0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}
.file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 20rem !important;
    max-height: 15rem !important;
}
.file-upload-previews .MultiFile-remove {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}
.file-upload-previews .MultiFile-remove:after {
    font-family: 'fontawesome';
    content: "\f00d";
    color: #fff;
    top: -.2rem;
    position: relative;
    font-size: 1rem;
}
.file-uploaded-images .image {
    height: 15rem;
    display: inline-block;
    margin-bottom: 1.8rem;
    margin-right: 1.5rem;
    position: relative;
}
.file-uploaded-images .image figure {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
}
.file-uploaded-images .image figure i {
    color: #fff;
    font-size: 1rem;
}
.file-uploaded-images .image img {
    height: 100%;
}
.single-file-input {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
}
.single-file-input input[type="file"] {
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    cursor: pointer;
    outline: none;
    z-index: 1;
}
.single-file-input div i {
    margin-left: .5rem;
}
textarea.form-control {
    line-height: 2rem;
}
/*4. Universal classes*/
.background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.background-image img {
    display: none;
}
.background-image.original-size {
    background-size: inherit;
}
.background-image.background-repeat-x {
    background-repeat: repeat-x;
}
.background-image.background-repeat-y {
    background-repeat: repeat-y;
}
[data-background-image] {
    background-size: cover;
    background-position: 50%;
}
.block {
    padding-top: 1rem;
    padding-bottom: 5rem;
}
.block section {
    margin-bottom: 3rem;
    padding: 20px 0px 0px 10px;
}
.box {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    padding: 3rem;
    border-radius: .3rem;
    position: relative;
}
.center {
    text-align: center;
    color:#b5b5b5;
}
.has-dark-background h1, .has-dark-background h2, .has-dark-background h3, .has-dark-background h4, .has-dark-background h5, .has-dark-background h6, .has-dark-background p, .has-dark-background a {
    color: #fff;
}
.has-dark-background .navbar .navbar-nav .show &gt; .nav-link, .has-dark-background .navbar .navbar-nav .active &gt; .nav-link, .has-dark-background .navbar .navbar-nav .nav-link.show, .has-dark-background .navbar .navbar-nav .nav-link.active, .has-dark-background .main-navigation .navbar ul.navbar-nav &gt; .nav-item &gt; a:not(.btn) {
    color: #fff;
}
.has-dark-background .main-navigation .navbar ul.navbar-nav &gt; li.nav-item.has-child &gt; a.nav-link:after {
    color: #fff;
    opacity: .7;
}
.has-dark-background .main-navigation .btn:not(.btn-light) {
    color: #fff;
}
.has-dark-background .main-navigation .navbar {
    border-color: rgba(255,255,255,.3);
}
.has-dark-background .chosen-container a {
    color: inherit;
}
.has-dark-background .page-title a {}
.has-dark-background .page-title a:after {
    background-color: #fff;
}
.has-dark-background .form.hero-form .main-search-form .form-group label {
    color: #fff;
}
.has-dark-background .form-group &gt; label {
    color: #fff;
}
.no-shadow {
    box-shadow: none;
    text-shadow: none;
}
.pointer-events-none {
    pointer-events: none;
}
.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}
.height-100px {
    height: 100px !important;
}
.height-150px {
    height: 150px !important;
}
.height-200px {
    height: 200px !important;
}
.height-250px {
    height: 250px !important;
}
.height-300px {
    height: 300px !important;
}
.height-350px {
    height: 350px !important;
}
.height-400px {
    height: 400px !important;
}
.height-450px {
    height: 450px !important;
}
.height-500px {
    height: 500px !important;
}
.height-550px {
    height: 550px !important;
}
.height-600px {
    height: 600px !important;
}
.height-650px {
    height: 650px !important;
}
.height-700px {
    height: 700px !important;
}
.height-750px {
    height: 750px !important;
}
.height-800px {
    height: 800px !important;
}
.height-850px {
    height: 850px !important;
}
.height-900px {
    height: 900px !important;
}
.height-950px {
    height: 950px !important;
}
.height-1000px {
    height: 1000px !important;
}
.width-10 {
    width: 10% !important;
}
.width-20 {
    width: 20% !important;
}
.width-25 {
    width: 25% !important;
}
.width-30 {
    width: 30% !important;
}
.width-33 {
    width: 33% !important;
}
.width-40 {
    width: 40% !important;
}
.width-50 {
    width: 50% !important;
}
.width-60 {
    width: 60% !important;
}
.width-70 {
    width: 70% !important;
}
.width-80 {
    width: 80% !important;
}
.width-90 {
    width: 90% !important;
}
.width-100 {
    width: 100% !important;
}
.width-10px {
    width: 10px !important;
}
.width-50px {
    width: 50px !important;
}
.width-100px {
    width: 100px !important;
}
.width-150px {
    width: 150px !important;
}
.width-200px {
    width: 200px !important;
}
.width-250px {
    width: 250px !important;
}
.width-300px {
    width: 300px !important;
}
.opacity-5 {
    opacity: .05;
}
.opacity-10 {
    opacity: .1;
}
.opacity-20 {
    opacity: .2;
}
.opacity-30 {
    opacity: .3;
}
.opacity-40 {
    opacity: .4;
}
.opacity-50 {
    opacity: .5;
}
.opacity-60 {
    opacity: .6;
}
.opacity-70 {
    opacity: .7;
}
.opacity-80 {
    opacity: .8;
}
.opacity-90 {
    opacity: .9;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
/*5. Responsive*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 1200px and up
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1601px) {
    .items.grid, .items.masonry {}
    .items.grid.grid-xl-4-items .item, .items.masonry.grid-xl-4-items .item {
        width: 20%;
    }
    .items.grid.grid-xl-3-items .item, .items.masonry.grid-xl-3-items .item {
        width: 33.33%;
    }
    .items.grid.grid-xl-2-items .item, .items.masonry.grid-xl-2-items .item {
        width: 50%;
    }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 1200px and up
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) and (max-width: 1600px) {
    .items.grid, .items.masonry {}
    .items.grid.grid-xl-4-items .item, .items.masonry.grid-xl-4-items .item {
        width: 25%;
    }
    .items.grid.grid-xl-3-items .item, .items.masonry.grid-xl-3-items .item {
        width: 33.33%;
    }
    .items.grid.grid-xl-2-items .item, .items.masonry.grid-xl-2-items .item {
        width: 50%;
    }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 992px - 1199px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px) and (max-width: 1199px) {
    .items.grid, .items.masonry {}
    .items.grid.grid-lg-4-items .item, .items.masonry.grid-lg-4-items .item {
        width: 25%;
    }
    .items.grid.grid-lg-3-items .item, .items.masonry.grid-lg-3-items .item {
        width: 33.33% !important;
    }
    .items.grid.grid-lg-2-items .item, .items.masonry.grid-lg-2-items .item {
        width: 50%;
    }
    .owl-carousel {}
    .owl-carousel.full-width-carousel .item {
        width: 90rem;
        height: 50rem;
    }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 768px - 991px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) and (max-width:1200px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 2rem;
    }
    .form {}
    .form.hero-form .main-search-form .form-group label {
        top: -4rem;
        font-size: 1.8rem;
    }
    .items.grid, .items.masonry {}
    .items.grid.grid, .items.grid.masonry, .items.masonry.grid, .items.masonry.masonry {}
    .items.grid.grid.grid-md-4-items .item, .items.grid.masonry.grid-md-4-items .item, .items.masonry.grid.grid-md-4-items .item, .items.masonry.masonry.grid-md-4-items .item {
        width: 25%;
    }
    .items.grid.grid.grid-md-3-items .item, .items.grid.masonry.grid-md-3-items .item, .items.masonry.grid.grid-md-3-items .item, .items.masonry.masonry.grid-md-3-items .item {
        width: 33.33%;
    }
    .items.grid.grid.grid-md-2-items .item, .items.grid.masonry.grid-md-2-items .item, .items.masonry.grid.grid-md-2-items .item, .items.masonry.masonry.grid-md-2-items .item {
        width: 50%;
    }
    .hero .page-title {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav {
        position: relative;
        text-align: right;
    }
    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: 1.2rem 2rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item a.nav-link {
        border-top: .1rem solid rgba(0,0,0,.04);
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child {
        position: relative;
        opacity: 1;
        width: 100%;
        box-shadow: none;
        background-color: rgba(0,0,0,.05);
        margin-top: 0;
        transform: translateY(0);
        right: 0;
        border-radius: 0;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li {
        border-bottom: none;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul {
        right: 0;
        transform: translateX(0);
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li a.nav-link {
        padding: 1rem 2.5rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li.has-child &gt; a.nav-link {}
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li.has-child &gt; a.nav-link:after {
        content: "\f0d7";
        left: inherit;
        right: 1rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child:before, .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child:after {
        display: none;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item:first-child a.nav-link {
        border-top: none;
    }
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item ul.child {
        height: 0;
        overflow: hidden;
    }
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child &gt; a.nav-link {}
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child &gt; a.nav-link:after {
        bottom: inherit;
        top: 1.5rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child.hover &gt; ul.child {
        height: auto;
    }
    .owl-carousel {}
    .owl-carousel.full-width-carousel .item {
        width: 69rem;
        height: 40rem;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// max to 768px new design extra one point to added to down
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 768px) {
    .main-search-form-toggle {
        display: none;
    }
    .detail_mob_dot  {
        display: none;
    }
    .detail_mob_map {
        font-size: 12px !important;
        text-decoration: underline;
    }
    .detail_mob_location {
        font-size: 12px !important;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// max to 767px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
    body::before {
        display: none;
        content: "xs";
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 2rem;
    }
    .d-xs-grid {
        display: grid !important;
    }
    .float-xs-none {
        float: none !important;
    }
    .block section {
        margin-bottom: 4rem;
    }
    .d-xs-none {
        display: none !important;
    }
    .admin-controls {
        top: 3rem !important;
        bottom: auto !important;
    }
    .author {}
    .author.big {
        padding-top: 28rem;
        position: relative;
    }
    .author.big .author-image {
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .author.big .author-description {
        margin-left: 0;
    }
    .blog-posts-navigation .prev, .blog-posts-navigation .next {
        display: block;
    }
    .footer {
        position: relative;
    }
    .form-slides {}
    .form-slides#category-tabs {}
    .form-slides#category-tabs:before, .form-slides#category-tabs:after {
        display: none;
    }
    .items:not(.selectize-input) {}
    .items:not(.selectize-input).grid, .items:not(.selectize-input).masonry {}
    .items:not(.selectize-input).grid[class*="grid-"] .item, .items:not(.selectize-input).masonry[class*="grid-"] .item {
        width: 100%;
        display: block;
    }
    .items:not(.selectize-input).list .item .wrapper, .items:not(.selectize-input).list.compact .item .wrapper {
        min-height: inherit;
    }
    .items:not(.selectize-input).list .item .wrapper .image, .items:not(.selectize-input).list.compact .item .wrapper .image {
        position: relative;
        padding-right: 0;
    }
    .items:not(.selectize-input).list .item .wrapper .image .background-image, .items:not(.selectize-input).list.compact .item .wrapper .image .background-image {
        height: 28rem;
        width: auto;
    }
    .items:not(.selectize-input).list .item .wrapper .image .background-image:before, .items:not(.selectize-input).list.compact .item .wrapper .image .background-image:before {
        opacity: .9;
        height: 14rem;
    }
    .items:not(.selectize-input).list .item h3, .items:not(.selectize-input).list.compact .item h3 {
        left: 2rem;
        bottom: 8rem;
        top: inherit;
    }
    .items:not(.selectize-input).list .item h3 a:not(.category), .items:not(.selectize-input).list.compact .item h3 a:not(.category) {
        color: #fff;
    }
    .items:not(.selectize-input).list .item h3 .tag, .items:not(.selectize-input).list.compact .item h3 .tag {}
    .items:not(.selectize-input).list .item h3 .tag.category, .items:not(.selectize-input).list.compact .item h3 .tag.category {
        top: -3rem;
        left: 0;
        bottom: auto;
    }
    .items:not(.selectize-input).list .item h3 .tag:not(.category), .items:not(.selectize-input).list.compact .item h3 .tag:not(.category) {
        position: absolute;
        top: -15rem;
        bottom: auto;
        left: 0;
        background-color: #fff;
        border: none;
    }
    .items:not(.selectize-input).list .item h4, .items:not(.selectize-input).list.compact .item h4 {
        top: 20rem;
        left: 2rem;
    }
    .items:not(.selectize-input).list .item h4 a, .items:not(.selectize-input).list.compact .item h4 a {
        color: #fff;
    }
    .items:not(.selectize-input).list .item h4 a:before, .items:not(.selectize-input).list.compact .item h4 a:before {
        color: #fff;
    }
    .items:not(.selectize-input).list .item h4.location, .items:not(.selectize-input).list.compact .item h4.location {}
    .items:not(.selectize-input).list .item h4.location:before, .items:not(.selectize-input).list.compact .item h4.location:before {
        color: #fff;
    }
    .items:not(.selectize-input).list .item .price, .items:not(.selectize-input).list.compact .item .price {
        top: 24.5rem;
        bottom: auto;
    }
    .items:not(.selectize-input).list .item .description, .items:not(.selectize-input).list.compact .item .description {
        position: relative;
        left: 0;
        padding: 4rem 2rem;
        height: 10rem;
    }
    .items:not(.selectize-input).list .item .detail, .items:not(.selectize-input).list.compact .item .detail {
        position: relative;
        right: -2rem;
    }
    .items:not(.selectize-input).list .item .meta, .items:not(.selectize-input).list.compact .item .meta {
        background-color: #f8f8f8;
        padding: 1.8rem;
        font-size: 1.2rem;
        width: 100%;
        white-space: nowrap;
        margin-top: -.2rem;
        position: relative;
        text-align: left;
    }
    .items:not(.selectize-input).list .item .meta figure, .items:not(.selectize-input).list.compact .item .meta figure {
        opacity: .6;
        margin-right: 2rem;
        display: inline-block;
    }
    .items:not(.selectize-input).list .item .meta figure i, .items:not(.selectize-input).list.compact .item .meta figure i {
        margin-right: 1rem;
    }
    .items:not(.selectize-input).list .item .meta figure a, .items:not(.selectize-input).list.compact .item .meta figure a {
        transition: .3s color ease;
    }
    .items:not(.selectize-input).list .item .meta:before, .items:not(.selectize-input).list.compact .item .meta:before {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&amp;0+0,1+50 */
        background: -moz-linear-gradient(left,  rgba(248,248,248,0) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 100%);/* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 100%);/* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=1 );/* IE6-9 */
        height: 100%;
        width: 4rem;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .items:not(.selectize-input).list .item .additional-info, .items:not(.selectize-input).list.compact .item .additional-info {
        padding: 0 2rem;
        margin-left: 0;
        margin-bottom: 4rem;
    }
    .form {}
    .form.hero-form {
        padding-top: 1rem;
    }
    .form.hero-form .main-search-form {
        margin-bottom: 2rem;
    }
    .form.hero-form .main-search-form .form-group label {
        position: relative;
        font-size: 2rem;
        top: inherit;
    }
    .hero .main-navigation .navbar ul.navbar-nav {
        position: relative;
        text-align: right;
    }
    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: 1.2rem 2rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item a.nav-link {
        border-top: .1rem solid rgba(0,0,0,.04);
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child {
        position: relative;
        opacity: 1;
        width: 100%;
        box-shadow: none;
        background-color: rgba(0,0,0,.05);
        margin-top: 0;
        transform: translateY(0);
        right: 0;
        border-radius: 0;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li {
        border-bottom: none;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li ul {
        right: 0;
        transform: translateX(0);
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li a.nav-link {
        padding: 1rem 2.5rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li.has-child &gt; a.nav-link {}
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child li.has-child &gt; a.nav-link:after {
        content: "\f0d7";
        left: inherit;
        right: 1rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child:before, .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item ul.child:after {
        display: none;
    }
    .hero .main-navigation .navbar ul.navbar-nav &gt; li.nav-item:first-child a.nav-link {
        border-top: none;
    }
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item ul.child {
        height: 0;
        overflow: hidden;
    }
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child &gt; a.nav-link {}
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child &gt; a.nav-link:after {
        bottom: inherit;
        top: 1.5rem;
    }
    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child.hover &gt; ul.child {
        height: auto;
    }
    .hero .page-title .price {
        padding-top: 2rem;
        text-align: left;
    }
    .hero.has-dark-background a {
        color: #fff !important;
    }
    .categories-list li {
        width: 100%;
    }
    .feature-box {
        text-align: center;
    }
    .feature-box figure {
        display: inline-block;
    }
    .main-search-form {
        padding: 3rem !important;
    }
    .main-search-form .form-group label {
        top: inherit !important;
    }
    .profile-image {
        text-align: center;
    }
    .profile-image .image {
        display: inline-block;
        width: 25.5rem;
    }
    .sidebar .sidebar-form {
        background-color: rgba(0,0,0,.05);
        padding: 2rem;
        border-radius: .3rem;
    }
    .side-nav {
        margin-bottom: 3rem;
    }
    .width-10px {
        width: 100% !important;
    }
    .width-50px {
        width: 100% !important;
    }
    .width-100px {
        width: 100% !important;
    }
    .width-150px {
        width: 100% !important;
    }
    .width-200px {
        width: 100% !important;
    }
    .width-250px {
        width: 100% !important;
    }
    .width-300px {
        width: 100% !important;
    }
    .owl-carousel {}
    .owl-carousel.full-width-carousel .item {
        width: 100%;
        height: 100%;
    }
    .owl-carousel.gallery-carousel-thumbs .owl-thumb {
        height: 6rem;
    }
    .owl-carousel.full-width-carousel {
        top: -3.5rem;
    }
    .owl-carousel.full-width-carousel .owl-item {
        opacity: 1;
    }
    ul, ol, dl {}
    ul.columns-2, ol.columns-2, dl.columns-2 {
        display: grid;
        grid-template-columns: auto;
    }
    ul.columns-3, ol.columns-3, dl.columns-3 {
        display: grid;
        grid-template-columns: auto;
    }
    ul.columns-4, ol.columns-4, dl.columns-4 {
        display: grid;
        grid-template-columns: auto;
    }
}

.messaging__box {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
}

#messaging__chat-list .messaging__content {
    height: 55rem;
    overflow-y: scroll;
}

#messaging__chat-window .messaging__content {
    height: calc( 55rem - 9.2rem );
    overflow-y: scroll;
}

.messaging__header, .messaging__footer {
    padding: 20px;
    border-bottom: .1rem solid rgba(0,0,0,.1);
}

.messaging__header {
    height: 75px;
}

.messaging__header .nav-pills .nav-link {
    font-weight: normal;
    padding: .5rem 1.2rem;
}

.messaging__header .messaging__person {
    display: flex;
    align-items: center;
}

.messaging__persons-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.messaging__persons-list li {}

.messaging__persons-list li:last-child .messaging__person {
    border-bottom: none;
}

.messaging__persons-list .messaging__person {
    border-bottom: .1rem solid rgba(0,0,0,.1);
    padding: 1.3rem 2rem;
    display: flex;
    align-items: start;
}

.messaging__persons-list .messaging__person figure {
    margin-bottom: 0;
}

.messaging__persons-list .messaging__person .content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.messaging__persons-list .messaging__person .content p {
    font-size: 1.2rem;
    max-height: 4rem;
    margin-bottom: 0;
    overflow: hidden;
}

.messaging__persons-list .messaging__person:hover, .messaging__persons-list .messaging__person.active {
    color: inherit;
    background-color: rgba(0,0,0, .05);
}

.messaging__image-item {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
}

.messaging__image-item, .messaging__image-person {
    border-radius: .3rem;
    position: relative;
    width: 6rem;
    height: 6rem;
    flex: 0 0 auto;
}

.messaging__image-person {
    border-radius: 50%;
    margin-bottom: 0;
    width: 4rem;
    height: 4rem;
}

.messaging__main-chat {
    padding: 2rem;
}

.messaging__main-chat .messaging__main-chat__bubble {
    margin-bottom: 2rem;
}

.messaging__main-chat .messaging__main-chat__bubble p {
    background-color: #e3e3e3;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .3rem;
    font-weight: normal;
    padding: 1rem;
    position: relative;
    width: calc( 50% - 2rem );
}

.messaging__main-chat .messaging__main-chat__bubble p small {
    display: block;
    margin-top: 1rem;
    opacity: .5;
}

.messaging__main-chat .messaging__main-chat__bubble p:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 1rem 0;
    border-color: transparent #e3e3e3 transparent transparent;
    position: absolute;
    top: 1rem;
    left: -.6rem;
    content: "";
}

.messaging__main-chat .messaging__main-chat__bubble p:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent rgba(0,0,0,.1) transparent transparent;
    position: absolute;
    top: 1.3rem;
    left: -.8rem;
    content: "";
}

.messaging__main-chat .messaging__main-chat__bubble::after {
    display: block;
    content: "";
    clear: both;
}

.messaging__main-chat .messaging__main-chat__bubble.user p {
    float: right;
    opacity: 1;
    background-color: #fff;
}

.messaging__main-chat .messaging__main-chat__bubble.user p:after {
    border-width: 1rem 0 1rem 1rem;
    border-color: transparent transparent transparent #fff;
    top: 1rem;
    right: -.6rem;
    left: inherit;
}

.messaging__main-chat .messaging__main-chat__bubble.user p:before {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent rgba(0,0,0,.1);
    top: 1.3rem;
    right: -.8rem;
    left: inherit;
}

.ribbon-diagonal {
    position: relative;
}
.ribbon-diagonal .ribbon-diagonal__inner {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.ribbon-diagonal .ribbon-diagonal__inner span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 140px;
    display: block;
    background: #ff0000;
    /* box-shadow: $bs; */
    position: absolute;
    top: 25px;
    left: -30px;
}
.ribbon-diagonal .ribbon-diagonal__inner span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000;
}
.ribbon-diagonal .ribbon-diagonal__inner span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000;
}
.ribbon-vertical {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 40px;
    border: 15px solid #ff0000;
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: -5px;
    z-index: 1;
    left: 160px;
}
.ribbon-vertical i {
    position: relative;
    left: -6px;
    line-height: 40px;
}

.slideshowContainer {
  position: relative;
  overflow: hidden;
  margin: 50px 120px 75px;
  width: 82.5%;
  height: 200px;
}

.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

/* add 'visible' class via Javascript */
.visible {
  opacity: 1;
}

.slideshowArrow {
  font-size: 7em;
  color: black;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 0.75;
}

#leftArrow {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rightArrow {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}

.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}

.dot {
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: black;
}
.add-banner{
background-color: silver;
height:250px;
width: 100%;
}
.box {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  min-height: 100px;
}

table {
  text-align: left;
  line-height: 30px;
  border-collapse: separate;
  border-spacing: 0;
  width: 830px;
  margin: 0px 0px 25px 0px;
  border-radius: .25rem;
}

thead tr:first-child {
  color:#000000;
  border: none;
}

th:first-child,
td:first-child {
   padding: 0px 0px 0 10px;

}

th {
  font-weight: 1000;
  font-size: 15px;

}

tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

td:last-child {
  padding-right: 0px;

}

.table {
  text-align: center;
  line-height: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #CCCCCC;
  margin: 15px 0px 25px 0px;
  border-radius: .25rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -350px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 770px;
    padding: 5px 15px;
    margin: 4px 40px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu3&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.table-bordered&gt;tbody&gt;tr&gt;td, .table-bordered&gt;tbody&gt;tr&gt;th, .table-bordered&gt;tfoot&gt;tr&gt;td, .table-bordered&gt;tfoot&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td, .table-bordered&gt;thead&gt;tr&gt;th {
    border: 0px solid #ddd;
    padding: 10px 0px 4px 0px;
}

table&gt;caption+thead&gt;tr:first-child&gt;td, .table&gt;caption+thead&gt;tr:first-child&gt;th, .table&gt;colgroup+thead&gt;tr:first-child&gt;td, .table&gt;colgroup+thead&gt;tr:first-child&gt;th, .table&gt;thead:first-child&gt;tr:first-child&gt;td, .table&gt;thead:first-child&gt;tr:first-child&gt;th {
    border-top: 0;
	text-align:center;
	background:#ddd;
    height: 60px;
    padding: 0px 0px 14px 0px;

}

/*.btn {
    color: black;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}*/

.btn-danger.focus, .btn-danger:focus {
    color: black;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open&gt;.dropdown-toggle.btn-danger.focus, .open&gt;.dropdown-toggle.btn-danger:focus, .open&gt;.dropdown-toggle.btn-danger:hover {
    color: black;
}

.btn-danger:hover {
    color: black;
}

.btn-danger:hover {
    color: #000000;
}

.btn1 {
    display: inline-block;
    padding: 0px 12px;
    width: 40px;
    font-size: 13px;
    font-weight: 400;
    height: 11px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 30px;
}
.btn-danger0 {
    color: #000000;
    background-color: #999999;
    border-color: #999999;
}
.btn-danger1 {
    color: #000000;
    background-color: #04ca31;
    border-color: #04ca31;
}
.btn-danger2 {
    color: #000000;
    background-color:#ff0000;
    border-color: #ff0000;
}
.btn-danger3 {
    color: #000000;
    background-color:#009900;
    border-color: #009900;
}
.btn-group&gt;.btn1:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group&gt;.btn1:last-child:not(:first-child), .btn-group&gt;.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0px 0px 0px 2px;
}

@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: relative; /* Sometimes needs !important */
  }
}

.logo {
    height: 35px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .logo {
        height: 27px;
    }
}



/*===================================================================INDEX PAGE START=====================================================*/

/************************************************************** Ad Baner Start *******************************************************/

#mixedSlider {
    position: relative;
  }
  #mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
  }
  #mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
  }
  @media (max-width: 991px) {
    #mixedSlider .MS-content .item {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-content .item {
      width: 100%;
    }
  }
  #mixedSlider .MS-content .item .imgTitle {
    position: relative;
  }
  #mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
    font-size: 1.2rem;
  }
  #mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
  }
  #mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
  }
  /*#mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
  }
  #mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
  }*/
  #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
  }
  #mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  @media (max-width: 992px) {
    #mixedSlider .MS-controls button {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls button {
      font-size: 20px;
    }
  }
  #mixedSlider .MS-controls .MS-left {
    left: 0px;
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
      left: -10px;
    }
  }
  #mixedSlider .MS-controls .MS-right {
    right: 0px;
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
      right: -10px;
    }
  }
  #basicSlider { position: relative; }
  
  #basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
  }
  
  #basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
  }
  @media (max-width: 991px) {
  
  
  #basicSlider .MS-controls button { position: absolute; }
  
  #basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
  }
  
  #basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
  }
  }
  
/************************************************************** Ad Banner End *******************************************************/ 
  
/*===================================================================INDEX PAGE END=====================================================*/

/*===================================================================SUCCESS MESSAGE END=====================================================*/

.succWrap{
    padding: 10px;
    margin: 0 0 20px 0;
    background: #fff;
    border-left: 4px solid #5cb85c;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

/*===================================================================SUCCESS MESSAGE END=====================================================*/

/*===================================================================BRIDAL TABLE START=====================================================*/

.nav-tabs {
    border-bottom: 1px solid #ff0000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000 #ff0000 #fff;
}
.categories-list1 li {
    position: relative;
    padding-left: 3rem;
    padding-top: 0rem;
    float: left;
    width: 33%;
    margin-bottom: 1rem;
}
.categories-list1 li h3{
    margin-bottom: 1rem;
}
.categories-list1 li .sub-categories a {
    font-size: 1.4rem;
    margin-right: .3rem;
    opacity: .6;
    transition: .3s ease;
}
/*==========================================BRIDAL TABLE END=============================================*/

/*========================================= Read More Start =============================================*/
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    width: 75px;
    margin: -11px 0 0 0;
}
/*========================================= Read More End ================================================*/

/*========================================= Review star start ============================================*/

.star{
    padding-top: 5px;
}
.star-shop{
    padding-top: 2px;
}
.star-highlight {
    color: #FF0000 !important;
    padding: 0px 3px 0 0;
}
.star-highlight-shop {
    color: #FF0000 !important;
    font-size: 12px;
}
.star-grey {
    color: #ddd;
    padding: 0px 3px 0 0;
}
.star-grey-shop{
    color: #ddd;
    font-size: 12px;
}
.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ababab !important;
    border-radius: 40px;
    border: 0;
    height: 40px;
    width: 40px;
}
.review-block-name {
    font-size: 12px;
    margin: 10px 0;
    color: #737373;
}
.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}
.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul &gt; li.star {
  display:inline-block;
}

.rating-stars ul &gt; li.star &gt; i.fa {
  font-size:2.5em;
  color:#ccc; 
}

.rating-stars ul &gt; li.star.hover &gt; i.fa {
  color:#FF0000;
}
.rating-stars ul &gt; li.star.selected &gt; i.fa {
  color:#FF0000;
}

.detail_review_star {
    height: 20px;
    border-radius: 2px;
    color: #fff;
    background: #38b517;
    width: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}
.detail_review_star_point {
    display: inline-block;
    margin: 1px auto;
    color: white;
    font-size: unset;
}


/*=================================================== Review star end ============================================*/

/*================================================================== Form Wizard Start ===================================================*/

.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
  }
  .wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
  }
  
  .form-wizard {
    color: #888888;
  }
 
  .form-wizard .form-wizard-header {
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #ff0000;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    
    text-decoration: none;
  }
  .form-wizard .wizard-fieldset {
    display: none;
  }
  .form-wizard .wizard-fieldset.show {
    display: block;
  }
  .form-wizard .wizard-form-error {
    display: none;
    background-color: #ff0000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .form-wizard .form-wizard-previous-btn {
    background-color: #ff0000;
  }
  .form-wizard .form-control:focus {
    box-shadow: none;
  }
  
  
  .form-wizard .form-wizard-steps {
    margin: 30px 0;
  }
  .form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
  }
  .form-wizard .form-wizard-steps li::after {
    background-color: #e7e7e7 ;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .form-wizard .form-wizard-steps li span {
    border: 3px solid #d9d9d9;
    color: #d9d9d9;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    line-height: 41px;
    position: relative;
    text-align: center;
    width: 45px;
    z-index: 1;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
  }
  .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    border: 3px solid #ff0000;
    color: #ff0000;
  }
  .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #ff0000;
    left: 50%;
    width: 50%;
    border-color: #ff0000;
  }
  .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #ff0000;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
  }
  @keyframes click-radio-wave {
    0% {
      width: 25px;
      height: 25px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      width: 60px;
      height: 60px;
      margin-left: -15px;
      margin-top: -15px;
      opacity: 0.0;
    }
  }
  @media screen and (max-width: 767px) {
    .wizard-content-left {
      height: auto;
    }
  }
  /*================================================================== Form Wizard End ===================================================*/
  
  /*================================================================== New Badge Start ===================================================*/
  
  .bday-new-badge-text{
    float: right;
    margin: -7px -13px -10px 0px;
    font-family: 'Varela Round';
    font-size: 9px;
    background-color: #ff0000;
    color: #fff;
    padding: 2px 5px 0px 5px;
    border-radius: 7px;
    }
    
    /*================================================================== New Badge End ===================================================*/

  /*================================================================= Image Gallery Start =================================================*/
.img-gallery {
    min-height: 100%;
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.hover_color {
    position: relative;
    margin: 0;
    display: inline-block;
} 
.hover_color::before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    transition: all 350ms;
}
.hover_color:hover::before {
    top: 0;
}
.hover_color img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
} 
.hover_color .hover_color-inner {
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} 
.hover_title {
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 350ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
} 
.hover_color:hover .hover_title {
    opacity: 1;
}
.items:not(.selectize-input) .item .gallery-location:before {
    color: black;
}
.items:not(.selectize-input) .item .gallery-location {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: #ff0000;
    font-weight: 300;
    font-size: 13.3px;
}
.gallery-location:before {
    font-family: 'fontawesome';
    content: "\f041";
    position: relative;
    font-size: 1.3rem;
    opacity: .6;
    margin-right: .2rem;
}
.items:not(.selectize-input) .item .gallery-title {
    font-size: 1.3rem;
    padding: .7rem 1.8rem 1px 1.8rem;
}
.items:not(.selectize-input) .item .gallery-description {
    font-size: 1.3rem;
    padding: 2.7rem 1.8rem 0 1.8rem;
}

/*================================================================== Image Gallery End ===================================================*/

/*================================================================== Image Gallery Details Start ==========================================*/

.couple-img {
    width: 6rem;
    height: 6rem;
    float: left;
    margin-top: 4px;
}

.couple-box {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 10px 10px 0 #ececec;
    width: 100%;
    padding: 7px 10px 7px 10px;
    background-color: #f5f5f5;
}
.bg-name {
    margin: 3px 0 3px 0;
    color: #ff0000;
    font-size: 20px;
}
.gallery-upload-time {
    font-weight: 400;
    font-size: 13px;
    color: #a0a0a0;
    text-align: center;
    margin: 16px 0px 3px 0px;
}

.tagged-vendors li i {
    position: absolute;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 5.8rem;
    background-color: #ff0000;
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    left: 0;
    top: 0;
}
.tagged-vendors {
    list-style: none;
    padding-left: 0;
}
.tagged-vendors li {
    position: relative;
    padding-left: 8rem;
    padding-top: 1rem;
    float: left;
    width: 33%;
    margin-bottom: 4rem;
}
.tagged-vendors li h3 {
    margin-bottom: .5rem;
}
.tagged-vendors li .sub-categories a {
    font-size: 1.3rem;
    margin-right: .3rem;
    color: #ff0000;
    transition: .3s ease;
    font-weight: 400;
}
.tagged-vendors li .sub-categories a:hover {
    opacity: 1;
}
.tagged-vendors li .sub-categories a:after {
    /*content: ",";*/
}
.tagged-vendors li .sub-categories a:last-child {}
.tagged-vendors li .sub-categories a:last-child:after {
    /*content: "...";*/
}
.tagged-vendors li i {
    position: absolute;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 5.8rem;
    background-color: #ececec;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    left: 0;
    top: 0;
}
.tagged-vendors li i img {
    height: 3rem;
    margin-top: 0px;
}
@media (max-width: 767px) {
    .tagged-vendors li {
       width: 100%;
   }
}    
.picture-tags{
    color: #ff0000;
    border-radius: 25px;
    border: 1px solid;
    padding: 3px 10px 3px 10px;
    margin-right: 8px;
    margin-bottom: 9px;
    font-size: 11.3px;
    font-weight: 500;
    cursor: pointer;
    
}
.picture-tags-title{
    padding: 4px 10px 0px 10px;
    font-size: 16px;
    color: #131212;
    margin-bottom: 0px;
}
.picture-tags-row {
    padding: 10px;
    display: flex;
    flex-flow: wrap;
}
 /*Read More Start*/
#more {
    display: none;
}
/*Read More End*/

/*========================================== Image Gallery Details End ===================================*/

/*=========================================== Details Page Start =========================================*/
/* Img Responsive Start */
.detail_img {
    /* background-image: url("https://images.pexels.com/photos/3865895/pexels-photo-3865895.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=3&amp;h=750&amp;w=1260"); */
    background-color: #ccc;
    height: 450px;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; */
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
@media screen and (max-width: 600px) {
    .detail_img {
        height: calc(100vw * 125 / 170)!important;
    }
    .detail_img_count {
        left: 26px !important;
        top: 10px !important;
    }
    .detail_img_count_img {
        width: 19px !important;
    }
    .detail_img_count_span {
        font-size: 11px !important;
    }
    .detail_starting_package_m {
        font-size: 18px !important;
        color: #ff0000 !important;
    }
    .detail_starting_package_span_m {
        color: #555;
        text-decoration: underline;
        font-size: 11px;
    }
    .detail_overview_p {
        font-size: small !important;
    }
    .detail_service {
       margin-bottom: 5px !important;
    }
}
@media screen and (min-width: 600px) {
    .detail_d_none {
        display: none;
    }
    .detail_about {
        font-size: 14px;
        color: #333;
    }
}
.detail_vendor_title {
    font-size: 25px;
}
@media (max-width: 768px) {
    .detail_vendor_title {
        font-size: 20px;
    }
    .detail_infobox {
        padding: 10px 0 !important;
        bottom: 33px !important;
    }
    .detail_infobox_box .far.fa-heart {
        font-size: 17px !important;
    }
    .detail_infobox_box.details_profile_share img {
        width: 20px !important;
        height: 20px !important;
    }
    .detail_infobox_box .detail_review_star {
        font-size: 11px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .detail_vendor_title {
        font-size: 22px;
    }
}
.detail_img_count {
    position: absolute;
    left: 35px;
    top: 15px;
    border-radius: 2px;
    background: #ffffff;
    padding: 3px 5px;
}
.detail_img_count_img {
    width: 23px;
}
.detail_img_count_span {
    font-size: unset;
}
.detail_starting_package {
    font-size: 20px;
    color: #333;
}
.detail_starting_package_span {
    color: #ff0000;
    text-decoration: underline;
    font-size: 13px;
}
.detail_infobox {
    background-color: #fff;
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
    bottom: 38px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}
.detail_infobox a {
    text-align: center;
    /* border-right: 1px solid #d7d7d7; */
    margin: auto;
}

.detail_infobox span {
    font-size: 12px;
    color: #4c4a4a;
    font-family: proxima-nova, sans-serif;
    display: block;
}
.detail_infobox_box {
    width: 33.3%;
    float: left;
    font-size: 12px;
    border-right: 1px solid #e9e6e0;
    text-align: center;
}
/* Img Responsive End */

/* Overview Start */
.detail_overview_p {
    font-size: 14px; 
    color: #999999; 
    font-weight: 500;
}
.detail_service {
    font-weight: 400;
    margin-bottom: 7px;
}
.detail_specializes i {
    font-size: 7px;
    vertical-align: middle;
    color: #ff0000;
}
.detail_specializes span {
    font-weight: 400;
}
.detail_payment {
    font-weight: 500;
    margin-bottom: 7px;
    color: #444;
}
.detail_payment i {
    color: #ff0000;
}
/* Overview End */
/* Share Profile Start */
.details_profile_share_modal {
    display: none;
    position: fixed;
    top: 37%;
    left: 50%;
    width: 90%;
    max-width: 50%;
    padding: 20px 30px 25px;
    border-radius: 4px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    visibility: hidden
}
.details_profile_share_open .details_profile_share_modal {
    display: block;
    visibility: visible;
    z-index: 1000
}
.details_profile_share_open .details_profile_share_overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 900
}
.details_profile_share_btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}
.details_profile_share_btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    background: transparent;
    border: 1px solid #848484;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 13px;
    cursor: pointer;
    color: #000;
}
@media only screen and (max-width:400px) {
    .details_profile_share_btn .btn {
        width: 100%
    }
    .details_profile_share_modal {
        min-width: 65%;
    }
    .venue_details_profile_share_btn {
        width: unset !important;
    }
}
/* Share Profile End */
/* Photo Album Start */
.detail_album {
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.detail_album_main_img {
    height: 111px;
    object-fit: cover;
    width: 75%;
    float: left;
    border-radius: 5px 0 0 0;
}
.detail_album_box_figcaption {
    border-left: 1px solid #fff;
    justify-content: flex-end;
    display: grid;
}
.detail_album_box {
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    max-height: 67px;
    width: 100%;
    box-sizing: border-box;
}
.detail_album_box_img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 55px;
    margin: 0;
    object-fit: cover;
    border-radius: 0 5px 0 0;
    transition: transform .3s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}
.detail_album_box_img_span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 10px 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
}
.detail_album_box_img_span_small {
    display: block;
    padding: 0;
    font-weight: 100;
}
.detail_album_title {
    padding: 7px 15px;
    color: #ff0000;
    text-align: center;
    white-space: nowrap;
    width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Photo Album End */

/* Accordion Start */
.detail_accordion {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.detail_accordion_header {
    padding-right: 17px;
}
.detail_accordion_title {
    padding: 12px 10px;
    height: 52px;
}
.detail_accordion_header .detail_accordion_title:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    color: #ff0000;
    position: absolute;
    right: 21px;
}
.detail_accordion_header .detail_accordion_title.collapsed:after {
    content: "\f054";
}
.detail_accordion_include {
    position: absolute;margin-top: 14px;    
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}
/* Accordion End */

/* Grid Gallery Start */
#grid_gallery .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.grid_gallery_pro {
	height: 85%;
	width: 100%;
}
#projets-thumbs .swiper-slide {
	cursor: pointer;
}
#grid_gallery, #grid_gallery.close {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
#grid_gallery.grid_gallery_modal {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
#grid_gallery .swiper-container {
	height: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
}
.grid_gallery_img_box .grid_gallery_img_box {
	position: relative;
    width: 100%;
    /* height: 600px; */
    height: 100%;
	text-align: center;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 0 auto;
	padding: 0;
    background-color: #eee;
}
@media (min-width: 320px) and (max-width: 767px) {
    .grid_gallery_img_box .grid_gallery_img_box {
        height: unset;
    }
}
.grid_gallery_modal .grid_gallery_img_box {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.grid_gallery_img_box img {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.grid_gallery_img_box {
    /* width: 900px; */
    width: calc(100% - 450px);
    margin: 30px auto;
}
@media screen and (max-width: 600px) {
    .grid_gallery_img_box img {
        height: unset;
        object-fit: unset;
        border-radius: unset;
        border-radius: 0px !important;
    }
    .grid_gallery_img_box {
        width: 100%;
        margin: unset;
    }
}
.grid_gallery_close {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0 !important;
    margin: 36px 26px;
    font-size: 20px;
    width: 35px !important;
    height: 35px;
    display: flex;
    text-align: center;
    border: none;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
    .grid_gallery_close {
        margin: 10px;
        font-size: 15px;
        width: 25px !important;
        height: 25px;
        background-color: #fff;
    }
}
.grid_gallery_heart {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0 !important;
    margin: 12px;
    font-size: 23px;
    width: 40px !important;
    height: 40px;
    display: flex;
    text-align: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .grid_gallery_heart {
        display: none;
    }
}
.grid_gallery_modal .grid_gallery_close {
	animation: 0.3s ease 0.2s normal forwards 1 fadein;
	-webkit-animation: 0.3s ease 0.5s normal forwards 1 fadein;
}
.grid_gallery_close:hover {
	background: #d5d5d5b5;
	color: #fff !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@keyframes fadein {
	 from {
	opacity: 0;
	top:10px;
	}
	 to {
	opacity: 1;
	top:0px;
	}
}
@-webkit-keyframes fadein {
	 from {
	opacity: 0;
	top:10px;
	}
	 to {
	opacity: 1;
	top:0px;
	}
}
.swiper-button-disabled {
	opacity: 0;
	display: none !important
}
#projets-thumbs {
    -webkit-column-width: 170px;
    -moz-column-width: 160px;
    column-width: 170px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    /* height: 800px; */
    height: auto;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}
@media (max-width: 768px) {
    #projets-thumbs {
    -webkit-column-width: 95px;
    -moz-column-width: 95px;
    column-width: 95px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media (min-width: 767px) and (max-width: 800px) {
    #projets-thumbs {
        height: 600px;
    }
}
}
#projets-thumbs .swiper-slide {
    /* float: left;
    display: inline-block; */
    position: relative;
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100% !important;
    overflow: hidden;
    padding: 0;
}
.container .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
    display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
    .container .swiper-slide {
        display: block;
        overflow: unset;
    }
}    
.swiper-slide img {
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 3px;
}
.grid_gallery_arrow {
    display: flex;
    background-image: none;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    justify-content: center;
    align-items: center;
    background: white;
}
.grid_gallery_arrow_icon {
    font-size: 20px;
}
@media (min-width: 767px) and (max-width: 800px) {
    .grid_gallery_arrow {
        width: 40px !important;
        height: 40px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .grid_gallery_arrow {
        display: none;
    }
}
.grid_gallery_img_limit {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-bottom: 5px;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(0,0,0,.7);
}
.grid_gallery_sidebar {
    margin: 30px auto;
    width: 370px;
    border: 1px solid #d9d9d9;
    padding: 20px 0;
}
@media screen and (max-width: 600px) {
    .grid_gallery_sidebar {
        display: none;
    }
}    
.grid_gallery_sidebar_img {
    text-align: center;
}
.grid_gallery_sidebar_img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.grid_gallery_sidebar_title {
    font-size: 12px;
    color: #333;
    opacity: .9;
}
.grid_gallery_sidebar_loc_icon {
    margin-right: 4px;
    opacity: .7;
}
.grid_gallery_sidebar_share {
    width: 50%;
    float: left;
    font-size: 16px;
    font-family: 'Varela Round';
    border-right: 1px solid #babab8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid_gallery_sidebar_share_pin {
    font-size: 30px;
    color: #E60023;
    margin-right: 8px;
}
.grid_gallery_sidebar_share_wa {
    color: #fff;
    background: #25d366;
    border-radius: 50%;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.grid_gallery_sidebar_share_wa_i {
    font-size: 22px;
    color: #fff;
    margin: 3px auto;
}
.grid_gallery_sidebar_quote {
    padding: 1rem 2.5rem;
    margin-right: 10px;
}
.grid_gallery_sidebar_help {
    font-weight: 400;
    color: #2b2a2a;
    font-size: 13.5px;
}
.grid_gallery_sidebar_help_ph {
    color: #ff0000;
    opacity: .9;    
    align-items: center;
    display: flex;
    justify-content: center;font-size: 12.5px;
}

.grid_gallery_sidebar_mob {
    display: contents;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 22px 0px;
}
@media only screen and (min-width: 600px) {
    .grid_gallery_sidebar_mob {
        display: none;
    }
}
.grid_gallery_sidebar_mob_box {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding: 10px 15px;
    background: rgb(255, 255, 255);
    display: flex;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%), 0 2px 7px rgb(0 0 0 / 20%);
}
@media only screen and (min-width: 768px) {
    .grid_gallery_sidebar_mob_box {
        display: none !important;
    }
}
.grid_gallery_sidebar_quote_mob {
    font-family: 'Varela Round';
    width: 100%;
    padding: 10px;   
    margin: 0 5px auto;
}
/* Grid Gallery End */

/* Grid Gallery Tab Start */
.nav_pills_detail_card {
    border-radius: 12px !important;
    border: 1px solid rgba(34, 34, 34, 0.15) !important;
    padding: 6px 0;
    height: 130px;
}
.nav_pills_detail_card_img {
    border-radius: 50% !important;
    width: 85px !important;
    height: 85px;
    display: block;
    margin: 0 auto !important;
    object-fit: cover;
    box-shadow: 0 1px 4px 0 #b1aeae;
}
.nav_pills_detail_card_p {
    text-align: center;
    padding: 0 6px;
    color: #656161;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.7;
}

.detail_tab{
    position: relative;
}
#detail_tab_slider .swiper-slide {
    width: auto;
}
.detail_tab_slider_div {
    cursor: pointer;
    user-select: none;
}
.detail_tab_slider_div.active{
    border-bottom: 2px solid #ff0000 !important;
}
.detail_tab_slider_data {
    display: none;
}
.detail_tab_slider_data.active{
    display: block;
}
.detail_tab_slider_btn{
    width: 25px;
    height: 25px;
    background-color: #4a4a44;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    cursor: pointer;
}
.detail_tab_slider_btn.detail_tab_slider_btn_p{
    left: -15px;
}
.detail_tab_slider_btn.detail_tab_slider_btn_n{
    right: -15px;
}    
.detail_tab_slider_btn.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
/* Grid Gallery Tab End */

/* Deatil Video Slider Start */
#detail_video_slider .swiper-slide {
    width: auto;
}
.detail_video_slider_div {
    cursor: pointer;
    user-select: none;
    margin-right: 5px;
}
.detail_video_slider_btn{
    width: 25px;
    height: 25px;
    background-color: #4a4a44;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    cursor: pointer;
}
.detail_video_slider_btn.detail_video_slider_btn_p{
    left: -15px;
}
.detail_video_slider_btn.detail_video_slider_btn_n{
    right: -15px;
}    
.detail_video_slider_btn.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
/* Deatil Video Slider End */

/* Deatil Voucher Slider Start */
#detail_voucher_slider .swiper-slide {
    width: auto;
}
.detail_voucher_slider_btn{
    width: 25px;
    height: 25px;
    background-color: #4a4a44;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    cursor: pointer;
}
.detail_voucher_slider_btn.detail_voucher_slider_btn_p{
    left: -15px;
}
.detail_voucher_slider_btn.detail_voucher_slider_btn_n{
    right: -15px;
}    
.detail_voucher_slider_btn.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
.detail_voucher_slider_img img {
    width: 140px;
    height: 160px;
    object-fit: cover;
    margin-right: 15px;
}
/* Deatil Voucher Slider End */


/* Similar Vendor Slider Start */
.detail_similar_vendor_title {
    color: #333;
    margin-bottom: 2px;
}
.detail_similar{
    position: relative;
}
#detail_similar_slider .swiper-slide {
    width: auto;
}
.detail_similar_slider_div {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.detail_similar_slider_div.active{
    border-bottom: 2px solid #ff0000 !important;
}
.detail_similar_slider_data {
    display: none;
}
.detail_similar_slider_data.active{
    display: block;
}
.detail_similar_slider_btn{
    width: 25px;
    height: 25px;
    background-color: #4a4a44;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    cursor: pointer;
}
/* .detail_similar_slider_btn.detail_similar_slider_btn_n{
    left: -15px;
} */
.detail_similar_slider_btn.detail_similar_slider_btn_n{
    right: -15px;
}    
.detail_similar_slider_btn.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
/* Similar Vendor Slider End */
/* Similar Vendor Start */
.detail_similar_vendor {
    display: flex;
    padding: 4px;
}
.detail_similar_vendor:hover {
    color: unset;
}
.detail_similar_vendor_img {
    width: 100px !important;
    height: 100px;
    margin: 0 10px 0 0 !important;
    object-fit: cover;
}
.detail_similar_vendor_loc {
    color: #999999;
    font-size: 13px;
    padding-bottom: 0.5rem !important; 
}
.detail_similar_vendor_loc:before {
    font-family: 'fontawesome';
    content: "\f041";
    opacity: .6;
    margin-right: .2rem;
}
.detail_similar_vendor_infobox {
    border: none !important;
    width: unset !important;
    margin-top: 10px;
}
.detail_sidebar {
    /* position: sticky;
    top: 65px; */
    border-radius: 7px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 7px;
}
.detail_sidebar_input {
    height: 40px !important;
    padding: 0 15px 0 40px !important;
}
.detail_sidebar_textarea {
    resize: none;
    box-shadow: none !important; 
    padding: 10px 15px 0 40px !important;
}
.detail_sidebar_input_span {
    position: relative;
    float: left;
    margin: -2px 0px 0px 13px;
    z-index: 2;
    color: #999;
    bottom: 29px;
}
@media only screen and (max-width: 600px) {
    .detail_similar_vendor {
        width: 270px;
    }
    .detail_similar_slider_div {
        width: 273px;
        height: 130px;
    }
    .detail_similar_vendor_img {
        width: 105px !important;
        height: 105px !important;
    }    
    .detail_similar_vendor_title {
        color: #000;
        font-family: proxima-nova, sans-serif;
        font-size: 14px;
    }  
    .detail_similar_vendor_loc {
        font-size: 10px;
        padding-bottom: 0 !important; 
    }
    .detail_similar_vendor_infobox {
        margin-top: 8px;
    }
    .detail_sidebar {
        display: none;
    }
} 
/* Similar Vendor End */

/* Grid Gallery Folder Start */
.gallery_page_profile_title {
    font-size: 2rem;
}
.gallery_page_profile {
    display: flex;
    align-items: center;
}
.gallery_page_profile_img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.gallery_page_profile_con {
    border-bottom: 1px solid #e3e2e2;
} 
.gallery_page_title,.gallery_page_title_mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
}    
@media only screen and (max-width: 600px) {
    .gallery_page_title {
        display: none;
    }
    .gallery_page_profile_title,.sent_enquiry_title{
        font-size: 15px!important;
    }
    .gallery_page_profile_folder {
        font-size: 13px;
    }
    .gallery_page_profile_img {
        width: 75px;
        height: 75px;
    }
    .sent_enquiry_quote {
        justify-content: center!important;
        margin-top: 10px;
    }
    .sent_enquiry_quote_btn {
        padding: 7px 15px!important;
    }
} 
@media only screen and (min-width: 600px) {
    .gallery_page_title_mob {
        display: none;
    }
}   
/* Grid Gallery Folder Start */
/* Suggestion Vendor */
.suggestion_vendor_img {
    width: 100%;
    height: 170px;
    min-width: 100%;
    object-fit: cover;
}
.suggestion_vendor_checkbox {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
}
.suggestion_vendor_infobox {
    width: unset;
    border: none;
}
.suggestion_vendor_item {
    height: auto !important;
}
@media (max-width: 767px) { 
    .suggestion_vendor_item {
        width: 50% !important;
    }
    .suggestion_vendor_infobox {
        float: left;
        margin-top: 7px;
    }
    .suggestion_vendor_img {
        height: 130px;
    }
}

/*=========================================== Details Page End ==============================*/

/*=========================================== Deal Page Start ===========================================*/

.deal_page_img {
    height: 70px;
    float: left;
    padding: 0px 15px 0px 0px;
}
.deal_page_span {
    font-size: 15px;
    color: #ff0000;
}
.deal_page_title {
    margin-bottom: 10px;
    font-size: 17px;
}
.deal_page_content {
    font-weight: 400;
    line-height: 1.4;
    display: table;
}
.deal_page_div {
    display: table-cell;
}
.deal_page_valid {
    color: #8c8c8c;
    font-size: 11px;
    opacity: .9;
}
.deal_page_btn {
    padding: 5px;
    border: 1.9px dashed #ff0000bf;
    color: #ff0000;
    font-size: 13px;
}
@media (min-width: 320px) and (max-width: 768px) {
    .deal_page_img {
        height: 65px;
        margin-bottom: 7px;
    }
    .deal_page_span {
        font-size: 13px;
    }
    .deal_page_title {
        font-size: 16px;
    }
    .deal_page_div {
        display: inline-block;
    }
}
/*=========================================== Deal Page Start ===========================================*/

/*=========================================== Enquiry Form Start =========================================*/

/* Accordion Start */
.enquiry_accordion {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px 15px 10px;
    cursor: pointer;
}
.enquiry_accordion_header {
    padding-left: 17px;
}
.enquiry_accordion_title {
    width: 90%;
}
.enquiry_accordion_btn {
    width: 10%;
    position: absolute;
    right: 7px;
}
.enquiry_accordion_header .enquiry_accordion_title:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    color: #ff0000;
    position: absolute;
    left: 21px;
}
.enquiry_accordion_header .enquiry_accordion_title.collapsed:after {
    content: "\f054";
}
/* Accordion End */
/* Enquiry Step Start */
.enquiry_step_card {
    border-radius: 7px;
    border: 1px solid #d9d9d9e0;
    overflow-x: hidden;
    /* position: sticky;
    top: 40px;
    transition: position 10s; */
    margin-bottom: 40px;
    padding: 20px 25px;
}
.enquiry_step_update_text {
    font-size: 25px;
    color: #ff0000;
}
.enquiry_step_image {
    font-size: 1.45em;
    position: absolute;
    width: 36px;
    color: #ff0000;
    line-height: 2.1;
    text-align: center;
}
.enquiry_step_text {
    font-weight: 400;
    padding: 6px 0 6px 48px;
}
.enquiry_step_mini_text {
    font-size: 12px;
    padding-top: 10px !important;
}
.enquiry_sent_btn {
    font-size: 14px;
    padding: 9px;
}
@media only screen and (min-width: 320px) {
    .enquiry_step_title {
        position: absolute;
    }
}
/* Only Tablet Responsive */
@media (min-width: 720px) and (max-width: 770px) {
    .enquiry_step_mini_text {
        padding-top: 30px !important;
    }
    .enquiry_step_card {
        padding: 20px 11px;
    }
    .enquiry_sent_btn {
        height: 45px;
        padding: 0px;
        font-size: 11px;
    }
}
@media (min-width: 320px) and (max-width: 770px) {
    .enquiry_step_update_text {
        font-size: 19px;
    }
}    
/* Enquiry Step End */

/* .san { */
    /* -webkit-appearance: none; */
    /* appearance: none; */
    /* outline: none; */
    /* -webkit-transition: 0.2s; */
    /* transition: opacity 0.2s; */
    /* no command border-radius: 100px;
    width: 100%;
    height: 0.3rem;
    opacity: 0.7;
    background: #d3d3d3;   no command */
/* } */

/*=========================================== Enquiry Form End ===========================================*/

/*=========================================== Sent Enquiry End ===========================================*/
.sent_enquiry_title {
    color: #068504!important;
    font-size: 20px;
}
.sent_enquiry_box {
    background: #eaffe3!important;
    padding: 1rem 2rem!important;
}
.sent_enquiry_quote {
    justify-content: end;
}
.vendor_category_box {
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    width: 70%;
    margin: auto;
    /* box-shadow: 0px 2px 2px 2px #e6e6e6; */
    border: 1px solid;
}
.vendor_category_box_find {
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    padding: 2.7px 7px;
    border-radius: 15px;
    background: #ff0000;
    color: #fff;
}
.vendor_category_box_find:hover {
    color: #fff;
}
/*=========================================== Sent Enquiry End ===========================================*/

/*================================================================== Real Event Start ===================================================*/

.real-event-img {
    margin-top: 0;
    width: 100%;
    height: 170px;
    min-width: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
}
.real-event-title {
    text-align: center;
    color: #ff0000;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8rem;
}
.real-event-date {
    text-align: center;
    color: #8c8c8c;
    font-weight: 500;
    font-size: 11px;
}
.real-event-location {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
.items:not(.selectize-input) .item .real-event-location:before {
    color: black;
}
.real-event-location:before {
    font-family: 'fontawesome';
    content: "\f041";
    position: relative;
    font-size: 1.3rem;
    opacity: .6;
    margin-right: .2rem;
}
.real-event-figure {
    border-top: 1px solid #fff;
    justify-content: flex-end;
    display: flex;
}
.real-event-gallery-box {
    border-right: 1px solid #fff;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    max-height: 67px;
    width: 100%;
    box-sizing: border-box;
}
.real-event-gallery-box-img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 67px;
    margin: 0;
    transition: transform .3s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
}
.real-event-gallery-box-item {
    font-weight: 100;
    font-size: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 15px 0;
    background-color: rgba(0,0,0,.7);
}
.real-event-gallery-box-item-img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 67px;
    margin: unset;
}

/*================================================================== Real Event End =====================================================*/

/*================================================================== Decoration More Details Start ======================================*/
ul.decoration li {
    margin-bottom: .3rem;
    position: relative;
    padding-left: 0rem;
    font-weight: normal;
}
/*================================================================== Decoration More Details End ========================================*/

/*================================================================== Shop Start =========================================================*/
/*------ Slider Start ------*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
  }
  .carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
  }
  .carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }
  .carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d63031;
    transform: scale(1.1, 1.1);
  }
  
/*------ Slider End ------*/

.shop-title {
    font-size: 13px;
    color: #827f7f;
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -128px;
    padding: 17px 18px 0px 17px;
}

.shop-heading {
    color: #000;
    font-size: 19px;
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 6rem;
}

.shop-location {
    bottom: 46.5px;
    font-size: 12px;
}

.shop-price {
    font-size: 15.3px;
    line-height: 7;
    font-weight: unset;
    padding: 0 18px 0 17px;
}

.shop-heart {
    font-size: 18px;
    position: absolute;
    top: 9px;
    right: 32px;
    z-index: 1;
    color: #ff0000;
}

.shop-cat-tit {
    position: absolute;
    padding: 1.4rem 1.6rem;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.60);
    top: 50%;
    letter-spacing: 2px;
    font-size: 13px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shop-cat-tit:hover {
    color: white;
}

/*================================================================== Shop End ===========================================================*/

/*================================================================== Shop Details Start =================================================*/
.shop-img-resp {
    height: 450px;
    min-width: 100%;
    width: 100%;
    object-fit: contain;
    margin: auto;
}
.shop-price-dp {
    font-weight: unset;
    font-size: 20px;
    line-height: 2.4;
    padding-right: 12px;
}
.shop-price-dp-offprice {
    font-weight: unset;
    font-size: 18px;
    line-height: 2.4;
    text-decoration: line-through;
}
.shop-price-dp-off {
    font-weight: 400;
    font-size: 17px;
    line-height: 2.4;
    color: #ff0000;
}
.shop-location-dp {
    color: #000;
    font-weight: 300;
    font-size: 12.5px;
}
.shop-heading-dp {
    color: #333;
    font-size: 20px;
    margin-bottom: 0px;
}
.shop-title-dp {
    color: #827f7f;
    margin-top:0px;
    font-size: 13.5px;
}
.shop-size {
    margin: 0px 15px 15px 0px;
    padding: .3rem 1em;
    background-color: transparent;
    border: .1rem solid #a3aab0;
}
.shop-color1 {
    background-color: #FF69B4;
    color: #fff;
    padding: 2px 0 0 0;
    border-radius: 50%;
    width: 3rem;
    margin-right: 15px;
    height: 3rem;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 12%);
}
.shop-color2 {
    background-color: #FFD700;
    color: #fff;
    padding: 2px 0 0 0;
    border-radius: 50%;
    width: 3rem;
    margin-right: 15px;
    height: 3rem;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 12%);
}
.shop-color3 {
    background-color: #a52a2a;
    color: #fff;
    padding: 2px 0 0 0;
    border-radius: 50%;
    width: 3rem;
    margin-right: 15px;
    height: 3rem;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 12%);
}
.whatsapp-btn {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.6rem;
    background-color: #25d366;
    border-radius: 3rem;
    padding: 1rem 2rem;
    border-width: 0.1rem;
    outline: none !important;
}
.whatsapp-btn:hover {
    color: #fff;
}
.wa {
    font-size: 23px;
}
.whatsapp_color {
    color: #34ae3c;
    border-color: #34ae3c;
}
.whatsapp_color:hover {
    color: #34ae3c;
}
.shop-details{
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: none;
    width: 100%;
    padding: 7px 10px 7px 10px;
    background-color: #f5f5f5;
    padding: 15px 19px 15px 19px;
}
.shop-order {
    padding: 0rem 3rem 0rem 1rem;
    margin-bottom: 1rem;
}
.shop-order-p {
    opacity: .65;
    padding: 0rem 3rem 0rem 1rem;
}

/*---Product Dropdown Start---*/
.accordian {
    width: 100%;
}
.accordian-item {
    color: #111;
    margin: -0.5rem 0
}
.accordian-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordian-item-header::after {
    content: "\f054";
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    position: absolute;
    right: 1rem;
    color: #ff0000;
    /* transition: all 0.2s ease; */
}
.accordian-item-header.active::after {
    content: "\f078";
}
.accordian-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordian-item-body-content {
    padding: 1rem;
    line-height: 1.5;
}
/*---Product Dropdown End---*/

/*=================================================== Shop Details Start =======================================*/

/*=================================================== Shop listing start ======================================*/
.reset {
    background: transparent;
    padding: 0;
    float: right;
    outline: none;
    font-size: 1.3rem;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 4px 15px;
    border: 1px solid #d0cdcdfa;
}
.shop-filter-li {
    padding: 0 5px 5px 0px;
    margin: 0 0 7px 7px;
    font-weight: 400;
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    justify-content: flex-start;
}
@media (max-width: 768px) {
    .shop-filter-li {
        margin: 0 0 0px 7px;
    }
}
.shop-filter-color {
    color: #fff;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    border: 2px solid #fff;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 12%);
}
.shop-filter-header {
    font-size: 15px;
    margin: 0px;
}
.nav-tabs .nav-link.listing_filter_nav_link {
    padding: 0 3px 0 0;
    background: transparent;
    margin-bottom: 3px;
}
.tab-content.listing_filter_tab_content {
    padding-top: 1rem;
}
.nav.nav-tabs.listing_filter_nav_tabs {
    border-bottom:unset;
}
.nav-item.listing_filter_nav_item {
    margin-right: 13px;
}
.nav-tabs .nav-link.listing_filter_nav_link.active {
    color: #ff0000 !important;
    border-color: #fff #fff #ff0000;
}
 /*Read More Sarees Start*/
 #more1 {
    display: none;
}
#more2 {
    display: none;
}
#more3 {
    display: none;
}
#more4 {
    display: none;
}
#more5 {
    display: none;
}
#more6 {
    display: none;
}
/*Read More Sarees End*/

/*Read More Gowns End*/
#more7 {
    display: none;
}
#more8 {
    display: none;
}
#more9 {
    display: none;
}
/*Read More Gowns End*/

/******=====--- Drag scroll if u want scroll arrow button remove comment below style (posi, padd) ---=====*******/

.pn-ProductNav_Wrapper {
   /* position: relative;
    padding: 0 11px;*/
    box-sizing: border-box;
    margin: 0px 0px 35px 0;
  }
  
  .pn-ProductNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: relative;
    font-size: 0;
  }
  .js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
  }
  .js .pn-ProductNav::-webkit-scrollbar {
    display: none;
  }
  
  .pn-ProductNav_Contents {
    float: left;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
  }
  
  .pn-ProductNav_Contents-no-transition {
    transition: none;
  }
  
  .pn-ProductNav_Link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'Varela Round';
   /* display: inline-flex; */
    align-items: center; 
    min-height: 44px;
    border: 1px solid #acaca5;
    padding: 9px 27px;
    border-radius: 3px;
    margin: 10px;
  }
  .pn-ProductNav_Link + .pn-ProductNav_Link {
    color: #000;
    font-size: 16px;
    font-family: 'Varela Round';
    font-weight: 400;
    border: 1px solid #acaca5;
    padding: 9px 25px 9px 25px;
    border-radius: 3px;
    margin: 10px;
  }
  .pn-ProductNav_Link[aria-selected="true"] {
    color: #000;
    font-size: 16px;
    font-family: 'Varela Round';
    font-weight: 400;
    border: 1px solid #ff0000;
    padding: 9px 25px 9px 25px;
    border-radius: 3px;
    margin: 10px;
  }
  
  .pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity .3s;
  }
  .pn-Advancer:focus {
    outline: 0;
  }
  .pn-Advancer:hover {
    cursor: pointer;
  }
  
  .pn-Advancer_Left {
    left: 0;
  }
  [data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1;
  }
  
  .pn-Advancer_Right {
    right: 0;
  }
  [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1;
  }
  
  .pn-Advancer_Icon {
    width: 20px;
    height: 44px;
    fill: black;
  }
 /* 
  .pn-ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100px;
    background-color: transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  */
#nav_scroll_menu_listing_filter {
    width: 100%;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 4%);
}
@media screen and (max-width: 1023px) {
    #nav_scroll_menu_listing_filter {
        display: none;
    }
}
/*========= Nav Scroll Menu Sticky Start ==========*/
.nav_scroll_menu_sticky_listing_filter {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.collapse_listing_filter_a{
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.collapse_listing_filter_a:hover{
    color: unset;
}
 /*=================================================== Shop listing end ======================================*/

/*==================================================== Shop Category Start ======================================*/
.shop-sub-cat {
    border-radius: 50%;
	float:left;
	margin:2px;
	height: 120px;
	width: 120px;
	background:red;
	text-align:center;
	line-height:150px;
}
.shop-category-title {
    margin: 5px 0 0px 0;
    color: #ff0000;
    font-size: 16px;
    text-align: center;
}



/*================================================================== Shop Category End ===================================================*/

/*================================================================== Baby.subhikshaa Start ===============================================*/

/* ---Price Package Start ---*/
.rtable {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}
/*
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
    background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
}
*/
.rtable th {
    font-size: 13px;
    background: #efefef;
    font-weight: 600;
}

.rtable th,
.rtable td {
    padding: 6px 12px;
    border: 1px solid #d9d7ce;
}

.rtable--flip {
    display: flex;
    overflow: hidden;
    background: none;
    width: 100%
}

.rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
    text-align: center;
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0;
    text-align: center;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}

.rtable--flip td:nth-child(even) {
    background-color: #fff;
}

.rtable--flip td:hover {background-color: #ddd;}
.fa-check{
    color: #339900;
}
.fa-remove{
    color: #FF0505;
}
.bdaypack-table-b {
    font-size: 16px;
    border-radius: 0 0 20px 20px;
    color: white;
}
.bday-enq-btn{
    padding: 7px 10px;
    font-size: 14px;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
/* ---Price Package End ---*/

/* ---Add Ons Start ---*/
.addons-wrapper {
padding: 3rem;
padding-top: 1rem;
}
.addons-title {
font-size: 22px;
text-align: center;
margin-bottom: 1rem;
}
.addons-st {
font-size: 1.5rem;
list-style-type:disc
}
.addons-st1 {
font-size: 13px;
}
.addons-st2 {
font-weight: 400;
margin-left: 24px;
}
/* ---Add Ons End ---*/

/* ---Bday Theme Start ---*/
.bday-theme {
line-height: 2;
font-size: 16.5px;
list-style: circle;
background-color: #f5f5f5;
box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 15%);
}
.bday-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(114 108 108 / 75%), rgba(0, 0, 0, 0));
}
.bday-theme-title {
    padding-top: 2rem;
    margin-bottom: 1rem;
    color: #ff0000;
}
/* ---Bday Theme End ---*/

/*================================================================== Baby.subhikshaa End ===================================================*/

/*=========================================== Keyword Footer Start =======================================*/
.key-footer-title {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Varela Round';
    padding-top: 1.5rem;
    margin-bottom: 1rem;
}
.key-footer-con {
    font-size: 13px;
    margin-bottom: 0.4rem;
    font-weight: normal;
}

.key-footer-wrap{
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #222;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
}

/*=========================================== Keyword Footer End =========================================*/

/*=========================================== Real Wedding Submit Start ===================================*/

.real_wed_steps {
    position: relative;
    padding-top: 20px;
    list-style: none;
}
.real_wed_num {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Varela Round';
    color: #868686;
    border: 2px solid #868686;
    border-radius: 100%;
    margin-right: 10px;
}
.real_wed_steps_item {
    position: relative;
    margin: 5px 0 7px 15px;
    padding: 0px 0 5px 30px;
    list-style: none;
    border-left: 1px solid rgb(173 173 173 / 62%);
}
.real_wed_steps_item:nth-child(3) {
    border-left: none;
}
.real_wed_bold {
    font-weight: 600;
}
.real_wed_bold_ul {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}
.real_wed_p {
    margin-bottom: 15px;
    font-size: 15px;
}
/*=========================================== Real Wedding Submit End ===================================*/

/*=========================================== Nav Scroll Page Start =====================================*/
#nav_scroll_menu {
    width: 100%;
    height: 50px;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 4%);
}
#nav_scroll_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    #nav_scroll_menu ul {
        justify-content: unset;
    }
}
#nav_scroll_menu ul li{
    padding: 13px 12px;
}
#nav_scroll_menu ul li a {
    display: block;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
}
#nav_scroll_menu ul li.active {
    color: #ff0000;
    border-bottom: 2.5px solid #ff0000;
}
/*========= Nav Scroll Menu Sticky Start ==========*/
.nav_scroll_menu_sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
  
/*========= Nav Scroll Menu Sticky End ==========*/
 
/*=========================================== Nav Scroll Page Start =====================================*/

/*=========================================== Filter Search Bar Start ===================================*/
.filter_search_bar {
    border-radius: 30px;
    border: 1px solid #ccc;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
    margin-bottom: 20px;
    width: 25%;
    position: relative;
}
.filter_search_bar_svg {
    color:#909090;
    fill: currentColor;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    max-height: 20px;
    margin-right: 5px;
}
.filter_search_bar_span {
    width: 99%;
    height: 40px;
    display: flex;
    align-items: center;
}
.filter_search_bar_input {
    width:100%;
    font-family: 'Poppins';
    padding:0;
    line-height: inherit;
    outline: none;
    border: none;
}
.filter_search_bar_float {
    float: right;
}
.showing_result_listing {
    margin: 5px 0 17px 0;
}
.showing_result_listing h4 {
    opacity: unset !important;
}
.filter_search_result {
    position: absolute;
    top: 40px;
    background-color: #fff;
    width: 100%;
    right: 0px;
    z-index: 1;
}
.filter_search_result_ul {
    height: 20rem;
    overflow-y: scroll;
}
@media (max-width: 768px) {
    .showing_result_listing {
        margin: 5px 0 20px 0;
    }
    .filter_search_bar_float {
        float: unset !important;
    }
    .showing_result_listing_mob {
        margin-top: 9px;
        font-size: 13px;
    }
    .listing_search_top {
        display: block !important;
    }
    .filter_search_bar {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (min-width:769px) and (max-width: 1200px) {
    .filter_search_bar {
        width: 35%;
    }
}
@media (min-width: 770px) {
    .showing_result_listing_mob {
        display: none;
    }
}
.filter_search_bar_btn{
    width: 33%;
    outline: none;
    border-radius: 0 30px 30px 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    color: #fff;
    padding: 0 0 0 0;
    background-color: #7e7c7c;
}
.listing_search_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Filter scroll bar desktop and mobile */
#collapse_listing_filter .col-md-2:has(.listing_filter_row), .filter_mobile_list {
    height: 200px;
    overflow-y: auto;
}
#collapse_listing_filter .col-md-2:has(.listing_filter_row)::-webkit-scrollbar, .filter_mobile_list {
    -webkit-appearance: none;
}

#collapse_listing_filter .col-md-2:has(.listing_filter_row)::-webkit-scrollbar:vertical {
    width: 6px;
}

#collapse_listing_filter .col-md-2:has(.listing_filter_row)::-webkit-scrollbar:horizontal {
    height: 7px;
}

#collapse_listing_filter .col-md-2:has(.listing_filter_row)::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.filter_mobile_list::-webkit-scrollbar:vertical {
    width: 6px;
}

.filter_mobile_list::-webkit-scrollbar:horizontal {
    height: 7px;
}

.filter_mobile_list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

/*=========================================== Filter Search Bar Start ===================================*/

/*=========================================== Filter Mobile Responsive Start ============================*/
.filter_mobile {
    border-radius: 3rem;
    color: #fff;
    background: rgb(255 0 0 / 90%);
    border: 1px solid #ff0000;
    padding: 5px 30px;
    position: fixed;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .sidebar_filter {
        display: none;
    }
}
@media (max-width: 1023px) {
    .listing_search_form_desk_btn {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .listing_search_form_mob_btn_apply {
        display: none !important;
    }
    .filter_mobile {
        display: none;
    }
}
@media (min-width: 770px) {
    .listing_search_form_mob {
        display: none !important;
    }
}
.filter_mobile_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: ease .5s;
}
.filter_mobile_overlay_content {
    padding: 25px;
    width: 100%;
}
.filter_mobile_overlay .closebtn {
    position: absolute;
    top: 14px;
    right: 25px;
    font-size: 30px;
    font-weight: 300;
}
.filter_mobile_list {
    margin: 0 0 10px 0;
    border: 1px solid #d0cdcdfa;
    padding: 15px 0 10px 20px;
}
.listing_filter_more_btn_mbl {
    color: #ff0000 !important;
}
.listing_search_form_mob {
    display:flex;border: 1px solid #e6e4e9;border-radius: 8px;
}
.listing_search_form_mob_select {
    border: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    outline: none;
    height: 100%;
}
.listing_search_form_mob_btn {
    color: #fff;
    background-color: #ff0000;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listing_search_form_desk_btn {
    width: 25%;
    border-radius: 0 30px 30px 0;
}
.listing_search_form_mob_btn_apply {
    color: #fff;
    background-color: #ff0000;
    border: 1px solid transparent;
    width: 30%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=========================================== Filter Mobile Responsive End ==============================*/

/*=========================================== My Profile Start ===========================================*/
/* My Vendor start */
.my_vendor_listing_hover_color{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 170px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(0,0,0,.6);
}
.my_vendor_status_select {
    padding: 9px 32px;
    box-shadow: none; 
    outline: none;
}
.my_vendor_status_btn {
    padding: 9px 15px;
    font-size: 13px;
    border-radius:9px;
}
.my_vendor_status_btn:hover {
    background-color: transparent!important;
    color: #ff0000!important;
}
.my_vendor_listing_item {
    height: auto!important;
}
@media screen and (min-height: 450px) {
    .my_vendor_listing_img {
        height: 170px!important;
    }
}    
/*=========================================== My Profile End ==============================================*/

/* Login popup start */
.login_form_or {
    border-top: 1px solid rgb(215, 215, 215);
    text-align: center;
}
.login_form_or::after {
    background: rgb(255, 255, 255);
    content: "OR";
    color: rgb(74, 74, 74);
    padding: 0px 12px;
    position: relative;
    top: -13px;
}
.login_form_social_media {
    border-color: #e8e8e8;
    background: #fff;
    padding: 7px 10px;
}
/* Login popup end */
.login_new_user_h4 {
    font-size: 13px;
    margin-bottom: 75px;
}
.login_new_user_chervon {
    float: right;
    position: absolute;
    top: 50px;
    right: -5%;
    color: #666;
    font-size: 20px;
}
.login_new_user_figure {
    margin: auto;
    width: 10rem;
    height: 10rem;
    border-radius: 34% 66% 67% 33% / 49% 46% 54% 51% !important;
}
.login_new_user_btn {
    text-align: center!important;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
.login_new_user_img {
    margin: 5px 0 0 0;
    opacity: unset !important;
    vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
    .login_new_user {
        margin-bottom: 1.5rem;
    }
    .login_new_user_chervon {
        display: none;
    }
    .login_new_user_h4 {
        font-size: 11px;
        margin-bottom: 40px;
        color: #777;
    }
    .login_new_user_h2 {
        font-size: 22px;
        padding-top: 0;
    }
    .login_new_user_figure {
        float: left;
        margin: unset;
        width: 6.3rem !important;
        height: 6.3rem !important;
        margin-bottom: 30px !important;
        margin-right: 20px !important;
    }
    .login_new_user_span {
        width: 2.2rem !important;
        height: 2.2rem !important;
        line-height: 1.7 !important;
        font-weight: 500 !important;
        font-size: 13px;
    }    
    .login_new_user_title {
        text-align: left;
        padding-top: 7px;
        font-size: 15px;
    }
    .login_new_user_btn {
        bottom: 35px;
    }
    .login_new_user_img {
        height: 4rem !important;
        vertical-align: sub;
    }    

}


/*=================================== Expo Stall Arrangement Start ============================*/
.expo_stall_color_code {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    border-radius: 3px;
}
.stall_box_wrapper {
    display: grid;
    grid-template-columns: repeat(8, 10vw);
    grid-template-rows: repeat(10, 10vw);
    justify-content: center;
    padding: 0;
    font-size: 20px;
    font-family: math;
    width: 100%;
}
.stall_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98fb98;
    color: #006400;
    font-weight: 900;
}
.stall_box_wrapper a:hover {
    color: #006400 !important;
}
.stall_box:nth-child(1) {
    grid-row: 7;
    grid-column: 3;
    border-bottom: 1px solid #fff;
    background: #32cd32;
    color: #fff;
}
.stall_box:nth-child(2) {
    grid-row: 7;
    grid-column: 1/3;
    border-right: 1px solid #006400;
    border-bottom: 1px solid #fff;
}
.stall_box:nth-child(3) {
    grid-row: 6;
    grid-column: 1;
    border-top: 1px solid #006400;
    border-bottom: 1px solid #006400;
}
.stall_box:nth-child(4) {
    grid-row: 5;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(5) {
    grid-row: 4;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(6) {
    grid-row: 3;
    grid-column: 1;
}
.stall_box:nth-child(7) {
    grid-row: 2;
    grid-column: 1;
    border-bottom: 1px solid #006400;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(8) {
    grid-row: 1;
    grid-column: 1/3;
    border-right: 1px solid #006400;
}
.stall_box:nth-child(9) {
    grid-row: 1;
    grid-column: 3;
    border-right: 1px solid #006400;
}
.stall_box:nth-child(10) {
    grid-row: 1;
    grid-column: 4;
    border-right: 1px solid #006400;
}
.stall_box:nth-child(11) {
    grid-row: 1;
    grid-column: 5;
    border-right: 1px solid #006400;
}
.stall_box:nth-child(12) {
    grid-row: 1;
    grid-column: 6;
    border-right: 1px solid #006400;
}
.stall_box:nth-child(13) {
    grid-row: 1;
    grid-column: 7/9;
}
.stall_box:nth-child(14) {
    grid-row: 2;
    grid-column: 8;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(15) {
    grid-row: 3;
    grid-column: 8;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(16) {
    grid-row: 4;
    grid-column: 8;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(17) {
    grid-row: 5;
    grid-column: 8;
    border-top: 1px solid #006400;
}
.stall_box:nth-child(18) {
    grid-row: 6;
    grid-column: 8;
    border-top: 1px solid #006400;
    border-bottom: 1px solid #006400;
}
.stall_box:nth-child(19) {
    grid-row: 7;
    grid-column: 8;
    border-bottom: 1px solid #006400;
}
.stall_box:nth-child(20) {
    grid-row: 8;
    grid-column: 7/9;
    color: #006400;
    font-weight: 900;
}
.stall_box:nth-child(20):hover {
    color: #006400 !important;
}
.stall_box:nth-child(21) {
    grid-row: 8;
    grid-column: 1/4;
    background-color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #006400;
    border: 1px solid #006400;
}
.stall_box:nth-child(22) {
    grid-row: 9;
    grid-column: 7/9;
    font-size: 25px;
    font-weight: 900;
    background-color: #006400;
    border-top: 1px solid #fff;
    color: #fff;
    margin-left: 40px;
}
.stall_box:nth-child(23) {
    grid-row: 9/11;
    grid-column: 1;
    border-top: 1px solid #fff;
    color: #fff;
    background: #32cd32;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    letter-spacing: 2px;
}
.stall_box:nth-child(24) {
    grid-row: 8;
    grid-column: 6;
    color: #fff;
    background: #32cd32;
    border-right: 1px solid #006400;
}
.stall_box:nth-child(25) {
    grid-row: 5;
    grid-column: 4;
    background: #32cd32;
    color: #fff;
    border-top: 1px solid #fff;
}
.stall_box:nth-child(26) {
    grid-row: 4;
    grid-column: 4;
    color: #006400;
    border-top: 1px solid #fff;
}
.stall_box:nth-child(27) {
    grid-row: 3;
    grid-column: 4;
    background: #32cd32;
    color: #fff;
}
.stall_box:nth-child(28) {
    grid-row: 3;
    grid-column: 5;
    background: #32cd32;
    color: #fff;
    border-left: 1px solid #fff;
    margin-top: 15px;
}
.stall_box:nth-child(29) {
    grid-row: 4;
    grid-column: 5;
    background: #98fb987d;
    color: #006400;
    border-top: 15px solid #32cd32;
    border-bottom: 15px solid #32cd32;
    border-left: 1px solid #fff;
}
.stall_box:nth-child(30) {
    grid-row: 5;
    grid-column: 5;
    background: #32cd32;
    color: #fff;
    border-left: 1px solid #fff;
    margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
    .stall_box_wrapper {
        font-size: 14px;
    }
    .stall_box:nth-child(21) {
        font-size: 2.7vw;
        letter-spacing: 0;
    }
    .stall_box:nth-child(28) {
        margin-top: 5px;
    }
    .stall_box:nth-child(30) {
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .stall_box:nth-child(22) {
        grid-row: 9/11;
        grid-column: 8;
        font-size: 2.7vw;
        margin-left: 0px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        font-weight: 500;
    }
    .stall_box:nth-child(23) {
        font-size: 2.7vw;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .stall_box:nth-child(28) {
        margin-top: 5px;
    }
    .stall_box:nth-child(30) {
        margin-bottom: 5px;
    }
    .stall_box:nth-child(29) {
        border-top: 5px solid #32cd32;
        border-bottom: 5px solid #32cd32;
    }
}
@media (min-width:601px) and (max-width: 1024px) {
    .stall_box_wrapper {
        font-size: 20px;
    }
    .stall_box:nth-child(21) {
        font-size: 2.2vw;
    }
}
.stall_box:nth-child(22):hover, .stall_box:nth-child(23):hover, .stall_box:nth-child(24):hover, 
.stall_box:nth-child(25):hover, .stall_box:nth-child(27):hover,
.stall_box:nth-child(28):hover, .stall_box:nth-child(30):hover {
    color: #fff !important;
}

.stall_box_wrapper_first_floor {
    display: grid;
    grid-template-columns: repeat(8, 10vw);
    grid-template-rows: repeat(12, 10vw);
    justify-content: center;
    padding: 0;
    font-size: 20px;
    font-family: math;
    width: 100%;
}
.stall_box_first_floor {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98fb98;
    color: #006400;
    font-weight: 900;
}
.stall_box_wrapper_first_floor a:hover {
    color: #006400 !important;
}
.stall_box_first_floor:nth-child(1) {
    grid-row: 10;
    grid-column: 3;
    border-left: 1px solid #006400;
    background: #32cd32;
    color: #fff;
}
.stall_box_first_floor:nth-child(2) {
    grid-row: 10;
    grid-column: 1/3;
}
.stall_box_first_floor:nth-child(3) {
    grid-row: 9;
    grid-column: 1;
    border-top: 1px solid #006400;
    border-bottom: 1px solid #006400;
}
.stall_box_first_floor:nth-child(4) {
    grid-row: 8;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_first_floor:nth-child(5) {
    grid-row: 7;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_first_floor:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_first_floor:nth-child(7) {
    grid-row: 5;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_first_floor:nth-child(8) {
    grid-row: 4;
    grid-column: 1;
}
.stall_box_first_floor:nth-child(9) {
    grid-row: 3;
    grid-column: 1;
    border-bottom: 1px solid #006400;
}
.stall_box_first_floor:nth-child(10) {
    grid-row: 2;
    grid-column: 1;
    border-bottom: 1px solid #006400;
}
.stall_box_first_floor:nth-child(11) {
    grid-row: 1;
    grid-column: 3;
    border-right: 1px solid #006400;
}
.stall_box_first_floor:nth-child(12) {
    grid-row: 1;
    grid-column: 4;
    border-right: 1px solid #006400;
}
.stall_box_first_floor:nth-child(13) {
    grid-row: 1;
    grid-column: 5;
    border-right: 1px solid #006400;
}
.stall_box_first_floor:nth-child(14) {
    grid-row: 1;
    grid-column: 6;
    border-right: 1px solid #006400;
}
.stall_box_first_floor:nth-child(15) {
    grid-row: 1;
    grid-column: 7;
}
.stall_box_first_floor:nth-child(16) {
    grid-row: 3/5;
    grid-column: 4;
    border-right: 1px solid #fff;
    background: #32cd32;
    color: #fff;
    margin-bottom: 40px;
}
.stall_box_first_floor:nth-child(17) {
    grid-row: 3/5;
    grid-column: 5;
    background: #32cd32;
    color: #fff;
    margin-bottom: 40px;
}
.stall_box_first_floor:nth-child(18) {
    grid-row: 5;
    grid-column: 4;
    border-top: 1px solid #fff;
    background: #32cd32;
    color: #fff;
}
.stall_box_first_floor:nth-child(19) {
    grid-row: 3/5;
    grid-column: span 2/9;
    margin-left: 95px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    background: #006400;
}
.stall_box_first_floor:nth-child(20) {
    grid-row: 5/7;
    grid-column: span 2/9;
    margin-left: 95px;
    border-bottom: 1px solid #fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    background: #006400;
}
.stall_box_first_floor:nth-child(21) {
    grid-row: 5;
    grid-column: 5;
    border-top: 1px solid #fff;
    color: #fff;
    background: #32cd32;
    border-left: 1px solid #fff;
}  
.stall_box_first_floor:nth-child(22) {
    grid-row: 9/11;
    grid-column: 7/9;
    border-bottom: 2px solid #fff;
    background: #32cd32;
    color: #fff;
    margin-right: 30px;
    margin-left: 90px;
}  
.stall_box_first_floor:nth-child(23) {
    grid-row: 6;
    grid-column: 4/6;
    border-top: 1px solid #fff;
    padding: 5px 0px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    background: #006400;
} 
.stall_box_first_floor:nth-child(24) {
    grid-row: 11/13;
    grid-column: 8;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    background: #006400;
} 
.stall_box_first_floor:nth-child(25) {
    grid-row: 11/13;
    grid-column: 1;
    border-top: 1px solid #fff;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    background: #006400;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    letter-spacing: 3px;
    border-bottom: 2px solid #fff;
}
.stall_box_first_floor:nth-child(26) {
    grid-row: 1;
    grid-column: 1/3;
    border-top: 1px solid #98fb98;
    background: transparent;
    color: #fff;
    border-left: 1px solid #98fb98;
}
.stall_box_first_floor:nth-child(27) {
    grid-row: 1/3;
    grid-column: 8;
    border-top: 1px solid #98fb98;
    background: transparent;
    color: #fff;
    border-right: 1px solid #98fb98;
}
.stall_box_first_floor:nth-child(28) {
    grid-row: 7/11;
    grid-column: 8;
    border-top: 1px solid #98fb98;
    background: transparent;
    color: transparent;
    border-right: 1px solid #98fb98;
}
@media only screen and (max-width: 600px) {
    .stall_box_wrapper_first_floor {
        font-size: 14px;
    }
    .stall_box_first_floor:nth-child(24), .stall_box_first_floor:nth-child(25), 
    .stall_box_first_floor:nth-child(19), .stall_box_first_floor:nth-child(20) {
        font-size: 2.4vw;
        padding: 15px 0;
        writing-mode: tb-rl;
        text-align: center;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .stall_box_first_floor:nth-child(23) {
        font-size: 2.4vw;
        text-align: center;
        font-weight: 500;
        padding: 0 5px;
        letter-spacing: 0;
    }
    .stall_box_first_floor:nth-child(19), .stall_box_first_floor:nth-child(20) {
        margin-left: 30px;
        letter-spacing: 1px;
    }
    .stall_box_first_floor:nth-child(22) {
        margin-right: 10px;
        margin-left: 25px;
    }
    .stall_box_first_floor:nth-child(16), .stall_box_first_floor:nth-child(17) {
        margin-bottom: 10px;
    }
}
@media (min-width:601px) and (max-width: 1024px) {
    .stall_box_wrapper_first_floor {
        font-size: 20px;
    }
    .stall_box_first_floor:nth-child(22) {
        margin-right: 15px;
        margin-left: 50px;
    }
    .stall_box_first_floor:nth-child(24), .stall_box_first_floor:nth-child(23),
    .stall_box_first_floor:nth-child(19), .stall_box_first_floor:nth-child(20),
    .stall_box_first_floor:nth-child(25) {
        font-size: 1.4vw;
        font-weight: bold;
    }
    .stall_box_first_floor:nth-child(19), .stall_box_first_floor:nth-child(20) {
        margin-left: 55px;
    }
    .stall_box_first_floor:nth-child(16), .stall_box_first_floor:nth-child(17) {
        margin-bottom: 20px;
    }
}
.stall_box_first_floor:nth-child(1):hover, .stall_box_first_floor:nth-child(16):hover,
.stall_box_first_floor:nth-child(17):hover, .stall_box_first_floor:nth-child(18):hover,
.stall_box_first_floor:nth-child(19):hover, .stall_box_first_floor:nth-child(20):hover,
.stall_box_first_floor:nth-child(21):hover, .stall_box_first_floor:nth-child(22):hover,
.stall_box_first_floor:nth-child(23):hover, .stall_box_first_floor:nth-child(24):hover, 
.stall_box_first_floor:nth-child(25):hover, .stall_box_first_floor:nth-child(26):hover,
.stall_box_first_floor:nth-child(27):hover {
    color: #fff !important;
}
.stall_box_first_floor:nth-child(28):hover {
    color: transparent !important;
}
.stall_box_wrapper_balcony_floor {
    display: grid;
    grid-template-columns: repeat(8, 10vw);
    grid-template-rows: repeat(13, 10vw);
    justify-content: center;
    padding: 0;
    font-size: 20px;
    font-family: math;
    width: 100%;
}
.stall_box_balcony_floor {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98fb98;
    color: #006400;
    font-weight: 900;
}
.stall_box_wrapper_balcony_floor a:hover {
    color: #006400 !important;
}
.stall_box_balcony_floor:nth-child(1) {
    grid-row: 11;
    grid-column: 3;
}
.stall_box_balcony_floor:nth-child(2) {
    grid-row: 11;
    grid-column: 1/3;
    border-right: 1px solid #006400;
    border-bottom: 1px solid #fff;
}
.stall_box_balcony_floor:nth-child(3) {
    grid-row: 10;
    grid-column: 1;
    border-top: 1px solid #006400;
    border-bottom: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(4) {
    grid-row: 9;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(5) {
    grid-row: 8;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(6) {
    grid-row: 7;
    grid-column: 1;
    border-top: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(7) {
    grid-row: 6;
    grid-column: 1;
    border-top: 1px solid #006400;
    background: #98fb987d;
    border-left: 1px solid #98fb98;
}
.stall_box_balcony_floor:nth-child(8) {
    grid-row: 5;
    grid-column: 1;
    border-top: 1px solid #006400;
    background: #98fb987d;
    border-left: 1px solid #98fb98;
}
.stall_box_balcony_floor:nth-child(9) {
    grid-row: 4;
    grid-column: 1;
    border-top: 1px solid #006400;
    background: #98fb987d;
    border-left: 1px solid #98fb98;
}
.stall_box_balcony_floor:nth-child(10) {
    grid-row: 3;
    grid-column: 1;
    border-top: 1px solid #006400;
    background: #98fb987d;
    border-left: 1px solid #98fb98;
}
.stall_box_balcony_floor:nth-child(11) {
    grid-row: 2;
    grid-column: 1;
    background: #98fb987d;
    border-left: 1px solid #98fb98;
}
.stall_box_balcony_floor:nth-child(12) {
    grid-row: 1;
    grid-column: 3;
    border-right: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(13) {
    grid-row: 1;
    grid-column: 4;
    border-right: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(14) {
    grid-row: 1;
    grid-column: 5;
}
.stall_box_balcony_floor:nth-child(15) {
    grid-row: 12/14;
    grid-column: 1;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    background: #006400;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.stall_box_balcony_floor:nth-child(16) {
    grid-row: 12/14;
    grid-column: 8;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    background: #006400;
}
.stall_box_balcony_floor:nth-child(17) {
    grid-row: 1;
    grid-column: 6;
    border-left: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(18) {
    grid-row: 1;
    grid-column: 7;
    border-left: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(19) {
    grid-row: 1;
    grid-column: 8;
    border-left: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(20) {
    grid-row: 9;
    grid-column: 8;
}
.stall_box_balcony_floor:nth-child(21) {
    grid-row: 10;
    grid-column: 8;
    border-top: 1px solid #006400;
}
.stall_box_balcony_floor:nth-child(22) {
    grid-row: 11;
    grid-column: 8;
    border-top: 1px solid #006400;
    border-bottom: 1px solid #fff;
}
.stall_box_balcony_floor:nth-child(23) {
    grid-row: 1;
    grid-column: 1/3;
    border-top: 1px solid #98fb98;
    background: transparent;
    color: #fff;
    border-left: 1px solid #98fb98;
}
.stall_box_balcony_floor:nth-child(24) {
    grid-row: span 7/9;
    grid-column: 8;
    background: transparent;
    color: #fff;
    border-right: 1px solid #98fb98;
}
@media only screen and (max-width: 600px) {
    .stall_box_wrapper_balcony_floor {
        font-size: 14px;
    }
    .stall_box_balcony_floor:nth-child(15), .stall_box_balcony_floor:nth-child(16) {
        font-size: 3vw;
        font-weight: 500;
    }
}
@media (min-width:601px) and (max-width: 1024px) {
    .stall_box_balcony_floor:nth-child(15), .stall_box_balcony_floor:nth-child(16) {
        font-size: 1.9vw;
        font-weight: 500;
    }
}
.stall_box_balcony_floor:nth-child(15):hover, .stall_box_balcony_floor:nth-child(16):hover,
.stall_box_balcony_floor:nth-child(23):hover, .stall_box_balcony_floor:nth-child(24):hover {
    color: #fff !important;
}

/*=================================== Expo Stall Arrangement End ============================*/

/*=================================== Venue Listing Page Tooltip Start ============================*/
.listing_tooltip_wrapper {
    background-color: #eeeeee73;
    padding: 15px 0 0px;
    white-space: nowrap;
    overflow: scroll;
    display: flex;
    justify-content: space-evenly;
}
.listing_tooltip {
    font-size: 10px;
    color: #666;
    padding: 4px 10px;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
} 
.listing_tooltip::after {
    content: "&gt;";
    display: block;
    height: 20px;
    float: right;
    left: 19px;
    position: relative;
    bottom: 17px;
    font-size: 13px;
    color: rgba(0,0,0,.5);
}
.listing_tooltip:nth-child(3)::after {
    content: "";
}
.listing_tooltip .listing_tooltip_content {
    visibility: hidden;
    width: 80%;
    background-color: #000;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.5;
    margin-top: 15px;
}
.listing_tooltip .listing_tooltip_content p {
    color: #fff;
    white-space: normal;
    height: unset !important;
    overflow: unset !important;
}  
.listing_tooltip .listing_tooltip_content::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}  
.listing_tooltip:nth-child(2) .listing_tooltip_content::after {
    left: 50%;
}
.listing_tooltip:nth-child(3) .listing_tooltip_content::after {
    left: 86%;
}
.listing_tooltip:hover .listing_tooltip_content {
    visibility: visible;
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .listing_tooltip {
        font-size: 9px;
    }
}
.collapse_listing_filter_a.collapsed span.shop-filter-header:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 9px;
    margin-left: 5px;
    color: #222;
}
.collapse_listing_filter_a span.shop-filter-header:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 9px;
    margin-left: 5px;
    color: #222;
}
/*=================================== Venue Listing Page Tooltip End ============================*/

/*=================================== Venue Details Page Start ============================*/
.details_meals_veg_type {
    width: 17px;
    height: 17px;
    border: 1.5px solid #009900;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details_meals_veg_type_icon {
    border: 1px solid #009900;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #009900;
}
.details_meals_veg_title {
    font-size: 16px;
    margin: 0;
    color: #0c7c0c;
}
.details_meals_Nveg_title {
    color: #ee2a24;
}
.details_meals_Nveg_type {
    border: 1.5px solid #ee2a24;
}
.details_meals_Nveg_type_icon {
    border: 1px solid #ee2a24;
    background: #ee2a24;
}
.check-availability-blink {
    background: #ffaa36;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 3px;
    animation: live-blinker 1.2s linear infinite;
}
@keyframes live-blinker {
    50% {
        opacity: 0;
    }
}
.details_voucher_label {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4e73e5;
    color: #fff;
    padding: 2px 10px;
    border-radius: 0 0 3px 3px;
    font-size: 11px;
    width: max-content;
}
.details_voucher_label:hover {
    color: #fff;
}
.details_live_avail_wrapper {
    background-color: #eeeeeeb5;
    border: 1px solid #0000001f;
    border-radius: 5px;
}
.details_live_avail_head_row {
    padding: 0px 15px;
    display: flex;
}
.details_live_avail_head_title {
    flex: 4 4 80%;
    position: relative;
}
.details_live_avail_head_title h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.details_live_avail_head_avil {
    flex: 1 1 20%;
    text-align: center;
}
.details_live_avail_head_avil h4 {
    margin: 12px 0 0;
    line-height: 22px;
    text-align: center;
}
.details_live_avail_head_sub {
    color: #606060;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding-left: 25px!important;
    padding-right: 25px!important;
    margin-bottom: 10px;
}
.details_live_avail_row {
    background-color: #fbfbfb;
    border-top: 1px solid #ddd;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
.details_live_avail_row h6 {
    font-family: 'Poppins';
}
.details_live_avail_body_left {
    color: #555;
    font-size: 12px;
    margin: 7px 0 2px 0;    
    flex: 4 4 80%;
}
.details_live_avail_body_right {
    flex: 1 1 20%;
    display: flex;
    justify-content: space-around;
}
.details_live_avail_body_right i {
    text-align: center;
    font-size: 16px;
}
.details_live_avail_body_right span {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
}
.details_live_avail_view_btn {
    font-size: 12px;
    color: #ff0000;
}
.detail_sidebar_sticky {
    position: sticky;
    top: 60px;
}
.top_navbar_select_city:before {
    font-family: 'fontawesome';
    content: "\f041";
}
.top_navbar_select_city select{
    padding: 0px 7px 0 3px;
    background: #ff0000;
    border: none;
    box-shadow: none;
    color: #fff;
}
.top_navbar_select_city option:not(:checked), .top_navbar_select_city option:nth-child(1) {
    background: #fff;
    color: #000;
}
.venue_details_sidebar_mob {
    box-shadow: 0 0px 3px #00000026;
    border-radius: 0.5rem;
    padding: 15px;
    position: relative;
    display: none;
}
.venue_deta_enq_wrapper {
    display: block;
}
.venue_deta_enq_btn {
    font-size: 14px;
}
.venue_deta_vide_cal_enq_btn {
    font-size: 14px;
}
.venue_deta_pay_adv_enq_btn {
    font-size: 14px;
    color: #ff0000 !important;
    border-color: #ff0000;
}
@media (max-width: 767px) {
    .detail_sidebar_sticky {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .details_live_avail_head_title h4, .details_live_avail_head_avil h4 {
        font-size: 13px;
    }
    .details_live_avail_head_sub {
        padding: 0px !important;
        font-size: 12px;
    }
    .details_live_avail_row h6 {
        font-size: 14px;
    }
    .details_live_avail_body_left, .details_live_avail_view_btn, .details_live_avail_body_right span {
        font-size: 11px;
    }
    .details_live_avail_body_right i {
        margin-right: 10px;
    }
    .details_meals_veg_type {
        width: 13px;
        height: 13px;
        border-radius: 50%;
    }
    .details_meals_veg_type_icon {
        width: 4px;
        height: 4px;
    }
    .details_meals_veg_title {
        font-size: 13px;
    }
    .venue_details_sidebar_mob {
        display: block !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .details_live_avail_head_sub {
        color: #606060;
        font-size: 13px;
        display: flex;
        justify-content: space-around;
        padding: 0px!important;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .venue_det_enquiry_step_card {
        display: none
    }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
    .venue_det_enquiry_step_card .real_wed_steps_item {
        margin: 0px 0 0px 15px;
    }
    .venue_details_sidebar {
        margin-bottom: 15px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .venue_details_sidebar_btn {
        display: block;
    }
    .venue_details_sidebar_btn .col-md-6 {
        max-width: 100% !important;
        padding: 2px 1.5rem !important;
    }
    .venue_details_sidebar_btn .venue_deta_enq_btn, .venue_details_sidebar_btn .venue_deta_pay_adv_enq_btn {
        margin-top: 5px !important;
    }
}
/*=================================== Venue Details Page End ============================*/

/*=================================== Venue Video Call Page Start ============================*/
.venue_video_call_time_wrapper {
    width: 75%;
    margin: 0 auto;
}
.venue_video_call_time_slot {
    height: 40px !important;
    padding: 0 15px 0 40px !important;
    box-shadow: unset;
    color: #6c757d;
}
.venue_video_call_app {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .venue_video_call_time_wrapper {
        width: 90%;
    }
    .venue_video_call_app {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1300px) {
    .venue_video_call_time_wrapper {
        width: 100%;
    }
}
/*=================================== Venue Video Call Page End ============================*/
/*=================================== Venue Pay Advance Start ============================*/
.venue_pay_adv_img {
    width: 50px;
    border-radius: 50%;
}
.venue_pay_adv_details {
    border-top: 1px solid #ddd;
    list-style: none;
    padding: 0;
}
.venue_pay_adv_details li {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}
.venue_pay_adv_details_sub_tot {
    border-top: 1px solid #bab8b8;
    border-top-style: dashed;
}
.venue_pay_adv_det_coupe_apy_btn {
    padding: 0px 30px;
    font-size: 13px;
}
.venue_pay_adv_det_coupe_apy {
    height: 35px !important;
    font-size: 12px !important;
}
/* Success page */
.venue_pay_adv_success_wrapper img {
    width: 20%;
    margin: 15px 0;
}
.venue_pay_adv_success_wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.venue_pay_adv_success_wrapper p {
    font-size: 14px;
}

/*=================================== Venue Pay Advance End ============================*/
</pre></body></html>