@charset "utf-8";
/* CSS Document */

body {
    line-height: 1.7;
    color: #777777;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

a 
{
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a:hover {
	/* color: #fff; */
	text-decoration: none;
}
a:focus 
{
	outline: none;
	text-decoration: none;
}
ul,
li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img
{
	max-width:100%;
	height:auto;
}
.ptb50
{
	padding: 50px 0px;
}
.pt50
{
	padding-top: 50px;
}
.pb50
{
	padding-bottom: 50px;
}

/*---------------------------  Header  ----------------------- */

.Thead
{
	border-bottom: 1px solid #ddd;
	padding:10px 0px;
}
#Header .SubmitQueryMks
{
	text-align: right;
}
#Header .SubmitQueryMks a
{
	background-color: #a7cd19;
	padding: 15px;
	color: #fff;
}
#Header .SubmitQueryMks a:hover
{
	background-color: #242424;
}
#Header .SubmitQueryMks
{
	margin-top: 3px;
}
#Header .SubmitQueryMks i
{
	padding-right: 3px;
}
ul.SocialIconmks
{
	text-align: left;
}
ul.SocialIconmks li a
{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #656565;
	font-size: 13px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}
ul.SocialIconmks li a i:hover
{
	color: #a7cd19;
}
/* Logo */
.Logorealestate
{
	padding: 8px 0px;
}
.Logorealestate .Ldescbox
{
	position: relative;
	float: left;
	min-height: 48px;
	/* margin-left: 100px; */
	font-size: 14px;

	color: #656565;
	padding: 0px 0px 0px 60px;
}
.Logorealestate .Ldescbox .icon-box
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 48px;
	line-height: 44px;
	color: #20C063;
	font-size: 22px;
	border: 2px solid #20C063;
	text-align: center;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.Logorealestate .LogoPic img
{
	max-width: 200px;
}
.Logorealestate .Ldescbox .realst_color 
{
    color: #009a6d;
}

/* Menu */
.affix 
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: #333;
    border-bottom: 2px solid #20C063;
}
.MainMenu
{
	background-color: #20C063;
}


.inner-form form button:hover {color: #c92c61;}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul li a:hover {
  text-decoration: underline;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  /* background: #333333; */
  float: left;
  margin-top: 0px;
}
#cssmenu > ul > li {
  float: left;
  border-right: 1px dashed;
}
#cssmenu > ul > li:last-child 
{
	 border-right: none;
}
#cssmenu > ul > li.active a
{
  color: #fff;
  background-color: #20C063;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
.affix .search i,
.affix #cssmenu > ul > li > a
{
	color: #fff;
}

#cssmenu > ul > li > a {
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
 padding: 22px 27px;
  color: #fff;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
 position: absolute;
  top: 25px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
/*#cssmenu > ul > li.has-sub > a:before {*/
/*  position: absolute;*/
/*  top: 19px;*/
/*  right: 14px;*/
/*  display: block;*/
/*  width: 2px;*/
/*  height: 8px;*/
/*  background: #fff;*/
/*  content: '';*/
/*  -webkit-transition: all .25s ease;*/
/*  -moz-transition: all .25s ease;*/
/*  -ms-transition: all .25s ease;*/
/*  -o-transition: all .25s ease;*/
/*  transition: all .25s ease;*/
/*   margin-top: 5px;*/
/*}*/
#cssmenu > ul > li.has-sub:hover > a:before {
 border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 220px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #20C063;
  z-index: 9;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


/*---------------------------  Slider  ----------------------- */
.MainSlider
{
	position: relative;
}
.MainSlider .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.MainSlider .carousel-item img
{
  width: 100%;
  height: auto;
}
.MainSlider .carousel-control-prev {
   
    justify-content: left;
    opacity: 1;
    z-index: 0;
    left: 1%;
}
.MainSlider .carousel-control-next {
   
    justify-content: right;
    opacity: 1;
    width: 47px;
    z-index: 0;
    right: 1%;
}
.MainSlider  a.carousel-control-next i,
.MainSlider  a.carousel-control-prev i
{
  background-color: #20C063;
  padding: 6px 16px;
  color: #fff;
  font-size: 40px;
}
.MainSlider .carousel-caption 
{
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
   /*  margin: 0px auto; */
    border-radius: 4px;
    bottom: 20%;
    left: 5%;
}
.MainSlider .carousel-caption h5 
{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.MainSlider .carousel-caption p 
{
    color: #999;
}
.MainSlider .carousel-caption .LearnMoreMks
{
	margin: 20px 0px 10px 0px;
}
.MainSlider .carousel-caption .LearnMoreMks a
{
	background-color: #009a6d;
	padding: 8px 16px;
	color: #fff;
}
.MainSlider .carousel-caption .LearnMoreMks a:hover
{
	background-color: #005ea1;
}

/* Search Box */
.Search_title h3
{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #fff;
}
.SearchBoxmks
{
	position: absolute;
	top: 17%;
	right: 15%;
	left: 15%;
	/* max-width: 900px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px; */
	margin: 0 auto;
}
.SearchWidth
{
  max-width: 500px;
  margin: 0 auto;
}
.SearchWidth h2
{
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  margin-bottom: 30px;
  margin-top: 130px;
}
.SearchBoxmks .formcontrol
{
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #dbdada;
	background: none;
	border: none;
	background-image: none;
	border-radius: 4px;

}
.SearchBoxmks .form-control
{
	background: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 10px 12px;
	border-radius: 0px;
}
.SearchBoxmks .form-control::placeholder
{
	color: #dbdada;
}
.SearchBoxmks select 
{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.SearchBoxmks select option
{
	color: #333;
}

.PropertySearch .nav-tabs 
{
  border-bottom: none;
   display: flex;
  justify-content: center;
  flex-direction: row;
}
.PropertySearch .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #20C063;
    border-color: #20C063 #20C063 #20C063;
}
.PropertySearch .nav-tabs .nav-link:hover 
{
    border-color: #20C063 #20C063 #20C063;
}
.PropertySearch .nav-tabs .nav-link {
    display: block;
    padding: .7rem 2rem;
    font-size: 16px;
    color: #fff;
    border: none;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    margin-right: 0px;
    border-radius: 0px;
}



/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .SearchBoxmks select {padding-right:18px}
}

.SearchBoxmks label {position:relative; display: block;  border: 1px solid #aba1a1;}
.SearchBoxmks label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:10px;
    padding:0 0 2px;
    /* border-bottom:1px solid #ddd; */
    position:absolute;
    pointer-events:none;
}
.SearchBoxmks label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    /* background:#f8f8f8; */
    position:absolute;
    pointer-events:none;
    display:block;
}
.Searchproperty
{
	text-align: center;
}
.Searchproperty input.SearchBtn
{
	background-color: #fff;
	border-radius: 2px;
	padding: 10px 20px;
	border: 1px solid #fff;
	cursor: pointer;
	font-weight: bold;
}
.Searchproperty input.SearchBtn:hover
{
	background-color: #009a6d;
	border: 1px solid #019a6d;
	color: #fff;
}

/*---------------------------  Our Services  ----------------------- */
.OurServicesMks
{
	background: #e6e6e6;
}
.OurServicesMks .ServiceBox
{
	background-color: #fff;
	border: 1px solid #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 5px 25px #ccc;
}
.OurServicesMks .ServiceBox:hover
{
	border: 1px solid #009a6d;
}
.OurServicesMks .ServiceBox img
{
	max-width: 80px;
	margin-bottom: 20px;
}
.OurServicesMks .ServiceBox h4
{
	font-size: 16px;
	font-weight: bold;
	color: #494541;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
/*---------------------------  Featured Properties  ----------------------- */
.PropertysListmks
{
  margin-bottom: 30px;
  overflow: hidden;
}
.FeaturesPro_title h1
{
	font-weight: 700;
	margin: 0 0 40px;
	text-transform: uppercase;
	font-size: 27px;
	color: #20C063;
	text-align: center;
}
.FeaturesPro_title h1 a
{
  color: #37404d;
}
.FeaturesPro_title h1 span
{
  color: #20C063;
}
.HouseLandRenrmks .postPic
{
	position: relative;
}
.HouseLandRenrmks .rentsale_box img
{
  width: 350px;
  height: 233px;
  object-fit: cover;
  object-position: center;
}
.HouseLandRenrmks .rentsale_box:hover
{
	box-shadow: 0px 5px 25px #ccc;
}
.HouseLandRenrmks .Rentsale_desc
{
	background-color: #FAFAFA;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.HouseLandRenrmks .Rentsale_desc p.Address
{
	font-size: 13px;
}
.HouseLandRenrmks .Rentsale_desc p.Address i
{
	padding-right: 5px;
}
.HouseLandRenrmks .Rentsale_desc h4 a
{
	font-size: 20px;
	font-weight: 600;
	color: #20C063;
}
.HouseLandRenrmks .rentsale_box:hover .Rentsale_desc h4 a
{
	color: #000;
}
.HouseLandRenrmks .Rentsale_desc ul.listbedbath
{
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #ddd;
}
.HouseLandRenrmks .Rentsale_desc ul.listbedbath li
{
	padding-right: 15px;
	font-size: 13px;
}
.HouseLandRenrmks .Rentsale_desc ul.listbedbath li img
{
	width: 18px;
	height: 18px;
	margin-right: 5px;
  display: inline-block;
}
.PostDate_admin ul
{
	padding-top: 17px;
}
.PostDate_admin ul li
{
	font-size: 13px;
}
.PostDate_admin ul li.Postdatemks
{
	float: right;
}
.PostDate_admin ul li i
{
	color: #009a6d;
	padding-right: 5px;
}
.Featured_titl 
{
	position: absolute;
	top: 6%;
	left: 5%;
}
.Featured_titl a
{
	background-color: #20C063;
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.forsalemks
{
	position: absolute;
	bottom: 6%;
	right: 4%;
}
.forsalemks a
{
	background-color: #d90505;
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.Pricemks
{
	position: absolute;
	bottom: 6%;
	left: 4%;
}
.Pricemks a
{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.TabpanelMks nav
{
	margin-bottom: 40px;
}

.TabpanelMks .nav-tabs {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.TabpanelMks .nav-tabs .nav-link {
    display: block;
    padding: .7rem 2rem;
    font-size: 16px;
    color: #000;
    border: none;
	background-color: #f2f2f2;
	margin-right: 20px;
	border-radius: 0px;
}
.TabpanelMks .nav-tabs .nav-link.active
{
   color: #fff;
   background-color: #20C063;
   border-radius: 0px;
}

.TabpanelMks .nav-tabs
{
	border: none;
}
/*---------------------------  Testimonials  ----------------------- */

.OurTestimonialmks
{
	background-color: #f2f2f2;
}
.testimonial{
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial:hover{ border-color: #e7e3e3; }
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #88aa09; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #333; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
    top: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.OurTestimonialmks .owl-theme .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
}
.OurTestimonialmks .owl-theme .owl-nav div{
    width: 45px;
    height: 40px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.OurTestimonialmks .owl-theme .owl-nav div:hover{
    background: #0069a9;
    border-color: #0069a9;
}
.OurTestimonialmks .owl-prev,
.OurTestimonialmks .owl-next{
    position: absolute;
    left: -3%;
}
.OurTestimonialmks .owl-next{
    left: auto;
    right: -3%;
}
.OurTestimonialmks .owl-prev:before,
.OurTestimonialmks .owl-next:before{
    content: "\f104";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
    padding-left: 14px;
}
.OurTestimonialmks .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .OurTestimonialmks .owl-theme .owl-controls,
    .OurTestimonialmks .owl-prev,
    .OurTestimonialmks .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .OurTestimonialmks .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .OurTestimonialmks .testimonial .rating{
        right: 12px;
    }
}



/* Featured Products */
.Recntalyproperty .owl-theme .owl-dots,.Recntalyproperty .owl-theme .owl-nav{text-align:right;-webkit-tap-highlight-color:transparent}
.Recntalyproperty .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin: 5px 14px 5px 5px;padding: 0px 10px;
background: #20C063;display:inline-block;cursor:pointer;/*  border-radius: 2px; */}
.Recntalyproperty .owl-theme .owl-nav [class*=owl-]:hover{background:#ee1b2e;color:#FFF;text-decoration:none}
.Recntalyproperty .owl-theme .owl-nav .disabled{opacity:1;cursor:default}
.Recntalyproperty .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px;}
.Recntalyproperty .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.Recntalyproperty .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.Recntalyproperty .owl-theme .owl-dots .owl-dot.active span,.Recntalyproperty .owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.Recntalyproperty .owl-nav i{font-size: 30px; color: #fff;}

.Recntalyproperty .owl-theme .owl-nav{position: absolute;
top: -10%;
right: -14px;
}

/*---------------------------  Footer Bottom  ----------------------- */

.footerBottomks
{
	background-color: #20C063;
}
.footerBottomks .footerBox h4
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 20px;
}
.footerBottomks .footerBox p {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
}
.footerBottomks .footerBox .personal_info li {
    color: #fff;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 0px;
}
.footerBottomks .footerBox .personal_info li a {
    color: #fff;
}
.footerBottomks .footerBox .personal_info li i {
	padding-right: 10px;
}

/* Link */
.footerBottomks .footerBox .usefulinksm li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.footerBottomks .footerBox .usefulinksm li a {
    color: #fff;
}


/* Popular Posts */
ul.Popularposts li.media img
{
	width: 90px;
	height: 63px;
	object-fit: cover;
	object-position: center;
}
ul.Popularposts li.media h5 a
{
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
/* Newsletter */
.footerBottomks .footerBox .newsletter {
    padding: 20px;
    background: #151515;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.footerBottomks .footerBox .newsletter .button-theme {
    background: #20C063;
    border: 2px solid #20C063;
    color: #fff;
    padding: 8px 0px;
    cursor: pointer;
}
.footerBottomks .footerBox .newsletter input {
    width: 100%;
    font-size: 12px;
    height: 39px;
    color: rgb(113, 113, 113);
    padding: 11px 15px;
    border-width: 1px;
    border-color: rgb(232, 231, 231);
    border-image: initial;
    outline: none;
    border: none;
}

/* Lfooter */
.Lfootermks
{
	background: #111;
	padding: 25px 0;
	border-top: solid 1px #1b1b1b;
	color: #7f7f80;
	font-size: 13px;
}
.Lfootermks p
{
	margin: 0px;
}
.DevelopedBy
{
	text-align: right;
}
/* Footer Social */
.footer-social{list-style-type: none;}
.footer-social li{display: inline-block;padding-right: 10px;}
.footer-social li:last-child{padding-right: 0px;}
.footer-social li a{font-size: 22px;color: #fff;}
.footer-social li a img{max-width: 22px;}
.footer-social li.facebook-icon a{color: #4064AC;}
.footer-social li.twitter-icon a{color: #1F9BEB;}
.footer-social li.linkedin-icon a{color: #0073AF;}
.footer-social li.whatsapp-icon a{color: #075E54;}



/*---------------------------  Properies List View  ----------------------- */
.propertiesLists .Rentsale_desc
{
	background-color: #FAFAFA;
	padding: 20px;
	/* margin-bottom: 30px; */
	overflow: hidden;
}
.ListViewMks
{
	background-color: #FAFAFA;
	margin-bottom: 30px;
	overflow: hidden;
}
.ListViewMks .colPad {
    padding: 0;
}
.propertiesLists .Rentsale_desc p.Address
{
	font-size: 13px;
}
.propertiesLists .Rentsale_desc p.Address i
{
	padding-right: 5px;
}
.propertiesLists .Rentsale_desc h4 a
{
	font-size: 20px;
	font-weight: 600;
	color: #20C063;
}
.propertiesLists .ListViewMks:hover .Rentsale_desc h4 a
{
	color: #000;
}
.propertiesLists .ListViewMks:hover
{
	box-shadow: 0px 5px 25px #ccc;
}
.propertiesLists .Rentsale_desc ul.listbedbath
{
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #ddd;
}
.propertiesLists .Rentsale_desc ul.listbedbath li
{
	padding-right: 15px;
	font-size: 13px;
}
.propertiesLists .Rentsale_desc ul.listbedbath li img
{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.Leftdetailpage .LeftDetMks h3
{
  color: #20C063;
  margin: 0px;
  font-size: 25px;
}
.Leftdetailpage .LeftDetMks i
{
  color: #20C063;
  padding-right: 5px;
}
.rightNprmks
{
  text-align: right;
}
.rightNprmks h4
{
  margin: 0px;
  font-size: 20px;
  color: #333;
}

/* Image Overlay */
.property_img
{
	position: relative;
}
.property_img img
{
	max-width: 100%;
	min-height: 221px;
	height: auto;
}
.Featured_titlbox 
{
	position: absolute;
	top: 6%;
	left: 10%;
}
.Featured_titlbox a
{
	background-color: #20C063;
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.forsale_mks
{
	position: absolute;
	bottom: 6%;
	right: 4%;
}
.forsale_mks a
{
	background-color: #d90505;
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.Price_mks
{
	position: absolute;
	bottom: 6%;
	left: 10%;
}
.Price_mks a
{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.LeftSidebar .listTop_Box
{
	margin-bottom: 20px;
}
.LeftSidebar .listTop_Box .Category_name h4 {
    font-size: 16px;
    font-weight: bold;
    color: #484849;
    margin: 0px;
}
ul.GridListRight {
    float: right;
    margin: 0px;
}
ul.GridListRight li.listViewit a {
    font-size: 12px;
    color: #777777;
}
ul.GridListRight li.gridviewit {
    padding-right: 20px;
    /* vertical-align: top; */
}
ul.GridListRight li.gridviewit a {
    text-decoration: none;
    font-size: 12px;
    color: #777777;
}
.formhncontrol
{
	font-size: 13px;
	font-weight: 300;
	padding: 5px 12px;
	border: solid 1px #e7e7e7;
	background: #FFF;
	color: #999;
	margin-right: 5px
}
.Topcategory_borderline {
    border-top: 1px solid #ddd;
    margin: 12px 0px 25px 0px;
}
/* Right Sidebar */
.SearchBoxkks
{
	background-color: #f2f2f2;
	padding: 20px;
	margin: 30px 0px;
	overflow: hidden;
}
.Sidebar_title h4
{
	font-size: 20px;
	color: #333;
	margin: 0px 0px 20px 0px;
}
.SearchBoxkks .formcontrol
{
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #878484;
	background: none;
	border: none;
	background-image: none;
	border-radius: 4px;

}
.SearchBoxkks .form-control
{
	background: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 10px 12px;
	border-radius: 0px;
}
.SearchBoxkks .form-control::placeholder
{
	color: #878484;
}
.SearchBoxkks select 
{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.SearchBoxkks select option
{
	color: #333;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .SearchBoxkks select {padding-right:18px}
}

.SearchBoxkks label {position:relative; display: block;  border: 1px solid #aba1a1;}
.SearchBoxkks label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:13px;
    padding:0 0 2px;
    /* border-bottom:1px solid #ddd; */
    position:absolute;
    pointer-events:none;
}
.SearchBoxkks label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    /* background:#f8f8f8; */
    position:absolute;
    pointer-events:none;
    display:block;
}
.Searchproperty
{
	text-align: center;
}
.Searchproperty input.SearchBtn
{
	background-color: #20C063;
	border-radius: 2px;
	padding: 10px 20px;
	border: 1px solid #20C063;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.Searchproperty input.SearchBtn:hover
{
	background-color: #fff;
	border: 1px solid #fff;
	color: #333;
}
/* Popular Category */
.popularCategory
{
	background-color: #FAFAFA;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.CategoryLists_group .list-group a
{
	font-size: 14px;
	color: #646262;
}
.CategoryLists_group .list-group-item 
{
    position: relative;
    display: block;
    padding: .65rem 0rem;
 }
.CategoryLists_group .list-group-item > .badge {
    float: right;
}
.CategoryLists_group .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: 10px;
}
.CategoryLists_group a.list-group-item
{
border: none;	
}

/* Filter By Location */
.FilyterbyLocation
{

	background-color: #FAFAFA;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

/*---------------------------  Grid View  ----------------------- */
.GridListviewmks .postPic
{
	position: relative;
}
.GridListviewmks .postPic img
{
	min-height: 233px;
	/* max-height: 233px; */
	height: auto;
	object-fit: cover;
	object-position: center;
}
.GridListviewmks .rentsale_box:hover .Rentsale_desc h4 a
{
	color: #000;
}
.GridListviewmks .rentsale_box
{
	margin-bottom: 30px;
}
.GridListviewmks .rentsale_box:hover
{
	box-shadow: 0px 5px 25px #ccc;
}
.Featured_bgrid 
{
	position: absolute;
	top: 6%;
	left: 5%;
}
.Featured_bgrid a
{
	background-color: #20C063;
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.forsalemks_grid
{
	position: absolute;
	bottom: 6%;
	right: 4%;
}
.forsalemks_grid a
{
	background-color: #d90505;
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.Pricemks_grid
{
	position: absolute;
	bottom: 6%;
	left: 4%;
}
.Pricemks_grid a
{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4px 12px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
/* Pagination */

.pagination {
    list-style-type: none;
    justify-content: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination .page-item.active .page-link {
    background-color: #20C063;
    color: white;
    border: 1px solid #20C063;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/*---------------------------  Detail Page  ----------------------- */
.service-thumbnil-active {
    padding: 20px 50px;
    background: #f1f1f1;
    margin-top: 30px;
}
.service-thumbnil-active .owl-nav div {
    position: absolute;
    left: 10px;
    top: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #363636;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
   padding-top: 0px;
}

.service-thumbnil-active .owl-nav div:hover {
    background: #69b909;
}
.service-thumbnil-active .owl-nav div.owl-next {
    left: auto;
    right: 10px;
}
.DescSlider .item {
    position: relative;
}
.DescSlider .item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /* background: #000;*/
    content: "";
    z-index: 9;
    opacity: 0.5;
}
.service-thumbnil-active .item {
    cursor: pointer;
}
.service-thumbnil-active .item:before {
    opacity: 0;
    background: #69b909;
}
.service-thumbnil-active .item:hover:before {
    opacity: .7;
}
.PackagesDetail_travlbox
{
  margin-top: 40px;
  border: 1px solid #e6e7e8;
  border-top: 0px;
  background: #f1f2f2;
}
.PackagesDetail_travlbox .nav-tabs .nav-link
{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 30px;
  border: none;
  background: #939598;
  color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-right: 2px solid #e6e7e8;
}
.PackagesDetail_travlbox .nav-tabs .nav-link:last-child
{
  border-right: none;
}
.PackagesDetail_travlbox .nav-tabs .nav-link.active {
    color: #ffffff;
   background: #20C063;
   border-color: #e6e7e8;
}
.PackagesDetail_travlbox .nav-tabs {
    border-bottom: none;
}
.PackagesDetail_travlbox .tab-content
{
  padding: 30px;
}
.PackagesDetail_travlbox .ItinaryTitle
{
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.PackagesDetail_travlbox .ItinaryTitle h5
{
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.PackagesDetail_travlbox .ItinaryTitle h5 span
{
  color: #ea5318;
  padding-left: 20px;
}
.PackagesDetail_travlbox .tab-content p
{
  font-size: 14px;
  color: #666262;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 22px;
}
ul.ItinaryLists li
{
  margin-bottom: 20px;
  overflow: hidden;
}
#nav-reviews .form-control
{
  padding: .875rem .75rem;
  border-radius: 0px;
  border: 1px solid #ddd;
  font-size: 12px;
  background: none;
}
#nav-reviews h3
{
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
#nav-reviews select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.Leftimgname
{
  text-align: center;
}
.Leftimgname h4
{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
}
.Leftimgname p
{
  text-align: center !important;
  font-size: 11px !important;
}
ul.ReviewLists
{
  margin-bottom: 30px;
}
ul.ReviewLists li:first-child
{
  border-top: none;
}
ul.ReviewLists li
{
  border-top: 1px solid #ddd;
  padding: 15px 0px 0px 0px;
}
ul.ReviewLists .ReviewPic img
{
  width: 65px;
  height: 65px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.RatingIcon span i {
    color: #ff8400;
    font-size: 14px;
}
.Pubdate p
{
  font-size: 12px !important;
  font-style: italic;
  color: #959494 !important;
  font-family: 'Roboto', sans-serif;
}
.RightCon_info
{
  background-color: #014b25;
  padding: 0px 20px 1px 20px;
  box-shadow: 0px 0px 5px 0px;
}
.RightCon_info p
{
  color: #fff;
  font-size: 13px;
}
.RightCon_info h4
{
  color: #fff;
  font-weight: bold;
  background-color: #00a651;
  margin: 0px -20px 10px -20px;
  font-size: 20px;
  padding: 7px 20px;
}
.Relatedpackages
{
  background-color: #f2f2f2;
}
/*---------------------------  Content Page  ----------------------- */
.ContentPageMks h2
{
  color: #000;
  padding-bottom: 20px;
}
.LeftContatcform .form-control
{
  padding: .875rem .75rem;
  border-radius: 0px;
  border: 1px solid #ddd;
  font-size: 12px
}
.Roghtcontact_detail h4,
.LeftContatcform h4
{
  font-size: 25px;
  font-weight: 600;
  color: #20C063;
  margin-bottom: 30px;
}
.SendMessage
{
  text-align: center;
  margin-top: 20px;
}
.SendMessage input.SendMessageBtn
{
  background-color: #20C063;
  padding: 8px 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
}
.Roghtcontact_detail .info-icon p
{
  font-weight: bold;
}
.Roghtcontact_detail .info-icon i
{
  padding-right: 5px;
  color: #20C063;
}

/* Serach box */
.SearchBox
{
  padding: 20px 0px;
}
.SearchBox h2
{
  font-size: 34px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}
.SearchBox h2 span
{
  color: #20C063;
}
.SearchPadd {
    padding-left: 0px;
    padding-right: 0px;
}
.KeyWord .formcontrol {
    font-size: 12px;
   /* border: 1px solid #ced4da;*/
    padding: 8px 12px 8px 12px;
    margin-top: 6px;
    width: 100%;
}
.selectdivs:after {
  content: '\f0dd';
  font: normal normal normal 12px/1 FontAwesome;
  color: #333;
  right: 15px;
  top: 0px;
  padding: 12px 10px 12px 10px;
  position: absolute;
  pointer-events: none;
  margin-top: 10px;
}
.PropertySearch .form-group
{
  margin-bottom:1rem;
}


/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}
.rightborder
{
	border-right:1px solid #ddd;
}
.selectdivs .formcontrol {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 18px 25px 18px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid #ced4da;*/
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 1px;
  height: 57px;
}
.KeyWord .formcontrol
{
  font-size: 12px;
 /* border: 1px solid #ced4da;*/
  padding: 22px 25px 18px 10px;
  margin-top: 1px;
  width: 100%;
  background-color: #fff;
  color: #333;
  height: auto;
  border-radius: 0px;
}
.ButtonSubmit
{
  text-align:right;
  margin-top: 0px;
  margin-left: -10px;
}
.ButtonSubmit button
{
 padding: 16px 29px 16px 29px;
  background-color:#20C063;
  border:none;
  cursor:pointer;
  color:#fff;
  /* border-radius: 2px; */
  height: 58px;
}
.ButtonSubmit button i
{
  font-size:24px;
}
.Subpadd
{
  padding-left: 0px;
}
.PropertySearch .formgroupmks
{
  margin-bottom: 0px;
  border-right: 1px solid #ddd;
}
.AdvancedSearch
{
  text-align: right;
  margin-right: -42px;
}
.AdvancedSearch a
{
  color: #fff;
}
.AdvancedSearch a i
{
  color: #fff;
}
.AdvancedSearch .modal 
{
    z-index: 9999;  
}
.AdvancedSearch .modal-title
{
  color: #20C063;
  font-size: 24px;
}
.AdvancedSearch .SearchPadd
{
  padding-right: 15px;
}
.AdvancedSearch .formgroupmks
{
  margin-bottom: 10px;
}
.AdvancedSearch .Subpadd 
{
    padding-left: 15px;
}
.AdvancedSearch .KeyWord .formcontrol,
.AdvancedSearch .selectdivs .formcontrol
{
	border: 1px solid #ced4da;
	padding: 14px 10px 14px 10px;
	height:auto;
}
.AdvancedSearch .selectdivs::after 
{
	margin-top: 7px;
}
.Priceslidermks
{
	float:left;
	margin:20px 0px;
}
.Priceslidermks h5
{
	text-align:left;
	margin-bottom:10px;
	font-size:16px;
}
.FeedBack_title h4
{
	margin:0px 0px 20px 0px;
	font-size:22px;
	font-weight:bold;
}

/*---------------------------  feedback  ----------------------- */

#feedback {
	position: fixed;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	height: auto;
	margin-left: -3px;
	margin-bottom: -3px;
	z-index: 9;
}

#feedback-form {
  float: right;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding: 20px;
  background-color:#fff;
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
#feedback-form .form-control
{
	font-size:13px;
}
.submitFeed
{
	padding:8px 16px;
	background-color: #20C063;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
}
#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: #20C063;
  margin-top: 60px;
  margin-right: -39px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.label-color {
  color: #20C063;
}

#feedback-tab:hover { background-color: #20C063; }

#feedback-form textarea { resize: none; }
.send_Requirement
{
	max-width:900px;
	margin:0 auto;
}
.send_Requirement label
{
	font-weight:bold;
}
.send_Requirement select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.PersonalDetails h4
{
	font-size:18px;
	color:#20C063;
}
.rightCon_Detail
{
    margin-top:10px;
}
.submitbtnmks input.SubmitBtn
{
    background-color: #20C063;
border-radius: 2px;
padding: 10px 20px;
border: 1px solid #20C063;
cursor: pointer;
font-weight: bold;
color: #fff;
}


/*--------------------------------------------------------------
# Property Detail Page
--------------------------------------------------------------*/
.property-detail{margin-bottom: 50px;}
.property-left-info h3{font-size: 28px;color: #000;margin-bottom: 20px;word-break: break-word;}
.property-left-info p{margin:0px 0px 15px 0px;}
.property-left-info p i{padding-right: 6px;}
.property-page-price{padding-top: 50px;}
.property-left-info ul li{margin:10px 0px;}
.property-left-info ul li img{max-width: 18px;}
.property-page-price h4{font-size: 30px;font-weight: 900;color: #000;}
.property-box{border-bottom: 1px solid #ddd;padding:40px 0px;}
.property-box--first{padding-top: 0px;}
.property-box h2{font-size: 24px;color: #000;margin:0px 0px 15px 0px;}
.property-box--more ul{list-style-type: none;}
.property-box--more ul li{padding-bottom: 10px;}
.property-box--more ul li:last-child{padding-bottom: 0px;}
.facility-box{border:1px solid #ddd;padding:10px;margin-bottom: 30px;text-align: center;}
.facility-box img{max-width: 24px;margin-bottom: 15px;}
.facility-box h4{margin:0px;color: #000;font-size: 20px;}
.property-custom-field .form-control{border-radius: 0px;height: 45px;}
.property-custom-field select.form-control{height: 45px !important;}
.property-custom-field textarea.form-control{height: auto !important;}
.property-custom-field .form-control:focus{outline: none;box-shadow: none;}
.soldrentout{position:absolute;top:20px;left:30px;z-index:9;}
.soldrentout span{background:#da2128;padding:6px 12px;z-index:9999;color:#fff;font-size:12px;font-weight:600;border-radius:4px;}
.soldrent span{background-color: #20C063;}
.property-box--more{background-color: #0f8c44;color: #fff;padding:20px 15px;}
.property-box--more h2{color: #fff;}


/*--------------------------------------------------------------
# Property List Page
--------------------------------------------------------------*/
.postPic{position:relative;}
.col-center{display: flex;}
.property-grid-view .rentsale_box img{width:350px;height:233px;object-fit:cover;object-position:center;}
.property-grid-view .rentsale_box{margin-bottom:30px;background-color: #FAFAFA;display: flex;flex-direction: column;width: 100%;}
.property-grid-view .rentsale_box:hover{box-shadow:0px 5px 25px #ccc;}
.property-grid-view .Rentsale_desc{background: none;}




/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.view-all-btn{margin: 0px 0px 30px 0px;text-align: center;}
.view-all-btn a{background-color: #20C063;padding:12px 40px;color: #fff;font-weight: 700;text-transform: uppercase;display: inline-block;border-radius: 4px;font-size: 16px;}
.view-all-btn a:hover{background-color: #222;}
.view-detail-gr{display:none;-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-ms-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s;}
.rentsale_box:hover .view-detail-gr{display: block;position: absolute;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.rentsale_box:hover .view-detail-gr a{background-color: #20C063;padding:8px 16px;color: #fff;font-weight: 500;text-transform: uppercase;display: inline-block;border-radius: 4px;font-size: 12px;}
.rentsale_box:hover .view-detail-gr a:hover{background-color: #000;}




/*---------------------------  Responsive  ----------------------- */


@media (min-width: 320px) and (max-width: 576px) 
{
ul.SocialIconmks
{
	text-align: center;
}
#Header .SubmitQueryMks
{
	text-align: center;
	margin: 27px 0px 2px 0px;
}
.Logorealestate .LogoPic img 
{
	margin-bottom: 20px;
  display: block;
  margin: 0 auto
}
.Logorealestate .Ldescbox
{
	margin-bottom: 20px;
}
.SearchBoxmks 
{
    position: initial;
}
.OurServicesMks .ServiceBox
{
	margin-bottom: 30px;
}
.TabpanelMks .nav-tabs .nav-link
{
	margin-right: 5px;
	padding: .4rem 0.8rem;
	font-size: 12px;
}
.TabpanelMks .nav-tabs {
    justify-content: left;
}
.SearchWidth h2
{
  color: #20C063;
}
}
@media (min-width: 320px) and (max-width: 767px)
{
  .rightCon_Detail{display: none;}
  .Recntalyproperty .owl-theme .owl-nav{display: none;}
}
@media (max-width: 768px) 
{
.SearchBoxmks 
{
    position: initial;
}
}
@media (max-width: 992px) 
{
.SearchBoxmks 
{
	top: 2%;
}
}
@media (min-width: 1200px) 
{

}