@font-face {
  font-family: 'Bree Serif';
  src: url('../fonts/BreeSerif-Regular.woff2') format('woff2'), url('../fonts/BreeSerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #595959;
}

.full_sidebar_with_default .without_login_wrapper {
  padding-left: 165px;
  padding-top: 90px;
}

header.cus_header {
  padding-top: 9px;
  padding-bottom: 9px;
  background: #ffffff;
  padding-left: 1rem;
  padding-right: 2rem;
  min-height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 2px solid #1697d8;
  height: 90px;
}

header.cus_header .home_logo img {
  width: 290px;
  display: inline-block;
}

.hash_navbar ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

a,
a:hover {
  color: #1697d8;
}

header.cus_header .ls_links a {
  color: #1697d8;
  margin-left: 30px;
}

.orange_shadow_btn {
  background-color: #ffd35e;
  color: #000000;
  font-weight: 700;
  padding: 4px 10px;
  font-size: 20px;
  box-shadow: 2px 2px 1px #ff934e;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
}

.banner_image img {
  width: 100%;
  display: block;
  height: auto;
}

.cus_header .header .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 0;
}

.cus_header a.office-link {
  padding: 0 17px;
  color: #248dbf;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-size: 26px;
  transition: 0.3s;
}

.cus_header a.office-link:hover {
  border: 1px solid rgba(23, 44, 92, 0.4);
  background: rgba(23, 44, 92, 0.05);
}

.cus_header .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 499px;
  margin-left: auto;
}

.cus_header ul.header-social.social-icons {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-right: 20px;
}

.cus_header .social-icons .facebook {
  color: #3b5998;
}

.cus_header .social-icons .twitter {
  color: #00aced;
}

.cus_header .social-icons .linkedin {
  color: #007bb5;
}

.cus_header .social-icons .yelp {
  color: #c41200;
}

.cus_header .social-icons .youtube {
  color: #bb0000;
}

.cus_header .social-icons .pinterest {
  color: #cb2027;
}

.cus_header .social-icons .skype {
  color: #00aff0;
}

.cus_header .social-icons .instagram {
  color: #125688;
}

.cus_header .navbar {
  padding: 0;
  margin-top: -20px;
}

.cus_header .navbar a.nav-link {
  color: #248dbf;
  padding: 9px 20px 9px 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.cus_header .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 6px 15px;
  color: #248dbf;
  border-bottom: solid 1px #eee;
  transition: 0.3s;
}

.cus_header .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #31446f;
}

.cus_header .dropdown-menu {
  padding: 0;
}

.logo_rightsure img {
  z-index: 99;
  position: relative;
}

.cus_header .dropdown-menu {
  padding: 0;
  box-shadow: none;
}


.banner_image {
  min-height: calc(100vh - 90px);
  background: #142732;
}

.banner_image svg
{
  width: 100%;
  height: auto;
  display: block;
}

.hover_paths
{
  transition: 0.3s;;
}

.hover_paths:hover {
  opacity: 0.2;
  filter: blur(10px);
}

.bree_head {
  font-family: 'Bree Serif';
  color: #595959;
  text-align: center;
  font-size: 40px;
  margin-top: 10px;
  font-weight: 700;
}

.claims_banner {
  min-height: 340px;
  border-bottom: 1px solid #dbdbdb;
}
.suggestion_sec h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}

.suggestion_sec {
  padding: 12px 20px 40px 20px;
}

.ad_image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 5px #a0a0a0;
}

footer.cus_new_footer {
  background: #D5D5D5;
  padding: 10px;
}
footer.cus_new_footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 70px;
  align-items: center;
}

footer.cus_new_footer ul li.cus_right_sure {
  font-size: 30px;
  font-weight: 700;
  color: #4d4d4d;
}

footer.cus_new_footer ul li a {
  font-size: 22px;
  font-weight: 500;
}