/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out https://www.w3schools.com/css/css_syntax.asp


End of comment */
.teammodel .modal-content {
       border-radius: 4px !important;
    background-color: #f9f9f9 !important;
    border: 0px solid #00a9da !important;
} 
.teammodel  .modal-dialog {
    max-width: 379px;
}
.img-box {
cursor:pointer
}
.single-featured_properties h2.innerbanner-text {
    font-size: 32px !important;
}
.my_account_sections {
    padding: 30px 0 20px;
    text-align: center;

}

img {
	max-width:100%;
	height:auto;
}
.message h2 {
	text-align:center !important;
	color:#000;
}
.message .success {
	color:green
}

.my_account_form {
	padding:40px 0;
}
.my_account_sections .user_name {
    text-align: center;
    margin-bottom: 15px;
	font-weight:bold;
	color: #00a9da !important;
	text-transform:capitalize;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00a6da;
    text-align: center;
    font-weight: 700;
    color: #000;
    padding: 20px;
}
.popupsucess {
    border-color: #00a6da;
    text-align: center;
    font-weight: 700;
    color: #000;
    padding: 20px;
}
.popupfail {
	border: 2px solid #ffb900;
	text-align: center;
    font-weight: 700;
    color: #000;
    padding: 20px;
}
#propertyModal .popupsucess, #propertyModal .popupfail {
  color: #fff;
}
.popuplogo {
	width: 50px;
    display: table;
    margin: 0 auto;
}
.user_name {
    color: #00a9da !important;
}
.black {
	color:#000;
}
.my_account_form .form-control {
	margin-bottom:20px;
}
.my_account_form .succe_msg {
	color:green;
	font-weight:bold;
}
.my_account_form .error_msg {
	color:red;
	font-weight:bold;
}
.my_account_form .btncont {
	text-align:center;
}
.modal-body .ajax-loader {
	display:none !important;
}
.page .teammodel input[type=text], .page .teammodel input[type=email], .page .teammodel input[type=tel], .page .teammodel input[type=number], .page .teammodel input[type=password], .page .teammodel textarea { 
  border:1px solid #ddd !important
}
.teammodel .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    border-radius: 50%;
    padding: 4px 11px 7px 10px;
    border: 2px solid #fff;
}
.teammodel .modal-header {
    border-bottom: 0px solid #000000 !important;
}
.teammodel h4 {
    color:#323232 !important;
}
.custommodel .textarea-wrapper textarea.form-control {
  padding-left:15px
}
.custommodel input[type=text], .custommodel input[type=email] {
    appearance: none;
    -webkit-appearance: none;
    border: 0px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #888;
    outline: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    display: inline-block;
}
.custommodel .modal-title {
    color: #FFF;
    font-size: 17px;
    width: 100%;
    text-align: center;
}
.custommodel .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.custommodel .modal-header {
    border-bottom: 1px solid #e5e5e5;
}
.custommodel .modal-content {
    border-radius: 10px;
    background-color: #000000;
    border: 3px solid #00a9da;
}
.custommodel .modal-dialog {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.img-box img {
    width: 100%;
    height: 100%;
}
.single-featured_properties #requestcopy {
  display:none;
}
.error404 #requestcopy {
  display:none;
}

.pum-theme-471 .pum-container, .pum-theme-lightbox .pum-container {
  background-color:#f9f9f9 !important;
  border:0px !important;
  border-radius:5px !important
}
.propertyModal .btn:hover {
    color: #000;
    background: #fff;
}
.propertyModal .reset {
  margin-right:0px !important;
     float: right !important;
}
.pum-container .btn:hover {
    color: #000;
    background: #fff;
}
.pum-container .reset {
  margin-right:0px !important;
     float: right !important;
}
.propertyModal .btn {
    display: inline-block;
    width: 45% !important;
    margin: 3px 10px 3px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #00a9da;
    border: 0;
    border-radius: 5px;
    color: #fff;
    float: none;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 12px 40px;
    text-transform: uppercase;
    /* float: left; */

}
.location-info {
  display:inline-block;
  width:100%;
}
 /* Style for info box; else you need to write css according to the html design */
    .infobox-wrapper .infobox-inner { background:#fff; border-top:6px solid #073855; box-shadow:0 2px 2px rgba(0,0,0,.2); font-size:12px; margin-bottom:50px; min-width:200px; position:relative; }
    .infobox-wrapper .infobox-inner .infobox-image .name { background-color:#000; border-radius:2px; bottom:35px; box-shadow:0 1px 2px rgba(0,0,0,.3); color:#fff; font-size:14px; font-weight:700; left:8px; padding:3px 7px; position:absolute; z-index:2; }
    .infobox-wrapper .infobox-inner .infobox-image .infobox-price { border-radius:2px; bottom:8px; box-shadow:0 1px 2px rgba(0,0,0,.3); color:#fff; font-size:14px; font-weight:700; left:8px; padding:3px 7px; position:absolute; z-index:2; }
    #fp-map { display:inline-block; float:left; height:450px; margin-bottom:40px; width:100%; }
    #fp-map_2 { display:inline-block; float:left; height:450px; margin-bottom:40px; width:100%; }
    .infobox-wrapper img { margin:0 0 -15px !important; z-index:99; }


@media (max-width: 380px)  {
.teammodel .modal-dialog {
    max-width: 300px !important;
}
}

/*@media (min-width: 1024px) {
#fp-map_2 {
    display: block;
}
}
#fp-map_2 {
    display: inline-block;
    float: left;
    height: 450px;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid var(--main-theme-color);
}*/
.pum-container .btn {
    display: inline-block;
    width: 45% !important;
    margin: 3px 10px 3px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #00a9da;
    border: 0;
    border-radius: 5px;
    color: #fff;
    float: none;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 12px 40px;
    text-transform: uppercase;
    /* float: left; */

}
#lightgallery img {
    width: 230px;
    height: 166px;
   /*width: 179px;
    height: 119px;*/
}
.pum-container .wpcf7-form-control-wrap {
  width:100%;
}
.modal-title {
  color:#fff;
  text-transform:uppercase;
}
.pum-container .input-group {
  width:100%;
}
.pum-container .textarea-wrapper textarea.form-control {
  padding-left:15px
}
.modal-body {
    position: relative;
    padding: 15px;
}
/*#videoModal .modal-dialog {
  max-width:%;
 
}*/
.propertyModal .close {
  font-size:1.3rem !important;
}
.propertyModal .wpcf7-form-control-wrap {
  width:100%;
}
.propertyModal .input-group {
  width:100%;
}
#videoModal .close {
 color:#fff;
  opacity:1;
}
#videoModal {
  z-index:99999
}
#wpcf7-f393-p257-o3 div.wpcf7-response-output, #wpcf7-f393-p257-o3 div.wpcf7-validation-errors, #wpcf7-f393-p259-o1 div.wpcf7-validation-errors ,#wpcf7-f393-p259-o1 div.wpcf7-response-output { display: none !important; }
		#wpcf7-f393-p257-o3 span.wpcf7-not-valid-tip, #wpcf7-f393-p259-o1 span.wpcf7-not-valid-tip { display: none; }
		#wpcf7-f393-p257-o3 input[aria-invalid="true"], #wpcf7-f393-p257-o3 select [aria-invalid="true"], #wpcf7-f393-p259-o1 select [aria-invalid="true"], #wpcf7-f393-p259-o1 input [aria-invalid="true"]
		{ 
		border-color: #ff2c00; 
		// background-color: rgba(153,0,0,0.3);
		}
#wpcf7-f393-p257-o3 .popupsuccess, #wpcf7-f393-p257-o3 .popupfail {
    display: none;
}
#wpcf7-f393-p259-o1 .popupsuccess, #wpcf7-f393-p259-o1 .popupfail {
    display: none;
}
.serviceModal .close {
 color:#fff;
  opacity:1;
	padding: 0 20px 0 0 ;
}
.serviceModal {
    z-index: 999999;
}
.serviceModal .modal-dialog {
  max-width:95%;
 
}
.serviceModal .modal-header .close {
    color: #ffffff;
    margin-top: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0px;
    opacity: 1;
}

.serviceModal .modal-body {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 0px;
    margin: 15px;
}
.serviceModal .modal-header {
    padding: 25px 0;
    border-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.serviceModal .modal.show {
    padding-right: 0px !important;
    z-index: 9999;
}
.serviceModal.modal.show .modal-dialog {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.serviceModal .modal-content {
    border-radius: 10px;
    background-color: #000000;
    border: 3px solid #00a9da;
    height: 95vh;
	width: 70vw;
}
.propertyModal input[type=text], .propertyModal input[type=email], .propertyModal input[type=tel], .propertyModal input[type=number], .propertyModal input[type=password], .propertyModal textarea {
   appearance: none;
    -webkit-appearance: none;
    border: 0px solid #ddd !important;
    /* border-left: #dddddd !important; */
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #888;
    height: 45px;
    /* outline: 0; */
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    display: inline-block;
  width:100%;
}
#videoModal .modal-content {
    border-radius: 10px;
    background-color: #000000;
    border: 3px solid #00a9da;
   height:95vh
}
.pum-container input[type=text], .pum-container input[type=email], .pum-container input[type=tel], .pum-container input[type=number], .pum-container input[type=password], .pum-container textarea {
   appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd !important;
    /* border-left: #dddddd !important; */
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #888;
    height: 45px;
    /* outline: 0; */
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    display: inline-block;
  width:100%;
}
.mobilelogo {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
form .email {
      padding: .375rem .65rem;
}
.input-group input.form-control.border-left-0 {
  border-radius:0 5px 5px 0;
  width:100%;
}
form p {
  width:84%;
  margin:0px
}
.topbar-one__right a {
  color:#fff;
}
.breadcrumb .active br {
  display:none;
}
.breadcrumb a br {
  display:none;
}
.breadcrumb li br {
  display:none;
}
@media (min-width: 992px) {
	.mobilelogo {
		display:none !important;
	}
}
@media (max-width: 767px) {
.banner-one__text span, .banner-one__text {
    word-break: break-all;
      white-space: initial;
	  line-height: 1em;
}
	.serviceModal .modal-content {
    width: 95vw;
}
.banner-one .active .banner-one__text {
	/*margin-right:2% !important;
	margin-left:2% !important;
	width:96% !important;*/
}
/*.banner-content {
	width:100%;
}*/
/*.banner-one .active .banner-one__text {
	border-right:0px !important;
	/*margin-right:2% !important;
	margin-left:2% !important;
	width:96% !important;*/
}*/

}