/* 
Author: Madhawa Kariyawsam
19/02/2021
*/

.tb-btns{
	display: flex;
	margin-bottom: 15px;
}

.tb-btns .tb-btn{
	display: flex;
	background-color: #003049;
	padding: 8px;
	border-radius: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.tb-btns .tb-btn .icon{
	height: 30px;
	width: 30px;
}

.tb-btns .tb-btn .details{
	height: 30px;
	width: 120px;
	color: white;
	font-size: 15px;
	padding-left: 10px;
}

.tb-btns .tb-btn .icon img {
	height: 100%;
	width: 100%;
}

.landDetails .priceDv h1 {
	text-transform: uppercase;
	font-size: 22px;
	color: rgba(255,66,69,1.00);
	text-align: right;
	margin-bottom: 0px;
}

.landDetails .priceDv h2 {
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
	margin-bottom: 50px;
}

.landDetails {
	
}

.landDetails h1 {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 15px;
}

.landDetails h2 {
	font-size: 15px;
	font-family: Montserrat-Regular;
	font-weight: 200;
}

.details-name-dv {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

.details-name-dv .img {
	height: 120px;
	width: 120px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 8%);
}

.details-name-dv .img img {
	height: 100%;
	width: 100%;
}

.details-name-dv .details {
	padding: 10px;
	padding-left: 30px;
}

.details-name-dv .details h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.details-name-dv .details h2 {
	font-size: 15px;
	text-transform: uppercase;
}

.contactName {
	height: 120px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background: #000A0F;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	padding: 15px;
}

.contactName .img {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background-color: white;
}

.contactName .img img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.contactName .details {
	height: 90px;
	padding-left: 40px;
}

.contactName .details h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0px;
}

.contactName .details h2 {
	font-size: 25px;
	font-weight: bold;
	color: white;
}

.property-card {
	position: relative;
	padding-top: 55px;
	padding-bottom: 5px;
}

.property-card .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.property-card .logo .img {
	width: 120px;
	height: 120px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 8%);
}

.property-card .logo .img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.property-card .property-image-dv {
	height: 400px;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

.property-card .property-image-dv:hover img {
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.54);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.54);
}

.property-card .property-image-dv img {
	width: 100%;
	border-radius: 10px;
	height: auto;
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
}

.property-card .property-details {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	background-color: rgba(0,0,0,0.45);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 15px 10px;
}

.property-card .property-details h1 {
	text-align: center;
	color: white;
	font-size: 22px;
	margin-bottom: 0px;
}

.property-card .property-details h2 {
	text-align: center;
	color: #fed500;
	font-size: 15px;
	margin-bottom: 15px;
}

.property-card .property-details h3 {
	text-align: center;
	color: white;
	font-size: 20px;
	margin-bottom: 0px;
}

.property-card .property-details h4 {
	text-align: center;
	color: white;
	font-size: 12px;
	margin-bottom: 0px;
}


.findDv {
	width: 100%;
	background: #fed500;
	border-radius: 50px;
	padding: 40px 70px 30px 70px;
}

.findDv .lable {
	text-align: center;
	font-size: 15px;
	color: black;
}

body {
	background: #ffffff;
}

.top-header {
	padding: 10px 0;
	background: #fed500;
}
.top-header__item *{
	color: #231e22;
	font-weight: 500;
}
.top-header__item *:hover {
	text-decoration: none;
	color: #776a6a;
}
.bg-yellow {
	background: #fed500 !important;
}

.bg-white {
	background: white;
}

.bg-ash {
	background: #e4e4e4;
}

.bg-red {
	background: #d62828;
}

.bg-blue {
	background: #003049;
}

.bg-dark-blue {
	background: #000A0F;
}

.bg-green {
	background: #2a9d8e !important;
}

.color-white {
	color: white !important;
}

.color-green {
	color: #2a9d8e !important;
}

.color-blue {
	color: #003049 !important;
}

.project_details p {
	color: white;
	margin-bottom: 8px;
	font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	font-size: 14px;
	font-family: Montserrat-Bold;
	font-weight: bolder;
}
.banner-image {
	 height: 84vh;  
	/*height: 760px;*/ 
	background-size: cover !important;
	background-position: center !important;
}

.banner-thumbnail-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 550px;
}
.banner-thumbnail img {
	width: 100%;
}
.margin-tb-50 {
	margin: 50px auto;
}

.dham-box {
	background: #5f4a99;
	width: 200px;
	height: 200px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.dham-box__zone {
	color: #ffffff;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	text-align: center;

	display: flex;
	align-items: center;
}
.dham-box__no {
	color: #ffffff;
	font-size: 80px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
.area-container {
	display: flex;
    align-items: center;
}
.area-container__detail {
	margin-left: 20px;
}
.area-container__detail ul{
	list-style: none;
	padding-left: 15px;
	margin: 0;
}
.area-container__detail ul li{
	font-size: 18px;
	line-height: 1.8;
}

.area-container__detail ul i{
	color: #10996d;
	width: 20px;
	margin-right: 10px;
}
.circle-text {
	width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-text i {
	font-size: 24px;
	color: #5f4a99;
}

.land-detail {
	border: 1px solid #003049;
}
.land-detail h6 {
	margin: 0;
}
.land-detail .info {
	padding: 12px;
}
.land-detail .price h6 {
	font-weight: 300;
	color: #003049;
}

.green-btn {
	background: #003049;
	width: 100%;
	border-radius: 0;
	border: 1px solid #003049;
	padding: 10px;
	color: white;
	text-align: center;
}

.green-btn:hover {
	background-color: #003049;
	border: 1px solid #003049;
}

.position-full {
	position: absolute;
	left: 0;
	right: 0;
}

.footer {
	/*background: #fed500;*/
	padding: 80px 0px;
}

.footer p {
	font-size: 1rem;
	/*font-family: Montserrat-SemiBold;
	font-weight: bolder;*/
}


.deep-footer {
	background: #231e22;
	text-align: center;
	padding: 10px 0;
}
.deep-footer p {
	color: #ffffff;
}

.search-box {

}

.search-box input {
	width: 400px !important;
    padding: 10px 10px 10px 25px;
    border-radius: 25px 0 0 25px;

    background: #eeeeee;
}

.search-btn {
	padding: 10px 30px;
    border-radius: 0 25px 25px 0;

    color: #231e22;
    background-color: #fed500;
    border-color: #fed500;
}

.round-image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around; 
	background-color: #003049;
	padding: 50px 0px;
}

.round-image-container a span {
	color: white;
}

.round-image-container a:hover {
	text-decoration: none;
}

.round-image-container .round-image {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.round-image-container .image-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
}

.round-image-container ._image-box {
	display: flex;
    justify-content: center;
}

	
.relative {
	position: relative;
}
.green-text-botom {
	position: absolute;
	bottom: 20px;
}
.green-text-botom * {
	color: #2a9d8e;
}

.main-tile {
	margin-bottom: 10px;
	margin-top: 50px;
}

.main-tile a {
	text-decoration: none;
}

.main-tile__image {
	max-width: 300px;
	height: 300px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	position: relative;
}
.main-tile__footer {
	background: #fed500;
	color: black;
	padding: 10px 20px; 

	font-size: 18px;
	font-weight: 400;
	text-align: center;
	max-width: 300px;
}
.main-tile-image-border {
	border: 5px solid #fed500;

	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 30px;

}

.main-tile__image-bottom {
	position: absolute;

	width: 150px;/*200*/
	height: 150px;

	bottom: 54px;
    /*right: -30px;*/
    left: 170px;/*137*/
    border: 5px solid #fed500;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-color: #ffffff;
}

.how-we {
	margin-top: 100px;
	padding: 50px 20px;
}

.how-we p {
	color: white;
	margin-top: 15px;
	font-size: 1.1rem;
	margin-bottom: 35px;
}
.black-section {
	/*background-color: #d62828;
	height: 400px;*/
	padding: 20px;
}

.black-section h3 {
	font-size: 35px;
}
.black-section * {
	color: #ffffff;
}

.title-box {
	display: flex;
}

.title-box img {
	height: 50px;
}
.title-no {
	width: 50px;
	height: 50px;
	background-color: white;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 20px;
	font-weight: 500;
}

.title-box h5 {
	color: white;
}

.title-box-p {
	width: 100%;
	text-align: center;
	font-weight: bolder;
}

.about {
	padding: 50px 0px;

	max-width: 700px;

	margin-left: auto;
	margin-right: auto;
}

.about h3 {
	margin-bottom: 50px;
}

.color-tile-box {
	display: flex;
	align-items: center;
}

.color-tile-box h3 {
	color: #2a9d8e;
}

.color-tile__image {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.color-tile__detail {
	margin-left: 80px;
	color: #747474;
}

.color-tile__detail i {
	width: 30px;
}

.row-btn {
	display: flex;
}

.row-btn__image {
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
}

.row-btn__detail {
	background-color: #2a9d8e;
	width: 300px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.row-btn__detail a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}

.yellow-box {
	background-color: #fed500;
}
.yellow-box a {
	color: #000000;
}
.row-btn__contact {
	width: 100%;
	background-color: #fed500;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.green-contact {
	background-color: #2a9d8e;
}

.agent-detail__mobi {
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.agent-detail__name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.agent-detail__posi {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 3px;
} 
.agent-contact i{
	font-size: 40px;
	margin: 0 4px;
}

.agent-detail {
	padding: 8px 10px;
}

.ph {
	color: #000000;
}

.green-contact .ph {
	color: #ffffff;
}
.wa {
	color: #1bd741;
}
.fb {
	color: #1976d2;
}


.agents-box {
}

.agents-box .header {
	padding: 15px 10px;
	background-color: white;
	text-align: center;
}

.agents-box .header h2 {
	font-size: 15px;
}



.title-row {
	position: relative;
}

.title-row h3 {
	color: #2a9d8e; 
}

.image-box {
	width: 100%;
	height: 500px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.thubmnail-wrap {
	display: flex;
	justify-content: space-around;
}
.thubmnail-img {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.thubmnail-img img {
	width: 100%;
}

.viewMore {
	display: flex;
	justify-content: center;
	margin-top: 150px;
}

.viewMore a {
	font-size: 20px;
	padding: 20px 50px;
	border-radius: 100px;
	background-color: #fed500;
	color: #003049;
	font-family: Montserrat-Bold;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none;
}

.viewMore a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.54);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.54);
}

.agent-contact a:hover {
	color: white;
}

._title_row {
	padding: 20px 0px;
	background-color: #fed500;
}

._title_row h3 {
	text-align: center;
	font-family: Montserrat-Regular;
}

._title_row h3 strong {
	text-align: center;
	font-family: Montserrat-Bold;
}

.carousel_badtch {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.carousel_badtch .dv_badtch {
	padding: 50px;
	overflow: auto;
}

.carousel_badtch .dv_badtch ._badtch {
	float: right;
	padding: 20px;
	background-color: #614997;
}

.carousel_badtch .dv_badtch ._badtch h1 {
	color: white;
	margin: 0px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.carousel_badtch .dv_badtch ._badtch h2 {
	color: white;
	margin: 0px;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
}

.__badtch {
	
}

.agent-contact i:hover {
	color: white !important;
}

.__badtch .dv_badtch {
	padding: 50px;
	overflow: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.__badtch .dv_badtch ._badtch {
	padding: 15px;
	background-color: #614997;
	margin: 8px 10px;
	cursor: pointer;
	transition: all 0.5s;
}

.__badtch .dv_badtch ._badtch:hover {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.54);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.54);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.54);
}

.__badtch .dv_badtch ._badtch h1 {
	color: white;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.__badtch .dv_badtch ._badtch h2 {
	color: white;
	margin: 0px;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
}

._banks {
	min-width: 1000px;
}

._banks ._bank_header_dv {
	overflow: auto;
}

._banks ._bank_header_dv ._header_dv {
	padding: 10px 14px;
	float: left;
	text-align: right;
	font-weight: bolder;
}

._banks ._bank_grid_dv {
	overflow: auto;
}

._banks ._bank_grid_dv ._grid_dv {
	padding: 8px 14px;
	float: left;
	text-align: right;
}

._banks ._bank_grid_dv ._grid_dv i {
	margin-right: 8px;
}

.w_20 {
	width: 20%;
}

.apply_loan .header {
	padding: 10px 30px;
	background-color: #003049;
	color: white;
	text-align: center;
	font-size: 20px;
}

.apply_loan .details {
	padding: 30px 30px;
	background-color: #e4e4e4;
}

.apply_loan .details p {
	margin-top: 5px;
}

.apply_loan .details input {
	width: 100%;
	padding: 5px;
}

.apply_loan .details button {
	border-radius: 100px;
}

.has-error label {
	margin: 0px;
}

.has-error label p {
	color: red;
	font-size: 12px;
	margin: 0px;
}

.has-error input {
	border: 1px solid red;
}


@font-face {
    font-family: Montserrat-Bold;
	src: url("../font/Montserrat-Bold.ttf");
}

@font-face {
    font-family: Montserrat-Regular;
	src: url("../font/Montserrat-Regular.ttf");
}

.center {
    display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.centerUpDown {
	display: -webkit-box;
    display: -ms-flexbox;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


@media screen and (min-width: 1024px){
	
	.banner-image {
		height: 40vw;
	}
	
}




@media screen and (max-width: 1024px){
	
	.banner-image {
		height: 40vw;
	}
	
	.navbar-collapse.show img {
		width: 70%;
	}
	
}

@media screen and (max-width: 991px){
	.res-hide {
		display: none;
	}
}

@media screen and (max-width: 767px){
	
	.calc-results {
		padding: 10px !important;
		border-radius: 30px !important;
	}
	
	.banner-thumbnail-wrapper {
		margin-top: 15px;
		flex-direction: row;
		height: auto;
	}

	.search-box input {
	    border-radius: 25px;
	}

	.search-btn {
		margin-top: 15px;
	    border-radius: 25px;
	    width: 400px;
	}
	
	.banner-image {
		height: 39vw;
	}
	
	.projectTile {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.projectTile .main-tile__image {
		min-width: 300px;
	}
	
	.res-text-left {
		text-align: left !important;
	}
	
	.text_header:before {
		display: none !important;
	}
	
	.text_header:after {
		display: none !important;
	}
}

@media screen and (max-width: 500px) {
	
	
	
	#personal-loan-calculator {
		padding: 20px !important;
	}
	
	.area-container {
		flex-direction: column;
	}

	.area-container__detail {
		margin-top: 30px;
	}

	.search-box input, .search-btn {
		width: 250px !important;
	}
	
	.banner-image {
		height: 39vw;
	}
	
}


@media screen and (max-width: 424px){
	
	.res-display-block {
		display: block;
	}
	
	.res-text-left {
		text-align: left !important;
	}
	
}

@media screen and (max-width: 360px){
	
	.banner-image {
		height: 40vw;
	}
	
	.text_header:before {
		display: none !important;
	}
	
	.text_header:after {
		display: none !important;
	}
	
}

@media screen and (max-width: 299px){
	
	.projectTile .main-tile__image {
		min-width: 200px;
	}
	
	.main-tile__image-bottom {
		display: none;
	}
	
}

@media screen and (max-width: 282px){
	
	.res-hide-281 {
		display: none;
	}
	
}

@media screen and (max-width: 1200px) and (min-width: 991px){
	
	.main-tile__image-bottom {
		width: 150px;
    	height: 150px;
		left: 155px;
	}
	
}

@media screen and (max-width: 991px) and (min-width: 767px){
	
	.res-display-block {
		display: block;
	}
	
	.res-text-left {
		text-align: left !important;
	}
	
}


