body {
  background: #EBEBEB;
  color: #3b3b3b;
  font-family: Arial,Verdana,sans-serif;
  font-size: 16px;
  line-height: 1.375;
}
p, ul, ol {
  margin-bottom: 16px;
}
hr {
  border-width: 2px 0;
  border-color: #ccc;
}

label {
  margin-bottom: .5rem;
}
label.error {
  font-size: 11px;
  color: red;
}

.container {
  box-sizing: border-box;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

body.homepage,
body.opt-out,
body.landing-page {
  background: #fff;
}

.text-justify {
  text-align: justify;
}
.font-light {
  font-weight: 200;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.color-black {
  color: #333;
}
a {
  color: #cf7a0b;
}
a:hover {
  color: #9B5A0A;
  text-decoration: none;
}
hr.transparent {
  border: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #3e7096;
}

h1, .h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: #1a4d6a;
  margin-top: 20px;
  margin-bottom: 16px;
}
h2, .h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
h3, .h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.tag-margin-small {
  margin: 5px 0px;
}
.tag-margin {
  margin: 10px 0px;
}
.tag-margin-big {
  margin: 20px 0px;
}
.tag-margin-xbig {
  margin: 30px 0px;
}
.tag-margin-xxbig {
  margin: 40px 0px;
}
.no-margin {
  margin: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-margin-right {
  margin-right: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-margin-left {
  margin-left: 0px;
}
ul.list-margin li {
  margin: 10px 0px;
}

select.input,
.input[type] {
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  height: 48px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px;
  width: 100%;
}

select.input-sm,
.input-sm[type] {
  height: 40px;
  padding-bottom: 9px;
  padding-top: 9px;
}

.breadcrumb {
  background: transparent;
  padding: 24px 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}

.btn-request-header {
  margin-top: 42px;
  float: right;
}

.breadcrumb li {
  font-size: 12px;
  line-height: 14px;
}
.breadcrumb li a {
  color: #1f5371;
}
.breadcrumb li i.icon-home {
  font-size: 15px;
  color: #1f5371;
}
.breadcrumb li i.divider {
  color: #1f5371;
}
.breadcrumb > .active a {
  color: #888;
}

.banner-sidebar-join {
  display: block;
  text-align: center;
}

.social li:first-child {
  padding-left: 0px;
}
.social a i {
  font-size: 30px;
  line-height: 30px;
}
.social a i.icon-facebook-sign {
  color: #3B5998;
}
.social a i.icon-twitter-sign {
  color: #55ACEE;
}
.social a i.icon-linkedin-sign {
  color: #007BB5;
}
.social a i.icon-instagram {
  color: #316699;
}

.wrap-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 32px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .wrap-sidebar {
    margin-top: 0;
  }
}

.sidebar {
  font-size: 15px;
  line-height: 20px;
}
.sidebar h3,
.sidebar .h3 {
  margin-top: 0;
}
.sidebar ul {
  font-weight: 600;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sidebar li + li {
  margin-top: 11px;
}
.sidebar .btn {
  width: 100%;
}

.sidebar.sidebar-effect {
  background: #073047;
  border-radius: 8px;
  color: #fff;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}
.sidebar.sidebar-effect .h3 {
  color: #ffb300;
}

.footer-location {
  border-top: 5px solid #D3D2D2;
  padding: 56px 0;
  background: #fff;
}
.footer-location .h2 {
  margin-top: 0;
}
.footer-location .group-locations-services {
  margin-bottom: 0;
}

.group-locations {
  font-size: 15px;
  font-weight: 600;
  display: grid;
  gap: 12px 16px;
  grid-template-columns: 1fr repeat(4, 1fr);
  margin-bottom: 60px;
}
.group-locations a {
  display: block;
}

.group-locations-img {
  height: auto;
  width: 100%;
}

.footer {
  background: #1A4D6A;
  color: #fff;
  padding: 24px 0;
}
.footer a {
  color: currentColor;
}
.footer-top {
  align-items: center;
  border-bottom: 1px solid #4C6E94;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 24px;
}
.footer-top .phone {
  align-items: center;
  display: flex;
  font-size: 36px;
  gap: 8px;
  margin-bottom: 0;
}

.footer-top .phone > span {
  display: none;
}
.footer-top .phone .icon {
  fill: #FFBA00;
}
.footer-top .btn {
  width: 100%;
}
.footer-top .phone a {
  font-weight: 700;
}

@media (min-width: 992px) {
  .footer-top .phone {
    font-size: 24px;
  }
  .footer-top .phone > span {
    display: block;
  }
  .footer-top .phone .icon {
    height: 28px;
    width: 28px;
  }
  .footer-top .btn {
    width: auto;
  }
}
.footer-nav {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  justify-content: space-between;
}
ul.footer-nav {
  margin: 0 -10px 10px;
}
ul.footer-nav>li {
  padding-left: 0;
  padding-right: 0;
}
.footer-nav a {
  display: block;
  padding: 14px 10px;
}
.footer-sitemap {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
}
.copyright {
  align-items: center;
  background: #072F3F;
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 48px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
}

/*Homepage*/
.wrap-banner {
  width: 100%;
  padding: 40px 0 0;
  margin: 0 0 20px;
  text-align: center;
  display: inline-block;
  background: #7AA6C0;
}

@media (min-width: 992px) {
  .wrap-banner {
    margin-bottom: 36px;
  }
}

.wrap-banner h1 {
  font-size: 44px;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
  margin: 0 0 16px 0;
}
.wrap-banner h2 {
  font-size: 27px;
  line-height: 32px;
  color: #154b6b;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .wrap-banner img {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
}

@media (min-width: 992px) {
  .wrap-banner .btn {
    margin-bottom: 40px;
  }
}

.wrap-banner-buttons {
  flex-direction: column;
  color: #fff;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.wrap-banner-buttons > span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .wrap-banner .btn {
    margin-bottom: 0;
    width: 100%;
  }
}

.service-grid {
  display: grid;
  font-weight: 600;
  column-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 992px) {
  .service-grid {
    grid-template-columns: 1fr repeat(2, 1fr);
  }
}

.service-grid li {
  font-size: 15px;
  margin-bottom: 4px;
}

.service-list li {
  border-radius: 4px;
  height: 268px;
  margin-top: 16px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 992px) {
  .service-list li {
    height: 160px;
  }
}

.service-list .title {
  background: #033C5F;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.service-list .title a {
  margin: 4px 10px;
  display: inline-block;
  color: #fff;
}
.service-list li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tint_effect {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #fff;
}
.tint_effect:after {
  background: rgba(255,186,0,0.30);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
}
.list-4 li {
  width: 25%;
  float: left;
}

.sitemap-latest li {
  color: #FFF;
  border-left: 0;
}
.sitemap-latest li a:hover {
  text-decoration: underline;
}


/* Landing Page */
.header-image {
  height: auto;
  position: relative;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .header-image {
    margin: 0 0 18px;
  }
}
.header-image img {
  width: 100%;
  height: auto;
  margin: 0 0 18px;
}
.header-image ul {
  color: #033C5F;
  list-style:none;
  z-index: 100;
  font-size: 14px;
  font-weight: 600;
  left: 16px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .header-image img {
    margin: 0;
  }
  .header-image img + ul {
    background: rgba(34, 34, 34, 0.72);
    bottom: 16px;
    color: #fff;
    padding: 9px;
    position: absolute;
    right: 16px;
  }
}
.header-image ul li {
  background: url(../images/sprite.svg#g-check) no-repeat left top 6px;
  background-size: 18px 18px;
  padding: 5px 5px 5px 26px;
}

.landing-page-content h2, .landing-page-content h3 {
  margin: 15px 0px 5px;
}

.cost-data {
  position: relative;
  margin: 20px 0px 0px;
}
.cost-data .cost_graph {
  width: 80%;
  margin: 0px 10%;
}
.cost-data p.min {
  width: 80px;
  margin: 0px;
  text-align: center;
  position: absolute;
  left: 10%;
  bottom: 65px;
}
.cost-data p.max {
  width: 80px;
  margin: 0px;
  text-align: center;
  position: absolute;
  right: 10%;
  bottom: 65px;
}
.cost-data p.avg {
  width: 80px;
  margin: 0px;
  text-align: center;
  position: absolute;
  left: 55%;
  top: -10px;
}
.cost-data p.range {
  width: 80px;
  margin: 0px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -40px;
}

.get-started .h2 {
  background: linear-gradient(180deg, #1D4767 0%, #3D7299 100%);
  color: #fff;
  font-family: "Open Sans";
  margin: 0;
  padding: 20px;
  text-align: center;
}
.get-started .btn {
  white-space: nowrap;
}
.get-started .btn-phone {
  margin-bottom: 20px;
}
.get-started-form {
  background: #F0F0F0;
  border: 1px solid #BBB;
  border-radius: 0 0 6px 6px;
  box-shadow: 1px 1px 8px 0px rgba(153, 153, 153, 0.50);
  font-size: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.get-started-form .btn + p {
  font-size: 1rem;
}
.get-started-controls,
.get-started-controls > div {
  display: grid;
  gap: .5rem;
}
@media (min-width: 768px) {
  .get-started-controls {
    grid-template-columns: auto 1fr;
  }
  .get-started-controls > div {
    grid-template-columns: 1fr 1fr;
  }
}
.get-started-controls .input {
  width: 100%;
}

.wrap-company-list {
  padding-bottom: 54px;
  padding-top: 56px;
  position: relative;
  z-index: 0;
}
.wrap-company-list::after {
  background: #F6F6F6;
  border-top: 4px solid #CCC;
  height: calc(100% - 4px);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.company-list-title {
  color: #1A4D6A;
  margin-top: 0;
}
.company-list {
  list-style: none;
  margin: 0;
}
.company-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding-left: 96px;
  position: relative;
}
@media (max-width: 991px) {
  .company-item {
    font-size: 14px;
  }
}
.company-item p {
  margin-bottom: 2px;
}
.company-item p:last-child {
  margin-bottom: 0;
}
.company-item span {
  color: #6B6B6B;
}
.company-item-img {
  border-radius: 4px;
  border: 1px solid #CCC;
  height: 80px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
.company-item-name {
  color: #D89800;
  margin-bottom: 4px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .company-item-name {
    font-size: 18px;
  }
}
.company-list li + li {
  border-top: 1px solid #DDD;
  margin-top: 15px;
  padding-top: 12px;
}
.company-list li + li .company-item-img {
  margin-top: 6px;
}

.wrap-call-now {
  align-items: center;
  border-radius: 8px;
  color: #1A4D6A;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 32px;
}
.wrap-call-now > span {
  font-family: 'Oswald', sans-serif;
}
@media (min-width: 992px) {
  .wrap-call-now {
    background: linear-gradient(90deg, #1D4767 0%, #3D7299 100%);
    color: #fff;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 30px;
    padding: 12px 20px;
    text-transform: uppercase;
  }
}

.group-services {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr repeat(3, 1fr);
}
.group-services > li {
  padding: 0 2px !important;
  position: relative;
}
.group-services > li > a {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 #bbb;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  width: 100%;
}
.group-services > li > a:hover,
.group-services > li.open > a {
  background: #CF7A0B;
  color: #fff;
}
.group-services > li > .dropdown-menu {
  background: #eee;
  border: 0px;
  box-shadow: 0px 0px 6px 0px #BBBBBB;
  margin: -8px 0 0 0;
  padding: 6px 0;
  width: calc(200% + 12px);
}
.group-services > li > .dropdown-menu > li {
  float: left;
  width: 50%;
}

@media (max-width: 991px) {
  .group-services > li:nth-child(2n+0) > .dropdown-menu {
    left: auto !important;
    right: 0px;
  }
}

@media (min-width: 992px) {
  .group-services > li:nth-child(4n+0) > .dropdown-menu {
    left: auto !important;
    right: 0px;
  }
}

.group-services > li > .dropdown-menu > li > a {
  font-size: 15px;
  line-height: 1;
  padding: 6px 8px;
  white-space: normal;
}

.box-question-float,
.box-phone-float {
  bottom: -500px;
  box-sizing: border-box;
  height: auto !important;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.box-question-float .content,
.box-phone-float .content {
  background: #FFD041;
  padding: 32px 20px !important;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
}
.box-question-float .content {
  background: #7EA5C3;
  border-radius: 3px 3px 0 0;
  padding: 15px 20px !important;
}
.box-question-float h2 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 28px;
}
.box-phone-float {
  text-align: center;
}
.box-phone-float h2 {
  color: #AC6C17;
  margin-top: 0;
}
.box-phone-float h2 strong {
  font-weight: 700;
}
.box-question-float .close-widget,
.box-phone-float .close-widget {
  align-items: center;
  background: #AC6C17;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  position: absolute;
  right: 22px;
  text-align: center;
  top: 10px;
  width: 20px;
}
.box-question-float .close-widget {
  background: #4D6B82;
}
.box-phone-float .close-widget:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.box-phone-float .icon {
  fill: #fff;
}
.box-phone-float .phone {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #fff;
  margin-top: 12px;
}
.box-question-float .label-radio {
  padding: 10px;
  background-color: #F5F5F5;
  font-family: 'Oswald', arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #666;
  cursor: pointer;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  position: relative;
}
.box-question-float .label-radio-checked {
  background-color: #4D6B82;
  color: #fff;
}
.box-question-float .form-group { margin-bottom: 9px; }
.box-question-float .form-group span { display: block; }
.box-question-float .label-radio input[type=radio] {
  visibility: hidden;
  cursor: pointer;
}
.box-question-float .label-radio input {
  height: 12px;
  width: 12px;
  margin: 0 13px 0 0;
}
.box-question-float .label-radio input[type=radio]+span:after,
.box-question-float .label-radio input[type=radio]+span:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-question-float .label-radio input[type=radio]+span:before {
  border: 2px solid #B3B3B3;
  background-color: #fff;
}
.box-question-float .label-radio input[type=radio]:checked+span:before {
  border-color: #fff;
}
.box-bullets { margin-bottom: 28px; }
.box-bullets .bullet {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 2px;
  position: relative;
  padding: 13px 13px 13px 44px;
  background-color: #1A4C69;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-bullets .bullet:last-child { margin-bottom: 0; }
.box-bullets .icon {
  text-align: center;
  position: absolute;
  top: 13px;
  left: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box-bullets .icon i {
  font-size: 18px;
  color: #FFBB00;
  position: relative;
  top: -1px;
  left: 0;
}

/* ===== NEW ===== */

.btn {
  align-items: center;
  border-radius: 5px;
  border-color: transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: .5rem;
  justify-content: center;
  line-height: 20px;
  padding: 9px 15px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.btn:focus {
  outline: none;
}
.btn .icon {
  fill: currentColor;
}

.btn-xs {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  padding: 2px 9px;
}

.btn-lg {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 28px;
}

.btn-xl {
  font-size: 18px;
  line-height: 32px;
  padding: 11px 26px;
}

@media (min-width: 992px) {
  .btn-xl {
    font-size: 26px;
  }
}

.btn-primary,
.btn-primary:active {
  background: linear-gradient(90deg, #DBA000 0%, #E28F00 100%);
}

.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(90deg, #08C 0%, #04C 100%);
  color: #fff;
}
.btn-secondary:hover {
  background: #04C;
  color: #fff;
}

.btn-info,
.btn-info:active {
  background: #478AFF;
  color: #fff;
}

.btn-outline-light {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.btn-phone {
  font-size: 26px;
  overflow: hidden;
  padding-left: 70px;
  position: relative;
  z-index: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .btn-phone {
    padding-left: 88px;
    width: auto;
  }
}
.btn-phone::after,
.btn-phone::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-phone::after {
  background: url(../images/sprite.svg#g-phone) no-repeat left center;
  background-size: cover;
  height: 32px;
  left: 12px;
  width: 32px;
}
.btn-phone::before {
  background: url(../images/sprite.svg#g-phone) no-repeat left center;
  background-size: 32px 32px;
  border: 124px solid transparent;
  border-left-width: 62px;
  border-right-width: 0;
  left: 0;
}
.btn-primary.btn-phone::before {
  border-left-color: #ED9E01;
}
.btn-info.btn-phone::before {
  border-left-color: #5C98FF;
}

.header {
  background: linear-gradient(180deg, #1D4767 0%, #3D7299 100%);
  height: 64px;
}

.header > .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .header > .container {
    justify-content: space-between;
  }
}

.header > .container::after,
.header > .container::before {
  display: none;
}

@media (min-width: 992px) {
  .header .logo {
    margin-right: 28px;
  }
}

.header .btn-navbar {
  background: none;
  border: none;
  height: 48px;
  margin-right: -10px;
  padding: 0 10px;
  width: 48px;
}

@media (max-width: 991px) {
  .header .btn-navbar {
    position: absolute;
    right: 20px;
  }
}

.header .btn-navbar > span {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 3px;
  position: relative;
  top: 0;
  transition: transform 0.3s ease 0s, top 0.3s ease 0s, opacity 0.15s ease 0.15s;
}
.header .btn-navbar > span + span {
  margin-top: 4px;
}
.header .btn-navbar:not(.collapsed) span {
  transition: transform 0.3s ease 0s, top 0.3s ease 0s, opacity 0.15s ease 0s;
}
.header .btn-navbar:not(.collapsed) span:first-child {
  transform: rotate(45deg);
  top: 7px;
}
.header .btn-navbar:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.header .btn-navbar:not(.collapsed) span:last-child {
  transform: rotate(-45deg);
  top: -7px;
}

.header .nav-collapse {
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}

.header .nav {
  align-items: center;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header .nav-link {
  color: #fff;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.header .wrap-quote {
  align-items: center;
  display: flex;
  gap: 20px;
}

.header .btn-freequotes {
  color: #FFBA00;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.header .btn-freequotes::before {
  color: #F6F6F6;
  content: attr(data-before);
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}

.wrap-service-list {
  background: #EBEBEB;
  margin-top: 24px;
  padding-bottom: 56px;
  padding-top: 56px;
}

@media (min-width: 992px) {
  .wrap-service-list {
    margin-top: 56px;
  }
}

.wrap-service-list .h1 {
  margin-top: 0;
}

.page-content {
  padding-bottom: 40px;
}

.tag-margin-xxbig .btn-freequotes {
  display: block;
  text-align: center;
}

.btn-freequotes img {
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .page-content {
    padding-bottom: 56px;
  }
}

.wrap-free-quote {
  align-items: center;
  background-color: #033C5F;
  border-bottom: 1px solid #3C7096;
  color: #fff;
  display: flex;
  font-size: 13px;
  gap: 14px;
  height: 48px;
  justify-content: space-between;
  padding: 0 20px;
}

.wrap-free-quote a {
  color: currentColor;
}

.wrap-free-quote .btn-freequotes {
  color: #FFBA00;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}

@media (min-width: 992px) {
  .wrap-free-quote {
    display: none;
  }
}

@media (min-width: 992px) {
  .visible-phone {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-phone {
    display: none;
  }
}