@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');


/* ====== Default css  ====== */

section a {outline: 0 !important;text-decoration: none !important;}
section a:active,section a:hover,section a:focus {outline: 0 !important;text-decoration: none !important;}
svg {fill: currentColor;}

/* ====== Default css  ====== */
html{height:100%;scroll-behavior: smooth;overflow-x:hidden;width: 100%;}
a:focus,a:hover,a:active{outline: none; text-decoration: none;box-shadow: none;}
:focus-visible{outline:none;}
body,ul,ol,li,p {margin: 0;padding: 0;list-style: none;}
p{font-size:14px;font-family:'Roboto', sans-serif;line-height:20px;}
.clear {clear: both;}




.mc_container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}




/*Footer*/
.cus-realestate-footer{background: #F0ECED 0% 0% no-repeat padding-box;padding:35px 0;font-size:13px;line-height:16px;font-family: 'Roboto', sans-serif;}
.cus-realestate-footer .footer-wrap{display:flex;grid-gap:250px;}
.cus-realestate-footer .footer-wrap p{margin-left:0;margin-bottom:0;color:#000;}
.cus-realestate-footer .footer-wrap .footer-listing ul li{float:left;text-transform:uppercase;}
.cus-realestate-footer .footer-wrap .footer-listing ul li a, footer.realestate-footer .footer-wrap .footer-listing p{color:#000;}
 .cus-realestate-footer .footer-wrap .social-links{display: flex;}
.cus-realestate-footer .footer-wrap .social-links img{margin:0 5px;height:17px;width:auto;}
.cus-realestate-footer .footer-wrap .social-links a:nth-child(4) img{margin-right:0;}
/*Footer*/




















/*Responsive css*/


@media all and (max-width:1200px){
h2{font-size:40px;line-height:40px;}	
.mc_container {padding-left: 20px;padding-right: 20px;width:100%;}	
.cus-realestate-footer .footer-wrap{grid-gap:140px;}


	
}




@media all and (max-width: 980px) {
img{max-width:100%;}
	.mb-10{margin-bottom:10px;}
/*navigation*/	
.mc_container {width: 100%;padding-left: 15px;padding-right: 15px;}

h2{font-size:30px;line-height:30px;}
h5{font-size:16px;line-height:24px;}
p{font-size:15px !important;line-height:24px !important;}	
.cus-realestate-footer .footer-wrap{grid-gap:10px;flex-direction:column;}
.cus-realestate-footer .footer-wrap .social-links{margin:0 auto;}
.cus-realestate-footer .footer-wrap p{text-align:center;}
.footer-listing{margin:auto;}

 }



 .go2top_btn {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 999;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  cursor: pointer;
}

.go2top_btn img {width:auto}



