/***** custom file *****/

@font-face {
  font-family: 'blackhawkregular';
  src: url('../fonts/blackhawk-webfont.woff2') format('woff2'),
       url('../fonts/blackhawk-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


p {
  font-size: 16px;
  color: #252525;
}

a {
  color: #003DA5;
  text-decoration: none;
}

a:hover {
  color: #003DA5;
  text-decoration: underline;
}

/***** top bar *****/
#top-bar {
  background-color: #003DA5;
}

#top-bar p {
  font-size: 13px;
  color: #fff;
  padding: 7px 0;
  margin-bottom: 0px;
  text-align: right;
  letter-spacing: 1px;
}

#top-bar p a {
  color: #fff;
  text-decoration: none;
}

#top-bar p a:hover {
  color: #ddd;
  text-decoration: none;
  letter-spacing: 1px;
}

.fixed-top {
  position: static;
}

.right-space {
  margin-right: 30px;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

/***** header *****/
.logo {
  width: 215px;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  font-size: 15px !important;
  color: #003DA5 !important;
  font-weight: 500 !important;
}

.bg-secondary {
  background-color: #fff !important;
}

#mainNav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none !important;
  font-size: 15px;
  font-weight: 500;
}

#mainNav a {
  text-decoration: none;
  padding: 0 7px;
}

#mainNav a:hover {
  color: #D90C21;
  text-decoration: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  font-size: 15px !important;
  text-transform: none;
  text-decoration: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #D90C21 !important;
}

.px-lg-3 {
    padding-right: 0rem !important;
}

.dropdown-menu {
  border-radius: 0px !important;
  color: #003DA5 !important;
  width: 230px;
  padding: 10px 15px;
  border: #ddd 1px solid;
  border-top: #003DA5 10px solid;
  line-height: 30px;
}

.dropdown-menu > li > a {
  color: #003DA5 !important;
}

/***** banner *****/
.carousel-caption h1 {
  text-shadow: 2px 2px 8px #000;
  letter-spacing: 4px;
  font-size: 50px;
}

.carousel-caption h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px #000;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border-top: 0px;
    border-bottom: 0px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #003DA5;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*padding: 6.25rem 2.5rem;*/ /* Increased horizontal padding for more width */
  color: #fff;
  text-align: center;
  width: 100%;
}

.btn-banner1 {
  background-color: #D90C21;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-banner1:hover {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
}

.ban {
  background-image: url(../img/banner-inner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  padding: 5% 0;
}

.ban h1 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
  letter-spacing: 4px;
}

.btn-ban {
  background-color: #D90C21;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  width: 150px;
  text-align: center;
}

.btn-ban:hover {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
}

.remax__stats {
  background: #014491 !important;
}


/***** form *****/
#form {
  background-color: #0D1430;
  padding: 2rem 10px 1.8rem 10px;
}

.border-form {
  padding: 0px;
  border: #0D1430 3px solid;
}

.btn-search {
  background-color: #DB2133;
  border-radius: 7px;
  padding: 13px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.btn-search:hover {
  background-color: #000;
  color: #fff;
}

.btn-drawmap {
  background-color: #233980;
  border-radius: 7px;
  padding: 13px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.btn-drawmap:hover {
  background-color: #000;
  color: #fff;
}

/***** sec *****/
#sec {
  background-color: #003DA5;
}

#sec p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
}

/***** sec1 - featured properties *****/
#sec1 {
  background-color: #F3F3F3;
}

#sec1 h2 {
  font-size: 25px;
  color: #212529;
  letter-spacing: 4px;
  text-align: center;
}

.prop-box {
  background-color: #fff;
  min-height: 500px;
}

.prop-box-img {
  max-height: 270px;
  overflow: hidden;
}

.prop-box-txt {
  padding: 30px;
}

.prop-box-txt h3 {
  font-size: 24px;
}

.prop-box-txt h4 {
  font-size: 20px;
  font-weight: 600;
}

.txt-right {
  text-align: right;
}





/***** sec2 *****/
#sec2 {
  background-color: #F3F3F3;
  padding-top: 5%;
}

#sec2 h2 {
  font-size: 25px;
  color: #212529;
  letter-spacing: 4px;
}

.sec2-txt {
  /*width: 70%;
  margin-left: 30px;*/
}

.content-image {
  min-height: 650px;
  background-size: cover;
  background-position: 50%;
  margin-left: -9px;
  height: 100%;
}

/***** sec3 *****/
#sec3 {
  background-color: #fff;
}

#sec3 h2 {
  font-size: 25px;
  color: #212529;
  letter-spacing: 4px;
  text-align: left;
  font-weight: 600;
}

/***** sec4 *****/
#sec4 {
  background-color: #F3F3F3;
  padding: 4% 0;
}

#sec4 h2 {
  font-size: 24px;
  color: #212529;
  letter-spacing: 4px;
}

/***** sec5 *****/
#sec5 {
  background-color: #0D1430;
  padding: 2% 0 3% 0;
}

#sec5 h2 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 600;
}

.sec-border-tb {
}

.sec-border-tb h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 26px;
}

.sec-border-tb h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/***** sec7 - follow us *****/
#sec7 h2 {
  font-size: 25px;
  font-weight: 600;
}

.font-40 {
  font-size: 40px;
}

.blue-color {
  /*color: #0D1430;*/
  color: #003DA5
}

/***** sec6 *****/
#sec6 {
  background-color: #F3F3F3;
}

#sec6 h2 {
  font-size: 25px;
  font-weight: 600;
}

#sec6 h3 {
  font-size: 22px;
  color: #212529;
  font-weight: 600;
}

.blog {
  background-color: #fff;
}

.blog-txt {
  padding: 30px;
}

.blog-txt h5 {
  font-size: 20px;
}

.blog-txt p {
  color: #000;
  margin-bottom: 0px;
}

.blog-txt p a {
  color: #0D1430;
  font-weight: 600;
}

.blog-txt p a:hover {
  color: #000;
}

/***** sec8 - form *****/
#sec8 {
  background-color: #F3F3F3;
}

#sec8 h2 {
  font-size: 25px;
  font-weight: 600;
}

/***** footer *****/
#footer {
  background-color: #F7F7F7;
}

#footer h4 {
  font-size: 24px;
}

#footer h6 {
  font-size: 16px;
}

#footer h6 a {
  color: #000 !important;
  text-decoration: none;
}

#footer h6 a:hover {
  color: #000 !important;
  text-decoration: underline;
}

#footer p {
  color: #000;
}

#footer p a {
  color: #000 !important;
  text-decoration: none;
}

#footer p a:hover {
  color: #000 !important;
  text-decoration: underline;
}

.list {
  color: #000;
  list-style: none;
  padding-left: 0px;
  line-height: 30px;
  font-weight: 500;
}

.list li {
  color: #000;
}

.list li a {
  color: #000;
  text-decoration: none;
}

.list li a:hover {
  color: #000;
  text-decoration: underline;
}

.logo-footer {
  height: 70px;
  width: auto;
}

.footer-logo-height {
  margin-top:5px;
  height: 36px;
}

.media-icons {
  font-size: 20px;
}

.field-bg {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

.pad-left {
  border-left: #ccc 1px solid;
  padding-left: 50px;
}

/***** copyright *****/
#copyright {
  background-color: #003DA5;
  padding: 10px 0;
}

#copyright p {
  color: #fff;
  margin-bottom: 0px;
}

#copyright p a {
  color: #fff;
  text-decoration: none;
}

#copyright p a:hover {
  color: #fff;
  text-decoration: underline;
}

.right {
  text-align: right;
}

/***** misc *****/
.margin {
  margin: 0px;
}

.margin-left {
  margin-left: 30px;
}

.margin-right {
  margin-right: 20px;
}

.mar-bot-10 {
  margin-bottom: 10px !important;
}

.margin-tb {
  margin: 30px 0;
}

.padding {
  padding: 0px;
}

.padding-lr {
  padding: 0 10px;
}

.black-color {
  color: #212529;
}

.btn-red {
  background-color: #DB2133;
  border-radius: 7px;
  padding: 13px 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.btn-red:hover {
  background-color: #000;
  color: #fff;
}

.img {
  height: 350px;
  object-fit: cover;
}

.txt-red {
  color: #DB1F31;
}

.txt-16 {
  font-size: 16px;
}

.txt-32 {
  font-size: 32px;
  margin-bottom: 30px;
}

/***** banner inner *****/
.banner-inner {
  background-image: url(../img/banner-inner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10% 0;
}

.banner-inner h1 {
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  letter-spacing: 10px;
  font-size: 42px;
  text-align: center;
}

/***** about page *****/
#about {
  background-color: #fff;
  margin: 5% 0;
}

#about h2 {
  font-size: 30px;
  color: #212529;
  letter-spacing: 4px;
}

#about h2 {
  font-size: 24px;
  color: #212529;
  letter-spacing: 4px;
}

.line-hor {
  background-image: url(../img/line-hor.jpg);
  background-repeat: repeat-y;
  background-position: center top;"
}

.img-right {
  text-align:right;
  margin-top:115px;
}

/***** media queries *****/
@media (min-width:320px) and (max-width:768px) {
  .sec2-txt {
    width: 100%;
    padding: 15% 0;
  }

  .content-image {
    margin-bottom: 30px;
  }

  #copyright {
    text-align: center;
  }

  .right {
    text-align: center;
  }

  #sec4 {
    padding: 20% 0;
  }

  .margin-left {
    margin-left: 0px;
  }
  
  .margin-right {
    margin-right: 0px;
  }

  .line-hor {
    background-image: none !important;
  }

  .img-right {
    text-align: center !important;
  }

  .ceo-img {
    text-align: center;
  }

  .desk {
    display: none;
  }
  
  .mob {
    display: block;
  }

  #top-bar {
    text-align: center !important;
  }

  #top-bar p {
    color: #fff;
    padding: 5px 0;
    margin: 0px;
    text-align: center;
    line-height: 30px;
  }

  #mainNav .navbar-toggler {
    padding: 0.7rem 0.8rem !important;
    background-color: #003DA5 !important;
  }

  .margin-bottom-30 {
    margin-bottom: 30px;
  }

  .bg-blue {
    margin-top: 0px;
    padding-top: 30px;
  }

  .img-right {
    margin-top: 30px;
  }

  .carousel-caption {
    display: block;
  }

  .but-desk {
    display: none;
  }

  .but-mob {
    display: block;
    margin-bottom: 10%;
  }

  .prop-box-txt {
    text-align: center;
    margin-bottom: 46px;
  }

  .txt-right {
    text-align: center;
  }

  .prop-mar-bot {
    margin-bottom: 46px;
  }

  .sec2-txt {
    margin-left: 0px;
  }

  #sec5 {
    padding: 20% 0;
  }

  .footer-logo-height {
    height: 36px;
  }

  .head-wel-txt h1 {
    font-size: 36px !important;
  }

  #sec p {
    margin-top: 30px;
  }

  .world {
    text-align: center;
  }

  .world h2 {
    margin-bottom: 30px;
  }

  .world h1 {
    font-size: 42px !important;
  }

  .world h4 {
    margin-bottom: 30px !important;
  }

  .text-center img {
    margin-bottom: 30px;
  }

  .remaxway-txt {
    padding: 15% 0 0 0 !important;
  }

  .remaxway-txt h1 {
    font-size: 30px !important;
  }

  .banner-contact h1 {
    font-size: 30px !important;
  }

  .bg-blue {
    padding: 12% 0 5% 0 !important;
  }

  .mar-bot-10 {
    margin-bottom: 10px !important;
  }

  #associates h1 {
    font-size: 26px !important;
    text-align: center;
  }

  .empbox {
    text-align: center;
  }

  .border-right-red {
    border-right: none !important;
  }

  .empbox h3 {
    padding-top: 20px !important;
  }

  .margin-right {
    margin-right: 0px !important;
    padding: 0 10px !important;
  }

  .testi-box1 {
    margin-bottom: 30px;
  }

  .testi-box2 {
    margin-bottom: 30px;
  }

  .office {
    text-align: center !important;
  }
  
  .logo-office {
    width: 70%;
    margin: 30px 0;
  }

  .logo-footer {
    width: 210px;
    height: auto;
  }

  .footer-logo-height {
    margin-top:10px;
    width: 120px;
    margin-bottom: 10px
  }

  .pad-left {
    border: 0px;
    padding-left: 12px;
    padding: 10% 3%;
  }

  #footer {
    padding-bottom: 0rem !important;
  }

  #footer h4 {
    font-size: 20px;
  }

  .footer-bottom-line {
    border-bottom: #ccc 1px solid;
    padding-bottom: 5%;
  }

  .col-one-prop {
    width: 100%;
    height: 380px !important;
  }
}

@media (min-width:769px) and (max-width:991px) {
  .bg-blue {
    margin-top: 0px;
  }

  #mainNav .navbar-toggler {
    padding: 0.7rem 0.8rem !important;
    background-color: #003DA5 !important;
  }

  .line-hor {
    background-image: none !important;
  }

  .margin-left {
    margin-left: 0px;
  }
  
  .margin-right {
    margin-right: 0px;
  }

  .margin-bottom-30 {
    margin-bottom: 30px;
  }
}

/***** about page *****/
.banner-video {
  display: flex;
}

.head-wel-txt {
  border-top: #ccc 1px solid;
  text-align: center;
  padding: 3rem 0 2rem 0 !important;
} 

.head-wel-txt h1 {
  letter-spacing: 4px;
  font-size: 50px;
  color: #D22B2B;
}

.blue-color {
  /*color: #00008B;*/
  color: #003DA5;
}

.world {
  background-color: #f3f3f3;
  padding: 10% 0;
}

.world h1 {
  font-size: 55px;
  color: #D22B2B;
  font-weight: 500;
}

.world h2 {
  font-size: 30px;
  color: #D22B2B;
  font-weight: 500;
}

.world h4 {
  font-size: 20px;
  color: #252525;
  font-weight: 700;
}

padding: 0 10%;

.remaxway-txt {
  padding: 0 15%;
}

.remaxway-txt h1 {
  font-size: 2.5rem;
  color: #003DA5;
  font-weight: 700;
}

.remaxway-image {
  min-height: 650px;
  background-image: url(../img/discover-what-a-wide-1031.jpg);
  background-size: cover;
  background-position: 50%;
  margin-left: -9px;
  height: 100%;
}

#remaxculture {
  background-color: #F6F6F6;
}

#remaxculture h2 {
  font-size: 25px;
  color: #212529;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 600;
}

#remaxculture h4 {
  font-size: 25px;
  color: #212529;
  font-weight: 600;
}

/***** contact page *****/
.banner-contact {
  background-color: #232323;
  padding: 6% 0 6% 0;
  background-size: cover;
}

.banner-contact h1 {
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  letter-spacing: 10px;
  font-size: 42px;
  text-align: center;
}

.contact-form {
  background-color: #fff;
  padding: 7% 5%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.head-form {
  background-color: #003DA5;
  background-image: url(../img/img-form.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 7% 5%;
  text-align: left;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.bg-blue {
  background: #23356D;
  padding: 2% 0;
  color: #fff;
  text-align: center;
  opacity: 0.9;
  overflow-x: hidden;
}

#contact {
  margin-top: 3% !important;
}

#contact h2 {
  font-size: 24px;
  color: #212529;
}

.form-control {
  background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    padding: 0.7rem 0.75rem !important;
    border-radius: 7px;
}

.padform {
  padding: 10px 15px;
  margin: 10px 0;
}

.padform:hover {
  padding: 10px 15px;
  margin: 10px 0;
}

/***** associates *****/
#associates {
  background-color: #F6F6F6;
  padding: 5% 10px;
}

#associates h1 {
  font-size: 44px;
  color: #0A4F9A;
  font-weight: 600;
}

#associates p {
  font-size: 20px;
  font-weight: 600;
}

.empbox {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 1%;
  text-align: center;
}

.empbox h3 {
  font-size: 16px;
  font-weight: 700;
  color: #003DA5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.empbox h4 {
  font-size: 13px;
  color: #737373;
  font-weight: 500;
}

.empbox h5 {
  font-size: 18px;
  font-weight: 600;
  color: #003DA5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.empbox p {
  font-size: 13px !important;
  color: #212529 !important;
  font-weight: normal !important;
}

.red-color {
  color: #DC1C2E;
}

.border-right-red {
  border-right: #DC1C2E 1px solid;
}

.margin-right {
  margin-right: 20px;
}

.btn-red {
  background-color: #D90C21;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
}

.btn-red:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/***** associates details *****/
#associates2 {
  background-color: #F6F6F6;
  padding: 0 0 5% 0;
}

#associates2 h3 {
  font-size: 25px;
  color: #0A4F9A;
  font-weight: 700;
}

#associates2 p {
  margin-bottom: 20px;
  line-height: 1.7em;
  font-weight: 300;
}

/***** testimonials *****/
#testi {
  background-color: #fff;
}

#testi h2 {
  font-size: 25px;
}

.testi-box1 {
  background-color: #213565;
  max-height: 420px;
  padding: 5%;
}

.testi-box2 {
  background-color: #aed6f1;
  max-height: 420px;
  padding: 5%;
}

.testi-txt {
  min-height: 280px;
}

.testi-box1 p {
  color: #fff;
  text-align: justify;
  font-weight: 600;
}

.logo-icon {
  height: 50px;
}

/***** offices *****/
.office {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 1%;
  margin-bottom: 30px;
}

.office h3 {
  font-size: 24px;
  font-weight: 600;
  color: #003DA5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.office p {
  font-size: 16px !important;
  color: #212529 !important;
  font-weight: normal !important;
}

.btn-red2 {
  background-color: #D90C21;
  color: #fff;
  font-weight: 500;
  padding: 16px 36px;
  border-radius: 5px;
  text-decoration: none;
}

.btn-red2:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.social-icons {
  font-size: 24px;
  color: #003DA5;
}

/***** join remax *****/
.head-join {
  border-top: #ccc 1px solid;
  text-align: center;
  padding: 3rem 0 2rem 0 !important;
} 

.head-join h1 {
  letter-spacing: 3px;
  font-size: 16px;
  color: #D22B2B;
  padding: 1% 10%;
}

#joinbox {
  background-color: #F6F6F6;
}

#joinbox h4 {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  line-height: 28px;
  font-weight: 500;
}

#worldsales {
  background-color: #F6F6F6;
  border: #E1E1E1 1px solid;
  padding: 3rem 0;
}

.logo-remax {
  width: 100% !important;
  padding: 0 25%;
  margin-bottom: 50px;
}

/***** privacy policy *****/
#privacy {
  background-color: #fff;
}

/***** years *****/
.font36 {
  font-size: 36px;
}

.font22 {
  font-size: 22px;
  color: #999;
}

@media (min-width:320px) and (max-width:768px) {
  .sec1-bot {
    margin: 30px 0;
  }
}

/***** become a franchisee *****/
#franchisee {
  background-color: #F3F3F3;
  padding: 5%;
  border-bottom: #ccc 1px solid;
}

#franchisee h2 {
  font-size: 30px;
  color: #D22B2B;
  font-weight: 500;
}

#franchisee p {
  font-size: 16px;
  color: #212529;
}

@media (min-width:320px) and (max-width:768px) {
.mob-ban {
  max-height: 500px !important;
  max-width: max-content;
}

.btn-banner1 {
  font-size: 13px;
}

.carousel-caption h1 {
  font-size: 23px;
}
}

.modaloverlaytm{
  background:#000a;
  position:fixed;
  left:0px;
  top:0px;
  height:100vh;
  width:100vw;
  z-index: 9999;
}
.mymodala{
  background:#fff;
  min-height:100px;
  max-height:90%;
  overflow:auto;
  width:70%;
  border:1px solid #ccc;
  margin:100px auto;
  max-height: 80%;
overflow: auto;
}
.pf-itemcontainer {
  min-width: unset;
}
.pf-itemcontainer {
  vertical-align: top;
  flex: 1;
  background: #fff;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  display: flex;
  min-width: 450px;
  margin-bottom: 15px;
}
.pf-itemcontainer {
  position: relative;
  flex: unset !important;
  width: 100%;
  border: 1px solid #ddd;
  flex-wrap: wrap;
}

.pf-itemcontainer-details {
  flex: 3;
  text-align: left;
  min-width: 250px;
}
.profiledetails2 {
flex: 4;
text-align: left;
margin-right: 20px;
}
.profiledetails2img {
  flex: 7;
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: bottom;
}

.droparrau {
display: inline-block;
background: rgb(208, 208, 208);
border-radius: 50%;
padding: 5px 8px;
margin: 0px 10px;
color: #000;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 220px;
padding: 10px;
width: 300px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
max-height: 400px;
top: 50px;
right: 0px;
text-align: left;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: 7px;
}
.show323 {
display: block;
}
.profilebtnholder {
  float: right;
  margin-top: 0px;
  position: relative;
}



.empbox{
  position: relative;
}
.viewprofilebtn{
  position: absolute;
right: 10px;
bottom: 10px;
}
.brokerimg{
  height:100px;
}

.broker-featuredgrid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.mysocials{
  position:absolute;
  right:0px;
  top:0px;
  padding-top:5px;
  
}
.mysocials>a{
  display:block;
color: #414141;
font-size: 24px;
padding: 5px 15px;
}


.agntslocationcontainer{
position:relative;
}
.agntslocationcontainer button{
position: absolute;
z-index: 99;
top: 5px;
right: 5px;
background: white;
height: 80%;
border: none;
}
@media (max-width: 800px){
.pf-itemcontainer {
  display: block !important;
}
.profiledetails2 {
  border: none;
  height: 240px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.broker-featuredgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
}
@media (max-width: 500px){
.broker-featuredgrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
}
}

.pf-itemcontainer {
  min-width: unset;
}
.pf-itemcontainer {
  vertical-align: top;
  flex: 1;
  background: #fff;
  
  padding: 8px;
  display: inline-block;
  display: flex;
  min-width: 450px;
  margin-bottom: 10px;
  position: relative;
  flex: unset !important;
  border: 1px solid #ddd;
  flex-wrap: wrap;
}

.pf-itemcontainer-details {
  flex: 3;
  text-align: left;
  min-width: 250px;
}
.btn-profile,.btn-profile2 {
background-color: #D90C21;
color: #fff !important;
font-weight: 500;
padding: 7px 10px;
border-radius: 5px;
text-decoration: none !important;
font-size: 11px;
}
.btn-profile:hover {
  background-color: #80000d;
  }
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 220px;
padding: 10px;
width: 300px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
max-height: 400px;
top: 50px;
right: 0px;
text-align: left;
border: 1px solid #ccc;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: 7px;
}
.dropdown-content a:hover{
color: #fff;
background:#dc1c2e;
}
.show323 {
display: block;
}
.profilebtnholder {
  margin-top: 0px;
  position: absolute;
  right:15px;
}

.pf-details{
flex:50%;
}


.profileremaxlogoholder{
width: 30%;
display: flex;
padding:10px;
}
.pf-photobox{
display:flex;
margin-right:15px;
flex:1;
}
.profileremaxlogoholder{
width:40%;
}

.pf-remaxbrand{
  width:100%;width: 150px;
  right: 10px;
  top: 10px;
  position:absolute;
  opacity: 1;
  }
  
@media (max-width: 1000px){
.profileremaxlogoholder{
  display:none;
}
}
@media (max-width: 800px){
.profileremaxlogoholder{
  display:none;
}
.pf-itemcontainer {
  display: block !important;
}
.pf-details{
width:100%;
}

.pf-photobox{
width:100%;
max-width:100%;
margin-right:0px;
height:200px;
}

}
.officename{
font-size:18px;color:#003DA5;font-weight:500;
}
.profileaddrdetails{
font-size:12px;
color:#aaa;
}
.locationbtn{
padding:8px 4px;display:inline-block;
font-size:11px;
}
.locationdropdown{font-size: 18px;padding: 0px 8px;}
.officelist{
overflow:scroll;
height:200px;
}
.officelist>a{
display:block;
border:1px solid #ccc;
margin:5px;
border-radius:5px;
padding:4px 6px;
background-color: #D90C21;
color: #fff;
font-weight: 500;
padding: 7px 10px;
border-radius: 5px;
text-decoration: none;
font-size: 11px;
}

.agntslocationcontainer{
position:relative;
}
.agntslocationcontainer button{
position: absolute;
z-index: 99;
top: 5px;
right: 5px;
background: white;
height: 80%;
border: none;
}
.profiledetails4{
  position:relative;
}
.sociallinksemp {
  font-size:18px;
}
.sociallinksemp >a {
  padding:3px 10px;
}