/**
* custom styles
* Author:       ShareIT
* Author URI:   https://www.shareit.dev/
*/
body #gicHolder > * {
  font-family: sans-serif;
}
@media only screen and (max-width: 768px) {
  body #gicHolder .gicIndexHeader {
    height: 100% !important;
    margin-bottom: 95px !important;
  }
  body #gicHolder .gicIndexHeader #rateIndex {
    justify-content: flex-start !important;
    width: 100% !important;
    padding-left: 0px !important;
    flex-wrap: wrap !important;
    row-gap: 5px;
  }
  body #gicHolder .gicIndexHeader #rateIndex > div:nth-child(1) {
    border: 0;
  }
  body #gicHolder .gicIndexHeader #rateIndex > div:nth-child(2) {
    margin-left: 15px !important;
  }
}
body .elementor-shortcode .legal {
  text-align: center;
}
body .elementor-shortcode .legal a {
  color: #BF1D2F;
}
body .find-broker {
  float: left;
  width: 100%;
  display: flex;
  height: 700px;
  background: #f4f4f4;
  margin-top: 98px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  body .find-broker {
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }
}
body .find-broker .heading {
  width: 100%;
  display: table;
}
body .find-broker .heading h4 {
  background: #f4f4f4;
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}
body .find-broker .heading .find-icon {
  display: table-cell;
  width: 81px;
}
body .find-broker .heading .txt {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
body .find-broker .heading .txt span {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 8px;
}
body .find-broker .heading .txt span a {
  color: #666666;
}
body .find-broker .heading .txt span a:hover {
  color: #bf1e2e;
}
body .find-broker .searchType {
  width: 50%;
  padding-left: 80px;
  padding-top: 24px;
}
@media only screen and (max-width: 1024px) {
  body .find-broker .searchType {
    justify-items: center;
    width: 100%;
    padding-left: 0px !important;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body .find-broker .searchType > * {
    width: 90% !important;
  }
  body .find-broker .searchType #brokersearchPg {
    padding-top: 10px;
    height: auto;
    margin: 0;
  }
}
body .find-broker .searchType .pagerHead {
  font-family: sans-serif;
}
body .find-broker .map {
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
body .find-broker .map img {
  margin: 0 0 0 2px;
  width: 100%;
}
body .buttomSearch__input {
  border: 1px solid #dddddd;
  color: #2b2b2b;
  padding: 8px 10px 7px;
  width: 100%;
  border-radius: 60px;
  padding-left: 20px;
  min-height: 45px;
  outline: none;
}
body .buttomSearch__input .buttomSearch__clear {
  padding-top: 6px !important;
}
body .btnBrokerSearchOrg_btn {
  align-items: center;
  padding-right: 14px;
}
body .btnBrokerSearchOrg_btn img {
  width: 19px;
  height: 19px;
}
body .PhoneLinkOrg {
  color: #848383;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  pointer-events: none;
  cursor: default;
  outline: none;
  border: 0;
}
body #googleMapHolder {
  margin-top: 0;
  height: auto !important;
  width: 60%;
}
body #googleMapHolder #map-canvas {
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #c6c0c0;
  box-sizing: border-box;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  body #googleMapHolder {
    height: 300px !important;
    width: 100% !important;
  }
}
body .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
  max-width: 500px;
  padding: 0;
}
body .ui-widget-content .ui-menu-item {
  margin: 0;
  list-style-type: none;
  cursor: pointer;
}
body .ui-widget-content .ui-menu-item:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
body .ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
