/* LESS Document */
.my_widget {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  position: fixed;

  z-index: 1999999999;
  background: #fff;
  bottom: 0px;
  right: 30px;
  width: 365px;
  height: 55px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  box-shadow: 0px -5px 10px rgba(10, 10, 10, 0.1);
  font-family: 'OpenSans';
  line-height: 1.3em;
}
.my_widget iframe {
  position: absolute;
  height: 100%;
}
.my_widget h4 {
  font-size: 2.4rem;
  font-family: 'OpenSansSemibold';
}
.widget_top {
  background: #083d60;
  background: -moz-linear-gradient(180deg, #083d60 30%, #4c95c2 100%);
  background: -webkit-linear-gradient(180deg, #083d60 30%, #4c95c2 100%);
  background: linear-gradient(180deg, #083d60 30%, #4c95c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083d60", endColorstr="#4c95c2", GradientType=1);
}
.top_wrap {
  text-align: center;
  height: 70px;
}
.top_wrap .icons_wrap {
  position: absolute;
  left: 15px;
  top: 15px;
}
.top_wrap .icons_wrap .notification {
  display: inline-block;
}
.top_wrap .icons_wrap .search {
  display: none;
}
.top_wrap .heart_icon {
  height: 20px;
  cursor: pointer;
}
.top_wrap .heart_icon path {
  fill: #fff;
}
.top_wrap .heart_icon_full {
  cursor: pointer;
  height: 20px;
  display: none;
}
.top_wrap .notification_icon {
  cursor: pointer;
  height: 20px;
}
.top_wrap .notification_icon path {
  fill: #fff;
}
.top_wrap .nav_icon_wrap {
  position: absolute;
  right: 15px;
  top: 15px;
}
.top_wrap .nav_icon {
  cursor: pointer;
  background: #178bbe;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
}
.top_wrap .nav_icon .pm-icon-horizontal {
  background: #fff;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.top_wrap .nav_icon .pm-icon-vertical {
  background: #fff;
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.top_wrap .notification_number_wrap {
  position: absolute;
  left: -5px;
  top: -5px;
}
.top_wrap .notification_number {
  font-family: "OpenSans";
  cursor: pointer;
  background: #ff002b;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 1px;
}
.widget_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  width: 110px;
  cursor: pointer;
}
.mb-3 {
  margin-bottom: -1px !important;
}
.nav-tabs .nav-item {
  font-size: 12px;
  font-family: "OpenSans";
  width: 16.66%;
}
.nav-tabs .nav-item .nav-link {
  width: 100%;
  background: #f1f1f1;
  border: 0;
  border-radius: 0px;
  color: #073d5f;
  padding-bottom: 10px;
}
.nav-tabs .nav-item .nav-link.active {
  background: #fff;
  color: #073d5f;
}
.nav-tabs .nav-item .first {
  border-radius: 10px 0px 0px 0px;
}
.nav-tabs .nav-item .last {
  border-radius: 0px 10px 0px 0px;
}
.nav-tabs .btn_icon {
  margin: 6px auto 2px auto;
  display: block;
}
.user_profile_wrap {
  font-family: 'OpenSans';
  padding: 20px 0px;
}
.user_profile_wrap .progress-ring {
  height: 120px;
  width: 120px;
  position: relative;
}
.user_profile_wrap .point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user_profile_wrap .pointbg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user_profile_wrap .progress_bg {
  width: 78px;
  height: 78px;
  background: #2A5E79;
  position: absolute;
  top: 21px;
  border-radius: 100%;
  left: 21px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.23em;
  padding-top: 12px;
  font-family: "OpenSans";
}
.user_profile_wrap .progress_bg .percent {
  font-family: 'OpenSansBold';
  font-size: 18px;
}
.user_profile_wrap .round {
  transform: rotate(-90deg);
  transition: all 1s ease-in-out;
  /* SVG */
  fill: none;
  stroke: #ff002b;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 0 999;
}
.user_profile_wrap .roundbg {
  transform: rotate(-90deg);
  transition: all 1s ease-in-out;
  /* SVG */
  fill: none;
  stroke: #eee;
  stroke-width: 8;
  stroke-linecap: round;
}
.user_profile_wrap h4 {
  color: #073d5f;
  font-family: 'OpenSansSemibold';
  margin-top: 5px;
  margin-bottom: 10px;
}
.user_profile_wrap .pregress_list {
  list-style: none;
  padding: 0px;
  color: #aaa;
  font-size: 13px;
}
.user_profile_wrap .pregress_list .svg path {
  fill: #aaa;
}
.user_profile_wrap .pregress_list .complete {
  color: #178bbe;
}
.user_profile_wrap .pregress_list .complete .svg path {
  fill: #178bbe;
}
.user_profile_wrap .next_step {
  color: #aaa;
  text-align: center;
  font-size: 13px;
  margin: 10px 0px;
}
.my_widget .box_btn {
  text-align: center;
  color: #073d5f;
  display: block;
  text-decoration: none;
  border: 1px solid #073d5f;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 8px;
  font-family: 'OpenSansSemibold';
}
.my_widget .box_btn:hover,
.my_widget .box_btn:focus {
  text-decoration: none;
  background: #eee;
  border-color: #eee;
}
.my_widget .half_btn {
  background: #eee;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  color: #178bbe;
  margin: 8px 0px;
  padding: 15px 15px;
  font-size: 13px;
}
.my_widget .half_btn .btn_icon {
  height: 14px;
}
.my_widget .half_btn .btn_icon path {
  fill: #2A5E79;
}
.my_widget .half_btn .btn_icon rect {
  fill: #2A5E79;
}
.my_widget .half_btn:hover,
.my_widget .half_btn:focus {
  text-decoration: none;
  color: #2A5E79;
}
.loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 10;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 90px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(100, 100, 100, 0.2);
  border-right: 1.1em solid rgba(100, 100, 100, 0.2);
  border-bottom: 1.1em solid rgba(100, 100, 100, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.other_content_block_wrap {
  position: relative;
}
.other_content_block {
  opacity: 0;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.alert_popup {
  display: none;
  position: absolute;
  z-index: 100;
  top: 5%;
  left: 5%;
  width: 90%;
  background: #178bbe;
  color: #fff;
    font-size: 14px;
}
.alert_popup .icon {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}
.alert_popup .inner {
  display: table-cell;
  width: 80%;
  padding: 10px;
  font-size: 14px;
}
.alert_popup .close {
  cursor: pointer;
  text-align: center;
  display: table-cell;
  width: 10%;
  background: rgba(10, 10, 10, 0.2);
  vertical-align: middle;
}
.alert_popup.active {
  display: table;
}
.alert_popup_option {
  display: none;
  position: absolute;
  z-index: 100;
  top: 5%;
  left: 5%;
  width: 90%;
  background: #178bbe;
  color: #fff;
}
.alert_popup_option .inner {
  text-align: center;
  width: 100%;
  padding: 10px 10px 20px 10px;
  font-size: 14px;
}
.alert_popup_option .yes {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 10px;
  background: rgba(10, 10, 10, 0.2);
  vertical-align: middle;
    font-size: 14px;
}
.alert_popup_option .yes:hover {
  background: rgba(10, 10, 10, 0.3);
}
.alert_popup_option .no {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 10px;
  background: rgba(10, 10, 10, 0.2);
  vertical-align: middle;
    font-size: 14px;
}
.alert_popup_option .no:hover {
  background: rgba(10, 10, 10, 0.3);
}
.alert_popup_option.active {
  display: block;
}


.alert_popup_info {
  display: none;
  position: absolute;
  z-index: 100;
  top: 5%;
  left: 5%;
  width: 90%;
  background: #178bbe;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.alert_popup_info .inner {
  text-align: center;
  width: 100%;
  padding: 10px 10px 20px 10px;
}
.alert_popup_info .yes {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 10px;
  background: rgba(10, 10, 10, 0.2);
  vertical-align: middle;
}
.alert_popup_info .yes:hover {
  background: rgba(10, 10, 10, 0.3);
}
.alert_popup_info .no {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 10px;
  background: rgba(10, 10, 10, 0.2);
  vertical-align: middle;
}
.alert_popup_info .no:hover {
  background: rgba(10, 10, 10, 0.3);
}
.alert_popup_info.active {
  display: block;
}

.alert_popup_info textarea {
  background-color: #3a77a0;
  width: 95%;
  padding: 5px;
  color: white;
  border-color: #3a77a0;
}

.alert_popup_info textarea::placeholder {
  color: #c6d7e5;
  font-style: italic;
}

.scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}
.scrollstyle::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}
.scrollstyle::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.user_favourites_wrap {
  padding: 20px 0px;
  height: 460px;
  overflow-y: auto;
}
.user_favourites_wrap .next_step {
  color: #aaa;
  text-align: center;
  font-size: 13px;
  margin: 10px 0px;
}
.user_favourites_wrap h4 {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
.user_favourites_wrap .heading_icon {
  height: 20px;
}
.user_favourites_wrap .user_property_feed_item {
  padding: 10px 10px;
}
.user_favourites_wrap .user_property_feed_item:nth-child(even) {
  background: #fafafa;
}
.user_favourites_wrap .user_property_feed_item a {
  text-decoration: none !important;
}
.user_favourites_wrap .user_property_feed_item .image {
  width: 100%;
}
.user_favourites_wrap .user_property_feed_item .details {
  text-align: center;
  padding: 2px 2px;
  color: #073d5f;
  font-size: 13px;
}
.user_favourites_wrap .user_property_feed_item .details .name {
  font-family: 'OpenSansSemibold';
}
.user_favourites_wrap .user_property_feed_item .details .asking {
  color: #aaa;
  padding-bottom: 5px;
}
.user_favourites_wrap .user_property_feed_item .details .offer {
  position: relative;
  font-size: 11px;
  margin: 3px 0px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
  display: block;
  background: #f1f1f1;
  color: #aaa;
}
.user_favourites_wrap .user_property_feed_item .details .offer .offer_icon {
  margin-right: 3px;
  height: 16px;
}
.user_favourites_wrap .user_property_feed_item .details .offer .offer_icon path {
  fill: #aaa;
}
.user_favourites_wrap .user_property_feed_item .details .offer .notification_number_wrap {
  position: absolute;
  right: -10px;
  top: 0px;
}
.user_favourites_wrap .user_property_feed_item .details .offer .notification_number {
  font-family: "OpenSans";
  background: #ff002b;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 1px;
}
.user_favourites_wrap .user_property_feed_item .details .offer.offeryes {
  color: #178bbe;
}
.user_favourites_wrap .user_property_feed_item .details .offer.offeryes .offer_icon path {
  fill: #178bbe;
}
.user_favourites_wrap .user_property_feed_item .details .viewings {
  position: relative;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
  display: block;
  background: #f1f1f1;
  font-size: 11px;
  margin: 3px 0px;
  color: #aaa;
}
.user_favourites_wrap .user_property_feed_item .details .viewings .viewings_icon {
  margin-right: 3px;
  height: 16px;
}
.user_favourites_wrap .user_property_feed_item .details .viewings .viewings_icon path {
  fill: #aaa;
}
.user_favourites_wrap .user_property_feed_item .details .viewings .notification_number_wrap {
  position: absolute;
  right: -10px;
  top: 0px;
}
.user_favourites_wrap .user_property_feed_item .details .viewings .notification_number {
  font-family: "OpenSans";
  background: #ff002b;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 1px;
}
.user_favourites_wrap .user_property_feed_item .details .viewings.viewingsyes {
  color: #178bbe;
}
.user_favourites_wrap .user_property_feed_item .details .viewings.viewingsyes .viewings_icon path {
  fill: #178bbe;
}
.user_viewings_wrap {
  text-align: center;
}
.user_viewings_wrap .address {
  color: #2A5E79;
  padding: 30px 0px 10px 0px;
  font-family: 'OpenSansSemibold';
}
.user_viewings_wrap .select_text {
  color: #178bbe;
  font-size: 13px;
  margin-bottom: 10px;
}
.user_viewings_wrap .slot_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  background: #eee;
  border-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin: 12px 0px;
  font-family: 'OpenSansSemibold';
}
.user_viewings_wrap .slot_btn .arrow_icon {
  margin: 0px 10px;
  height: 11px;
}
.user_viewings_wrap .slot_btn .arrow_icon path {
  fill: #ff002b;
}
.user_viewings_wrap .slot_btn .date {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
}
.user_viewings_wrap .slot_btn .time {
  color: #073d5f;
  font-size: 21px;
}
.user_viewings_wrap .slot_btn:hover,
.user_viewings_wrap .slot_btn:focus {
  text-decoration: none;
  background: #fff;
  border-color: #073d5f;
}
.user_viewings_wrap .slot_btn.selected {
  text-align: center;
  background: #fff;
  display: block;
  text-decoration: none;
  border: 1px solid #073d5f;
  border-radius: 10px;
  padding: 15px;
  margin: 12px 0px;
  font-family: 'OpenSansSemibold';
}
.user_viewings_wrap .slot_btn.selected .arrow_icon {
  margin: 0px 10px;
  height: 11px;
}
.user_viewings_wrap .slot_btn.selected .arrow_icon path {
  fill: #ff002b;
}
.user_viewings_wrap .slot_btn.selected .date {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
}
.user_viewings_wrap .slot_btn.selected .time {
  color: #073d5f;
  font-size: 21px;
}
.user_viewings_wrap .slot_btn.selected:hover,
.user_viewings_wrap .slot_btn.selected:focus {
  text-decoration: none;
  background: #fff;
  border-color: #073d5f;
}
.user_viewings_wrap .viewings_footer {
  background: #f1f1f1;
  padding: 20px;
  color: #aaa;
  font-size: 13px;
}
.user_offers_wrap {
  text-align: center;
}
.user_offers_wrap .address {
  color: #2A5E79;
  padding: 30px 0px 10px 0px;
  font-family: 'OpenSansSemibold';
}
.user_offers_wrap .select_text {
  color: #178bbe;
  font-size: 13px;
  margin-bottom: 10px;
}
.user_offers_wrap .slot_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  background: #eee;
  border-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin: 12px 0px;
  font-family: 'OpenSansSemibold';
}
.user_offers_wrap .slot_btn .arrow_icon {
  margin: 0px 10px;
  height: 11px;
}
.user_offers_wrap .slot_btn .arrow_icon path {
  fill: #ff002b;
}
.user_offers_wrap .slot_btn .date {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.user_offers_wrap .slot_btn .time {
  color: #178bbe;
  font-size: 21px;
  vertical-align: middle;
}
.user_offers_wrap .slot_btn:hover,
.user_offers_wrap .slot_btn:focus {
  text-decoration: none;
  background: #fff;
  border-color: #073d5f;
}
.user_offers_wrap .slot_btn.selected {
  text-align: center;
  background: #fff;
  display: block;
  text-decoration: none;
  border: 1px solid #073d5f;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  margin: 6px 0px 12px 0px;
  font-family: 'OpenSansSemibold';
}
.user_offers_wrap .slot_btn.selected .arrow_icon {
  margin: auto 10px;
  height: 11px;
}
.user_offers_wrap .slot_btn.selected .arrow_icon path {
  fill: #ff002b;
}
.user_offers_wrap .slot_btn.selected .date {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
}
.user_offers_wrap .slot_btn.selected .time {
  color: #073d5f;
  font-size: 21px;
}
.user_offers_wrap .slot_btn.selected:hover,
.user_offers_wrap .slot_btn.selected:focus {
  text-decoration: none;
  background: #fff;
  border-color: #073d5f;
}
.user_offers_wrap .bid_box {
  background: #f1f1f1;
  padding: 20px;
  color: #aaa;
  font-size: 13px;
}
.user_offers_wrap .bid_box input[type=text] {
  width: 160px;
  vertical-align: middle;
  margin-right: 10px;
  padding-left: 8px;
  color: #ff002b;
}
.user_offers_wrap .bid_box .cta-btn-outline-container-inv,
.user_offers_wrap .bid_box .cta-btn-outline-container,
.user_offers_wrap .bid_box .cta-btn-alt-container,
.user_offers_wrap .bid_box .cta-btn-container {
  vertical-align: middle;
}
.user_offers_wrap .bid_history {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}
.user_offers_wrap .bid_history .arrow_icon {
  margin: auto 10px;
  height: 11px;
}
.user_offers_wrap .bid_history .arrow_icon path {
  fill: #ff002b;
}
.user_mortgages_wrap {
  text-align: center;
}
.user_mortgages_wrap .address {
  color: #2A5E79;
  padding: 30px 0px 10px 0px;
  font-family: 'OpenSansSemibold';
}
.user_mortgages_wrap .select_text {
  color: #178bbe;
  font-size: 13px;
  margin-bottom: 10px;
}
.user_mortgages_wrap .slot_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  background: #eee;
  border-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin: 12px 0px;
  font-family: 'OpenSansSemibold';
}
.user_mortgages_wrap .slot_btn .arrow_icon {
  margin: 0px 10px;
  height: 11px;
}
.user_mortgages_wrap .slot_btn .arrow_icon path {
  fill: #ff002b;
}
.user_mortgages_wrap .slot_btn .date {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
}
.user_mortgages_wrap .slot_btn .time {
  color: #073d5f;
  font-size: 21px;
}
.user_mortgages_wrap .slot_btn:hover,
.user_mortgages_wrap .slot_btn:focus {
  text-decoration: none;
  background: #fff;
  border-color: #073d5f;
}
.user_mortgages_wrap .slot_btn.selected {
  text-align: center;
  background: #fff;
  display: block;
  text-decoration: none;
  border: 1px solid #073d5f;
  border-radius: 10px;
  padding: 15px;
  margin: 12px 0px;
  font-family: 'OpenSansSemibold';
}
.user_mortgages_wrap .slot_btn.selected .arrow_icon {
  margin: 0px 10px;
  height: 11px;
}
.user_mortgages_wrap .slot_btn.selected .arrow_icon path {
  fill: #ff002b;
}
.user_mortgages_wrap .slot_btn.selected .date {
  font-family: 'OpenSansBold';
  color: #178bbe;
  text-transform: uppercase;
  font-size: 11px;
}
.user_mortgages_wrap .slot_btn.selected .time {
  color: #073d5f;
  font-size: 21px;
}
.user_mortgages_wrap .slot_btn.selected:hover,
.user_mortgages_wrap .slot_btn.selected:focus {
  text-decoration: none;
  background: #fff;
  border-color: #073d5f;
}
.user_mortgages_wrap .viewings_footer {
  background: #f1f1f1;
  padding: 20px;
  color: #aaa;
  font-size: 13px;
}
@media only screen and (max-width: 62em) {
  .my_widget {
    bottom: 0px;
    right: 0px;
    width: 100%;
    
  }
  .top_wrap .icons_wrap .search {
    display: inline-block;
  }
  .pm-icon-vertical {
    opacity: 0;
  }
}

.vendor-details span {
      color: red;
      font-family: 'OpenSansBold';
      text-transform: uppercase;
      float: left;
      font-size: 14px !important;
      margin-top: 13px;
      margin-left: 10px;
    }

    .vendor-details h3 {
      margin-top: 8px;
      margin-right: 12px;
      font-family: 'OpenSans';
    }

    .vendor_btn {
      background-color: #178bbe;
      width: 100%;
      display: block;
      border-radius: 5px;
      margin: 6px 0px;
      padding: 2px 11px;
      color: #ffffff;
      font-family: 'OpenSansBold';
      text-transform: uppercase;
      font-size: 11px !important;
      text-decoration: none;
    }

    .vendor_btn img {
      float: right;
      margin-top: 6px;
    }

    .vendor_btn:hover {
      background-color: #eee;
      border-color: #073d5f !important;
      border: 1px !important;
    }

    .vendor_gallery {
      height: 220px;
    }

/*# sourceMappingURL=widgetcss.css.map */

@media only screen and (max-width: 600px) {
  .my_widget {
    height: 0px;
  }
  .mobile-menu-item {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .mortgages_widget, .auction_widget {
    display: none;
  }
}
