._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page,
.single,
.search {
  /*grids*/
}
.page .col-1,
.single .col-1,
.search .col-1,
.page .col-2,
.single .col-2,
.search .col-2,
.page .col-3,
.single .col-3,
.search .col-3,
.page .col-4,
.single .col-4,
.search .col-4,
.page .col-5,
.single .col-5,
.search .col-5,
.page .col-6,
.single .col-6,
.search .col-6,
.page .col-7,
.single .col-7,
.search .col-7,
.page .col-8,
.single .col-8,
.search .col-8,
.page .col-9,
.single .col-9,
.search .col-9,
.page .col-10,
.single .col-10,
.search .col-10,
.page .col-11,
.single .col-11,
.search .col-11,
.page .col-12,
.single .col-12,
.search .col-12 {
  padding: 0 15px;
}
.page .col-1,
.single .col-1,
.search .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.page .col-2,
.single .col-2,
.search .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.page .col-3,
.single .col-3,
.search .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.page .col-4,
.single .col-4,
.search .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.page .col-5,
.single .col-5,
.search .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.page .col-6,
.single .col-6,
.search .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page .col-7,
.single .col-7,
.search .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.page .col-8,
.single .col-8,
.search .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.page .col-9,
.single .col-9,
.search .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.page .col-10,
.single .col-10,
.search .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.page .col-11,
.single .col-11,
.search .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.page .col-12,
.single .col-12,
.search .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.page .offset-1,
.single .offset-1,
.search .offset-1 {
  margin-left: 8.333333%;
}
.page .offset-2,
.single .offset-2,
.search .offset-2 {
  margin-left: 16.666667%;
}
.page .offset-3,
.single .offset-3,
.search .offset-3 {
  margin-left: 25%;
}
.page .offset-4,
.single .offset-4,
.search .offset-4 {
  margin-left: 33.333333%;
}
.page .offset-5,
.single .offset-5,
.search .offset-5 {
  margin-left: 41.666667%;
}
.page .offset-6,
.single .offset-6,
.search .offset-6 {
  margin-left: 50%;
}
.page .offset-7,
.single .offset-7,
.search .offset-7 {
  margin-left: 58.333333%;
}
.page .offset-8,
.single .offset-8,
.search .offset-8 {
  margin-left: 66.666667%;
}
.page .offset-9,
.single .offset-9,
.search .offset-9 {
  margin-left: 75%;
}
.page .offset-10,
.single .offset-10,
.search .offset-10 {
  margin-left: 83.333333%;
}
.page .offset-11,
.single .offset-11,
.search .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .page .col-sm,
  .single .col-sm,
  .search .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page .col-sm-auto,
  .single .col-sm-auto,
  .search .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .page .col-sm-1,
  .single .col-sm-1,
  .search .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .page .col-sm-2,
  .single .col-sm-2,
  .search .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .page .col-sm-3,
  .single .col-sm-3,
  .search .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page .col-sm-4,
  .single .col-sm-4,
  .search .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page .col-sm-5,
  .single .col-sm-5,
  .search .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .page .col-sm-6,
  .single .col-sm-6,
  .search .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page .col-sm-7,
  .single .col-sm-7,
  .search .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .page .col-sm-8,
  .single .col-sm-8,
  .search .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .page .col-sm-9,
  .single .col-sm-9,
  .search .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page .col-sm-10,
  .single .col-sm-10,
  .search .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .page .col-sm-11,
  .single .col-sm-11,
  .search .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .page .col-sm-12,
  .single .col-sm-12,
  .search .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page .offset-sm-0,
  .single .offset-sm-0,
  .search .offset-sm-0 {
    margin-left: 0;
  }
  .page .offset-sm-1,
  .single .offset-sm-1,
  .search .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .page .offset-sm-2,
  .single .offset-sm-2,
  .search .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .page .offset-sm-3,
  .single .offset-sm-3,
  .search .offset-sm-3 {
    margin-left: 25%;
  }
  .page .offset-sm-4,
  .single .offset-sm-4,
  .search .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .page .offset-sm-5,
  .single .offset-sm-5,
  .search .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .page .offset-sm-6,
  .single .offset-sm-6,
  .search .offset-sm-6 {
    margin-left: 50%;
  }
  .page .offset-sm-7,
  .single .offset-sm-7,
  .search .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .page .offset-sm-8,
  .single .offset-sm-8,
  .search .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .page .offset-sm-9,
  .single .offset-sm-9,
  .search .offset-sm-9 {
    margin-left: 75%;
  }
  .page .offset-sm-10,
  .single .offset-sm-10,
  .search .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .page .offset-sm-11,
  .single .offset-sm-11,
  .search .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .page .col-md,
  .single .col-md,
  .search .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page .col-md-auto,
  .single .col-md-auto,
  .search .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .page .col-md-1,
  .single .col-md-1,
  .search .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .page .col-md-2,
  .single .col-md-2,
  .search .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .page .col-md-3,
  .single .col-md-3,
  .search .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page .col-md-4,
  .single .col-md-4,
  .search .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page .col-md-5,
  .single .col-md-5,
  .search .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .page .col-md-6,
  .single .col-md-6,
  .search .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page .col-md-7,
  .single .col-md-7,
  .search .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .page .col-md-8,
  .single .col-md-8,
  .search .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .page .col-md-9,
  .single .col-md-9,
  .search .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page .col-md-10,
  .single .col-md-10,
  .search .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .page .col-md-11,
  .single .col-md-11,
  .search .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .page .col-md-12,
  .single .col-md-12,
  .search .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page .offset-md-0,
  .single .offset-md-0,
  .search .offset-md-0 {
    margin-left: 0;
  }
  .page .offset-md-1,
  .single .offset-md-1,
  .search .offset-md-1 {
    margin-left: 8.333333%;
  }
  .page .offset-md-2,
  .single .offset-md-2,
  .search .offset-md-2 {
    margin-left: 16.666667%;
  }
  .page .offset-md-3,
  .single .offset-md-3,
  .search .offset-md-3 {
    margin-left: 25%;
  }
  .page .offset-md-4,
  .single .offset-md-4,
  .search .offset-md-4 {
    margin-left: 33.333333%;
  }
  .page .offset-md-5,
  .single .offset-md-5,
  .search .offset-md-5 {
    margin-left: 41.666667%;
  }
  .page .offset-md-6,
  .single .offset-md-6,
  .search .offset-md-6 {
    margin-left: 50%;
  }
  .page .offset-md-7,
  .single .offset-md-7,
  .search .offset-md-7 {
    margin-left: 58.333333%;
  }
  .page .offset-md-8,
  .single .offset-md-8,
  .search .offset-md-8 {
    margin-left: 66.666667%;
  }
  .page .offset-md-9,
  .single .offset-md-9,
  .search .offset-md-9 {
    margin-left: 75%;
  }
  .page .offset-md-10,
  .single .offset-md-10,
  .search .offset-md-10 {
    margin-left: 83.333333%;
  }
  .page .offset-md-11,
  .single .offset-md-11,
  .search .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .page .col-lg,
  .single .col-lg,
  .search .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page .col-lg-auto,
  .single .col-lg-auto,
  .search .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .page .col-lg-1,
  .single .col-lg-1,
  .search .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .page .col-lg-2,
  .single .col-lg-2,
  .search .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .page .col-lg-3,
  .single .col-lg-3,
  .search .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page .col-lg-4,
  .single .col-lg-4,
  .search .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page .col-lg-5,
  .single .col-lg-5,
  .search .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .page .col-lg-6,
  .single .col-lg-6,
  .search .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page .col-lg-7,
  .single .col-lg-7,
  .search .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .page .col-lg-8,
  .single .col-lg-8,
  .search .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .page .col-lg-9,
  .single .col-lg-9,
  .search .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page .col-lg-10,
  .single .col-lg-10,
  .search .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .page .col-lg-11,
  .single .col-lg-11,
  .search .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .page .col-lg-12,
  .single .col-lg-12,
  .search .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page .col-xl,
  .single .col-xl,
  .search .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page .col-xl-1,
  .single .col-xl-1,
  .search .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .page .col-xl-2,
  .single .col-xl-2,
  .search .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .page .col-xl-3,
  .single .col-xl-3,
  .search .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page .col-xl-4,
  .single .col-xl-4,
  .search .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page .col-xl-5,
  .single .col-xl-5,
  .search .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .page .col-xl-6,
  .single .col-xl-6,
  .search .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page .col-xl-7,
  .single .col-xl-7,
  .search .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .page .col-xl-8,
  .single .col-xl-8,
  .search .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .page .col-xl-9,
  .single .col-xl-9,
  .search .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page .col-xl-10,
  .single .col-xl-10,
  .search .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .page .col-xl-11,
  .single .col-xl-11,
  .search .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .page .col-xl-12,
  .single .col-xl-12,
  .search .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*custom*/
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
/*marketing*/
.market-pg {
  padding-top: 95px;
}
.market-pg .togggle-tabs,
.market-pg .toggle-tabs {
  padding-top: 17px;
  justify-content: stretch;
  margin-bottom: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.market-pg .togggle-tabs a,
.market-pg .toggle-tabs a {
  border: none;
  padding: 0px 25px 18px;
  margin: 0 0 15px;
  flex-grow: 1;
  text-align: left;
  font-size: 16px;
  color: #3E3E3E;
  position: relative;
  border-bottom: 1px solid rgba(62, 62, 62, 0.25);
}
.market-pg .togggle-tabs a.active,
.market-pg .toggle-tabs a.active {
  font-weight: bold;
  color: #002B5C;
}
.market-pg .togggle-tabs a.active:before,
.market-pg .toggle-tabs a.active:before {
  background: #568CC9;
  height: 4px;
}
.market-pg .togggle-tabs a:before,
.market-pg .toggle-tabs a:before {
  width: 100%;
  height: 2px;
  background: rgba(62, 62, 62, 0.25);
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
}
.flex-wrap {
  flex-wrap: wrap;
}
/*download-list2*/
.download-list2 .btn {
  margin: -5px 4px 0 !important;
  padding: 10px 20px;
}
.download-list2 img {
  max-height: 50px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.download-list2 .download-item {
  justify-content: stretch;
  flex-direction: row;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 18px 0 20px;
  border-bottom: 1px solid #DFDFDF;
}
.download-list2 {
  width: 810px;
  max-width: 100%;
  margin: 0 auto -10px;
  padding: 0;
}
.download-list2 li div:first-child {
  max-width: 95px;
  padding: 0 0 0 20px;
}
.download-list2 li div:nth-child(2) {
  width: 34%;
}
.download-list2 li div:nth-child(2) {
  width: 33%;
}
.download-list2.more-col li div:nth-child(4) {
  width: 5%;
}
.download-list2 li div:last-child {
  text-align: right;
  padding: 0 20px 0 0;
  width: 140px;
}
.download-list2 .download-item > div {
  flex-grow: 1;
  padding: 0 10px;
  width: 18%;
  color: #3e3e3e;
}
.download-list2 .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.28;
  color: #1B2E5A;
  display: block;
}
.download-list2 .align-self-center > div:first-child {
  max-width: 75px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .download-list2 .download-item > div {
    flex: 1;
  }
  .download-list2 {
    font-size: 12px;
  }
  .download-list2 .title {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .download-list2 .download-item > div {
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important;
    padding: 5px 0 !important;
  }
  .download-list2 .download-item {
    flex-direction: column;
  }
}
/*dashboard*/
.acc-links li {
  list-style: none;
  margin: 0 0 7px;
}
.acc-links {
  padding: 0;
}
.acc-links a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.acc-links a:hover,
.acc-links a:active,
.acc-links a:focus {
  opacity: 0.8;
}
.acc-links a:hover:before,
.acc-links a:active:before,
.acc-links a:focus:before {
  right: -30px;
}
.acc-links a:before {
  content: "\f112";
  font-weight: bold;
  line-height: 1;
  font-family: "LineAwesome";
  font-size: 12px;
  color: #568CC9;
  position: absolute;
  width: 12px;
  height: 10px;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.acc-intro h2 {
  margin: -5px 0 5px;
}
.dashboard-list {
  margin: 30px 0 0;
}
.dashboard-list h4 {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 10px;
}
.dashboard-list_img {
  background-size: 45px !important;
  height: 45px;
}
.dashboard-list .row {
  align-items: stretch;
  margin: 0;
}
.dashboard-list .row > div {
  padding: 20px 25px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.dashboard-list .row > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 94%;
  background: #FFF;
  -moz-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -webkit-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .dashboard-list .row > div:before {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .dashboard-list .row > div {
    margin: 0 0 20px;
  }
}
/*dropdown*/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
}
.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}
.dropdown.open .dropdown-menu,
.dropdown-menu.show {
  display: block !important;
}
.dropdown-header {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.visible-sm {
  display: none;
}
@media (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/*dealer header new */
.main-header2.main-header,
.main-header2 {
  margin: 0 0 -5px;
  padding: 35px 3% 18px 3%;
}
.main-header2.main-header .row,
.main-header2 .row {
  align-items: end;
}
.main-header2.main-header .main-menu,
.main-header2 .main-menu {
  padding: 0 5px;
}
.main-header2.main-header .main-menu a,
.main-header2 .main-menu a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.main-header2.main-header .main-menu a:focus,
.main-header2 .main-menu a:focus,
.main-header2.main-header .main-menu a:hover,
.main-header2 .main-menu a:hover,
.main-header2.main-header .current-menu-item a,
.main-header2 .current-menu-item a,
.main-header2.main-header .current-page-ancestor,
.main-header2 .current-page-ancestor {
  color: #568CC9;
  text-shadow: -1px 0px 0px #568cc9;
}
@media (max-width: 767px) {
  .main-header2.main-header .row,
  .main-header2 .row {
    margin: 0 -10px;
  }
}
@media (min-width: 1300px) {
  .main-header2.main-header .row,
  .main-header2 .row {
    margin: 0 0 0 -25px;
  }
}
/*header search*/
.main-header2 .search-form input {
  border: 1px solid #31BF66;
  color: #1b2e5a;
  width: 165px;
  max-width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 20px 10px 40px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #fff url(../img/search-ic.svg) 10px center no-repeat;
  background-size: 20px !important;
}
.search-form {
  top: 15px;
  position: relative;
}
/*header acc menu*/
.acc-menu .btn {
  text-transform: capitalize;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.acc-menu .btn:before {
  content: "\f112";
  font-weight: bold;
  line-height: 1;
  font-family: "LineAwesome";
  font-size: 12px;
  color: #568CC9;
  position: absolute;
  width: 12px;
  height: 10px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc-menu .btn-profile {
  background: url(../img/user_acc.svg) left no-repeat;
  background-size: 15px !important;
}
.acc-menu .btn-pass {
  background: url(../img/change_pass.svg) left no-repeat;
  background-size: 15px !important;
}
.acc-menu .btn-logout {
  background: url(../img/logout.svg) left no-repeat;
  background-size: 15px !important;
}
.acc-menu .btn-back {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.acc-menu .btn-back .btn-back:before {
  content: "\f121";
  font-weight: bold;
  line-height: 1;
  font-family: "LineAwesome";
  font-size: 18px;
  color: #fff;
  z-index: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.acc-menu.open .btn:before {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.acc-menu h5 {
  font-size: 16px;
  margin: 0 0 10px;
}
.acc-menu ul {
  padding: 0;
}
.acc-menu ul li {
  list-style: none;
}
.acc-menu ul li:last-child {
  margin: 15px -25px 0;
  padding: 8px 0px;
  background: #568cc9;
}
.acc-menu ul li > a {
  padding: 0 0 0 30px;
  color: #1b2e5a;
}
.main-header2 .dropdown-menu {
  overflow: hidden;
  top: 48px;
  right: 0;
  width: 295px;
  left: auto;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  color: #1B2E5A;
  padding: 25px 25px 0;
  -moz-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -webkit-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.acc-menu,
.search-form {
  display: inline-block;
}
@media (min-width: 768px) {
  .acc-menu {
    margin: 0 -7px 0 0;
  }
  .main-header2 .logo {
    position: relative;
    top: -5px;
  }
  .main-header2 .row > div:first-child {
    padding: 0 0px 0 10px;
  }
}
@media (min-width: 1140px) {
  .main-header2 .dropdown-menu {
    right: -70px;
  }
}
/*new footer*/
.main-footer2 .location-part h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.main-footer2 .foot-menu {
  width: 50%;
}
@media (max-width: 767px) {
  .main-footer2 .foot-links {
    width: 100%;
    text-align: right;
  }
  .main-footer2 .foot-links a {
    display: inline-block !important;
  }
  .main-footer2 .row > div:nth-child(2) {
    order: 3;
    margin: 20px 0 0;
  }
  .main-footer2 .row > div:nth-child(3) {
    order: 4;
    margin: 20px 0 0;
  }
}
/*video*/
.market-pg .item-video {
  margin: 0 auto 30px;
}
.video-tab .pagination {
  padding: 0;
}
.video-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-actions p {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #1B2E5A;
}
.video-actions .share {
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 26px;
  color: #568CC9;
  background: url(../img/share.svg) left no-repeat;
  background-size: 15px !important;
  padding-left: 20px;
}
.video-actions .dropdown-menu {
  overflow: hidden;
  left: -28px;
  top: 25px;
  width: 295px;
  background: #fff;
  font-size: 16px;
  z-index: 2;
  line-height: 26px;
  color: #1B2E5A;
  padding: 25px 25px;
  -webkit-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -moz-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -ms-box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  box-shadow: 0px 4px 30px rgba(27, 46, 90, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.video-actions .dropdown-menu ul {
  padding: 0;
}
.video-actions .dropdown-menu li {
  list-style: none;
  cursor: pointer;
}
.video-actions .dropdown-menu li:last-child {
  margin: 0;
}
.video-actions .dropdown-menu a,
.video-actions .dropdown-menu span {
  padding: 0 0 0 30px;
  color: #1B2E5A;
  background-size: contain !important;
}
.video-actions .load-link {
  background: url(../img/load.svg) 5px center no-repeat;
}
.video-actions .copy-link {
  background: url(../img/copy.svg) 5px center no-repeat;
}
.video-actions .embed-link {
  background: url(../img/embed.svg) 0px center no-repeat;
}
@media (max-width: 540px) {
  .video-tab .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 560px) and (max-width: 960px) {
  .video-tab .row > div:nth-child(2n+2) .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .video-tab .row > div:nth-child(2n+2) .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .video-tab .row > div:nth-child(3n+3) .dropdown-menu {
    left: auto;
    right: 0;
  }
}
/*media assets*/
.tab-media {
  padding: 35px 0 0;
}
/*gallery*/
.gallery-img2 {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  padding-top: 5px;
}
.gallery-img2 .item-img {
  display: block;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.3333%;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 0;
}
.gallery-img2 .item-img:hover .image-actions {
  opacity: 1;
}
.gallery-img2 .item-img .image-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}
.gallery-load {
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  text-decoration: none;
  padding: 0 0 0 25px;
  width: 125px;
  margin: auto;
  display: block;
  background: url(../img/load2.svg) left no-repeat;
}
.load-img,
.view-img {
  display: block;
  color: #fff;
  cursor: pointer;
  padding: 5px 5px 5px 20px;
}
.view-img {
  background: url(../img/zoomin.svg) left no-repeat;
}
.load-img {
  background: url(../img/load2.svg) left no-repeat;
}
.mfp-img-mobile.gallery2 .mfp-title {
  padding: 0;
}
@media (max-width: 500px) {
  .gallery-img2 {
    margin: 0;
  }
  .gallery-img2 .item-img {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .load-img,
  .view-img {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .load-img,
  .view-img {
    font-size: 10px;
  }
}
/*technical*/
.load-doc {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #568CC9;
  cursor: pointer;
  opacity: 1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/pdf_bg.svg) left no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  display: inline-block;
}
.load-doc:hover,
.load-doc:focus,
.load-doc:active {
  opacity: 0.8;
}
.hidden {
  display: none !important;
}
.equipment-tab.download-item .title + p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0;
  color: #3E3E3E;
}
.bullet-tab.equipment-tab.download-item > div:last-child,
.equipment-tab.download-item > div:last-child {
  padding: 0 8% 0 0;
}
.bullet-tab.download-item > div:first-child {
  max-width: 75% !important;
  width: 75% !important;
}
@media (max-width: 500px) {
  .bullet-tab.download-item > div:first-child {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/*change acc dealer*/
.form-content.form-content_dealer h1 {
  margin-top: 10px;
}
.form-content.form-content_dealer .contact-form .btn {
  margin: 30px auto 0;
}
.block-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999;
  left: 0;
  top: 0;
}
/*change pass dealer*/
#wppb-recover-password-container strong {
  font-weight: normal;
}
#wppb-recover-password-container strong br {
  display: none;
}
#wppb-recover-password-container strong p {
  font-size: 16px;
  text-align: center;
  margin: 0 -25px;
}
.form-content.form-content_pass {
  padding-top: 99px;
}
.form-content.form-content_pass .contact-form .btn,
.form-content_pass .contact-form .btn,
.form-content.form-content_pass input#edit_profile,
.form-content_pass input#edit_profile {
  margin: 40px auto 0;
}
.form-content.form-content_pass .wppb-default-e-mail,
.form-content_pass .wppb-default-e-mail,
.form-content.form-content_pass .wppb-default-username,
.form-content_pass .wppb-default-username {
  display: none;
}
.form-content.form-content_pass .login-remember,
.form-content_pass .login-remember {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.form-content.form-content_pass .login-remember input,
.form-content_pass .login-remember input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-content.form-content_pass .login-remember label,
.form-content_pass .login-remember label {
  margin: 0;
  font-weight: normal;
  font-size: 14px !important;
}
.form-content.form-content_pass .login-remember label:before,
.form-content_pass .login-remember label:before {
  content: '';
  border: 1px solid rgba(106, 106, 106, 0.3) !important;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: 34%;
  top: -5px;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px !important;
  font-family: 'Montserrat';
  padding: 9px !important;
  margin-top: 5px !important;
}
.form-content.form-content_pass .wppb-form-field label,
.form-content_pass .wppb-form-field label,
.form-content.form-content_pass #wppb-login-wrap .login-username label,
.form-content_pass #wppb-login-wrap .login-username label,
.form-content.form-content_pass #wppb-login-wrap .login-password label,
.form-content_pass #wppb-login-wrap .login-password label,
.form-content.form-content_pass #wppb-login-wrap .login-auth label,
.form-content_pass #wppb-login-wrap .login-auth label,
.form-content.form-content_pass label,
.form-content_pass label {
  width: 100%;
  float: none;
  margin: 20px auto 0;
}
.form-content.form-content_pass .wppb-user-forms ul li,
.form-content_pass .wppb-user-forms ul li {
  padding: 0;
}
.form-content.form-content_pass .wppb-form-field > span,
.form-content_pass .wppb-form-field > span {
  margin: 0 !important;
}
.form-content.form-content_pass .wppb-form-field,
.form-content_pass .wppb-form-field {
  list-style: none;
}
.form-content.form-content_pass .form-submit input#wppb-recover-password-button,
.form-content_pass .form-submit input#wppb-recover-password-button,
.form-content.form-content_pass .login-submit input#wppb-submit,
.form-content_pass .login-submit input#wppb-submit,
.form-content.form-content_pass .form-submit input#edit_profile,
.form-content_pass .form-submit input#edit_profile {
  font-family: 'Montserrat', sans-serif;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 14px !important;
  color: #FFFFFF;
  background: #31BF66;
  padding: 13px 20px !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px !important;
  display: inline-block;
  width: inherit !important;
  border: 1px solid #31BF66 !important;
  cursor: pointer;
}
.form-content.form-content_pass .form-submit input#wppb-recover-password-button:hover,
.form-content_pass .form-submit input#wppb-recover-password-button:hover,
.form-content.form-content_pass .login-submit input#wppb-submit:hover,
.form-content_pass .login-submit input#wppb-submit:hover,
.form-content.form-content_pass .form-submit input#edit_profile:hover,
.form-content_pass .form-submit input#edit_profile:hover,
.form-content.form-content_pass .form-submit input#wppb-recover-password-button:focus,
.form-content_pass .form-submit input#wppb-recover-password-button:focus,
.form-content.form-content_pass .login-submit input#wppb-submit:focus,
.form-content_pass .login-submit input#wppb-submit:focus,
.form-content.form-content_pass .form-submit input#edit_profile:focus,
.form-content_pass .form-submit input#edit_profile:focus,
.form-content.form-content_pass .form-submit input#wppb-recover-password-button:active,
.form-content_pass .form-submit input#wppb-recover-password-button:active,
.form-content.form-content_pass .login-submit input#wppb-submit:active,
.form-content_pass .login-submit input#wppb-submit:active,
.form-content.form-content_pass .form-submit input#edit_profile:active,
.form-content_pass .form-submit input#edit_profile:active {
  opacity: 0.8;
}
.form-content.form-content_pass .login-submit,
.form-content_pass .login-submit,
.form-content.form-content_pass .form-submit,
.form-content_pass .form-submit {
  text-align: center;
}
.form-content.form-content_pass input,
.form-content_pass input,
.form-content.form-content_pass textarea,
.form-content_pass textarea,
.form-content.form-content_pass select,
.form-content_pass select {
  border: 1px solid rgba(106, 106, 106, 0.3) !important;
  width: 100% !important;
  font-weight: normal;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px !important;
  font-family: 'Montserrat';
  padding: 9px !important;
  margin-top: 5px !important;
}
.form-content.form-content_pass h1,
.form-content_pass h1 {
  margin-top: 10px;
}
#wppb-login-wrap #wppb-loginform .wppb-form-field .wppb-password-field-container {
  width: 100%;
}
#wppb-login-wrap #wppb-loginform .login-remember label {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wppb-login-wrap #wppb-loginform .login-remember label::before {
  position: static;
  margin-right: 7px;
  margin-top: 0 !important;
}
/*upcoming*/
.past_ev h2,
.upcoming h2 {
  font-size: 26px;
  line-height: 36px;
}
.upcoming h2 {
  border-bottom: 1px solid rgba(62, 62, 62, 0.15);
}
.upcoming {
  margin: 60px 0 0;
}
.upcoming h3,
.upcoming_date,
.upcoming_loc {
  font-size: 20px !important;
  line-height: 30px;
  margin: 0 0 10px;
}
.upcoming_date,
.upcoming_loc {
  font-weight: bold;
}
.upcoming .text {
  padding: 30px 35px;
}
/*past_ev*/
.past_ev {
  margin: 110px 0 0;
}
.past_ev table thead td {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #343C43;
  padding: 17px 15px 15px;
}
.past_ev table tbody td:first-child {
  font-weight: bold;
  color: #1B2E5A;
  width: 22%;
}
.past_ev table tbody td:nth-child(3),
.past_ev table tbody td:nth-child(2) {
  width: 14%;
}
.past_ev table tbody td:nth-child(4) {
  width: 28%;
}
.past_ev table td {
  font-size: 14px;
  line-height: 24px;
  display: table-cell;
  vertical-align: top;
  min-width: 150px;
  color: #3E3E3E;
  padding: 17px 15px 8px;
  border-top: 1px solid rgba(62, 62, 62, 0.15);
}
.past_ev .img-gal,
.past_ev .watch {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #568CC9;
  cursor: pointer;
  opacity: 1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  display: inline-block;
}
.past_ev .img-gal {
  background: url(../img/img_gal.svg) left no-repeat;
}
.past_ev .watch {
  background: url(../img/video.svg) left no-repeat;
}
.past_ev .img-gal:hover,
.past_ev .img-gal:focus,
.past_ev .img-gal:active,
.past_ev .watch:hover,
.past_ev .watch:focus,
.past_ev .watch:active {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .past_ev table tbody td:nth-child(4) {
    min-width: 250px;
  }
  .upcoming .image,
  .upcoming .text {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .upcoming .text {
    order: 2;
  }
  .past_ev-list {
    overflow: scroll;
  }
}
/*search*/
.search-pg h1 + p {
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  margin: 25px 0 20px;
}
.search-pg .search-list {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #3E3E3E;
}
.search-pg .search-list_item {
  margin: 0;
  padding: 25px 0 26px;
  border-top: 1px solid rgba(62, 62, 62, 0.25);
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.search-pg .search-list_item:last-child {
  border-bottom: 1px solid rgba(62, 62, 62, 0.25);
}
.search-list_cat {
  margin: 7px 0 0;
}
.search-list_t a,
.search-list_t {
  font-weight: 600;
  font-size: 20px;
  color: #3E3E3E;
  line-height: 30px;
  cursor: pointer;
  opacity: 1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 10px;
  display: block;
}
.search-list_t a:hover,
.search-list_t a:focus,
.search-list_t a:active {
  opacity: 0.8;
}
.search-list .image {
  padding: 0 30px;
  max-width: 190px;
}
.search-list .image img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/*find dealer*/
.sabai-directory-search .sabai-search {
  padding: 0;
  background: transport;
}
.find-deal .sabai-entity .sabai-directory-title:before {
  content: "\f106";
  color: #1B2E5A;
  font-weight: bold;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.find-deal .sabai-entity .sabai-directory-info .fa-map-marker {
  display: none;
}
.sabai-directory-title {
  cursor: pointer;
}
.sabai-directory-title a {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  color: #1B2E5A;
}
.sabai-directory-title.active:before {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sabai-directory-title.active + .sabai-directory-info {
  height: inherit !important;
}
.sabai-directory-title.active + .sabai-directory-info > div {
  opacity: 1 !important;
}
.sabai-directory-title.active + .sabai-directory-info > div:first-child {
  color: #568CC9;
}
.find-deal .sabai-entity .sabai-directory-info {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.find-deal .sabai-entity .sabai-directory-info > div {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  color: #568CC9;
  position: relative;
  margin-top: 0px;
  opacity: 0;
}
.find-deal .sabai-entity .sabai-directory-info > div:first-child {
  opacity: 1;
  margin-top: 10px;
  padding-left: 30px;
  color: #3E3E3E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.find-deal .sabai-entity .sabai-directory-info > div i {
  width: 30px;
  font-size: 21px;
  color: #568CC9;
}
.find-deal .sabai-entity .sabai-directory-info > div i.fa-mobile {
  font-size: 23px;
}
.find-deal .sabai-entity .sabai-directory-info > div i.fa-fax,
.find-deal .sabai-entity .sabai-directory-info > div i.fa-envelope {
  font-size: 18px;
}
.find-deal .sabai-entity .sabai-directory-info .sabai-directory-distance {
  padding-left: 30px;
}
sabai-directory-contact {
  padding: 0;
}
.sabai-directory-listings-container > .sabai-navigation {
  border: none !important;
}
.sabai-googlemaps-directions-search,
#sabai-inline-nav,
.sabai-navigation {
  display: none;
}
.sabai-directory-contact > div {
  margin: 7px 0 0;
}
.sabai-directory-listings-with-map .sabai-directory-search-submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px !important;
}
.sabai-directory-listings-with-map .sabai-directory-search-submit .sabai-btn {
  -webkit-appearance: none;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #BEBEBE !important;
  outline: 0 !important;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px !important;
}
.sabai-directory-search .sabai-search input,
.sabai-directory-search .sabai-search select {
  height: 40px !important;
  margin: 0 !important;
  color: #000;
  padding-left: 40px !important;
}
.find-deal {
  position: relative;
}
.sabai-search .sabai-row > div {
  width: 100%;
}
.sabai-directory-location i {
  display: none;
}
.sabai-directory-location {
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  background: url(../img/map_dealer.svg) left no-repeat;
  background-size: 21px !important;
  color: #3E3E3E;
}
.sabai-search .sabai-row > div {
  margin: 0;
}
.sabai-directory-location i {
  font-size: 24px;
}
.sabai-tab-content,
.sabai-directory-title {
  margin: 0 !important;
}
.sabai-directory-search-location input {
  border: 1px solid rgba(106, 106, 106, 0.3) !important;
  width: 100%;
  font-weight: normal;
  line-height: normal;
  border-radius: 5px;
  font-family: 'Montserrat';
  margin-top: 5px;
  font-size: 14px;
  padding: 10px 10px 10px 35px !important;
}
.dealer_body p:last-child a,
.dealer_body .btn {
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #31BF66;
  padding: 11px 20px;
  border-radius: 25px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dealer_body p:last-child a:hover,
.dealer_body .btn:hover,
.dealer_body p:last-child a:focus,
.dealer_body .btn:focus,
.dealer_body p:last-child a:active,
.dealer_body .btn:active {
  opacity: 0.5;
}
.sabai .single-post .contact-info {
  margin-left: -5px;
}
.sabai .single-post .contact-info a,
.sabai .single-post .contact-info span {
  font-weight: normal;
  font-size: 14px;
  color: #568CC9;
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sabai .single-post .contact-info h4 {
  margin-left: 5px;
}
.sabai .single-post .contact-info > div {
  margin-bottom: 10px;
}
.sabai .single-post .contact-info > div i {
  width: 30px;
  font-size: 21px;
  color: #568CC9;
}
.sabai .single-post .contact-info > div i.fa-mobile {
  font-size: 23px;
}
.sabai .single-post .contact-info > div i.fa-fax,
.sabai .single-post .contact-info > div i.fa-envelope {
  font-size: 18px;
}
.item-tab-s .assets_items .canva-card__iframe-wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 23px;
}
.item-tab-s .assets_items .canva-card__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.item-tab-s .assets_items h3 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.row_gap30 {
  row-gap: 30px;
}
.mar_t80 {
  margin-top: 40px;
}
.mar_t50 {
  margin-top: 50px;
}
.item-list_d {
  padding: 24px;
  border-radius: 24px;
  background: #FFF;
  height: 100%;
  box-shadow: 0 4px 30px 0 rgba(27, 46, 90, 0.1);
  color: #1B2E5A;
  font-size: 16px;
}
.item-list_d .icon {
  height: 95px;
  margin-bottom: 27px;
}
.item-list_d .icon img {
  max-height: 95px;
}
.bg-light-blue {
  background: linear-gradient(0deg, rgba(86, 140, 201, 0.05) 0%, rgba(86, 140, 201, 0.05) 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}
.main-section.bg-light-grey4 {
  position: relative;
  z-index: 2;
}
.image-blocks.width_full .row {
  margin-top: 0;
}
.image-blocks.width_full .text {
  padding-left: 15px;
}
.wrap-tab-s.title26 h3 {
  font-size: 26px;
}
.study-slider .slick-arrow {
  box-shadow: 0 4px 30px rgba(27, 46, 90, 0.1);
}
.table-range-wrap.range_table_slider {
  position: relative;
}
.table-range-wrap.range_table_slider:after,
.table-range-wrap.range_table_slider:before {
  content: '';
  position: absolute;
  left: 100%;
  height: 100%;
  top: 0;
  display: block;
  background-color: #ffffff;
  z-index: 4;
  width: 500px;
}
.table-range-wrap.range_table_slider tr:first-child {
  position: relative;
  z-index: 3;
}
.table-range-wrap.range_table_slider:before {
  left: auto;
  right: 100%;
}
.table-range-wrap.range_table_slider .sl-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  top: 49px;
  margin-left: 55px;
  border-radius: 50%;
  -webkit-appearance: none;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
  z-index: 6;
  left: 100%;
  box-shadow: 0 4px 30px rgba(27, 46, 90, 0.1);
}
.table-range-wrap.range_table_slider .sl-arrow.disable {
  pointer-events: none;
  opacity: 0.7;
}
.table-range-wrap.range_table_slider .sl-arrow:before {
  content: "\f112";
  font-weight: bold;
  line-height: 1;
  font-family: "LineAwesome";
  font-size: 18px;
  color: #1B2E5A;
}
.table-range-wrap.range_table_slider .sl-arrow.btn-prev {
  left: 129px;
  margin-left: 0;
}
.table-range-wrap.range_table_slider .sl-arrow.btn-prev:before {
  content: "\f111";
}
.table-range-wrap.range_table_slider .td-active1 {
  white-space: nowrap;
}
.table-range-wrap.range_table_slider .td-active1 tr {
  display: flex;
}
.table-range-wrap.range_table_slider .td-active1 td,
.table-range-wrap.range_table_slider .td-active1 th {
  width: 183px;
  height: auto;
  min-height: 70px;
  white-space: normal;
  transition: 0.5s ease;
}
.table-range-wrap.range_table_slider .td-active1 td:first-child,
.table-range-wrap.range_table_slider .td-active1 th:first-child {
  position: relative;
  z-index: 2;
  width: 235px;
  border-radius: 0;
  background-color: #fff;
}
.table-range-wrap.range_table_slider .td-active1 tr:nth-child(odd) td {
  background-color: #f6f9fc;
}
.show-table + .main-section {
  z-index: 3;
}
.download-list.list_has_more {
  border-bottom: 1px solid #DFDFDF;
}
.download-list.list_has_more li:last-child {
  border-bottom: none;
}
.btn.see-more_list {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #31BF66;
  color: #31BF66;
  padding-right: 48px;
}
.btn.see-more_list .la-plus {
  font-size: 16px;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -8px;
  font-weight: bold;
}
.btn.see-more_list.active {
  display: none;
}
.btn.see-more_list.active .la-plus:before {
  content: "\f28e";
}
.mar_b20 {
  margin-bottom: 20px;
}
.hero_quote {
  background: radial-gradient(67.93% 67.95% at 48.21% 32.08%, #FFF 0%, #C8DBF8 100%);
}
.hero_quote img {
  width: 100%;
}
.hero_quote .vis_mob {
  display: none;
}
.get_quote-content {
  text-align: center;
  margin-top: -8%;
}
.get_quote-content h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  color: #1B2E5A;
  margin-bottom: 25px;
}
.get_quote-content h1 span {
  position: relative;
}
.get_quote-content h1 span:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9px;
  content: '';
  display: block;
  background-image: url("../img/Vector_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.get_quote-content > .container > .row {
  justify-content: center;
}
.get_quote-content .contact-form .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 100px;
  background-color: #568CC9;
}
.get_quote-content .contact-form br {
  display: none;
}
.get_quote-content .contact-form .wpcf7 form .wpcf7-response-output {
  text-align: center;
}
.contact-form p {
  margin-bottom: 0;
}
.mob_m_btn {
  padding-top: 60px;
}
.mob_m_btn .btn {
  width: 100%;
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .mob_m_btn {
    display: none;
  }
  .main-section.pad120 {
    padding: 120px 0;
  }
  .main-section h2.mar_b50 {
    margin-bottom: 50px;
  }
  .mar_t80 {
    margin-top: 80px;
  }
  .assets_items .col-sm-6 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .sabai-directory-listings-with-map-listings {
    padding: 0 11% 50px 0 !important;
  }
  .sabai-directory-listings-with-map .sabai-directory-listings-with-map-map {
    position: absolute;
    right: 0px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .assets_items .col-sm-6 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .admin-bar .main-header {
    top: 32px;
  }
}
@media (max-width: 1387px) {
  .table-range-wrap.range_table_slider .sl-arrow {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .table-range-wrap.range_table_slider .sl-arrow {
    display: none;
  }
  .table-range-wrap.range_table_slider:before,
  .table-range-wrap.range_table_slider:after {
    display: none;
  }
  .table-range-wrap.range_table_slider .td-active1 {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .search-list_item {
    flex-direction: column;
  }
  .search-list .image {
    padding: 0 0 20px;
  }
  .search-list_txt {
    order: 2;
  }
  .get_quote-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 570px) {
  .get_quote-content {
    margin-top: 0;
  }
  .hero_quote .vis_desc {
    display: none;
  }
  .hero_quote .vis_mob {
    display: inline;
  }
}
.wrap-posts .item-sl .text h3 > a {
  color: #1B2E5A;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wrap-posts .item-sl .text h3 > a:hover,
.wrap-posts .item-sl .text h3 > a:active,
.wrap-posts .item-sl .text h3 > a:focus {
  opacity: 0.5;
}
.label.subt {
  padding: 0;
}
/*# sourceMappingURL=new-portal-style.css.map */