/*--------------------------------------------------------------

Template: Theme Name
Author:
Version:  1
Design and Developed by:

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/
.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}

.fa-menu-arrow {
  margin-top: 7px;
  float: right;
}

.image-editor{
  height: auto !important;
}

.g-recaptcha {
  transform: scale(0.827815);
  transform-origin: 0% 0px;
}

.chat-form .g-recaptcha {
  transform: scale(89%);
  transform-origin: 0% 0px;
}

.chat-form .g-recaptcha iframe{
  height: 80px;
}

.flat-desc.flat-desc-details{
  background: white;
  color: #1f223e;
  text-align: left;
  padding: 10px 20px;
}

.menu-flag {
  float: right;
  top: 5px;
  position: relative;
  right: 4%;
}

.drop-menu.drop-menu-flag {
  width: max-content;
  z-index: 9;
}

.agent-info-hover .social-media {
  padding-left: 60px;
}

.agent-info-hover .agent-address {
  padding-left: 10px;
}