body {                /* body - or any parent wrapper */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#header {
    z-index: 5 !important;
}

nav {
    background-color: #fff;
    color: #555f66;
}

.section-banner {
    padding-top: 0;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.contact-banner-text {
    color: #fff; 
    margin: 0;
    font-weight: 700;
    font-size: x-large;
    padding: 100px 10px;
}

.villas-detail-image {
    padding-top: 0;
}

#three {
    padding-top: 20px;
}

.design-thumbnail-list {
    display: block;
}
#gallery {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

#main_image {
    width: 100%;
}

/* #gallery {
    display: flex;
    justify-content: space-between; 
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

/*
#main_image {
    order:2;
    width: 100%;
    height: 100%;
}

#custom_design_main_image {
    order:2;
    flex: 1 1 auto; 
}

.design-thumbnail {
    order:1;
    padding-right: 20px;
    padding-top: 6px;
    width: 100%;
    position: relative;
    padding-left: 15px;
}

.available-size {
    border: 3px dashed grey;
    margin: 10px 5px;
    padding: 5px 10px;
    display: inline-flex;
}

.custom-link-section {
	background: #2C5870;
    color: #c5c7c8;
    padding: 10px;
}

#home-custom-design {
    color: #fff;
}

#btn-custom-design {
    font-size: 32px;
    color: #fff;
} */

img {
    max-width: 100%;
}

.content-title {
    font-size: 26px !important;
}

.section-banner-text {
    padding: 100px 10px;
    color: #fff;
}

.w-25 {
    width: 25%;
}

.pagination-wrapper {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}

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

.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;
    color: #fff;
    cursor: default;
    background-color: #555f66;
    border-color: #fff;
}

.home-product {
    padding: 20px 0;
}

.custom-design-button {
    position: relative
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
    background-color: #fff !important;
}

.list-contact li {
    padding-left: 25px;
    position: relative;
}

.list-unstyled {
    margin: 0;
}

.whatsapp:before,
.phone:before,
.email:before,
.address:before,
.clock:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  font-family: FontAwesome;
  text-align: center;
}

.whatsapp:before {
  content: '\f232';
}

.address:before {
  content: '\f0f7';
}

.email:before {
  content: '\f003';
}

.phone:before {
  content: '\f095';
}

.clock:before {
  content: '\f017';
}

h2 span, h1 span, p span { 
    color: white; 
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px; 
 }

 .lang-span {
    border-top: 4px dashed !important;
    display: inline-block !important;
    padding: 0 !important;
}

.dropdown-menu>li>a {
    display: block !important;
    padding: 10px 20px !important;
    clear: both !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}