

  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">

  #main {
	padding-top: 170px;
	float: left;
	width: 100%;
  }

  .mobile-show {
	display: none;
  }
  .property h2 {
	display: none;
  }

  .btn-search {
	border-radius: 20px;
	background: #666666;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 10px 8px;
  }
  .btn-search:hover{
	background: #4b4a4a;
	color: #fff;
  }
  .search-top {
	max-width: 1030px;
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
  }
  .apartments {
	float: left;
	width: 100%;
	height: 100%;
	padding: 15px 15px 30px;
	border: 1px solid #b9bbbd;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	background: #fff;
	text-align: center;
	border-radius: 4px;
	margin-bottom:20px;
  }
  .full-box {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 60px;
	background: #f1f1f3;
	padding-top: 180px;
  }
  .full-box .container .row{
	float: left;
	width: 100%;
	border: 1px solid #b9bbbd;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	background: #fff;
	padding: 30px 20px;
	border-radius: 4px;
  }
  .view-website {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 18px;
	color: #1487da !important;
  }
  .view-website:hover{
	text-decoration:none;
	color: #1271ba !important;
  }
  .apartments h3 {
	color: #1271ba;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 28px;
	height: 50px;
  }
  .apartments p {
	color: #4d4d4f;
	font-size: 18px;
	margin-bottom: 2px;
  }
  .apartments span {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #4d4d4f;
  }

  .resi{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column;
  }
  .compare-plans {
	background: #6fb841;
	padding: 10px 30px 10px;
	border-radius: 30px;
	color: #fff !important;
	font-size: 18px;
  }
  .compare-plans:hover{
	color: #fff !important;
	background:#259cec;
	text-decoration:none;
  } 

  .get-internet {
	background: #666666;
	padding: 10px 30px 10px;
	border-radius: 30px;
	color: #fff !important;
	font-size: 18px;
  }
  .get-internet:hover{
	color: #fff !important;
	background: #4b4a4a;
	text-decoration:none;
  }
.get-internet:focus {
    text-decoration: none;
    outline: none;
}
  .property-managers {
	float: left;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 30px;
	background: #fff;
	margin-top: -180px;
	position: relative;
	z-index: 0;
  }
  .owners {
	text-align: center;
  }
  .owners h2 {
	color: #009b68;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Bebas Neue',sans-serif;
	font-size: 40px;
  }
  .owners p {
	color: #4d4d4f;
	font-size: 22px;
	margin-bottom: 35px;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
  }
  .owners a:hover {
	background: #2ba37c;
  }
  .owners a {
	color: #fff;
	background: #009b68;
	border-radius: 24px;
	padding: 10px 70px 10px;
	text-decoration: none;
	font-size: 18px;
	font-family: "quasimoda",sans-serif;
	font-weight: 400;
  }
  .full-box .row {
	margin-top: -740px;
	position: relative;
	z-index: 1;
  }  
  .pd-1 {
	padding: 0 10px;
  }
  .form-control {
	color: #4d4d4f;
	height: 42px;
	font-size: 16px;
  }
  input::placeholder {
	color: #4d4d4f; 
	opacity: 1;     
  }
  /* For older WebKit browsers (Safari, Chrome) */
  input::-webkit-input-placeholder {
	color: #4d4d4f;
  }

  .col-md-4.mobile-none.pd-1 {
	display: none;
  }

  /* For Firefox */
  input::-moz-placeholder {
	color: #4d4d4f;
	opacity: 1;
  }

  /* For Internet Explorer 10–11 */
  input:-ms-input-placeholder {
	color: #4d4d4f;
  }

  /* For Edge */
  input::-ms-input-placeholder {
	color: #4d4d4f;
  }






  .banner-top{
	float:left;
	width:100%;
	padding-top: 30px;
  }
  .need-fiber{
	float:left;
	width:100%;
	padding-top:0px;
	padding-bottom:30px;
  }
  .property{
	text-align:center;
  }
  .property h2{
	color:#009b68;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Bebas Neue',sans-serif;
	font-size: 60px;
  }
  .property p{
	color:#4d4d4f;
	font-size:24px;
	margin-bottom:30px;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
  }
  .property a {
	color: #fff;
	background: #6fb841;
	border-radius: 24px;
	padding: 10px 70px 10px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "quasimoda",sans-serif;
	font-weight: 400;
  }
  .property a:hover{
	background:#55ad1e;
  }
  .margin-bg{
	padding-top:60px;
	padding-bottom:0px;
	max-width:800px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
  }
  .fiber-internet{
	float:left;
	width:100%;
	background:#f1f1f3;
	padding-top:30px;
	padding-bottom:60px;
  }
  .fiber-unit {
	float: left;
	width: 100%;
	padding: 0 15px 30px;
	border: 1px solid #b9bbbd;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	box-shadow: 0px 0px 4px 0px rgba(185,187,189,1);
	background: #fff;
	text-align: center;
  }
  .fiber-unit h3 {
	color: #1271ba;
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
	font-weight: 500;
  }
  .fiber-unit p{
	color:#4d4d4f;
	font-size:20px;
  }
  .home-telecom{
	text-align:center;
  }
  .home-telecom h2{
	color:#259cec;
	margin-bottom:40px;
	text-transform:uppercase;
	font-family: 'Bebas Neue',sans-serif;
	font-size: 45px;
  }
  .home-telecom p {
	color: #4d4d4f;
	font-size: 24px;
	margin-bottom: 40px;
	text-align: left;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
  }
  .icon-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -15px;
  }

  .Certain{
	text-align:center;
	margin-bottom: 40px;
  }
  .Certain p{
	text-align:center;
	font-size:14px;
	color:#464547;
  }
  .footer-end {
	float: left;
	width: 100%;
  }
  .center-bg {
	float: left;
	width: 100%;
	padding-top: 30px;
	position: relative;
	z-index: -1;
	height: 660px;
	margin-bottom:80px;
  }
  .pattern-bottom{
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
  }
  .fiber-internet .container {
	max-width: 1130px;
	width: 100%;
  }
  footer {
	float: left;
	width: 100%;
  }
  #subfooter {
	float: left;
	width: 100%;
  }
  .fb_reset {
	display: none;
  }
  #fb-root {
	display: none;
  }
  .mt-5 {
	margin-bottom: 8px;
  }
  
  
 /* Top Buttons */

.top-buttons{
    width:100%;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:100px !important;
    margin:30px auto !important;
    text-align:center;
    flex-wrap:wrap;
}


.top-buttons .compare-plans,
.top-buttons .get-internet{
    display:inline-block !important;
    margin:0 12px !important;
    vertical-align:middle;
}
  

  #property-today {scroll-margin-top: 150px; } 
  @media screen and (max-width: 1024px) {
	.property h2 {
	  font-size: 35px;
	}
	.property p {
	  font-size: 20px;
	}
	.home-telecom h2 {
	  font-size: 35px;
	}
	.owners h2 {
	  font-size: 35px;
	}
	.fiber-unit h3 {
	  font-size: 22px;
	}
	.fiber-unit p {
	  font-size: 18px;
	}
	.upgrade {
	  padding-top: 190px;
	}
  }
  @media screen and (max-width: 980px) {
	.mt-5 {
	  margin-bottom: 20px;
	}
	.btn-search {
	  font-size: 15px;
	}
	.full-box .row {
	  margin-left: 0;
	}
	.desktop-show {
	  display: none;
	}
	.mobile-show {
	  display: block;
	}
	.property h2 {
	  display: block;
	}
	.fiber-unit {
	  margin-bottom: 30px;
	}
	.fiber-internet {
	  height: auto;
	}
	.upgrade {
	  padding-top: 30px;
	}
	.fiber-internet {
	  padding-top: 30px;
	  padding-bottom: 20px;
	}
	.margin-bg {
	  padding-top: 30px;
	}
  }
  @media screen and (max-width: 767px) {
	.fiber-unit.equal-box {
	  height: auto !important;
	}
	.home-telecom p {
	  font-size: 18px;
	  text-align: center;
	}
	.owners p {
	  font-size: 18px;
	}
	.get-internet {
	  font-size: 16px;
	}
	.owners h2 {
	  font-size: 30px;
	}
	.owners a {
	  padding: 10px 24px 10px;
	  font-size: 16px;
	}
	.property h2 {
	  font-size: 30px;
	}
	.property p {
	  font-size: 18px;
	}
	.home-telecom h2 {
	  font-size: 30px;
	}
	.upgrade-top h2 {
	  font-size: 30px;
	}
	.upgrade .upgrade-top {
	  padding: 20px 40px;
	}
	.submit-end .btn-submit {
	  margin-top: 0;
	}
	.upgrade-top .form-check label {
	  display: inline;
	}
	.icon-center {
	  max-width: 70px;
	}
	.need-fiber {
	  padding-top: 0;
	}
	.upgrade {
	  padding-bottom: 30px;
	}
	.submit-end .btn-submit {
	  padding: 8px 70px 3px;
	  font-size: 16px;
	}
	.property a {
	  font-size: 16px;
	}
	.fiber-unit {
	  margin-bottom: 40px;
	}
	.center-bg {
	  margin-bottom:100px;
	}
	.full-box .container .row {
	  border: 1px solid #fff;
	  box-shadow: none;
	}
	.full-box {
	  background: #fff;
	}
	
	.top-buttons {
    gap: 15px!important;
    flex-direction: column;
}

  }
  @media screen and (max-width: 575px) {
	.mobile-search {
	  width: 65%;
	}
	.mobile-btn {
	  width: 35%;
	  padding-left: 0;
	}
	.full-box .row {
	  margin-top: -770px;
	}
	.mt-0 {
	  margin-bottom: 0;
	}
	.property-managers {
	  padding-top: 130px;
	}
	.home-telecom h2 {
	  margin-bottom: 20px;
	}
	.property p {
	  padding-top: 10px;
	}
	.center-bg {
	  margin-bottom:120px;
	}
  }

  @media screen and (min-width: 1600px) {
	.container {
	  width: 1280px;
	}
  }
  
  
  
   /*Popup Form Css starts */ 
  
  .communication .modal-dialog {
	max-width: 980px;
	width: 100%;
	top: 16%;
}
  
  #mdu-form .modal-dialog {
	max-width: 920px;
	width: 100%;
	margin: 30px auto;
}
  #mdu-form .modal-close-btn {
	position: absolute;
	right: 15px;
	z-index: 999;
	border: 0;
	background: transparent;
	top: 20px;
}
  #mdu-form .modal-body {
	position: relative;
	padding: 0;
	background: #fff;
	float: left;
	width: 100%;
	border-radius: 30px;
}
  #mdu-form .thank-you {
	text-align: center;
	padding: 20px 40px;
}
  .thank-you span {
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
  .thank-you h2 {
	color: #333;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 52px;
	margin: 10px 0 20px;
}
  .thank-you p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	margin-bottom: 30px;
}
  #mdu-form form {
	float: left;
	width: 100%;
	background: #F8F8F8;
	padding: 20px 40px 20px;
	border-radius: 0 0 30px 30px;
}
  #mdu-form .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
  #mdu-form .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30),0px 1px 3px 1px rgba(0,0,0,0.15);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
  #mdu-form .checkbox-group {
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
  #mdu-form .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
  #mdu-form .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
  #mdu-form input[type="checkbox"], input[type="radio"] {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30),0px 1px 3px 1px rgba(0,0,0,0.15);
}
  .submit-button {
	text-align: center;
	margin-top: 30px;
}
  #mdu-form .btn.btn-submit {
	color: #009B67;
	background: transparent;
	border: 2px solid #009B67;
	padding: 10px 60px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	transition: background-color .3s ease;
}
  #mdu-form .btn.btn-submit:hover {
	color: #fff;
	background: #009B67;
}
  #mdu-form .checkbox-inline {
	margin: 0 14px;
}
  @media (max-width: 767px) {
	.thank-you h2 {
	font-size: 30px;
	line-height: 40px;
}
	.submit-button {
    float: left;
    width: 100%;
}
  }
  @media (max-width: 575px) {
	#mdu-form .checkbox-group {
	display: block;
}
	#mdu-form form {
	padding: 20px 28px 20px 15px;
}
	#mdu-form .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
	.checkbox-inline {
	float: left;
	width: 25%;
	padding-left: 0;
}
	.form-disclaimer {
	margin-top: 50px;
}
	#mdu-form .checkbox-inline {
    margin: 0 10px;
}

  }
/*Popup Form Css Ends */
  
