@font-face {
font-family: 'NimbusSanL-Reg';
src: url('../fonts/NimbusSanL-Reg.eot');
src: url('../fonts/NimbusSanL-Reg.eot') format('embedded-opentype'),
url('../fonts/NimbusSanL-Reg.woff2') format('woff2'),
url('../fonts/NimbusSanL-Reg.woff') format('woff'),
url('../fonts/NimbusSanL-Reg.ttf') format('truetype');
}


body {
     background-color: #fff;
    font-size: 17px;
    line-height: 25px;
    color: #333333;
    font-family: 'NimbusSanL-Reg', sans-serif;
    font-weight: 600;
}
 h1, h2, h3, h4, h5, h6 {
     color: #444444;
}
 p {
     font-size: 17px;
    line-height: 25px;
    color: #444444;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
 img {
     height: auto;
     max-width: 100%;
}
 ul, ol {
     list-style: outside none none;
}
 ul {
     margin: 0;
     padding: 0;
}
 img {
     transform-style: preserve-3d;
}
 a {
     transition: color 300ms ease 0s, background-color 300ms ease 0s;
     text-decoration:none !important;
}
 a:hover {
     transition: color 300ms ease 0s, background-color 300ms ease 0s;
}
 a, a:hover {
     text-decoration: none;
     color:#ffea27;
}
 a:focus {
     outline: medium none;
     outline-offset: 0;
}

#responsive{
        display:none;
    }
    
#non-responsive{
        display:block;
}


/* Extra */
 .bg-cream
 {
    background:url(../img/ab.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
 }   
.bg-area
{
    background:url(../img/area-bg.png) no-repeat #000;
    background-attachment: fixed;
    background-size: cover;
}


 .bg-primary {
     background-color: #710000 !important;
}
 .bg-dark {
     background-color: #263238;
}
 .text-primary {
     color: #444444 !important;
}
 .text-secondary{
     color: #000 !important;
}
 .text-dark{
     color: #263238 !important;
}
.no-border{
    border:0px !important;
}
.no-radius{
    border-radius: 0px !important
}
 label {
     font-size: 15px;
     font-weight: 500;
     margin-bottom: 2px;
}
}
 .form-control {
     font-size: 15px;
     border-radius: 2px;
     height: 38px;
}
 textarea.form-control {
     height: auto;
}
 .help-block li {
     color: red;
}
 .pagination .page-item.active .page-link {
     background-color: #ffea27;
     border-color: #ffea27;
     color: #000;
     z-index: 1;
     box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
}
}
 .pagination .page-link:hover{
     background-color: #34a69b;
     border-color: #34a69b;
     color: #fff;
}
 .pagination .page-link {
     border: medium none;
     border-radius: 42px;
     color: #710000;
     border: 1px solid #ccc;
     font-weight: 500;
     height: 38px;
     line-height: 20px;
     margin: 0 3px;
     text-align: center;
     width: 38px;
}
 .box-shadow-none {
     border: 7px solid #fff !important;
     box-shadow: none !important;
}
 .round-icon {
     background: #fff none repeat scroll 0 0;
     border-radius: 50px;
     box-shadow: 0 5px 7px #efd2cb;
     display: inline-block;
     height: 90px;
     line-height: 88px;
     text-align: center;
     width: 90px;
}
 .inner-header {
     background: rgba(0, 0, 0, 0) url("../img/bread.jpg") no-repeat center center;
     position: relative;
     background-size: cover;
     padding-top: 10% !important;
     
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}
.inner-header h1 {
    color: #fff !important;
}
.inner-header p {
    color: #fff;
}
.inner-header a {
    color: #ffea27;
}
 .overlay{
     background:#000 none repeat scroll 0 0;
     bottom: 0;
     left: 0;
     opacity: 0.7;
     opacity: 0.4;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header::after {
     background: #000 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     opacity: 0.8;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header .container {
     position: relative;
     z-index: 9;
}
 .login-with-social .btn {
     color: #fff;
     font-size: 18px;
     padding: 13px 0;
     position: relative;
     font-weight: 400;
     box-shadow: 0 5px 7px #e0e5e8;
     text-transform: uppercase;
}
 .btn-twitter {
     background: #55acee none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-google {
     background: #dd4b39 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-facebook {
     background: #3b5999 none repeat scroll 0 0 !important;
     color:#fff !important;
}
.btn-pinterest {
     background: #bd081b  none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-instagram {
     background: #517fa6 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-whatsapp {
     background: #25d366 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-messenger {
     background: #0084ff none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .login-with-social .btn .mdi {
     font-size: 19px;
     left: 18px;
     position: absolute;
     top: 8px;
}
 b, strong {
     font-weight: bold;
}
.navbar-brand img
{
    width: 180px;
}

 #map {
     height: 600px;
     width: 100%;
}
 #content .card {
     box-shadow: none;
     margin: 0;
     padding: 26px 0px 26px 26px;
}
 #content .card-body, #content .card-footer {
     padding: 16px 0;
}
 #content .card-footer span {
     font-size: 17px;
}
 #content .card-footer {
     padding-bottom:0px;
}
 .map-slider-form {
     background: #ffffff none repeat scroll 0 0;
     left: auto !important;
     padding: 20px 0;
     position: relative !important;
     right: auto !important;
}
 .slider-form.map-slider-form .select2 {
     border: 1px solid rgba(204, 204, 204, 0.3);
     width: 100%;
}
 .slider-h-auto .carousel-item {
     height: auto !important;
}
 .padding-card .card-body {
     padding: 35px;
}
 .margin-auto {
     margin: auto;
}
 .no-radius {
     border-radius: 0 !important;
}
.t-align-l {
     text-align: left !important;
}
 .select2-container--open .select2-dropdown--below {
     border: medium none;
     border-radius: 0;
}
 .section-padding {
     padding: 50px 20px;
}
 .section-title h2 {
     font-size: 27px;
     font-weight: bold;
     text-transform: uppercase;
}
.line{
    height: 3px;
    background: #ffea27;
    width: 12%;
    margin: auto;
}
 .text-success {
     color: #63F2F0 !important;
}
 a.text-success:focus, a.text-success:hover {
     color: #4BE4E2 !important;
}
 .btn {
     border-radius: 35px;
     font-size: 17px;
     font-weight: bold;
}
 .btn-lg {
     color: #fff;
     padding: 14px 40px;
}
 .btn-primary {
     background-color: #ffea27;
    border-color: #ffea27 !important;
    color: #000;
}
 .btn-primary:hover, .btn-primary:focus {
    background-color: #ffea27;
    border-color: #000 !important;
    color: #000;
}
 .btn-outline-primary {
     background-color: transparent;
     background-image: none;
     border-color: #ffffff;
     color: #ffffff;
}
 .btn-outline-primary:hover {
     background-color: #ffea27;
     border-color: #ffea27;
     color: #fff;
}
 .btn-secondary {
	background: #ffea27 none repeat scroll 0 0;
	border-color: #ffea27;
	color: #000;
	border-radius:35px;
}
 .btn-secondary:hover, .btn-secondary:focus {
     background-color: #ffea27 !important;
     border-color: #ffea27 !important;
     color: #000;
}
.btn-outline-warning {
    background-color: transparent;
    background-image: none;
    border-color: #ffea27 ;
    color: #ffffff;
}
.btn-outline-warning:hover, .btn-outline-warning:focus {
    background-color: #ffea27  !important;
    border-color: #ffea27  !important;
    color: #ffffff;
}
.btn-warning {
    background-color: #ffea27 ;
    border-color: #ffea27 ;
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus
{
	background-color: #ffea27  !important;
	border-color: #ffea27  !important;
	color: #ffffff;
}
 .btn-outline-secondary {
     background-color: transparent;
     background-image: none;
     border-color: #b71c1c;
     color: #b71c1c;
}
 .btn-outline-secondary:hover {
     background-color: #b71c1c;
     border-color: #b71c1c;
     color: #fff;
}
 .btn-success {
     background-color: #63F2F0;
     border-color: #63F2F0;
     color: #0C8B89;
}
 .btn-success:hover, .btn-success:focus {
     background-color: #4BE4E2 !important;
     border-color: #4BE4E2 !important;
     color: #0C8B89 !important;
}
 .btn-success.disabled, .btn-success:disabled {
     background-color: #4BE4E2;
     border-color: #4BE4E2;
     color: #0C8B89;
}
 .btn-outline-success {
     background-color: transparent;
     background-image: none;
     border-color: #63F2F0;
     color: #63F2F0;
}
 .btn-outline-success:hover {
     background-color: #4BE4E2;
     border-color: #4BE4E2;
     color: #0C8B89;
}
 .btn-outline-success.focus, .btn-outline-success:focus {
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-outline-success.disabled, .btn-outline-success:disabled {
     background-color: transparent;
     color: #4BE4E2;
}
 .text-success {
     color: #64ddba !important;
}
 .demo-page .card.padding-card .card-body {
     padding: 0;
}
 .demo-page .card.padding-card .card-body h5 {
     font-size: 15px;
     padding: 4px 10px;
}
.bg-danger {
   
background: #222 !important;
    border-radius: 51px;
    margin: 46px auto 0;
    position:absolute; 
    z-index: 999;
}

/* Navbar */
 .bg-light {
     background-color: #fff !important;
     box-shadow: 0 5px 6px rgba(207, 216, 221, 0.38) !important;
     z-index: 999;
}
 nav.navbar {
    padding: 0;
    left: 0;
    right: 0;
}
nav.navbar .navbar-nav .nav-link, nav.navbar .navbar-nav .nav-link:hover {
     color: #fff;
     font-weight: normal;
     padding: 25px 8px;
     text-transform: uppercase;
     font-size: 12px;
}

.nav-link:hover {
color: #ffea27;    
}

 .dropdown-menu {
     border: medium none;
     border-radius: 0;
     margin: 0;
}
 .dropdown-menu .dropdown-item {
     font-size: 13px;
     padding: 7px 20px;
}
 .main-nav-right .btn {
     padding: 7px 16px;
	 border-radius: 50px;
}
 .main-nav-right .list-inline-item {
     margin: 0;
}

/* Slider */
 .samar-slider {
     position: relative;
}
 .samar-slider .carousel-item {
     height: 100vh;
     min-height: 100vh;
     background: no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
.slider-one{
	background-image: url('../img/slider/1.jpg') !important;
}
.slider-two{
	background-image: url('../img/slider/2.jpg') !important;
}
.slider-three{
	background-image: url('../img/slider/3.jpg') !important;
}
/* Slider Form */
.slider-form {
  left: 145px;
  text-align: center;
  position: absolute;
  right: 145px;
  top: 40%;
  top: 50%;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 999px) {
  #responsive {
    background: #000 !important;
  }
}
.slider-form.prop-lst
{
   position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.slider-form h2 {
    font-size: 50px;
    letter-spacing: 1.4px;
    font-family: 'Charm', cursive;
}

.slider-form p
{
    font-size: 18px;
}
.banner-list{padding-top:8%;}
 .banner-list h1 {
     font-size: 36px;
}
 .banner-list h6 {
     color: #666;
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
}
 .slider-form .nav-tabs {
     border: medium none;
     margin: auto auto 12px;
     text-align: center;
}
.slider-form .nav-tabs a {
     background: #fff none repeat scroll 0 0;
     border: medium none;
     border-radius: 50px;
     color: #003366;
     font-weight: 600;
     margin-right: 10px;
     padding: 6px 23px;
     position: relative;
     text-transform: uppercase;
}
 .slider-form .nav-tabs a.active {
     background: #ffea27 none repeat scroll 0 0;
     color: #fff;
}
 .slider-form .nav-tabs a.active:after {
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-top: 8px solid #ffea27;
     bottom: -6px;
     content: "";
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     width: 14px;
}
 .slider-form .tab-content {
     background: #fff none repeat scroll 0 0;
     
     overflow: hidden;
}
 .slider-form .input-group-addon {
     line-height: 58px;
     position: absolute;
     text-align: center;
     width: 41px;
     z-index: 9;
}
 .slider-form .input-group-addon .mdi {
     font-size: 18px;
}
 .slider-form .select2-selection {
     border: medium none !important;
     border-radius: 0 !important;
     height: auto !important;
     padding: 15px 15px 15px 33px;
}
 .slider-form .select2 {
     width: 100% !important;
     border-right: 1px solid rgba(204, 204, 204, 0.3);
}
 .slider-form .form-control {
     border: medium none !important;
     border-radius: 0 !important;
     height: auto !important;
     padding: 19px 15px 19px 43px;
     border-right: 1px solid rgba(204, 204, 204, 0.3) !important;
     font-size: 13px;
}
 .slider-form .select2-selection__arrow {
     margin: 15px 12px 0;
}
 .slider-form .btn {
     font-size: 13px;
     padding: 19px 8px;
}
 .select2-dropdown {
     border: medium none;
     border-radius: 0;
}
 .inner-page-form .input-group{
     padding: 1px;
}
.btn-hd
{
    text-align: left;
    margin-top: 1px;
}
.btn-hd a
{
    background: #ffea27;
    color: #fff;
    font-size: 15px;
    padding: 19px 20px;
    display: inline-block;
}

.slider-form.prop-lst .select2-selection
{
padding: 5px 5px 5px 15px;
font-size: 12px;
text-align: left;

}

.slider-form.prop-lst .btn
{
    padding: 10px 5px;
    font-size: 12px;
}
.slider-form.prop-lst .btn span
{
    color: #000;
    background: #fff;
    padding: 1px;
}

.slider-form.prop-lst .input-group-addon
{
    line-height: 38px;
    left: 4px;
    text-align: left;

}

.slider-form.prop-lst .select2-container--default .select2-selection--single .select2-selection__arrow
{
height: auto;
}

.slider-form.prop-lst .select2
{
    border: 1px solid rgb(179, 173, 173);
}
.gal-prt
{
    background:#fff;
    padding: 5px;
    box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
}



#plam
{
    display: none;
}
.am-list 
{
    text-align: left;
    width: 83%;
    margin: 10px auto;
}
.am-list ul
{
    padding: 0;
    margin:0;
    list-style-type: none;
}
.am-list ul li {
   display: inline-block;
    width: 21%;
    min-width: 245px;
    color: #fff;
    /* font-size: 11px; */
    margin-bottom: 10px;
    vertical-align: top;
    margin: 4px;
}
.am-list ul li .form-check-label
{
    font-size: 15px;
}

/* Card */
.bg-grey{background:#f1f6fc;}
 .card {
     border: medium none;
    box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
     margin-bottom: 30px;
     text-align: center;
}
 .card-img {
     position: relative;
}
.card-img-top
{
    border-radius: 0px;
    height: 210px;
    object-fit: cover;
    object-position: center;
}

 .images-badge {
     background: #fff none repeat scroll 0 0;
     color: #ffea27;
     font-size: 16px;
     left: 20px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     position: absolute;
     right: auto !important;
     z-index: 9;
}
.property-list-page{
    position:relative !important;
    width: 100% !important;
}
 .card-list{}
 .card-list .badge {
     top: 20px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     font-size: 11px;
     font-weight: 500;
     padding: 6px 8px;
     position: absolute;
     right: 20px;
     z-index: 9;
}
 .card-list .card-body h2  {
    font-size: 20px;
    font-weight: bold;
    background: rgb(255, 255, 255);
    line-height: 39px;
    z-index: 9;
    position: relative;
}

 .card-list .card-body .card-title {
     font-size: 14px !important;
     font-weight: 500;
}
 .card-list .card-body .card-subtitle {
     font-size: 17px;
    font-weight: 600 !important;
    color: #676767 !important;
}
 .card-list .card-body .card-subtitle i {
     color: #000;
     display: inline-block;
     height: 23px;
     line-height: 21px;
     margin: 0 4px 0 0;
     text-align: center;
     width: 23px;
     font-size: 23px;
}

.card-list .mdi-cash
{
    color: #ffea27;
    font-size: 19px;
    line-height: 18px;
    position: relative;
    top: 2px;
}
 .card-list p{
    margin:5px 0;
    color:#676767;
 }


 .card-list .card-body h2 small {
     font-size: 17px;
}
 .card-list .card-footer span {
     color: #666666;
    font-size: 17px;
    margin: 0 7px 0 0;
}
 .card-list .card-footer span i {
     color: #000;
     margin: 0 2px 0 0;
     font-size: 23px;
}
 .card-footer {
     background: #ffffff none repeat scroll 0 0;
}
 .card-overlay {
    height: 380px;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px;
    border: 1px solid #e1e9f2;
    background: #f1f6fc !important;
}
 .card-overlay .card-img {
     height: 380px;
     object-fit: cover;
     width: 100%;
     border-radius: 10px;
}
 .card-overlay .card-img-overlay {
     left: 0;
     margin: auto;
     right: 0;
     text-align: center;
     top: auto;
     background-color:rgba(0, 0, 0, 0.5);
     margin:0px 9px;
}
/*
bread-sec




/* Agents Card */
 .agents-card {
	background: #000 none repeat scroll 0 0;
	border-radius: 2px;
	padding: 40px;
	box-shadow: 0 5px 7px #e0e5e8;
}
 .agents-card img {
     background: #fff none repeat scroll 0 0;
     border-radius: 90px;
     box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     height: 107px;
}
 .agents-card p
 {
    color: #fff;
 }
 .agents-card h4
 {
    color: #fff;
    font-size: 17px;
 }

 .about-agent .card-body {
     padding: 22px 0 0 !important;

}
.
 .about-agent .card {
     box-shadow: none !important;
     margin: 0 !important;
}
 .about-agent h5 {
     font-weight: 700 !important;
}
/* Sidebar Card */
 .sidebar-card .card-body {
     padding: 35px;
}
.inner-side-bar{
    border-radius:0px; text-align: left;
}
.inner-side-bar h5{
    border-bottom: 2px solid #ffea27;
    padding-bottom: 7px;
}
.card-body h5
{
    font-size: 18px;
    font-weight: 600;
}
 .sidebar-card-list
 {
    margin-bottom: 15px;
 }
 .sidebar-card-list li{
    display: inline-block;
    width: 32%;
    color: #666;
    border-bottom: 1px solid #eee;
    line-height: 35px;
    vertical-align: top;
}
.sidebar-card-list li i
{
    margin-right: 5px;
    color: #ffea27;
    font-size:24px;
}
.map-prt iframe
{
width: 100%;
height: 350px;
}

}
 .sidebar-card-list > li {
     line-height: 32px;
}
 .sidebar-card-list li a .sidebar-badge {
     float: right;
     font-weight: 500;
     margin: 0;
}
 #featured-properties .card-body{padding:12px !important;}
 #featured-properties .card-body, #featured-properties .card-footer {
     padding: 17px 0;
}
 #featured-properties .card {
     box-shadow: none;
}
 #featured-properties img {
     border-radius: 3px;
}
 #featured-properties .carousel-indicators .active {
     background-color: #818080;
}
 #featured-properties .carousel-indicators li {
     background-color: rgba(166, 166, 166, 0.5);
}
 #featured-properties .carousel-indicators {
     margin: 0;
}
/* Grid/list Filters */
 .tags-action span {
     background: #fff none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 11px #daebff;
     display: inline-block;
     padding: 3px 10px;
}
 .tags-action span i {
     margin: 0 0 0 3px;
}
 .samar_top_filter {
     margin-bottom: 18px;
}
 .view-mode {
     margin: 0 0 0 9px;
}
 .view-mode a {
     background: #fff none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 11px #777777;
     display: inline-block;
     margin: 0 0 0 4px;
     padding: 3px 10px;
}
 .view-mode a.active {
     color: #34495e;
}
 .sort-by-btn .btn {
     min-width: 160px;
     padding: 4px 9px;
     text-align: left;
}
 .sort-by-btn .dropdown-toggle::after {
     position: absolute;
     right: 11px;
     text-align: right;
     top: 15px;
     vertical-align: top;
}
/* Properties List */

.new-drop{
    width:80%;
    float:left;
}

#orderprice{
    border-radius:0;
}

.new-drop{
    position: static;
    display: inline-block;
    text-align: right;
    margin-bottom: 0;
    margin-top: -21px;
}

.new-tab{
    width:80%;
    float:left;
}

 .card-list-view .card-body, .card-list-view .card-footer {
     padding: 20px 30px;
}
.property-list-view .card{
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.property-list-view .card-body{
    margin-top: 22px;
    text-align: left;
    padding: 6px 10px;
}
.property-list-view .card-footer{
    background: #f8f8f8; text-align: left; padding: 10px;
}
.property-list-view .card-footer span{
    font-size: 15px;
    background: #fff;
    padding: 7px;
    margin: 0px;
}
.property-list-view .card-footer span i{
    color: #fff;
    margin: 0 2px 0 0;
    background: #ffea27;
    padding: 2px 5px;
    border-radius: 4px;
}
.property-list-view .card-title{
    background: rgba(15, 15, 15, 0.5);
    position: absolute;
    bottom: 7px;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    left: 10px;
    right: 9px;
}
.property-list-view .card-subtitle{
    font-size: 16px !important;
}
/* Blog */
.blog-single-page{
    border-radius: 0px;
    text-align: left;
    border:1px solid #eee;
}
 .blog-card .card-footer img {
     margin: 0 11px 0 0;
     width: 33px;
}
 .blog-card .badge {
     border-radius: 1px;
     font-size: 11px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     margin: 0 0 12px;
     padding: 4px 8px;
     text-transform: uppercase;
}
 .blog-card .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
}
 .blog-card .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
}
 .blog-card .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
}
 .blog-card .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40;
}
 .blog-card .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
}
 .blog-card .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8;
}
/* Property Single */
 .reviews-card .d-flex {
     height: 50px;
     width: 50px;
}
 .reviews-card h5 small {
     color: #848484;
     font-size: 12px;
     margin: 0 0 0 8px;
}
 .star-rating i {
     font-size: 15px;
     letter-spacing: -6px;
}
 .list-icon i {
     background: #ffea27  none repeat scroll 0 0;
     border-radius: 51px;
     box-shadow: 0 5px 7px #c8d0f3;
     color: #000;
     float: left;
     font-size: 31px;
     height: 52px;
     line-height: 50px;
     margin: 0 14px 0 0;
     text-align: center;
     width: 52px;
}
 .list-icon {
     margin-bottom: 33px;
}
 .list-icon strong {
     text-transform: uppercase;
    position: relative;
    top:15px;
}
 .list-icon p {
     line-height: 11px;
}
 .property-single-title {
     bottom: 0;
     left: 0;
     padding: 37px 0;
     position: absolute;
     right: 0;
}
.property-single-slider{
    border-radius: 0px;
    text-align: left;
    border:1px solid #eee;
}
.about-agent-info{
    text-align: left;
}

/* Add Property */
 .property-features-add .custom-control {
     margin: 7px 0;
}
 .fuzone {
     background: #f9f9f9 none repeat scroll 0 0;
     border: 2px dashed #eeeeee;
     border-radius: 3px;
     cursor: pointer;
     display: inline-block;
     min-height: 150px;
     position: relative;
     text-align: center;
     transition: all 0.3s linear 0s;
     width: 100%;
}
 .fuzone .fu-text {
     color: #98aab8;
     font-size: 12px;
     margin: 50px 0;
     position: relative;
     text-align: center;
}
 .fuzone .fu-text i {
     display: inline-block;
     font-size: 54px;
     padding-bottom: 10px;
     transition: all 0.3s linear 0s;
     width: 100%;
}
 .fuzone input {
     cursor: pointer;
     height: 100%;
     left: 0;
     opacity: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 100;
}
/* My Account */
 .user-info{
   background-color:#ffffff;
   border-radius: 0px; 
   border:1px solid #eaeaea;
   box-shadow: none;
 }
.my-properties {
    position: relative !important;
    width: 100% !important;
}
.user-side-bar .active {
    background: #036;
    border-color: #036;
    border-left: 3px solid #ffea27;
}
.user-side-bar a span {
    color: #000;
    padding-right: 9px;
    font-size: 16px;
}
.my-properties-list{border:1px solid #eee; }
/* Property Single Gallery */
 .property-single-title-gallery {
     background: #f6f6f6 none repeat scroll 0 0;
     padding: 35px 0;
     position: relative;
}
/* Faq */
.faq-card{
    background: #f8f8f8;
    border-radius: 24px;
    padding: 10px 14px 3px;
}
.faq-card a{
    color:#036;
}

/* Contact Us */
.contact-us h6{
   font-weight: bold;
   color: #666 !important;
   margin-bottom: 15px; 
   font-size: 20px;
}
.contact-us h6 i{
    color: #000 !important;
    font-size:30px;
}

/* Footer */
.footer {
    background: #222  none repeat scroll 0 0;
}
.footer h6 {
     color: #fff;
     font-size: 17px;
     font-weight: bold;
}
 .footer ul li a {
     color: #fff;
}
.footer p {
    color: #fff;
}
 .newsletter-info {
     font-size: 11px;
     line-height: 15px;
     margin: 11px 0 0;
     color:#fff !important;
}
 .footer li {
     line-height: 34px;
}
 .footer-social a {
     background: #f5f5f5 none repeat scroll 0 0;
     border-radius: 50px;
     display: inline-block;
     height: 35px;
     line-height: 33px;
     text-align: center;
     width: 35px;
     color: #BCBCBC;
}
 .footer-social a:hover {
     background: #34495e none repeat scroll 0 0;
     color: #f5f5f5;
}

.footer-bottom {
    background: #1b1b1b none repeat scroll 0 0;
}
.footer-bottom p, .footer-bottom small {
    color: #fff;
}
.footer .logo {
    margin: 0 0 0 -6px;
}

.text-warning i{
    padding-right: 5px;
}

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


/* Mobile Media */
 @media (min-width: 0px) and (max-width: 767px) {
	.slider-form .nav-tabs a {
		margin: 0 0 5px 15px;
	}	
	.slider-form h2 {
		margin: 0 0 20px;
		padding: 0 15px;
	}
     .container {
         max-width: 100%;
    }
     .section-padding {
         padding: 50px 0;
    }
     nav.navbar {
         padding: 0px;
    }
     .navbar-toggler {
         padding: 2px 10px;
    }
     nav.navbar .navbar-nav .nav-link {
         border-bottom: 1px solid #ececec;
         padding: 10px 12px;
         text-align: center;
    }
     .main-nav-right {
         text-align: center;
    }
     nav.navbar .dropdown-menu .dropdown-item {
         font-size: 13px;
         padding: 7px 20px;
         text-align: center;
    }
    .inner-header{padding-top: 30% !important;}

     .carousel-indicators {
         left: 0;
         margin: 0;
         position: absolute;
         right: 0;
         bottom: 16px;
         display: none;
    }
     .banner-list {
         padding:0px 15px !important;
    }
     .banner-list h6 {
         font-size: 13px;
         font-weight: 100;
         line-height: 21px;
         margin: 0 0 27px !important;
    }
     .banner-list .card {
         margin-top: 30px;
    }
     .inner-page-form, .slider-form {
         bottom: 1px !important;
         left: 1px;
         right: 1px;
         top: auto !important;
    }
     .inner-page-form .container, .slider-form .container{
         padding: 0;
    }
     .carousel-control-prev, .carousel-control-next {
         display: block;
         top:50%;
    }
     .property-single-title {
         text-align: center;
    }
     .property-single-title .text-right {
         text-align: center !important;
    }
     .property-single-title .footer-social {
         margin: 20px 0 0;
    }
     .btn {
         font-size: 18px;
         font-weight: bold;
         padding: 9px 27px;
    }
     .tab-view .nav-link {
         border-bottom: 2px solid #ececec;
         margin: 0 1px;
         padding: 15px 14px;
         position: relative;
    }
     h1 {
         font-size: 34px;
    }
     h2 br {
         display: none;
    }
     .padding-card .card-body, .sidebar-card .card-body {
         padding: 18px;
    }
     .card-list-view .card-body, .card-list-view .card-footer {
         padding: 18px;
    }
     .footer h4 {
         margin: 0 0 10px !important;
    }
     .footer h6 {
         margin: 30px 0 8px !important;
    }
     .samar_top_filter{
         text-align:center;
    }
     .samar_top_filter .float-right {
         float: none !important;
         margin: 3px 1px !important;
    }

    .pl-3 p,h4{
        color: #fff;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000;
    }

    .pl-3 ul li a{
        text-shadow: 1px 1px 1px #000;
        font-weight: 600;
    }

    .recent-v p {

    display: inline;
    padding: 0px 10px;
    text-align: left;
    width: 50%;

    }

    .recent-v p a {

    font-weight: 400;
    font-size: 17px;

    }
    
    .recent-v p a:hover {
    color:#fff;
    }
    
    

    .bg-danger {

    background: #009a98 !important;
    border-radius: 51px;
    margin: 38px auto 0;
    position: absolute;
    z-index: 99999;

}

.about-page a {
  bottom: 0px !important;
  width: 90px !important;
  height: 90px !important;
  right: 5px !important;
  font-size: 18px !important;
  padding: 13px 0 !important;
}

}
 @media (min-width: 768px) and (max-width: 1023px) {
     .about-page a {
          bottom: 0px !important;
          width: 100px !important;
          height: 100px !important;
          right: 5px !important;
          padding: 17px 0 !important;
    }
     .container {
         max-width: 100%;
    }
     nav.navbar {
         padding: 10px 15px;
    }
     .navbar-toggler {
         padding: 2px 5px;
    }
     nav.navbar .navbar-nav .nav-link {
         border-bottom: 1px solid #ececec;
         padding: 10px 12px;
         text-align: center;
    }
     .main-nav-right {
         text-align: center;
    }
     nav.navbar .dropdown-menu .dropdown-item {
         font-size: 13px;
         padding: 7px 20px;
         text-align: center;
    }
     .carousel-indicators {
         left: 0;
         margin: 0;
         position: absolute;
         right: 0;
         bottom: 16px;
    }
    .inner-header{padding-top: 20% !important;}
     .padding-card .card-body, .sidebar-card .card-body {
         padding: 18px;
    }
     .card-list-view .card-body, .card-list-view .card-footer {
         padding: 18px;
    }
     .section-padding {
         padding: 60px 0;
    }
}
 @media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
}
/* End Mobile Media */

.area-in
{
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #ffea27;
    border-radius: 10px;
}
.area-in img
{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    background: #000;
}

.area-in .overlay-area {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    border-radius: 10px;
}
.area-in .overlay-area .text
{
padding: 20px;
}
.area-in .overlay-area h3
{
    color:#fff;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.area-in .overlay-area p
{
    color: #fff;
}
.area-in:hover .overlay-area {
  opacity: 1;
}

.owl-nav
{
  text-align:center;
  
  
}
.owl-nav .owl-prev
{
display: inline-block;  
background:#ffea27;
  color: #000;
height: 40px;
width:40px;
line-height: 43px;
  margin: 10px 5px;
}
.owl-nav .owl-prev i
{
  font-size: 20px;
}
.owl-nav .owl-prev:hover
{
  background:#ffea27;
}
.owl-nav .owl-next
{
display: inline-block;  
background:#ffea27;
  color: #000;
height: 40px;
width:40px;
line-height: 43px;
  margin: 10px 5px;
}
.owl-nav .owl-next i
{
  font-size: 20px;
}
.owl-nav .owl-next:hover
{
  background:#ffea27;
}
.ab-page img
{
    float: left;
    margin-right: 20px;
    width: 358px;
    box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
}
.map-listk
{
    position: sticky;
    top: 20px;
}
.map-listk iframe
{
    width: 100%;
    height: 630px;
}
/*.prop-lstk
{
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
}*/
.modal-fil .form-check label
{
    font-size: 14px;
    font-weight: 600;
}

.modal-fil .form-check
{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    text-align: left;
}
.modal-fil .form-group label
{
    font-size: 14px;
    font-weight: 600;
}
.modal-fil .form-group select
{
    height: auto !important;
    padding: 0;
    font-size: 14px;
    border: 1px solid #cac5c5 !important;
}
.modal-fil .form-group
{
    text-align: left;
}
.modal-ft-file a
{
    background:#ffea27; padding: 5px 30px; color:#fff;text-align: center;
}
.top-am ul
{
   list-style-type: none;
    padding: 15px 0 15px;
    margin: 15px 0 15px;
    border-bottom: 1px solid #d0cfcf;
    border-top: 1px solid #d0cfcf;
}
.top-am ul li
{
display: inline-block;
    width: 43%;
    /* float: left; */
    vertical-align: top;
    /* min-width: 327px; */
    margin-right: 33px;
}
.top-am ul li span
{
    font-weight: 800;
    color:#000;
}
.card-body h3 span
{
    float: right;
}
.card-body h3 span a
{
     font-size: 17px;
    font-weight: 600;
    background: #ffea27;
    color: #000;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
}
.card-body h3 span a:hover
{
    background:#34a69b;
    color: #fff;
}

.card-body
{
    padding:0.3rem;
}
.card-footer {
    padding: 0.5rem 0.5rem;
}
.head-lt h5
{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    background: rgb(255, 255, 255);
    line-height: 39px;
    z-index: 9;
    margin-bottom: 15px;
    position: relative;
}
.property-list-view .card-body
{
    margin-bottom: 15px;
}
.foot-lt
{text-align: right;
    display: inline-block;
    margin-top: 13px;
    margin-right: 15px;
    background: #ffea27;
    padding: 10px;
    color: #fff;
    float: right;
    border-radius:5px;
}
.porp-desc h3
{
   
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
        color: #000;


}
.porp-desc h4
{
    font-size: 20px;
    font-weight: 600;
color:#000;
}
.am-sec h3, .loc-sec h3, .rev-sec h3
{
font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
} 
.sp-pro-hd h2
{
    color: #000;
    
}
.inner-m
{
    position: relative;
}
.inner-m ul
{
    position: relative;
    padding: 10px 0 8px;
    margin:0 0 10px;
    list-style-type: none; 
    border-bottom: 1px solid #eee;
}

.inner-m ul li
{
    display: inline-block;
    padding: 10px 10px 10px 0;

}
.inner-m ul li a
{
    font-size: 17px;
    color:#000;
}

.inner-m ul li a:hover
{
    font-size: 17px;
    color:#34a69b;

}

.inner-m ul li a.active
{
    
    padding: 10px;
    color:#000;
    box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
}
.fixed-mn {
    position:fixed;
    top:0px;
    left:0;
    margin-top:0em;
    margin-bottom: 50px;
    z-index:999;
    width:60%;
    background: #fff;

}
.fixed-mn ul li
{
    padding: 10px 10px 10px 30px;
}
.fixed-mn ul li a
{
    margin-right: 20px;}

.part-dv
{
    margin-top: 150px;

}
.recent-p
{
    position: relative;
    text-align: right;
}
.recent-v
{
    
    top: 5px;
    position: absolute;
    width: 100%;
    right: 0;
    background: transparent;
    z-index: 9;
}
.recent-v p
{
    display: inline-block;
    padding:0px 10px;
    text-align: right;

}
.recent-v p .mdi-eye
{
    color: #fff;
}
.recent-v p .mdi-heart
{
    color: red;
}
.recent-v p a
{
    font-weight: 400;
    font-size: 17px; 
}

.recent-v p a:hover {
color:#fff;
}



.fav-sec
{
    position: relative;
}
.fav-sec a
{
    font-size: 35px;
    color: red;
    padding: 5px 0;
    position: absolute;
    top:10px;
    left:15px;
    z-index: 999;
    
}
.modal-recent .modal
{
    right: 15px;
    left:auto;
}
.modal-recent .modal-dialog
{
    max-width:350px;
}
.modal-recent .modal-header
{
    padding: 0.5rem;
}
.modal-recent .modal-header h4
{
    font-weight: 600;
    font-size: 22px;
}
.rec-mod-img img
{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.rec-mod-con h4
{
    font-size: 18px;
    margin-bottom: 8px;

}
.btn-rm-fav 
{
}
.btn-rm-fav a
{
    background: #ffea27;
    padding:5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff; 
    display: inline-block;

}
.btn-rm-fav a:hover
{
    background: #003366;
}


.responsive-table {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 44em) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}
.responsive-table thead th {
    background-color: #34a69b;
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.responsive-table thead th:first-of-type {
    text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 44em) {
.responsive-table tr {
    display: table-row;
}
}
.responsive-table th, .responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 44em) {
.responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
    padding: .75em;
}
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 44em) {
.responsive-table caption {
    font-size: 1.5em;
}
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody {
    display: table-row-group;
}
}
.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #d0d0d0;
}

@media (min-width: 44em) {
.responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
    background-color: #fff;
    color: #000;
}

@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 30px;
}
}
.responsive-table tbody td {
    text-align: right;
    color: #333;
    font-weight: 300;
}

@media (min-width: 30em) {
.responsive-table tbody td {
    border: 1px solid #d0d0d0;
    color: #000;
    font-weight: 600;
}
}

@media (min-width: 44em) {
.responsive-table tbody td {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 1em;
    color: #333;
    font-weight: 600;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
    font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

.rates-info
{
    background:#eee;
    padding: 20px;
    
}
.rates-info h3
{
    background: #fbcb2c;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin:10px 0 10px;
}

.rates-info ul
{
padding: 0;
margin: 0;
list-style-type:none;   
}

.rates-info ul li
{
display: block;
padding:3px 0;
font-size: 15px;    
}
.rates-info ul li:before
{
    content: "";
    font-family: fontAwesome;
    left: 0px;
    margin-right: 10px;
    top: 0px;
    color: #333;
    font-size: 15px;
}

.rates-info p
{
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px
}
.card.agnt-cd
{
    border:1px solid #ccc;
    min-height: 350px;
}
.agents-card.agnt-img
{
    background:#057776;
}

.agents-card.agnt-img img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
    background:#fff;
}
.card.agnt-cd p
{
    color:#fff;
}
.card.agnt-cd h6
{
    color:#d4d4d4;
}
.agt-dt-in img
{
float: left;
margin-right: 20px;
height: 300px;
object-fit: cover;
box-shadow: rgb(224, 171, 19) 0px 0px 15px 0px;
}
.agt-dt-in h2
{
    color: #000;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 10px;
}
.agt-dt-in p strong
{
    color:#000 !important;
}

.aboutmain a, a:hover {
color:#444444;	
}

a:hover {
color:#34a69b;	
}

.aboutmain a:hover {
color:#34a69b;	
}

.aboutmain {
text-align:center;	
}

.card-footer {
    padding: .15rem 1.25rem;
    background-color: #fff;
    border-top: 0px solid rgba(0,0,0,.125);
}


.overlayshow {
    position: absolute;
    bottom: 0;
    background: rgba(255, 234, 39, 0.82);
    color: #444444;
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}







/*mmmm */

.porp-desc a {
color:#000;    
}


.porp-desc a:hover {
color:#34a69b;    
}


.hidden-flow{
    overflow: hidden;
}

.zoom-in-out-box:hover {
 transform: scale(1.25);
 transition: all 1s ease-in-out;
}

.zoom-in-out-box{
    transform: scale(1.0);
}


.ribbon_3 {
  position: absolute;
  left: 0px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon_featured span {
  background: linear-gradient(#ecdd1f 0%,#d87917 100%) !important;
}

.ribbon_3 span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9BC90D 0%,#79A70A 100%);
  box-shadow: 0 3px 10px -5px #000;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
  position: absolute;
  top: 19px;
  left: -21px;
}





.wishlist {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.wishlist a {
  color: #fff;
  cursor: pointer;
  display: block;
}

.wishlist .fa-heart {
  position: absolute;
  left: 0;
  top: 16px;
}

.tooltip_flip:hover .tooltip-content-flip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tooltip_flip:hover .tooltip-content-flip > span {
  -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
  transform: perspective(1000px) rotate3d(0,1,0,0deg);
}

.tooltip-content-flip > span {
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.tooltip-back {
  background: #e04f67;
  font-size: 12px;
  line-height: 14px;
  padding-top: 25px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: perspective(1000px) rotate3d(0,1,0,90deg);
  transform: perspective(1000px) rotate3d(0,1,0,90deg);
}

.tooltip-content-flip {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  left: -40%;
  bottom: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  margin-bottom: 7px;
  cursor: default;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
}

.tooltip-content-flip .tooltip-back::after {
  left: 45%;
  border-top: 10px solid #e64b50;
  border-right: 10px solid transparent;
}

.tooltip-content-flip .tooltip-front::after, .tooltip-content-flip .tooltip-back::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
}

.tooltip_flip:hover::after {
  pointer-events: auto;
}

.tooltip_flip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.ab-page a {
color:#34a69b;    
}

.ab-page a:hover {
color:#34a69b;    
}

.rec-part a {
color:#000;    
}

.rec-part a:hover {
color:#34a69b;    
}

.btn-rm-fav a {
background:#ffea27;    
color:#000;    
}

.btn-rm-fav a:hover {
background:#34a69b;    
color:#fff;    
}

.rec-mod-con p{
font-size:14px;    
}

.rec-mod-con i{
font-size:18px;    
}


.maphoversec .over-lay {
background: rgba(0,0,0, 0.2);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
-webkit-transform: translate(310px);
-moz-transform: translate(310px);
transform: translate(310px);
transition: all 0.5s ease;
}




.maphoversec .over-lay span {
  text-align: center;
  position: relative;
  top: 40%;
}

.maphoversec .over-lay span i {
  color: #ffea27;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.5s ease;
  font-size:25px;
}

.maphoversec:hover .over-lay {
  transform: translate(0px,0px);
}




.mdi-heart-outline{
color:#fff;    
}

.mdi-heart{
color:#f00;    
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffea27 !important;
}

/*about falmouth button*/
.about-page a {
  position: fixed;
  bottom: 10px;
  color: #000;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  right: 0px;
  font-size: 20px;
  text-align: center;
  border: 4px solid #ffea27;
  z-index: 99999;
  background: #ffea27;
  padding: 25px 0;
}
.about-page a:hover {
  color: #fff;
  border: 4px solid ##007bff;
  background: linear-gradient(#ecdd1f 0%,#d87917 100%) !important;
}