/* Styles */
@media print {
  .no-print {
    display: none;
  }
}
.rs {
  font: 14px/25px "Open Sans", sans-serif;
}
.rs ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.rs img {
  max-width: 100%;
}
.rs a {
  color: inherit;
}
.rs a:hover,
.rs a:focus {
  color: inherit;
  text-decoration: none;
}
.rs .sund-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.rs .sund-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.rs [class*=sund-col] {
  padding: 0 10px;
}

.hamburger {
  display: block;
  background-color: transparent;
  transition: background 0.2s;
  margin: 0 auto;
  z-index: 1000;
  border: 0;
  padding: 6px 5px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  left: 18px;
  top: 18px;
}
.hamburger .responsive-menu-box {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  position: relative;
  cursor: pointer;
  bottom: 2px;
}
.hamburger .responsive-menu-box .responsive-menu-inner,
.hamburger .responsive-menu-box .responsive-menu-inner::before,
.hamburger .responsive-menu-box .responsive-menu-inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #999;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .responsive-menu-box .responsive-menu-inner {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger .responsive-menu-box .responsive-menu-inner::before {
  top: -8px;
}
.hamburger .responsive-menu-box .responsive-menu-inner::after {
  bottom: -8px;
}
.hamburger.active .responsive-menu-box .responsive-menu-inner {
  background-color: #ddd;
  transform: rotate(45deg);
}
.hamburger.active .responsive-menu-box .responsive-menu-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger.active .responsive-menu-box .responsive-menu-inner::after {
  background-color: #ddd;
  bottom: 0;
  transform: rotate(-90deg);
}

.sund-mobile,
.tel__mobile {
  display: none;
}

header.biggmoversinc-header {
  background-color: #fff;
}
header.biggmoversinc-header .header-top {
  background-color: #5ab8e0;
  padding: 5px 0;
}
header.biggmoversinc-header .header-top .header-top-inner {
  display: flex;
  justify-content: flex-end;
}
header.biggmoversinc-header .header-top .header-top-inner a {
  font-size: 12px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
header.biggmoversinc-header .header-top .header-top-inner a:hover, header.biggmoversinc-header .header-top .header-top-inner a:focus {
  opacity: 0.5;
  color: #000;
}
header.biggmoversinc-header .header-top .header-top-inner .header-top-socials {
  padding: 0 20px;
  margin: 0 20px;
  display: flex;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header.biggmoversinc-header .header-top .header-top-inner .header-top-socials svg {
  width: 12px;
}
header.biggmoversinc-header .header-top .header-top-inner .header-top-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  padding: 0 5px;
}
header.biggmoversinc-header .header-top .header-top-inner .header-top-socials a:hover, header.biggmoversinc-header .header-top .header-top-inner .header-top-socials a:focus {
  fill: #000;
}
header.biggmoversinc-header .header-top .header-top-inner .header-top-socials .social_tiktok img {
  height: 12px;
  filter: invert(1);
  transition: all 0.3s ease;
}
header.biggmoversinc-header .header-top .header-top-inner .header-top-socials .social_tiktok:hover img, header.biggmoversinc-header .header-top .header-top-inner .header-top-socials .social_tiktok:focus img {
  filter: invert(0);
}
header.biggmoversinc-header .header-main .header-main-inner {
  position: relative;
}
header.biggmoversinc-header .header-main .header-main-inner .header-logo {
  width: 200px;
  background-color: #fff;
  border: 5px solid #e8e8e8;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
header.biggmoversinc-header .header-main .header-main-inner .header-logo img {
  padding: 5px;
  vertical-align: middle;
}
header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts {
  color: #000;
  padding: 20px 0;
  display: flex;
  margin-right: 0;
  margin-left: auto;
  max-width: calc(100% - 200px);
  justify-content: flex-end;
}
header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-pdf a {
  color: #d70403;
  transition: all 0.4s ease-in-out;
}
header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-pdf a:hover, header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-pdf a:focus {
  opacity: 0.7;
}
header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-contacts-call {
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-contacts-call a {
  transition: all 0.4s ease-in-out;
  color: #000;
}
header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-contacts-call a:hover, header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts .header-main-contacts-call a:focus {
  opacity: 0.7;
}
header.biggmoversinc-header nav.header-nav {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
header.biggmoversinc-header nav.header-nav .main-nav {
  padding-left: 200px;
  display: flex;
}
header.biggmoversinc-header nav.header-nav .main-nav li {
  transition: all 0.3s ease;
  width: 100%;
}
header.biggmoversinc-header nav.header-nav .main-nav li:hover, header.biggmoversinc-header nav.header-nav .main-nav li:focus {
  background-color: #5ab8e0;
}
header.biggmoversinc-header nav.header-nav .main-nav li a {
  display: inline-block;
  padding: 13px 15px;
  color: #000;
  transition: all 0.3s ease;
  font-size: 16px;
}
header.biggmoversinc-header nav.header-nav .main-nav > li {
  position: relative;
}
header.biggmoversinc-header nav.header-nav .main-nav > li > a {
  text-align: center;
  width: 100%;
  border: 1px solid #e8e8e8;
}
header.biggmoversinc-header nav.header-nav .main-nav > li > a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 12px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-weight: 900;
  transition: transform 0.3s ease;
}
header.biggmoversinc-header nav.header-nav .main-nav > li:hover, header.biggmoversinc-header nav.header-nav .main-nav > li:focus {
  background-color: #5ab8e0;
}
header.biggmoversinc-header nav.header-nav .main-nav > li:hover > a, header.biggmoversinc-header nav.header-nav .main-nav > li:focus > a {
  color: #fff;
}
header.biggmoversinc-header nav.header-nav .main-nav > li:hover > a i, header.biggmoversinc-header nav.header-nav .main-nav > li:focus > a i {
  transform: rotate(180deg);
}
header.biggmoversinc-header nav.header-nav .main-nav > li:hover .sub-nav, header.biggmoversinc-header nav.header-nav .main-nav > li:focus .sub-nav {
  opacity: 1;
  visibility: visible;
}
header.biggmoversinc-header nav.header-nav .main-nav .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 250px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding-top: 15px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
header.biggmoversinc-header nav.header-nav .main-nav .sub-nav li a {
  width: 100%;
  color: #535353;
  padding: 10px;
}
header.biggmoversinc-header nav.header-nav .main-nav .sub-nav li a:hover, header.biggmoversinc-header nav.header-nav .main-nav .sub-nav li a:focus {
  color: #fff;
}

footer.biggmoversinc-footer {
  background-color: #fff;
}
footer.biggmoversinc-footer a {
  transition: all 0.3s ease-in-out;
}
footer.biggmoversinc-footer .footer-top {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
footer.biggmoversinc-footer .footer-top .footer-top-col {
  padding: 30px 10px;
  text-align: center;
  width: 33.3333333333%;
}
footer.biggmoversinc-footer .footer-top .footer-top-col:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}
footer.biggmoversinc-footer .footer-top .footer-top-col:nth-child(2) {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
footer.biggmoversinc-footer .footer-top .footer-top-col:nth-child(3) {
  border-right: 1px solid #e8e8e8;
}
footer.biggmoversinc-footer .footer-top .footer-top-col .footer-top-icon {
  margin-bottom: 27px;
}
footer.biggmoversinc-footer .footer-top .footer-top-col .footer-top__info {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
footer.biggmoversinc-footer .footer-top .footer-top-col a:hover, footer.biggmoversinc-footer .footer-top .footer-top-col a:focus {
  color: #5ab8e0;
}
footer.biggmoversinc-footer .footer-top .footer-top-col .footer-col-desc {
  font-size: 12px;
  line-height: 20px;
  color: #161515;
}
footer.biggmoversinc-footer .footer-main {
  padding-bottom: 50px;
}
footer.biggmoversinc-footer .footer-main .sund-col {
  width: 25%;
}
footer.biggmoversinc-footer .footer-main .sund-col:first-child {
  width: 50%;
  margin-left: 25%;
}
footer.biggmoversinc-footer .footer-main .footer-main-center {
  text-align: center;
}
footer.biggmoversinc-footer .footer-main .footer__logo {
  width: 200px;
  padding: 30px 0 20px;
  margin: 0 auto;
}
footer.biggmoversinc-footer .footer-main .footer__logo img {
  vertical-align: middle;
}
footer.biggmoversinc-footer .footer-main .footer-main__license {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 17px 25px;
  background-color: #f6f6f6;
}
footer.biggmoversinc-footer .footer-main .footer-main__license .license__item {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
footer.biggmoversinc-footer .footer-main .footer-socials {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
footer.biggmoversinc-footer .footer-main .footer-socials a + a {
  margin-left: 15px;
}
footer.biggmoversinc-footer .footer-main .footer-socials a {
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #5ab8e0;
  color: #fff;
  fill: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.biggmoversinc-footer .footer-main .footer-socials a svg {
  height: 18px;
}
footer.biggmoversinc-footer .footer-main .footer-socials a:hover, footer.biggmoversinc-footer .footer-main .footer-socials a:focus {
  background-color: #d70403;
}
footer.biggmoversinc-footer .footer-main .footer-socials .social_tiktok img {
  height: 18px;
  filter: invert(1);
}
footer.biggmoversinc-footer .footer-bottom {
  background-color: #f6f6f6;
  padding: 19px 0;
  font-size: 12px;
  line-height: 12px;
  color: #404040;
}
footer.biggmoversinc-footer .footer-bottom .sund-row {
  justify-content: space-between;
}
footer.biggmoversinc-footer .footer-bottom ul {
  display: flex;
  justify-content: flex-end;
}
footer.biggmoversinc-footer .footer-bottom ul li {
  padding: 0 20px;
  position: relative;
}
footer.biggmoversinc-footer .footer-bottom ul li:first-child {
  padding-left: 0;
}
footer.biggmoversinc-footer .footer-bottom ul li:last-child {
  padding-right: 0;
}
footer.biggmoversinc-footer .footer-bottom ul li a {
  color: #404040;
}
footer.biggmoversinc-footer .footer-bottom ul li a:hover, footer.biggmoversinc-footer .footer-bottom ul li a:focus {
  color: #d70403;
}
footer.biggmoversinc-footer .footer-bottom ul li:not(:last-child)::after {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #404040;
  position: absolute;
  transform: translateY(-50%) rotate(-60deg);
  right: -10px;
  top: 50%;
}
footer.biggmoversinc-footer .footer-elromco {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  padding: 25px 0;
}
footer.biggmoversinc-footer .footer-elromco .el_powered {
  font-weight: 700;
  color: #000;
  display: inline-block;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  footer.biggmoversinc-footer .footer-main .sund-col {
    width: 35%;
  }
  footer.biggmoversinc-footer .footer-main .sund-col:first-child {
    margin-left: 0;
    width: 65%;
  }
}
@media (max-width: 991px) {
  header.biggmoversinc-header .header-top,
  header.biggmoversinc-header nav.header-nav,
  header.biggmoversinc-header .header-main-pdf,
  header.biggmoversinc-header .header-main .header-main-inner .header-main-contacts {
    display: none;
  }
  header.biggmoversinc-header .header-main {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  }
  header.biggmoversinc-header .header-main .header-main-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header.biggmoversinc-header .header-main .header-main-inner .header-logo {
    position: static;
    width: 81px;
    background-color: unset;
    border: 0;
    margin-top: 8px;
  }
  header.biggmoversinc-header .header-main .header-main-inner .header-logo img {
    padding: 0;
  }
  header.biggmoversinc-header .header-main .header-main-inner .tel__mobile {
    display: block;
    color: #d70403;
    padding: 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }
  header.biggmoversinc-header .sund-mobile {
    display: block;
  }
  header.biggmoversinc-header .sund-mobile .sund-overlay {
    position: fixed;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.5s ease, top 0s ease 0.5s;
  }
  header.biggmoversinc-header .sund-mobile .sund-overlay.sund-overlay__color {
    background-color: #181E23;
    z-index: 998;
  }
  header.biggmoversinc-header .sund-mobile .sund-overlay.sund-overlay__image {
    background: url(/account/app/layout/company/img/hero-image-1.jpg) center/cover, no-repeat;
    z-index: 999;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav {
    padding: 100px 25px 75px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 999;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all 0.3s ease-in-out 0s;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav li {
    text-align: center;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav li a {
    font: 14px/25px "Montserrat", sans-serif;
    display: inline-block;
    padding: 11px 0;
    color: #878C91;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav > div {
    position: relative;
    display: inline-block;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav > div i {
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 25px;
    border-left: 1px solid #4A4D50;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav > div i::before, header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav > div i::after {
    position: absolute;
    content: "";
    display: block;
    top: 11px;
    width: 9px;
    height: 2px;
    background-color: #ADADAC;
    transition: all 0.35s ease;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav > div i::before {
    left: 14px;
    transform: rotate(45deg);
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav > div i::after {
    left: 20px;
    transform: rotate(-45deg);
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav.sub-active > .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    height: auto;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav.sub-active > div i::before {
    transform: rotate(-45deg);
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .has-sub-nav.sub-active > div i::after {
    transform: rotate(45deg);
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .sub-nav {
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: 999;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all 0.3s ease-in-out 0s;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .sub-nav li a {
    padding: 11px 15px;
    background-color: #5ab8e0;
    color: #fff;
    transition: all 0.2s ease;
  }
  header.biggmoversinc-header .sund-mobile .mobile-nav .sub-nav li a:hover, header.biggmoversinc-header .sund-mobile .mobile-nav .sub-nav li a:focus {
    opacity: 0.7;
  }
  header.biggmoversinc-header .sund-mobile.active .sund-overlay {
    top: 0;
    opacity: 1;
    transition: opacity 0.5s ease, top 0s ease 0s;
  }
  header.biggmoversinc-header .sund-mobile.active .sund-overlay.sund-overlay__image {
    opacity: 0.1;
  }
  header.biggmoversinc-header .sund-mobile.active .mobile-nav {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
  }
}
@media (max-width: 767px) {
  footer.biggmoversinc-footer .footer-top {
    border: 0;
  }
  footer.biggmoversinc-footer .footer-top .footer-top-col {
    width: 100%;
    border: 1px solid #e8e8e8;
  }
  footer.biggmoversinc-footer .footer-main .sund-col {
    width: 100%;
  }
  footer.biggmoversinc-footer .footer-main .sund-col:first-child {
    width: 100%;
  }
  footer.biggmoversinc-footer .footer-main .footer-socials {
    justify-content: center;
    margin-top: 0;
  }
  footer.biggmoversinc-footer .footer-bottom .sund-row {
    flex-direction: column;
    align-items: center;
  }
}
/* /Responsive Styles */