/* GENERAL STYLES ----------------------------------------- */

html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    font-size: 14px;
    margin: 0;
	padding: 0;
    color: inherit;
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
    .ld-flag-desktop {
        position: absolute;
        width: 60px;
        /* top: 50px; */
        right: 20px;
        float: right;
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.h1,h1 {
    font-size: 36px
}


.h2, h2 {
    font-weight: 300;
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6,h6 {
    font-size: 12px
}

label {
    font-weight: 500;
}

a {
    text-decoration: none;
}

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

.pull-right {
    float: right!important;
}

#email2 {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
}
.bootstrap-select .dropdown-menu li.active a{
    color: #fff;
}

.bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, .bootstrap-select .btn-default {
    color: #333;
    background-color: transparent!important;
    border-color: #adadad;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-left {
	text-align: left;
}

.rounded-16 {
    border-radius: 16px!important;
}

.shadow {
    box-shadow: 0px 1px 5px #00000021;
}

.border {
    border: 1px solid #E1E1E1;
}

.hidden-lg {
    display: none;
}

.m-0 { margin: 0 !important}
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }

.p-0 { padding: 0; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }

.glyphicon {
    line-height: 1.5;
}

/* badges */
.text-bg-primary, .text-bg-secondary, .text-bg-success, .text-bg-danger, .text-bg-warning, .text-bg-info, .text-bg-dark {
    color: #fff !important;
    padding: 8px;
    vertical-align: middle;
    align-self: center;
    align-items: center;
}
/* ----------- */

.btn {
    border-radius: 0px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    transition: all 0.3s ease 0s;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
    transition: all 0.3s ease 0s;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn-light {
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

#registerForm hr {
    margin-top: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  cursor: default;
}
/* color.php */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a, .pagination>li>span {
    width: 20px;
    display: block;
    text-align: center;
    margin: 0;
}

.pagination>li>a, .pagination>li>span {
    width: 100%;
}
.listingDetail {
    padding-top: 5%;
}
/* ----------------------------------------- */

.pagination>li>a, .pagination>li.active>a {
    width: 30px;
    height: 34px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    width: auto;
}

.disabled>.page-link:hover, .page-link.disabled:hover {
    cursor: not-allowed;
}

.dropdown-menu {
    min-width: 200px;
    padding: 0px;
    border-radius: 0px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    clear: both;
    transition: all 0.3s ease 0s;
}

/* Color php */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #008489;
    color: #fff;
}
/* ------------- */

.fieldSm {
    width: 100px;
}

.fieldMd {
    width: 300px;
}

.fieldLg {
    width: 500px;
}

@media (max-width: 766px) {
    .fieldSm {
        width: 100%;
    }

    .fieldMd {
        width: 100%;
    }

    .fieldLg {
        width: 100%;
    }

    .hidden-lg {
        display: block;
    }

    .navbar-collapse {
        position: absolute;
        top: 19%;
        background-color: #fff;
        left: 0;
        right: 0;
        z-index: 9999;
        text-align: center;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar.sticky-top {
        position: static!important;
        z-index: 1050;
        min-height: 50px;
        vertical-align: middle!important;
        align-content: space-between!important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 27px;
        height: 27px;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-color: transparent;
        color: #008489;
        font-weight: 600;
    }

    .navbar-toggler {
        padding: 10px 0 0 0;
        color: #008489;
        border: 0;
    }

    .navbar-toggler i {
        font-size: 32px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
    }

    .banner {
        height: 300px;
        margin-top: -20px!important;
    }

}

.table-condensed th, .table th {
    font-weight: 600;
}

.table-condensed label {
    margin: 20px 0 10px 0;
}

.table-condensed h4 {
    margin-top: 40px;
}

.table>tbody>tr>td.active {
    background-color: #f5f5f5;
}

.spacer20 {
    display: block;
    height: 20px;
    width: 100% !important;
    clear: both;
}

.spacer40 {
    display: block;
    height: 40px;
    width: 100% !important;
    clear: both;
}

.mobi-chat-sidebar {
    display: none;
}

/* TOP BAR ----------------------------------------- */

.topBar {
    width: 100%;
    position: fixed;
    top: 0px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    z-index: 1033;
}

.topBar .loginStatus {
    padding-right: 8px;
}

.topBar .loginStatus i {
	font-size: 14px;
}

.topBar .loginStatus a {
    margin-left: 10px;
}

.topBar .topbar-social a {
	display: inline-block;
	margin-right: 7px;
	font-size: 15px;
}

.topBar .country-btn {
    padding: 0px;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    margin-top: -4px;
}

.topBar .country-dropdown li {
    padding: 3px;
    cursor:pointer;
}


@media (max-width: 766px) {
    .topBar {
        position: static;
    }

	.topBar, .topBar .text-left, .topBar .text-right {
		text-align: center;
	}

    .topBar .loginStatus {
        display: none;
    }

    /* color.php change */
    .topBar {
        padding-top: 30px!important;
        /* min-height: 110px; */
    }
    /* ---------------- */
}

/* Modal */
.close {
    border: 0;
    background-color: transparent;
    font-size: 25px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

/* MAIN NAV ----------------------------------------- */


.navLogo {
    height: 40px;
    /* margin-top: -8px; */
}

@media (max-width: 766px) {
    .navbar {
        position: static;
        margin-bottom: 20px;
    }

    .navLogo {
        height: 35px;
        margin-top: 7px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #008489;
    }

    .remove-sm-x-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 4px;
        border-radius: 1px;
    }

    .navbar-collapse {
        position: absolute;
        /* top: 13%; */
        background-color: #fff;
        left: 0;
        right: 0;
        z-index: 9999;
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav>li>a {
        line-height: 40px;
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left:0px;
        padding-right: 0px;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }

    .topBar .dropdown-menu {
        min-width: 130px;
        padding: 0px;
        border-radius: 0px;
        right: auto;
        left: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
        font-size: 16px;
        border-bottom: none;
    }

    .topBar .col-xs-12 {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}
.navbar.sticky-top {
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    z-index: 1050;
    right: 0;
    left: 0;
}

.navbar {
    padding: 0;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar-nav>li {
    float: left;
}

.navbar-default .navbar-brand {
    padding-top: 0;
    transition: all 0.3s ease 0s;
}

.navbar-nav>li>a {
    line-height: 56px;
    font-weight: 400;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    color: #777;
}

.navbar-nav>li>.btn-secondary {
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 15px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .navbar-nav>li>a {
        font-size: 11px!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .navbar-brand {
        padding: 15px 10px!important;
    }

    .topBar .dropdown-menu {
        min-width: 130px!important;
        left: -90px!important;
        right: auto;
    }
}

/* HOME SLIDER ----------------------------------------- */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1; 
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

#carousel-generic {
    margin-top: 80px;
}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    background: rgba(0,0,0,0.3);
}

.carousel-caption h2 {
    margin-top: 0;
    font-size: 50px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 800;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-indicators [data-bs-target] {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: #fff;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}

@media (max-width: 766px) {
    #carousel-generic {
        margin-top: -18px !important;
    }

    .carousel-caption {
        padding-left: 20px;
        padding-right: 20px;
        top: 0px !important;
        bottom: 0px !important;
    }

    .carousel-caption h2 {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .carousel-caption p {
        font-size: 16px !important;
        line-height: 1.3em !important;
    }
}

/* HOME SEARCH ----------------------------------------- */

.searchbar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.searchbar label {
    font-weight: 400;
}

@media (max-width: 766px) {
    .searchbar .bootstrap-select {
        margin-bottom: 5px;
    }
}

/* HOME SECTION 1 ----------------------------------------- */

.homeSection1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.homeSection1 h3 {
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: none;
}

.homeSection1 h5 {
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 16px;
}

.homeSection1 .panel {
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    height: 100%;
    margin: auto 0;
}

@media (max-width: 766px) {
    .homeSection1 {
        text-align: center;
    }

    .homeSection1 h2 {
        font-weight: 600;
    }

    .homeSection1 h3 {
      margin-left: 20px;
      margin-right: 20px;
    }

    .homeSection1 p {
        margin-bottom: 30px;
    }
}

/* HOME SECTION 2 ----------------------------------------- */

.homeSection2 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.homeSection2 h3 {
    font-size: 26px;
    margin: 15px 0;
    line-height: 1;
    text-align: left;
}

.homeSection2 p {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
}

.homeSection2 a {
    text-transform: uppercase;
    text-align: center;
    padding: 18px 25px;
    display: block;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}

.homeSection2 a:hover {
    opacity: 0.8;
    text-decoration: none;
}

@media (max-width: 766px) {
    .homeSection2 h3, .homeSection2 p {
        text-align: center !important;
    }

    .homeSection2 a {
        margin-bottom: 10px;
        width: 100%;
    }
}

.intro-video {
    border: 5px solid rgba(255, 255, 255, .2);
    height: 100%;
}

/* HOME SECTION 3 ----------------------------------------- */

.homeSection3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.homeSection3 h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .homeSection3 h2 {
        font-size: 30px;
    }
}

/* TESTIMONIALS ----------------------------------------- */

.testimonials {
    padding-right: 180px;
    padding-left: 180px;
}

@media (max-width: 768px) {
    .testimonials {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .testimonials .saying {
      font-size: 15px !important;
      line-height: 20px !important;
  }
}

.testimonials .saying {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    position: relative;
    margin: 10px 0 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.testimonials h4 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
}

.testimonials i {
    margin-top: 30px;
}

/* TESTIMONIAL SLIDER ----------------------------------------- */

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    border: none;
}

/* HOME SECTION 4 ----------------------------------------- */


.homeSection4 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.homeSection4 h3 {
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

/* FOOTER ----------------------------------------- */

.footer {
    font-size: 12px;
}

.footer p {
    margin-top: 30px !important;
}

.footer,
.content:after {
    height: 80px;
}

@media (max-width: 550px) {
    .footer p {
        margin-top: 20px !important;
    }
}

/* BANNER ----------------------------------------- */

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-top: 80px;
}

.banner1 {
    background-image: url("../img/banner/banner1.jpg");
}

.banner2 {
    background-image: url("../img/slider/01.jpg");
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    .mobi-mt-20 {
        margin-top: 20px!important;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar-right {
        margin-right: 0px;
        display: inline-block;
    }
    .navbar-collapse {
        display: block!important;
        flex-basis: auto;
        top: 19%;
    }

    .search {
        margin-bottom: 20px;
    }

    .sidebar {
        margin-top: 40px!important;
    }

    .chat-sidebar .list-group {
        padding-top: 0px!important;
    }

    /* color.php */
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a, .pagination>li>span {
        width: 20px;
        display: block;
        text-align: center;
        margin: 0;
    }

    .pagination>li>a, .pagination>li>span {
        width: 100%;
    }
    .listingDetail {
        padding-top: 5%;
    }
    /* ----------------------------------------- */

    .pagination>li>a, .pagination>li.active>a {
        width: 30px;
        height: 34px;
    }

    .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        width: auto;
    }

    .accordion .panel-heading {
        margin-bottom: 0px!important;
    }
}


/* CONTENT CONTAINER ----------------------------------------- */

.content {
    padding-top: 150px;
    padding-bottom: 30px;
    margin-bottom: -80px;
    min-height: 100%;
}

.content:after,
.contentBanner:after {
    content: "";
    display: block;
}

.content h2,
.contentBanner h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.content .lead,
.contentBanner .lead {
    margin-top: -20px;
}

.contentBanner {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: -80px;
    min-height: 100%;
}

.panel-primary .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}

.panel-primary .panel-heading .panel-title {
    margin-bottom: 0;
}

.panel-primary .label {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}
.panel-primary .label {
    font-size: 13px;
    padding: .3em .6em .3em;
}
.label-primary {
    background-color: #337ab7!important;
}

@media (max-width: 766px) {
    .content {
        padding-top: 0px;
    }

    .mobi-0 {
        display: block;
    }
}

@media (max-width: 991px) {
  .contentBanner {
    margin-bottom: 50px !important;
  }
}

/* SIDEBAR ----------------------------------------- */

.sidebar {
    padding-right: 50px;
    margin-top: 0px;
}

.sidebar ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.sidebar li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar li a {
    display: block;
    padding: 5px;
    transition: all 0.3s ease 0s;
}

.sidebar li a:hover {
    background: rgba(0, 166, 153, 0.1);
    text-decoration: none;
}

@media (max-width: 766px) {
    .sidebar {
        padding-left: 30px;
        padding-right: 15px;
        margin-top: 20px;
    }

    .listing h5 {
        margin-top: 20px;
    }

    .terms {
        padding-top: 5%;
    }

    .search {
        margin-top: 5%;
        margin-bottom: 20px;
    }
    .pagination {
        justify-content: center;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    #map {
        width: 100%;
        height: 550px !important;
    }

    /* color.php */
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a, .pagination>li>span {
        width: 20px;
        display: block;
        text-align: center;
        margin: 0 10px;
    }

    .pagination>li>a, .pagination>li>span {
        width: 100%;
    }
    .listingDetail {
        padding-top: 5%;
    }
    /* ----------------------------------------- */
}

/* FAQ ----------------------------------------- */
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #5d5d5d;
    font-weight: 600;
}

.accordion-button:not(.collapsed):hover, .accordion-button:not(.collapsed):focus {
    color: #77BDBD;
    font-weight: 600;
}

.accordion-header, .accordion-button {
    color: #5d5d5d;
    font-weight: 600;
    font-size: 14px;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-item:last-of-type .accordion-collapse, .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* color.php */
.accordion-body {
    border-top: 5px solid rgba(157, 0, 59, 0.1) !important;
    background: #fafafa;
}

.accordion-item {
    color: #5d5d5d;
}
/* -------- */

.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type, .accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.panelFAQ {
    margin-bottom: 100px;
}

@media (max-width: 931px) {
  .panelFAQ {
    margin-bottom: 50px;
  }
}

.panelFAQ .panel {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panelFAQ .panel-group .panel {
    border-radius: 0px;
}

.panelFAQ .indicator {
    position: absolute;
    top: 15px;
    right: 15px;
}

.panelFAQ .panel-default>.panel-heading {
    position: relative;
}

.panelFAQ .panel-heading {
    padding: 15px 15px;
    border-bottom: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panelFAQ .panel-heading a {
    width: 100%;
    display: inline-block;
}

.panelFAQ .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.panel-title {
    font-size: 14px;
}

.video-icon .fab {
    line-height: 1.5 !important;
}

/* TERMS AND CONDITIONS ----------------------------------------- */

.terms h5,
.privacy h5 {
    margin: 30px 0px 20px 0;
}

.terms p,
.privacy p {
    margin-bottom: 15px;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
    font-size: 13px;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

/* LISTINGS SEARCH ----------------------------------------- */
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px 0 0;
    margin-left: -20px;
}

.search {
	/* position: fixed;
    width: 31%; */
    max-width: 367px;
    /* z-index: 99; */
}

@media  (max-width: 768px) {
	.search {
		position: relative;
		width: 100%;
		max-width:none;
	}
}

@media (min-width: 769px) and (max-width: 991px){
	.search {
		position: relative;
		width: 100%;
		max-width:none;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.search {
		position: fixed;
		width: 26%;
        max-height: 510px;
        overflow-y: auto;
	}
    .ld-flag-desktop {
        position: absolute;
        width: 60px;
        /* top: 50px; */
        right: 20px;
        float: right;
    }

    /* color.php */
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a, .pagination>li>span {
        width: 20px;
        display: block;
        text-align: center;
        margin: 0;
    }

    .pagination>li>a, .pagination>li>span {
        width: 100%;
    }
    .listingDetail {
        padding-top: 5%;
    }
    /* ----------------------------------------- */
}

.search label {
    margin-left: 30px;
    color: #5d5d5d;
}

#searchForm .form-group {
    margin-bottom: 18px;
}

.map-popup img {
	width: 100%;
	height: auto;
}

.map-popup .col-md-4, .map-popup .col-md-8 {
	padding-left: 0;
}

/* LISTINGS ----------------------------------------- */
#listView .listing .panel-default h5,
#listView .listing .panel-default small,
#listView .listing .panel-default .type {
    color: #008489;
}
.listing .panel-default:hover {
    opacity: 0.8;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px -2px rgba(74,74,74,.3);
}

.listing .panel-default:hover h5,
.listing .panel-default:hover small,
.listing .panel-default:hover .type {
    color: #333;
}

.tokenLevel {
  text-align: center;
  padding: 20px;
}

.tokenLevel img {
  width: 40px;
  margin-top: 10px;
}

.tokenLevel h5 {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 10px;
}

.tokenLevel p {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.listing {
    position: relative;
}

.listing .grading {
    font-family: sans-serif;
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 25px;
    padding: 4px;
}

.listing .level {
  position: absolute;
  right: 25px;
  top: 10px;
  display: block;
  height: 30px;
  width: 30px;
}

.listing .level img {
  height: 30px;
  width: 30px;
}

.listing .thumb {
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; 
}

.listing h5 {
    font-size: 18px;
    margin-bottom: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5d5d5d;
}

.listing small {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.listing .type {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.listing p {
    margin-top: 20px;
    display: block;
    clear: left;
    padding-top: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.listing .btn-more {
  position: absolute;
  right: 35px;
  bottom: 20px;
  left: auto;
}

@media (max-width: 991px) {
  .listing .btn {
    /* position: static; */
    width: 100%;
    /* margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px; */
  }

  .map-popup-image {
      display: none;
  }
}

.search-btn {
    width:49%;
    float:right;
}

.clear-btn {
    width:49%;
    float:left;
}

.map-anchor:active, .map-anchor:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }

/* DETAIL LISTINGS ----------------------------------------- */

.my-gallery {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.my-gallery img {
    width: 100%;
    height: auto;
}

.my-gallery figure {
    display: block;
    float: left;
}

.my-gallery figcaption {
    display: none;
}

.my-gallery figure.first{
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 100% !important;
}

.listingDetail h4 {
    margin-top: -20px;
    margin-bottom: 5px;
}

.listingDetail small {
    margin-top: 0px;
}

.listingDetail .grading {
    font-size: 15px;
}

.listingDetail .description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.listingDetail .gallerySlider {
    margin-bottom: 30px;
}

.listingDetail .gallerySlider .item {
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1199px) {
    .listingDetail .gallerySlider .item {
        height: 60vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .navbar-right {
        float: right!important;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .listingDetail .gallerySlider .item {
        height: 45vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media (max-width: 767px) {
    .listingDetail .gallerySlider .item {
        height: 65vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media (max-width: 600px) {
    .listingDetail .gallerySlider .item {
        height: 55vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media (max-width: 375px) {
    .listingDetail .gallerySlider .item {
        height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.amenities {
    margin-bottom: 30px;
}

.amenities ul {
    margin-bottom: 0px;
    padding-left: 0px !important;
}

.amenities ul li {
    list-style: none;
    display: inline-block;
    width: 170px;
}

.amenities ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 10px;
}

.detailBottomNav a {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
}

.back a {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    padding: 8px;
    width: 100%;
}

/* Notify Box */

[data-notify="container"][class*="alert-pastel-"] {
	border-width: 0px;
	border-radius: 0px;
	letter-spacing: 1px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

/* MAP ----------------------------------------- */

.map-wrapper {
    margin-bottom: 30px;
}

.map-wrapper img {
    max-width: none !important;
}

.map {
    width: 100%;
    height: 400px;
}

.map-overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 400px;
    /* your iframe height */
    top: 400px;
    /* your iframe height */
    margin-top: -400px;
    /* your iframe height */
    z-index: 1;
}

/* MEMBERS AREA ----------------------------------------- */

.membersNav a {
    margin-bottom: 20px;
    padding: 10px 10px 10px 75px;
    display: block;
    transition: all 0.3s ease 0s;
    position: relative;
    height: 85px;
}

.membersNav a h4 {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
}

.membersNav a p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
}

.membersNav a i {
    position: absolute;
    left: 18px;
    top: 22px;
    font-size: 40px;
}

.credits input[type=text] {
    border: none;
    pointer-events: none;
    tab-index: -1;
    text-align: center;
    background: transparent;
}

.credits th {
    font-weight: 600;
}

.credits th, .credits td {
    text-align: center;
    vertical-align: middle !important;
    font-size: 14px;
    color: #5d5d5d;
}

#tokendetail th, #tokendetail td  {
    font-size: 14px;
    color: #5d5d5d;
    border: 1px solid #ddd;
}

/* BOOKINGS ----------------------------------------- */

.panel-primary .panel-heading small{
    color: #fff;
}
.panel-primary small {
    font-size: 12px;
    display: block;
    float: right;
    line-height: 25px;
    vertical-align: middle;
}

.panel-primary table {
    font-size: 14px;
}

.panel-primary b {
    font-weight: 600;
}

.panel-primary .label {
    font-size:13px;
    padding: .3em .6em .3em;
}

.text-left small {
	float:none;
}

/* ADD EDIT LISTINGS ----------------------------------------- */

.addEditListing .checkbox-inline {
    width: 25%;
}

@media (max-width: 992px) {
    .addEditListing .checkbox-inline {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .table.credits .btn-primary {
        margin-bottom: 5px;
    }

    .navbar-right {
        margin-right: 0;
    }
}

.addEditListing .images .image {
    margin-bottom: 45px;
}

.addEditListing .images .image span {
    display: inline-grid;
    position: absolute;
    margin:30px 0px;
}

.addEditListing .images .image span>a>i {
    background-color: #ececec;
    color: #000;
    padding: 10px;
	font-size: 16px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.addEditListing .images .image {
		width: 100%;
	}

    .intro-video {
        height: auto;
    }

    iframe {
        height: auto;
    }
}

/* PREMIER ESTABISHMENTS */
.premier-notice {
    padding: 10px;
    border-radius:2px;
    margin-bottom: 5px;
}

/* WYSIWYG ----------------------------------------- */

.wysiwyg {
  overflow: hidden;
}

.wysiwyg #description {
    resize: vertical;
    overflow: auto;
    border: 1px solid silver;
    min-height:200px;
    background: white;
    padding: 1em;
    width: 100%;
    outline: 0;
}

.wysiwyg #editControls {
    padding-bottom:5px;
    padding-top: 5px;
}

.wysiwyg #editControls i {
    line-height: 1.1em;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item span.simditor-icon {
    line-height:40px!important;

}

.btn-book-promotion {
    margin-top: 5px;
    left: 1062px;
    width: 104px;
    float: right;
}

.btn-more-info-se {
    margin-top: 15px;
}

.panel-borderless {
    border: 0;
    box-shadow: none;
}

@media (max-width: 500px) {
    .btn-book-promotion {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .btn-more-info-se {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
    }
}

@media  (min-width: 992px) and (max-width: 1200px) {
    .btn-manage-entertainment {
        width: 100% !important;
    }
}

@media (min-width: 767px) {
    .remove-md-l-padding {
        padding-left: 0px !important;
    }

    .btn-view-stats {
        margin-left: 3px;
    }

    .btn-delete-promotion {
        margin-left: 3px;
    }
}

.custom-s-e-card-p {
    margin-top: 10px;
    margin-bottom:10px;
    min-height: 70px;
}

.grab {
    width: 25px;
	vertical-align:top;
}

.d-none {
    display: none;
}

.dropzone {
    border:2px dotted #c9d8db!important;
    margin-bottom:30px;
    background: #fafafa !important;
    padding:45px 20px!important;
}

.dropzone .dz-message .dz-button {
    font-size:18px!important;
    font-weight:600!important;
}

.dropzone .dz-message .note {
    font-size:14px!important;
    font-style: italic!important;
}

/* Whatsapp icon */

.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#008489;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float {
	margin-top:16px;
}

.float:hover, .float:focus {
    background-color:#77BDBD;
    color:#FFF;
}


/* MESSAGES ----------------------------------------- */

.inbox-box {
    border: 3px solid #9D003B;
    padding: 10px 20px;
    background-color: #FBE7EE;
    border-radius: 5px;
    display: inline-block;
}

.inbox-box a, .inbox a:hover {
    color: #9D003B !important;
}

.inbox-box i {
    font-size: 18px;
    margin-right: 10px;
}

.inbox-box h4 {
    display: inline-block;
}

.inbox-box h4, .inbox-box p {
    margin-top: 0;
}

.inbox-box p {
    margin-bottom: 0;
}

.chat-sidebar {
    display: block;
    min-height: 460px;
    max-height: 460px;
    overflow-y: auto;
}

.chat-sidebar .list-group {
    padding-top: 0px;
}

@media (max-width: 991px) {
    .chat-sidebar .list-group {
        padding-top: 60px;
    }
}

.chat-sidebar .list-group-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.chat-sidebar .list-group-item>em {
    font-size: 12px;
}

a.list-group-item .chat-actions {
    float: right;
}

a.list-group-item>span {
    color: #9D003B;
    font-size: 40px;
    line-height: 0px;
    padding-right: 20px;
}

a.list-group-item span.archive-chat {
    color: #808080;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    padding-top: 20px;
    right: 0;
    padding-right: 10px;
}

.chat-sidebar-heading i {
    float: right;
    font-size: 25px;
    line-height: 20px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #52A6A6;
    color: #fff;
    line-height: 20px;
    border: 1px solid #52A6A6!important;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.chat-sidebar-heading {
    background-color: #52A6A6;
    color: #fff;
    line-height: 20px;
    border: 1px solid #52A6A6!important;
    border-radius: 0;
    position: relative!important;
}

.messages-inner {
    height: 460px;
    overflow-y: auto;   
}

.messages-inner.no-reply {
    max-height: 450px;
    overflow-y: auto;
    min-height: 450px;
    margin-top: auto;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    position: relative;
}

.messages-inner.no-reply .chat-bubble.admin-sent {
    max-width: 400px;
    margin-left: auto;
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .mobi-chat-sidebar {
        min-height: 70px;
    }
}

.chat-viewing {
    background-color: #FBE7EE;
}

.message-send {
    background: #fafafa;
}

.message-send textarea {
    height: 100px;
    border-radius: 5px;
}

.message-send button {
    text-transform: uppercase;
    font-weight: 600;
}

.chat-bubble {
    max-width: 400px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #E1E1E1;
}

.chat-bubble .name {
    font-weight: 600;
}

.chat-bubble span {
    float: right;
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
}

.chat-bubble.recieved {
    margin-left: auto;
    background-color: #FBE7EE;
}

.chat-bubble.recieved.unread {
    margin-left: auto;
    background-color: #FBE7EE;
    border: 2px solid #9D003B;
}

.chat-bubble.sent {
    margin-right: auto;
    background-color: #ECFCFC;
}

.chat-bubble.admin-sent {
    margin-left: 15%;
    background-color: #FCF8E3;
}

.chat-bubble.admin-sent.unread {
    margin-left: 15%;
    background-color: #FCF8E3;
    border: 2px solid #9D003B;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .chat-bubble.recieved, .chat-bubble.sent, .chat-bubble.recieved.unread {
        max-width: 350px;
    }

    .chat-bubble.admin-sent {
        max-width: 350px;
        margin-left: 9%;
    }
}

.admin-general-sent {
	max-width: 100% !important;
	margin-left: 0 !important;
}

/* Chat Scrollers */

.messages-inner::-webkit-scrollbar {
    width: 10px;
}

.messages-inner::-webkit-scrollbar-track {
    background: #e3e3e3;
}

.messages-inner::-webkit-scrollbar-thumb {
    background: #008489;
}

/* Showcase */
.showcase-topbar .btn-primary {
    float: right;
    margin-top: 5px;
}

.showcase-topbar img {
    width: 60%;
}

.showcase-topbar {
    vertical-align: middle;
    padding: 20px 0;
}

.showcase-header .btn-primary {
    display: none;
    max-width: 40%;
    margin: auto;
}

.showcase-header .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    text-align: center;
    border-bottom: 0;
    margin-top: 0;
}

.showcase-header .col-md-12 {
    padding: 0;
}

.showcase-header h1 {
    padding-top: 12%;
    color: #fff;
    text-transform: uppercase;
    /* background-color: rgba(0,0,0,0.5); */
    margin: 0;
}

.showcase-header p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.showcase-intro {
    padding-bottom: 5%;
}

.showcase-intro .col-md-5 {
    padding-top: 6%;
}

.showcase-intro h2 {
    color: #9D003B;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
}

.showcase-intro ul {
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}

.showcase-intro li {
    margin: 10px 0;
}

.showcase-intro i {
    color: #9D003B;
    vertical-align: middle;
    line-height: 20px;
    font-size: 20px;
}

.gallery-slide {
    max-height: 780px;
    overflow-y: scroll;
}

.gallery-slide img {
    vertical-align: middle;
    height: auto;
    margin-bottom: 20px;
    width: 70%;
    float: right;
    margin-right: 5px;
}

.gallery-slide::-webkit-scrollbar {
    width: 8px;
    background-color: transparent; 
}
    
.gallery-slide::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #5D5D5D; 
}

.home-counter {
    background-color: #9D003B;
    padding: 40px 0;
}

.counter-box {
    display: block;
    padding: 0px 20px;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.counter-box p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.counter {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 100px;
}

.border-lr {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.border-r {
    border-right: 1px solid #fff;
}

.membership-options {
    padding: 5% 0;
}

.membership-options h2 {
    margin-bottom: 5%;
    color: #9D003B;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
}

.membership-options .list-group {
    padding-left: 0;
    margin-bottom: 20px;
    min-height: 500px;
}

.membership-options .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 0!important;
}

.membership-options .list-group-item h4 {
    font-weight: 800;
    font-size: 20px;
}

.membership-options .list-group-item h5 {
    font-weight: 800;
    font-size: 25px;
    color: #9D003B;
    text-transform: none;
}

.membership-options ul {
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}

.membership-options li {
    margin: 10px 0;
}

.membership-options i {
    color: #9D003B;
    vertical-align: middle;
    line-height: 20px;
    font-size: 20px;
}

.membership-options ul .col-md-1 {
    padding: 0;
    width: 5%;
}

.membership-options ul .col-md-11 {
    padding: 0;
}

.membership-options .btn-lg {
    margin-top: 20px;
}

.red-back {
    background-color: #9D003B;
    padding: 35px;
}

.red-back p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 100;
    font-style: italic;
}

.mobile-only-link, .mobile-only-heading, .mobile-gallery-slide, .mobile-only {
    display: none;
}

@media (max-width: 766px) {

    .gallery-slide {
        display: none;
    }

    .mobile-gallery-slide img {
        vertical-align: middle;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .showcase-topbar {
        text-align: center;
        padding: 10px 0 30px 0;
    }

    .showcase-topbar .btn-primary {
        display: none;
    }

    .showcase-header .banner {
        height: 200px;
        margin-top: -20px;
    }

    .showcase-header h1 {
        font-size: 25px;
    }

    .showcase-header .btn-primary {
        display: block;
    }

    .membership-options ul .col-md-1 {
        padding: 0;
        width: 10%;
    }

    .showcase-intro .btn-primary {
        margin-bottom:10px;
        width: 100%;
    }

    .gallery-slide img {
        width: 100%;
        margin-right: 0;
    }

    .gallery-slide {
        max-height: none;
        overflow-y: scroll;
        margin-top: 20px;
    }

    .gallery-slide::-webkit-scrollbar {
        width: 0;
    }

    .border-lr, .border-r {
        border: 0;
    }

    .membership-options h2 {
        margin-bottom: 10%;
        text-align: left;
        font-size: 40px;
    }

    .membership-options .list-group {
        padding-right: 0;
    }
    
    .membership-options .list-group-item {
        border: 0;
        padding: 0px 20px;
    }

    .mobile-only-link, .mobile-only-heading, .mobile-gallery-slide, .mobile-only {
        text-align: center;
        display: block;
    }

    .mobile-only-link a {
        color: #000;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .showcase-header .banner {
        height: 300px;
    }

    .mobile-only-link, .mobile-only-heading {
        text-align: center;
        display: block;
    }

    .mobile-only-link a {
        color: #000;
    }

    .gallery-slide::-webkit-scrollbar {
        width: 0;
    }

    .gallery-slide {
        display: none;
    }

    .mobile-gallery-slide img {
        vertical-align: middle;
        width: 47%;
        height: auto;
        margin: 10px;
        float: left;
    }

    .mobile-only-link, .mobile-only-heading, .mobile-gallery-slide {
        text-align: center;
        display: block;
    }

    .border-lr, .border-r {
        border: 0;
    }

    .membership-options .list-group {
        padding-left: 10px;
        padding-right: 10px;
    }

    .membership-options .list-group-item {
        border: 1px solid #ddd;
        padding: 20px;
        min-height: 540px;
    }

    .membership-options ul .col-md-1 {
        padding: 0 30px 0 0;
    }

    .red-back {
        background-color: #9D003B;
        padding: 25px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .showcase-topbar img {
        width: 70%;
    }
    
    .showcase-header h1 {
        padding-top: 20%;
    }

    .red-back {
        padding: 25px;
    }

    .membership-options ul .col-md-1 {
        width: 8%;
    }

    .counter-box {
        padding: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        width: 1170px;
    }

    .showcase-header h1 {
        padding-top: 20%;
    }

    .showcase-intro .col-md-5 {
        padding-left: 9%;
    }

    .showcase-intro .col-md-7 {
        padding-right: 5%;
    }

    .col-md-1 {
        padding: 0;
    }

    /* color.php */
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a, .pagination>li>span {
        width: 20px;
        display: block;
        text-align: center;
        margin: 0;
    }

    .pagination>li>a, .pagination>li>span {
        width: 100%;
    }
    .listingDetail {
        padding-top: 5%;
    }
    /* ----------------------------------------- */

    .pagination>li>a, .pagination>li.active>a {
        width: 30px;
        height: 34px;
    }

    .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        width: auto;
    }
}

.listingDetail {
    position: relative;
}

.listing-flag {
    width: 40px;
    position: absolute;
    bottom: 0px;
    right: 21px;
}

.listing-page .listingDetail {
    padding-top: 0;
}

@media (min-width: 768px) {
    .ld-h-w-80 {
        width: 80%;
    }
    
    /* .ld-flag-desktop {
        position: absolute;
        width: 60px;
        top: 50px;
        right: 20px;
    } */

    .ld-flag-mobile, .ld-premier-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .ld-flag-desktop {
        display: none;
    }

    .ld-flag-mobile {
        position: absolute;
        width: 45px !important;
        right: 20px;
        display: block;
    }

    .ld-premier-mobile {
        position: absolute;
        width: 35px !important;
        right: 75px;
        padding-top: 5px; 
    }
}

.reg-add-email {
    display: none;
}

.scrollbox {
    height:70%;
    overflow-y: scroll;
    padding:8px;
    border:1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.save-update-bar {
    position:fixed;
    background-color: #fff;
    z-index:999999;
    padding:30px;
    bottom:0;
    left:0;
    width:100%;
    -webkit-box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.12);
    box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.12);
}

.save-update-bar p {
    padding-top: 10px;
}

#chatForm .form-check-input {
    vertical-align: text-top;
}

#chatForm .form-check {
    margin-top: 14px;
}

.chat-bubble {
    position: relative;
}

.noreply-bubble {
    padding-bottom:40px;
}

.no-reply-notice {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding:5px;
    text-align: center;
    margin:0;
    border:none;
}

/****** Style Star Rating Widget *****/

.rating { 
    border: none;
    float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 2em;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    content: "\f164";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right; 
    cursor: pointer;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #008489;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #008489;  } 

.rating-static { 
    border: none;
    float: left;
}

.rating-static > input { display: none; } 
.rating-static > label:before { 
    margin: 5px;
    font-size: 1.5em;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    content: "\f164";
}

.rating-static > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating-static > label { 
    color: #ddd; 
    float: right; 
    cursor: pointer;
}

.rating-static .filled { color: #008489;  } 

/* Listing Icons */
.listing-icons {
    padding: 0;
    margin: 0;
}

.listing-icons span {
    display:inline-block;
    padding-right: 8px;
    color:#008489;
}

.listing-icons {
    padding: 0;
    margin: 0;
}

.listing-icons-full {
    padding-top: 28px;
}

.listing-icons-full span {
    margin-right: 40px;
    color:#008489;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
}

.listing-icons-full span i {
    font-size: 30px;
}

@media (max-width: 766px) {
    .listingDetail .description {
        margin-top: 0;
    }
    
    .listing-icons-full span {
        width: 47%;
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 12px;
        padding-top: 15px;
    }

    .listing-icons-full span i {
        font-size: 35px;
    }
}

.gm-style-iw-d {
    padding-top:18px!important;
    
}

.gm-style-iw-chr {
    position: absolute!important;
    top: 0!important;
    width: 100%!important;
}

.gm-style-iw {
    max-width:400px!important;
}

.map-popup-image {
    padding-right: 0!important;
    padding-left: 0!important;
}

.map-popup h5 {
    margin-top:0px!important;
}

#google_translate_element {
    /* display:inline-block; */
    vertical-align: middle;
}

.goog-te-gadget .goog-te-combo {
    margin:0!important;
    margin-right:10px!important;
}

.translation-links {
    display:inline-block;
    margin-right:10px;
}

.skiptranslate {
    display:inline-block;
}

iframe.skiptranslate {
    display:none;
}
    
.goog-te-gadget {
    overflow: hidden;
    max-height: 19px;   
} 

.alert-nrn {
    background-color: #9D003B;
    color:#fff;
}

#map { 
    width: 100%; 
    height: 640px!important; 
}

.mapboxgl-popup-content { 
    width: 400px; 
    padding: 10px; 
}

.map-popup.listing { 
    display: flex; 
    flex-wrap: wrap; 
}

.map-popup-image { 
    flex: 0 0 40%; 
}

.map-popup-image img { 
    width: 100%; 
    height: auto; 
}

.map-popup-image .grading {
    left:0;
    top:0;
}

.map-popup .col-md-7 { 
    flex: 0 0 60%; 
    padding-left: 10px; 
}

.grading { 
    color: #ffd700; 
    font-size: 16px; 
}

.type { 
    display: block; 
    font-size: 12px; 
    color: #666; 
}

.map-popup-image .btn-primary { 
    background-color: #008489; 
    color: white; 
    padding: 5px 10px; 
    text-decoration: none; 
}

.custom-marker { 
    background: url('/img/map/listing-marker.png'); 
    width: 30px; 
    height: 30px; 
    background-size: contain; 
}

.pswp__caption__center {
    text-align: center!important;
}