@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.ourteam .person {
  padding: 1px !important;
}
.ourteam .person a {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.ourteam .person a .product-img {
  overflow: hidden;
}
.ourteam .person a .product-img img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}
.ourteam .person a .product-img h2 .title-category {
  position: relative;
  display: block;
  color: #fff;
}
@media (max-width: 1024px) {
  .ourteam .person a .product-img h2 .title-category {
    font-size: 16px;
  }
}
.ourteam .person:hover .product-img img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.2);
  transform-origin: center top;
}

.line {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.line::before {
  content: "\f006";
  font-family: FontAwesome;
  position: absolute;
  top: -35px;
  background: #fff;
  z-index: 99;
  padding: 10px;
  font-size: 31px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 49px;
  margin: auto;
  color: #de004b;
}
.line::after {
  content: "";
  background: #de004b;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

#accordionExample .accordion-button.collapsed .acc_control {
  float: left;
  background: #de004b url(../images/acc_bgr.png) center -17px no-repeat;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  transition: all 0.2s linear;
  border-radius: 3px;
}
#accordionExample .accordion-button .acc_control {
  float: left;
  background: #888 url(../images/acc_bgr.png) center 1px no-repeat;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  transition: all 0.2s linear;
  border-radius: 3px;
}

.section-title {
  color: #fff;
  z-index: 1;
  font-size: 45px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 200;
  letter-spacing: normal;
  padding: 0px 0px 30px 0px;
  line-height: 45px;
  margin: 0;
}

.dealer-box .sub-heading {
  font-size: 21px;
  margin-bottom: 19px;
}
.dealer-box p {
  font-size: 17px;
}

.inner-banner-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.inner-banner-bg img {
  opacity: 0;
}
.inner-banner-bg.banner-with-text {
  /*  height: 47vh;
    @media (max-width:767px) {
        height: 50vh;
    }*/
}
.inner-banner-bg.banner-with-text:before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  display: block !important;
  position: absolute;
}
.inner-banner-bg.banner-with-text .caption-text {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.inner-banner-bg.banner-with-text .caption-text .sub-floor {
  font-size: 1.52rem;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .inner-banner-bg.banner-with-text .caption-text .floorplaninsurance-text {
    font-size: 23px;
    margin-top: 10px;
    line-height: 20px;
  }
  .inner-banner-bg.banner-with-text .caption-text .sub-floor {
    font-size: 14px;
  }
}
.inner-banner-bg.our-team {
  background-image: url(../images/our-team-banner.jpg);
}
.inner-banner-bg.property-banner {
  background-image: url(../images/property-casualty-insurance.jpg);
}
.inner-banner-bg.employee-benefits-service-banner {
  background-image: url(../images/employee-benefits-service-banner.jpg);
}
.inner-banner-bg.dealer-applications {
  background-image: url(../images/dealer-applications-img.jpg);
}
.inner-banner-bg.learning-management-system {
  background-image: url(../images/learning-management-system.jpg);
}
.inner-banner-bg.workers-compensation {
  background-image: url(../images/workers-compensation-banner.jpg);
}
.inner-banner-bg.contact-us-banner {
  background-image: url(../images/contact-us-banner.jpg);
}/*# sourceMappingURL=new-style.css.map */