
a.wp-icon-link img{
    padding: 7px;
    width: 50px;
  }
  .wp-chat-box {
    position: fixed;
    border-radius: 11px;
    overflow: hidden;
    width: 310px;
    max-width: calc(100vw - 15px);
    bottom: 15px;
    right: 15px;
    display: block;
    z-index: 3;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
    visibility: visible;
    animation: 0.5s ease-out 0s 1 slideInFromLeft;
  }
  .wp-chat-box.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
  }
  .wp-chat-box .chat-head {
    padding: 20px;
    background-color: #2a5e54;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
  }
  .wp-chat-box .chat-head a.close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .wp-chat-box .chat-head .image {
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    overflow: hidden;
  }
  .wp-chat-box .chat-head .image img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    object-fit: cover;
  }
  .wp-chat-box .chat-head .head-info {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    width: calc(100% - 51px);
  }
  .wp-chat-box .chat-head .head-info .name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .wp-chat-box .chat-head .head-info .designation {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
  .wp-chat-box .chat-head .head-info .designation sup {
    font-size: 15px;
    top: 0;
  }
  .wp-chat-box .chat-body {
    padding: 20px 18px 15px 18px;
    background-color: #e4ddd5;
    position: relative;
  }
  .wp-chat-box .chat-body::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e4ddd5;
    opacity: 0.8;
  }
  .wp-chat-box .chat-body .inner-content {
    position: relative;
    z-index: 2;
  }
  .wp-chat-box .chat-body .inner-content .message-left {
    background-color: #fff;
    padding: 13px 10px 10px 10px;
    width: max-content;
    max-width: 100%;
    font-size: 13px;
    position: relative;
    margin: 15px 0;
  }
  .wp-chat-box .chat-body .inner-content .message-left::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid rgba(0, 0, 0, 0);
    transform: translate(-100%, 0);
  }
  .wp-chat-box .chat-body .inner-content .message-left .agent-name {
    font-size: 14px;
    font-weight: bold;
    color: #9f9e9e;
  }
  .wp-chat-box .chat-body .inner-content .message-left p {
    margin: 2px 0;
  }
  .wp-chat-box .chat-body .inner-content .message-left p img {
    vertical-align: baseline;
  }
  .wp-chat-box .chat-body .inner-content .start-chat {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    background-color: #6ebf58;
    border-radius: 17px;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  .wp-chat-box .chat-body .inner-content .start-chat img {
    margin-right: 8px;
  }
  .wp-icon-link {
    /* display: none; */
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 3;
  }
  .wp-icon-link.show {
    display: block;
  }
  
      
        .find-property .dropdown.bootstrap-select {
                
                width: 100%!important;
                
            }
            .find-property .dropdown.bootstrap-select .bootstrap-select > .dropdown-toggle::after{
                transform: rotate(180deg);
              
            }
            .find-property .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
                outline: none !important;
                
            }
           
            .custom-select {
                background: #fff!important;
                border: 1px solid!important;
                border-radius: 7px!important;
                min-height: 40px !important;
                line-height: 25px;
                margin-bottom: 30px!important;
                border: 1px solid #B9B9B9 !important;
                color:#000000 !important;
                width: fit-content;
                max-width: 220px;
            }
            .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
                width: 100%!important;
            }
            :not(.input-group)>.bootstrap-select.form-control:not([class*=col-])
            {
                background-color: transparent;
            }
     
        /* .select-form {
                background-color: transparent !important;
                height: auto !important;
                margin: 50px 0 10px 0 !important;
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
                width: max-content !important;
                font-size: 15px !important;
                color: #64686A !important;
                font-weight: 500 !important;
                text-transform: uppercase !important;
                padding: 0 !important;
                border-radius: 0 !important ;

            } */
        
        .grecaptcha-badge {
            visibility: hidden;
        }

        @media(max-width: 767px){
            .index-page .what-people-say{
                margin: 10px 0;
            }
            .index-page .latest-news {
                margin: 0px 0;
            }

        }
