@font-face {
    font-family: 'Degular';
    src: url('/css/fonts/Degular-Regular.eot');
    src: url('/css/fonts/Degular-Regular.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Degular-Regular.woff2') format('woff2'),
         url('/css/fonts/Degular-Regular.woff') format('woff'),
         url('/css/fonts/Degular-Regular.ttf')  format('truetype'),
         url('/css/fonts/Degular-Regular.svg#Degular') format('svg');
         font-weight: 400;
}

 @font-face {
    font-family: 'Degular';
    src: url('/css/fonts/Degular-Medium.eot');
    src: url('/css/fonts/Degular-Medium.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Degular-Medium.woff2') format('woff2'),
         url('/css/fonts/Degular-Medium.woff') format('woff'),
         url('/css/fonts/Degular-Medium.ttf')  format('truetype'),
         url('/css/fonts/Degular-Medium.svg#Degular Medium') format('svg');
         font-weight: 500;
}

@font-face {
    font-family: 'Degular';
    src: url('/css/fonts/Degular-Semibold.eot');
    src: url('/css/fonts/Degular-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Degular-Semibold.woff2') format('woff2'),
         url('/css/fonts/Degular-Semibold.woff') format('woff'),
         url('/css/fonts/Degular-Semibold.ttf')  format('truetype'),
         url('/css/fonts/Degular-Semibold.svg#Degular SemiBold') format('svg');
         font-weight: 600;
}


@font-face {
    font-family: 'Degular';
    src: url('/css/fonts/Degular-Bold.eot');
    src: url('/css/fonts/Degular-Bold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Degular-Bold.woff2') format('woff2'),
         url('/css/fonts/Degular-Bold.woff') format('woff'),
         url('/css/fonts/Degular-Bold.ttf')  format('truetype'),
         url('/css/fonts/Degular-Bold.svg#Degular') format('svg');
         font-weight: 700;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

html ,body { overflow-x: hidden; }
body {
	font-size: 16px;
	color: #000;
	line-height: normal;
	font-family: 'Degular';
	font-weight: 300;
	letter-spacing: 0.3px;
}
a { text-decoration: none;  }


h1,h2,h3,h4,h5 { font-family: 'Degular'; font-weight: 700; color: #242147; }

.row .col-sm-12 li{
	padding-left:23px;
	text-indent: -23px;
}

h2 { font-size: 36px; }
h5 { font-size: 16px; }
.padd-20 {    padding: 20px 0;}
.padd-40 {    padding: 40px 0;}
.padd-50 {    padding: 50px 0;}



a.btn.btn-outline ,
	a.btn {
    background-color: #fff;
    border: 1px solid #242147;
    color: #242147;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Degular';
    box-shadow: none;
    text-transform: capitalize;
}

button.btn {
    background-color: #242147;
    color: #fff;
    padding: 4px 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    border-radius: 0;
}

header {
    background-color: #242147;
    padding: 25px 0;
        border-bottom: 1px solid #fff;
}

.navigation-menu {    
	position: relative;
}

.main-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	justify-content: space-between;
	max-width: 650px;  
}

.main-nav li {
	position: relative;
}


.main-nav  a {
    color: #fff;
    font-weight: 500;
    font-family: 'Degular';
    font-size: 18px;
    text-decoration: none;
    padding: 0px 0px 0px 20px;
    display: inline-block;
}
.main-nav > li:hover > a {   
	color: #47b89e;
}

.drop-down-menu {
	display: none; /* Hide the sub-menu by default */
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 100%; /* Position below the parent LI */
	left: 0;
	min-width: 200px; /* Ensure enough width for the content */
}

.main-nav li:hover .drop-down-menu {
	display: block; /* Show on hover */
}

.drop-down-menu a {
	display: block; /* Make links stack vertically */
	padding: 10px;
	text-decoration: none;
	color: #333;
	text-align: left;
}

.drop-down-menu a:hover {
	background-color: #ddd;   
}


/*

ul.main-nav  a {
    color: #fff;
    font-weight: 500;
    font-family: 'Degular';
    font-size: 18px;
    text-decoration: none;
    padding: 0px 7px;
    display: inline-block;
}
ul.main-nav > li:hover > a {   
	color: #47b89e;
}

.main-nav ul ul li {
  display: block; 
  width: 100%; 
} 

ul.main-nav > li > ul {
	display:none;
	position: absolute;
    min-width: auto;	
	
	list-style: none; 
	padding: 0; 
	margin: 0; 
}

.main-nav ul li a {
  display: block; 
  padding-top: 10px; 
  text-decoration: none; /
  color: #fff; 
}
*/


.welcomtext { margin: 12px 0 0 0; display: inline-block; width: 100%; }

img {    max-width: 100%;    height: auto;} 
.main-banners, .main-banners img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
	max-height:400px;
}
.main-banners-subpage, .main-banners-subpage img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
	max-height:300px;
}

.main-banners .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.header-right {
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.main-banners h2 {
    display: inline-block;
    background-color: rgba(0,0,0,.51);
    color: #fff;
    padding: 30px 30px 30px 0;
    margin: 0;
        position: relative;
}
.main-banners h2::before { 
	content: "";  
	 background-color: rgba(0,0,0,.51);
	 position: absolute;
	 right: 100%;
	 top:0;
	 bottom: 0px;
	 width: 100vw;
}
.custom-tabing {
    background-color: #b3b3b3;
    position: relative;
    display: inline-block;
    width: 100%;
        border-bottom: 1px solid #fff;
}
.welcomtext a:hover {
    text-decoration: underline;
}
.custom-tabing ul#pills-tab {
    margin-top: -48px;
    width: calc(50% + 37px);
    margin-bottom: 0 !important;
    margin-left: -25px;	
}
.nav-link a{
	text-decoration: none;
	color: inherit; 
}
.custom-tabing .nav-pills .nav-link {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Degular';
    color: #fff;
    background-color: #47b89e;
    padding: 8px 24px;
    border-radius: 0;
    line-height: normal;
    width: 100%;
    text-align: left;
}
.custom-tabing .nav-pills .nav-link.active {
 	color: #242147;
    background-color: #b3b3b3;
}
.custom-tabing ul#pills-tab li.nav-item {
    width: 50%;
}
div#pills-tabContent {
    padding: 25px 0;

}
ul.fitler-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    gap: 35px;
}
ul.fitler-ul li label {
    font-weight: 500;
    font-size: 14px;
    color: #242147;
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}
.fitler-content {
    display: flex;
    width: 100%;
        align-items: flex-end;
    gap: 35px;
}
ul.fitler-ul li {
    width: calc(25% - 43px);
}
ul.fitler-ul li.last-range {
    width: 28%;
}
select {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul.fitler-ul select, ul.fitler-ul input {
    border: 0px solid #242147;
    width: 100%;
    height: 31px;
    padding: 0 10px;
    font-size: 14px;
    color: #242147;
    outline: none;
}
 select {
    background-image: url("/cms/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: calc(100% - 12px);
    padding-right: 30px !important;
}
ul.fitler-ul span {
    display: flex;
    width: 100%;
    gap: 35px;
    max-width: 300px;
}
.service-fullpic img {
    width: 100%;
    vertical-align: middle;
}
.service-contnt {
    max-width: 595px;
    float: right;
    color: #fff;
    padding: 50px 50px;
}
.service-contnt h2 { color: #fff; margin-bottom: 20px; }
b, strong {
    font-weight: 500;
}
.product-section {
    padding: 30px 0 50px 0;
}
a.product-links {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

h3 {
    font-size: 18px;
}
span.product-image {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    margin-bottom: 10px;
	overflow: clip;
}
span.product-image img {
    width: 100%;
	object-fit: cover;
	overflow: clip;
}
@media (min-width: 1199px) {
	span.product-image img {
		height: 15vw;	
	}
}
label.offer-top {
    color: #fff;
    background-color: #242147;
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 15px;
}

span.price-product {
    color: #47b89e;
    display: block;
    font-weight: 500;
}
span.lease-data {
    display: block;
    color: #242147;
    font-weight: 500;
}
.product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:30px;
}
.product-actions a.btn { width: 100%; }
a.btn {
    background-color: #47b89e;
}
span.right-arrow::after {
    content: "";
    display: inline-block;
    border-left: 8px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 8px;
}
.testmonial-pic img {
    width: 90%;
}
.review-right {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
}
img.qote-left {
    position: absolute;
    left: 0;
    top: 0;
}
.review-right h5 {
    margin: 0;
    color: #000;
}
.review-right h5 {
    margin: 40px 0 0  0;
    color: #000;
}
p.qote-p {
    display: flex;
    align-items: flex-end;
}



footer.site-footer {    color: #fff;    padding: 30px 0 45px 0;    border-top: 1px solid #fff; }
.pho-email {    text-align: right;    display: flex;    flex-direction: column;}
footer.site-footer .row {    row-gap: 15px;}
footer.site-footer a{ color: #fff; }
.copyrght-col p{ margin: 0px }
.copyrght-col a {    margin-left: 25px;}
.copyrght-col {    display: flex;    flex-direction: column;    justify-content: flex-end;}

a.btn.btn-outline:hover { background-color: #47b89e;  }
.btn:hover {
    border-color: #242147;
    color: #242147;
}


footer.site-footer a:hover ,
a.product-links:hover h3 {
    color: #47b89e;
}
.service-fullpic img {
    height: 100%;
    object-fit: cover;
	max-height:300px;
}
.menu-toggle {
    display: none;
}
.text-pic-block.testmonial-block {
    margin-top: 2px;
}
.field-items {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.field-items label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}
    .field-items input,
    .field-items select,
    .field-items textarea {
        width: 100%;
        height: 35px;
        border: 1px solid #242147;
        outline: none;
    }
.field-items textarea { height: 105px; }

.form-submit button.btn {
    font-weight: 500;
    line-height: 25px;
}
.form-submit button.btn span.right-arrow::after {
    border-left-color: #fff;
}
.form-submit button.btn:hover span.right-arrow::after {
    border-left-color: #000;
}

ul.contact-add {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
ul.contact-add li {
    display: flex;
    align-items: center;
    gap: 10px;
}
    ul.contact-add > li::before {
        display: inline-block;
        content: url(/cms/images/list-logo.png);
        height: 1em;
        /*position: absolute;*/
        left: 0;
        top: 0;
		padding-right: 15px;
    }
    .maps iframe {
    width: 100%;
    height: 360px;
    vertical-align: middle;
}
.maps { margin-bottom: 30px;}

.contact-info-right {
    /*padding-top: 20px;*/
    padding-left: 50px;
}

.filter-top p {
    margin: 0;
}
.pagination-product {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.filter-top select {
    height: 29px;
    padding: 0 10px;
    border: 1px solid #242147;
    color: #242147;
    font-size: 15px;
    font-weight: 500;
}
.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.filter-top a.next-page ,
.filter-top a.prev-page {
    color: #242147;
}
.filter-top a.next-page i, .filter-top a.prev-page i {
    margin: 0 6px;
}
.product-serch-page a.product-links {
    margin-top: 25px;
}
.shorting-col {
    text-align: right;
}
.filter-top.filter-last {
    padding-top: 70px;
    padding-bottom: 20px;
}

.similar-search-section h3, .similar-search-section a, .similar-search-section {
    color: #fff;
}
.similar-search-section ul {
    display: inline-block;
    width: 100%;
    column-count: 3;
    line-height: normal;
    padding: 0;
}
.similar-search-section ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.similar-search-section ul li::Before {
    content: "";
    display: inline-block;
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 4px;
}
.similar-search-section h3 {
    margin-bottom: 20px;
}
.product-description strong {
    font-weight: 600;
}
.product-info h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.product-info > p {
	min-height:120px;
}

span.product-price-details {
    display: inline-block;
    color: #47b89e;
    font-weight: 600;
    width: 100%;
    padding: 5px 0 15px 0;
}
span.leasehold-details {
    display: block;
    font-weight: 600;
}
span.ref-code {
    display: inline-block;
    width: 100%;
    padding: 15px 0 14px 0;
    color: #47b89e;
}
.product-description ul.contact-add {
    gap: 2px;
}
.owl-thumbs {
	overflow-x: auto;
	white-space: nowrap;
    display: flex;
    border: 0;
    gap: 15px;
    margin-top: 20px;
}
button.owl-thumb-item {
    border: 0;
    padding: 0;
    width: 100%;
}
.product-info {
    color: #242147;
}
.product-first .product-actions a.btn {
    min-width: 190px;
    width: auto !important;
}
.product-actions-right {
    text-align: right;
}
.product-actions-right a.btn {
    background-color: #242147;
    color: #fff;
    margin-right: 0px;
}
.product-actions-right a.btn span.right-arrow::after {
    border-left-color: #fff;
}
.product-detail-btn {
    padding: 25px 0;
}
.product-detail-page .filter-top {
    color: #242147;
    padding-top: 10px;
}
.product-detail-page .filter-top p.showing-results span {
    margin-left: 10px;
}
.product-detail-page {
    padding-top: 35px;
}
.product-first {
    padding-top: 30px;
}
.product-infromation { color: #242147; padding-bottom: 15px; }

.product-infromation h3 {
    margin-bottom: 0;
    padding-top: 6px;
    font-weight: 600;
}   
.product-detail-owl {
    position: static;
}
.product-media {
    position: relative;
}

.scroll-nav > img{
	padding-top:2px;
	cursor:pointer;
}

.scroll-nav button {
    position: absolute;
    left: 0;
    bottom: 0;
    /* height: 129px; */
    width: 20px;
    background: rgba(255,255,255,.50) !important;
    line-height: 127px !important;
}
.scroll-nav button.scroll-next {
    left: auto;
    right: 0;
}
.scroll-nav button span {
    display: none;
}
.scroll-nav button::before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    font-size: 19px;
}
.scroll-nav button.scroll-next::before {
    content: "\f0da";
}
.product-detail-page .pagination-product {
    justify-content: flex-end;
}

@media (max-width: 1199px) {
.service-contnt {    max-width: 502px;}
.product-actions a.btn {    padding-left: 10px;    padding-right: 10px;}
.product-actions {    gap: 20px;}
.pagination-product {    gap: 5px;}
.product-detail-owl .owl-nav button {
    line-height: 104px !important;
}
}

@media (max-width: 991px) {
.fitler-content {    flex-wrap: wrap;    gap: 20px;}
.custom-tabing .nav-pills .nav-link {
    font-size: 18px;
}
.custom-tabing ul#pills-tab {
    margin-top: -40px;
}
button.btn {
    padding: 7px 40px;
}
.service-contnt {
    max-width: 336px;
    padding-right: 0;
    padding-left: 0;
}
.main-banners h2 {
    padding: 15px 30px 15px 0;
}
h2 {
    font-size: 30px;
}
.review-right {
    padding-right: 0;
}
.copyrght-col a {
    margin-left: 3px;
}
footer.site-footer .row {
    align-items: center;
}
.testmonial-pic img {
    width: 100%;
}
.pagination-product {
    justify-content: flex-end;
}
.shorting-col {
    text-align: left;
}
.product-first .product-actions a.btn {
    min-width: 140px;
}
.product-detail-owl .owl-nav button {
    line-height: 75px !important;
}
.similar-search-section ul {
    column-count: 2;
}
}


@media (max-width: 767px) {

span.menu-toggle span {
    height: 2px;
    background-color: #fff;
    width: 22px;
    display: block;
    margin: 5px 0;
}
.menu-toggle {
    display: inline-block;
    border: 0px;
    background-color: transparent;
    padding: 0;
    vertical-align: middle;
}
.header-right {
    order: -1;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(221 221 221 / 18%);
    margin-bottom: 10px;
}
.navigation-menu {
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    overflow-y: auto;
    height: 100vh;
    background-color: rgba(0,0,0,.9);
    left: -100%;
     
}
 
.navigation-menu.menu-active {
    left: 0;
}
ul.main-nav {
    flex-direction: column;
    padding: 40px;
    text-align: center;
}
ul.main-nav > li > a {
    width: 100%;
    padding: 10px;
  
}	
.close-btn-menu {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: right;
    background-color: #47b89e;
    position: relative;
    z-index: 9;
}
.close-btn-menu::before {
    content: "+";
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    transform: rotate(45deg);
    display: inline-block;
}	
header {
    padding-top: 0;
    padding-bottom: 20px;
}
.welcomtext {
    margin: 7px 0 0 0;
    font-size: 16px;
}
header .col-sm-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.site-logo img {
    max-height: 42px;
}
.main-banners img {
    height: 230px;
    object-fit: cover;
}
.custom-tabing ul#pills-tab {
    margin-top: -38px;
    width: 100%;
    margin-left: -13px;
    max-width: 350px;
}
.custom-tabing .nav-pills .nav-link {
    font-size: 17px;
    letter-spacing: 0.5px;
    padding-right: 0;
    font-weight: 600;
    padding-left: 15px;
}
.main-banners h2 { padding-top: 10px; }
ul.fitler-ul {
    flex-wrap: wrap;
    gap: 15px;
}
ul.fitler-ul li {
    width: calc(50% - 8px) !important;
}
ul.fitler-ul span {
    gap: 4px;
}
.service-contnt {
    max-width: 100%;
    padding: 25px 15px;
}
.product-info {
    margin-bottom: 30px;
}
.product-section {
    padding: 30px 0 10px 0;
}
.testmonial-block {
    padding: 30px 0;
}
.review-right {
    margin-top: 30px;
}
footer.site-footer {
    text-align: center;
    padding-bottom: 30px;
}
.pho-email {
    text-align: center;
}
.copyrght-col {
    order: 1;
}

h2 {
    font-size: 29px;
}
.contact-info-right {
    padding-left: 12px;
}
.pagination-product {
    justify-content: center;
    order: 1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.shorting-col {
    padding-top: 10px;
    padding-bottom: 10px;
}
.filter-top.filter-last {
    padding-top: 20px;
    text-align: center;
}
.filter-top.filter-last .shorting-col {
    padding: 4px 0;
}
.filter-top.filter-last .pagination-product {
    border: 0;
}
.product-detail-page .pagination-product {
    justify-content: center;
    margin-top: 7px;
}
.product-actions-right a.btn {
    width: 100%;
    margin-top: 10px;
}
.product-first .product-actions a.btn {
    min-width: 48%;
}
.product-first .product-actions {
    gap: 0;
}
.row.product-detail-btn {
    padding-top: 0;
}
.product-info {
    padding-top: 20px;
}
.similar-search-section ul {
    column-count: 1;
}
.product-detail-owl .owl-nav button {
    line-height: 120px !important;
}
}
@media (max-width: 575px) {
.product-detail-owl .owl-nav button {
    line-height: 23vw !important;
}
}

@media (max-width: 350px) {
	.custom-tabing .nav-pills .nav-link {
    font-size: 15px;
}
.custom-tabing ul#pills-tab {
    margin-top: -34px;
}
}

.team-row{
	display:flex;
	margin-bottom:20px;
}

.team-row > img{	
	min-width:200px;
	max-width:200px;	
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.team-content {
	margin-left: 20px; 
}

.multiSelectOptions input[type="checkbox"] {
    width: 30px !important;
    height: 20px !important;
}

.multiSelectOptions LABEL {
    margin-top: 4px;
}
.custom-tabing .multiSelect {
    width: 150px !important;
}

.custom-tabing .multiSelectOptions {
    width: 250px !important;
}