/*@import url(https://wwwgoborntomovecomc2b18.zapwp.com/m:0/a:https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);*/

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
	.container-ark {
        max-width: 1240px !important;
    }
}

body {
    padding-top: 80px;
    font-family: Roboto, sans-serif !important;
}

body p {
    color: #000;
}

.alignleft {
    float: left;
    padding: 20px;
}

.alignright {
    float: right;
    padding: 20px;
}

.header {
    padding: 10px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55;
}

.admin-bar .header {
    top: 32px;
}

.header-logo {
    max-width: 200px !important;
}

.header-account i {
    color: #ff515e;
    font-size: 26px;
}

.header-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
}

.header-mobile-buttons {
    display: none;

}

.button {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 17px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s !important;
    border: 2px solid transparent;
    font-family: Roboto, sans-serif;
    border-radius: 0;
    text-decoration: none;
}

.button.btn-fullred {
    background-color: #d13748;
    color: #fff;
}

.btn-category-red {
    margin-top: 30px;
}

.button.btn-fullred:hover {
    background-color: #fff;
    color: #d13748;
    border-color: #d13748;
}

.button.btn-noborder-header {
    background: #fff;
    font-size: 20px;
    color: #d13748;
}

.button.btn-noborder-header:hover {
    background: #d13748;
    color: #fff;
}

.button.btn-transparent {
    border: 2px solid #d13748;
    background-color: #fff;
    color: #d13748;
    font-size: 13px;
}

.button.btn-transparent:hover {
    color: #fff;
    background-color: #d13748;
}

.page-template-get-a-quote-new .crm-form-sect {
    background: url('https://wwwgoborntomovecomc2b18.zapwp.com/m:0/a:https://www.goborntomove.com/wp-content/uploads/2023/08/1-1-min.webp');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 10vh 0;
}

.page-template-get-a-quote-new #crm-form {
    background: #fff;
}

.navbar .navbar-nav {
    gap: 40px;
}

.navbar .navbar-nav .nav-link {
    font-family: Roboto, sans-serif;
    transition: 0.3s;
    position: relative;
    padding: 0 !important;
}

.navbar .navbar-nav .nav-link:before {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    left: 3px;
    transition: 0.3s;
}

.navbar .navbar-nav .nav-link.active {
    color: #777;
}

.navbar .navbar-nav li .nav-link:hover {
    color: #ff515e;
}

.navbar .navbar-nav li:hover .nav-link:before {
    background-color: #ff515e;
    opacity: 1;
}

.navbar .navbar-nav .sub-menu .nav-link:before,
.navbar .navbar-nav .sub-menu li a:before {
    display: none !important;
    content: unset;
}

.section-header-background {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-header-background.section-header-background-long {
    min-height: 45vh;
}

.section-header-background.section-header-background-long .rate {
    margin: 0 auto;
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
}

.section-header-background.section-header-background-long .rate .h4 {
    text-align: left;
}

.section-header-background.section-header-background-long .container {
    position: relative;
}

.header-background-wrapper {
    position: relative;
    z-index: 2;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-top-color: #ff515e !important;
    border-radius: 0 !important;
}

.header .breadcrumbs {
    display: none;
}

.breadcrumbs-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.breadcrumbs-divider {
    margin: 0 15px;
    color: #fff;
    font-size: 18px;
}

.breadcrumbs-wrapper a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

.breadcrumbs-wrapper a:hover {
    color: #ff515e;
}

#breadcrumbs {
    color: #fff;
}

#breadcrumbs a {
    margin: 0 7px;
    text-transform: capitalize;
}

#breadcrumbs span {
    text-transform: capitalize;
}

.breadcrumb_last {
    margin-left: 7px;
    font-weight: 900;

}

.rate {
    color: #fff;
    text-align: center;
}

.rate .h4 {
    font-size: 20px;
}

.rate-inner {
    display: flex;
    align-items: center;
}

.rate-inner p {
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #fff;
}

.rate-stars i {
    color: #ff515e;
}

.rate {
    position: absolute;
    top: 10px;
    right: 10px;
    width: max-content;
    z-index: 1;
}

.rate.rate-left-bottom {
    top: unset;
    right: 0;
    bottom: 10vh;
    left: 20px;
}

.header-lower {
    padding: 50px 0;
    background: #e3e3e3;
}

.header-lower .h4 {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 34px;
}

.header-lower p {
    margin: 0;
    color: #777;
}

.section-features-default {
    padding: 30px 0;
}

.features-default-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.features-default-item {
    border-radius: 12px;
    border: 1px solid #000;
    padding: 10px;
}

.features-default-icon {
    margin-bottom: 10px;
}

.features-default-icon i {
    font-size: 60px;
    color: #ff515e;
}

.features-default-title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    margin: 10px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.section-cont {
    padding: 50px 0 0;
}

.cont-left {
    margin: 20px 90px 20px 0;
}

.cont-left p {
    font-family: Roboto, sans-serif;
}

.cont-right-slider {
    margin-top: 50px;
    text-align: center;
}

.cont-right-slider p {
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.cont-right-circle img {
    max-width: 250px;
    border-radius: 100%;
}

.cont-slider-item img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.cont-slider-wrapper {
    max-width: 400px;
}

.cont-slider-wrapper .slick-prev {
    left: 10px;
    right: unset;
    top: 50%;
}

.cont-slider-wrapper .slick-next {
    left: unset;
    right: 10px;
    top: 50%;
}

.cont-lower {
    margin: 40px 0;
}

.cont-lower-title {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
}

.cont-lower-text {
    color: #787878;
    font-size: 16px;
    margin-bottom: 0;
}

.cont-lower-list {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    display: flex;
    max-height: 150px;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.cont-lower-list li {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    padding-left: 35px;
    min-width: 180px;
}

.cont-lower-list li:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 700;
    left: 3px;
    padding-right: 20px;
    position: absolute;
    color: #ff515e;
}

.cont-lower-list i {
    color: #ff515e;
    margin-right: 5px;
}

.section-get-quote {
    padding: 40px 0;
}

.reviews__slide-box .section-content-block {
    color: #787878;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.get-quote-wrapper {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ff515e;
}

.get-quote-left {
    display: flex;
    align-items: center;
}

.get-quote-left span i {
    font-size: 50px;
    color: #ff515e;
    margin-right: 30px;
}

.get-quote-left-content-title {
    text-transform: uppercase;
    font-size: 24px;
}

.get-quote-left-content-text {
    color: #000;
}

.get-quote-right .button {
    min-width: 220px;
}




.logo-slider {
    overflow: hidden;
}

.logo-slider-slide {
    width: 250px;
    height: 100px;
}

.logos-wrapper {
    display: flex;
    width: 100%;
    animation: logo-anim 30s linear infinite;
}

@keyframes logo-anim {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.reviews__wrapper .slick-prev {
    left: -40px;
    right: unset;
    top: 50%;
}

.reviews__wrapper .slick-next {
    left: unset;
    right: -15px;
    top: 50%;
}

.section-map {
    padding: 50px 0;
}

.section-map iframe {
    width: 100%;
    height: 400px;
}

.section-map .contacts-inner-title {
    font-size: 34px;
    margin-bottom: 35px;
    font-weight: 900;
}

.section-map .contacts-inner-info-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;

}

.section-map .contacts-inner-address p {
    color: #111;
    font-size: 16px;
    line-height: 24px;
}

.section-map .contacts-inner-info-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #111;
}

.section-map .contacts-inner-info-text a {
    color: #ff515e;
}

.section-map .contacts-inner-info-text span {
    margin-right: 10px;
}

.section-map .contacts-inner-info-text span i {
    font-size: 18px;
    color: #111;
}

.section-save-ares {
    margin-bottom: 80px;
}

.section-save-ares:last-of-type {
    margin-bottom: 0;
}

.section-save-ares .save-areas-header {
    padding: 10px 0 10px;
}

.section-save-ares .save-areas-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-save-ares .save-areas-subtitle {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-save-ares .save-areas-list {
    list-style: none;
    padding: 0;
}

.section-save-ares .save-areas-list li a {
    text-decoration: none;
    color: #ff515e;
    font-size: 20px;
}

.section-save-ares .save-areas-list-title {
    color: #ff515e;
    font-weight: 900;
    font-size: 24px;
}

.get-quote-fullred {
    background-color: #ff515e;
    padding: 10px 0;
}

.get-quote-fullred .get-quote-left-content-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}

.get-quote-fullred .get-quote-left-content-text {
    color: #fff;
}

.get-quote-fullred .btn-fullred {
    background-color: #363636;
    color: #fff;
}

.features-custom-item {
    border: 0;
    display: flex;
    align-items: center;
}

.features-custom-item i {
    font-size: 80px;
}

.features-custom-content {
    margin-left: 40px;
}

.features-custom-content .features-default-title {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1;
    color: #787878;
}

.features-custom-content .features-default-text {
    font-size: 22px;
    line-height: 28px;
    color: #787878;
}

.index-services_card a {
    text-decoration: none;
}

.section-features-blocks {
    padding: 0 0 30px;
}

.section-features-blocks .features-blocks-item {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.section-features-blocks .features-blocks-item-title {
    color: #fff;
    border-radius: 12px;
    padding: 12px 30px 25px;
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    background-color: #ea6979;
}

.section-features-blocks .features-blocks-item-text {
    border-radius: 12px;
    padding: 12px 20px 25px;
    margin-bottom: 15px;
    border: 1px solid #ff515e;
}

.section-features-blocks .features-blocks-item-p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

.section-features-blocks .features-blocks-item-list {
    list-style: none;
    padding: 0;
}

.section-features-blocks .features-blocks-item-list li {
    color: #787878;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    padding-left: 35px;
}

.section-features-blocks .features-blocks-item-list li:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 700;
    left: 3px;
    padding-right: 20px;
    position: absolute;
    color: #ff515e;
}

.section-features-blocks .features-blocks-item-list li p {
    margin-bottom: 0;
}



.section-content-blocks,
.section-content-block {
    padding: 50px 0 20px;
}

.section-content-blocks ul,
.section-content-block ul {
    list-style: none;
    padding: 0;
}

.section-content-blocks li,
.section-content-block li {
    color: #787878;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    /* font-weight: 500; */
    padding-left: 45px;
}

.section-content-blocks li:before,
.section-content-block li:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    padding-right: 20px;
    position: absolute;
    color: #ff515e;
}

.single-service-before-content-block-list-2-wrapper li::before {
	display: none !important;
}

.content-block-half {
    border: 1px solid #ff515e;
    padding: 20px 45px 30px 20px;
    margin-bottom: 30px;
}

.content-block-half-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.content-block-half-header img {
    max-width: 75px;
}

.content-block-half-title {
    font-size: 24px;
    font-weight: 700;
    margin-left: 30px;
}

.blog-posts {
    padding: 60px 0;
}

.blog-posts-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.blog-posts .blog-post-item {
    margin-bottom: 20px;
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
}

.blog-posts .blog-post-item-image {
    margin-bottom: 15px;
}

.blog-posts .blog-post-item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-posts .blog-post-item-title {
    font-size: 24px;
    margin: 25px 0;
    line-height: 29px;
    color: #ff515e;
}

.blog-posts .blog-post-item-description {
    margin-bottom: 15px;
    max-width: 95%;
    font-size: 15px;
    color: #787878;
    font-weight: 300;
}

.blog-posts .blog-post-item-readmore {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.section-distance {
    padding: 60px 0;
}

.distance-title {
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 800;
    text-align: center;
}

.distance-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.distance-item-img {
    max-width: 100px;
    margin-bottom: 15px;
}

.distance-item-title {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}

.distance-item-list {
    list-style: none;
    padding: 0;
}

.distance-item-list li {
    color: #ff515e;
    font-size: 14px;
}

.section-with-sidebar {
    padding: 50px 0;
}

.section-with-sidebar .content-img {
    float: left;
    padding: 0 40px 10px 0;
}

.section-with-sidebar .content-block-new-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
}

.section-with-sidebar .content-block-new-desc {
    margin-bottom: 25px;
}

.section-with-sidebar .content-gallery-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.section-with-sidebar .content-gallery-wrapper img {
    max-width: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.section-with-sidebar .content-gallery-wrapper img:hover {
    transform: scale(1.05);
}

.section-with-sidebar .content-block-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
}

.section-with-sidebar .content-block-text {
    margin-bottom: 25px;
}

.section-with-sidebar .content-block-features {
    margin: 10px 0 40px;
    padding: 30px 0 5px;
}

.section-with-sidebar .content-block-features-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.section-with-sidebar .content-block-features-item img {
    max-width: 150px;
    max-height: 150px;
}

.section-with-sidebar .content-block-features-item-title {
    font-weight: 900;
    color: #787878;
    font-size: 18px;
}

.red-block {
    margin: 20px 0;
    padding: 30px;
    border: 1px solid #ff515e;
    display: flex;
    align-items: center;
}

.red-block.red-block-full {
    background-color: #ff515e;
}

.red-block.red-block-full .red-block-info-title {
    color: #fff;
}

.red-block.red-block-full .red-block-info-text {
    color: #fff;
}

.red-block img {
    max-width: 166px;
    height: 110px;
    margin-right: 30px;
}

.red-block-info {
    display: flex;
    flex-direction: column;
}

.red-block-info-title {
    font-weight: 900;
    margin-bottom: 5px;
}

.red-block-info-text {
    font-size: 16px;
    color: #000;
    line-height: 21px;
    font-weight: 400;
}

.new-sidebar {
    margin-left: 50px;
}

.new-sidebar-block {
    margin-bottom: 20px;
}

.new-sidebar-title {
    font-weight: 900;
    font-size: 18px;
    padding: 10px 6px;
    border-bottom: 1px solid #eaeaea;
}

.new-sidebar-list {
    list-style: none;
    padding: 0;
}

.new-sidebar-list li {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    background: rgba(0, 0, 0, 0.05);
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    list-style-type: none;
    margin-bottom: 1px;
    padding: 13px 20px;
}

.new-sidebar-list a {
    color: #ff515e;
    text-decoration: none;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 10px 6px;
}

.new-sidebar-list a:hover {
    color: #ff515e;
}

.new-sidebar-get-quote {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #ff515e;
}

.new-sidebar-get-quote-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
}

.new-sidebar-get-quote-text {
    margin-bottom: 20px;
}

.new-sidebar-get-quote-button {
    width: 100%;
    text-align: center;
}

.sidebar-banner-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.sidebar-banner-wrapper img {
    max-width: 100%;
    max-height: 150px;
}

.content-slider-item {
    margin-left: 27px;
}

.content-slider-item img {
    max-width: 100%;
    border-radius: 10px;
    height: 170px;
    object-fit: cover;
}

.content-with-slider .slick-prev {
    left: -10px;
    right: unset;
    top: 50%;
}

.content-with-slider .slick-next {
    left: unset;
    right: -35px;
    top: 50%;
}

.content-block-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
}

.section-moving-process {
    padding: 10px 0 50px;
}

.moving-process-item {
    text-align: center;
}

.moving-process-item-img {
    height: 200px;
    max-width: 100%;
    margin-bottom: 10px;
}

.moving-process-item-title {
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
}

.moving-process-item-text {
    text-align: center;
    margin-bottom: 0;
}

.section-form-block {
    padding: 10px 0 40px;
}

.form-block-new {
    display: flex;
    flex-wrap: nowrap;
}

.form-block-new-half {
    width: 50%;
}

.form-block-new-half img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.form-block-new-half.form-block-new-half-form {
    background-color: #c2c2c2;
    text-align: center;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-block-new-half-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-block-new-half-form input {
    outline: none;
    border: 0;
    background-color: #dddcdc;
    margin: 15px 0;
    font-size: 14px;
    padding: 7px 15px;
    min-width: 300px;
}

.black-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .5);
}

.section-home .black-layout {
    background: rgba(52, 73, 94, .5);
}

.section-home {
    position: relative;
    height: 70vh;
}

.rate-home {
    position: relative;
}

.rate-home .rate-home-title {
    font-size: 36px;
    font-weight: 900;
}

.rate-home .rate-inner {
    flex-direction: column;
}

.rate-home .rate-inner .rate-home-text {
    font-size: 20px;
}

.ark-home {
    overflow: hidden;
    position: relative;
}

.ark-iframe {
    width: 100%;
    height: 125%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*     max-height: 70vh; */
}

.home-content {
    position: relative;
    z-index: 2;
    min-height: 70vh;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.home-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 40px;
}

.home-inner .btn-homepage-get {
    margin-top: 40px;
    font-size: 15px;
}

.section-movings {
    padding: 60px 0 30px;
    margin-bottom: 40px;
    background: linear-gradient(180deg, #2f2f2f 0%, #2f2f2f 50%, #f7f7f7 50%, #f7f7f7 100%);
}

.movings-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.movings-flag img {
    width: 150px;
}

.movings .movings-items-wrapper {
    margin: 50px 0;
}

.movings-item {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 900;
    line-height: 45px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.movings-item:before {
    background-color: rgba(52, 73, 94, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.movings-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.movings-text .h3 {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.movings-text p {
    font-size: 18px;
    color: #fff;
}

.movings-text p span {
    color: #ff515e;
    font-size: 18px;
}

.section-better {
    padding: 80px 0 60px;
}

.better {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-gap: 60px;
}

.better-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #f7f7f7;
    padding: 70px 50px 50px;
    align-items: center;
    justify-content: center;
}

.better-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.better-item img {
    width: 70px;
}

.better-item-text {
    display: flex;
    flex-direction: column;
}

.better-item-digit {
    font-weight: 900;
    font-size: 48px;
}

.better-item-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.better-right {
    display: flex;
    flex-direction: column;
}

.better-list ul li {
    font-weight: 800;
    color: #000;
}

.better-title {
    font-size: 34px;
    font-weight: 900;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.better-description {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.better-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-spec-services {
    padding: 60px 0 80px;
	padding: 30px 0 40px;
    background-image: url("../images/middle.jpg");
    background-repeat: no-repeat;
    background-size: 130%, 100%;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.spec-services {
    position: relative;
    z-index: 2;
}

.spec-services-title {
    font-size: 34px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 900;
}

.spec-services-subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: 640px;
    margin: 0 auto;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px;
	margin-bottom: 150px;
    text-align: center;
}

.spec-services-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.spec-services-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.spec-services-item-icon {
    margin-bottom: 20px;
}

.spec-services-item-icon img {
    max-width: 48px;
}

.spec-services-item-title {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.spec-services-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.home-inner .rate {
    margin: 0 auto;
}

.section-rates {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.rates-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.rates-title {
    font-size: 23px;
    font-weight: 800;
    color: #787878;
    margin-bottom: 20px;
}

.rates-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}

.rates-item {
    border: 2px solid #111;
    border-radius: 6px;
    color: #111;
    display: block;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 300px;
}

.rates-item-title {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.rates-item-price {
    font-size: 15px;
    font-weight: 300;
}

.rates-item-price span {
    font-weight: 900;
    color: #ff515e;
    font-size: 19px;
}

.rates-item:hover {
    border-color: #ff515e;
    color: #23527c;
}

.rates-item:hover .rates-item-title {
    color: #23527c;
}

.section-red-blocks {
    padding: 60px 0 80px;
}

.red-block:nth-child(2n) img {
    order: 2;
    margin-right: 0;
    margin-left: 30px;
}

.section-list-serving-areas {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.list-serving-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}

.list-serving-areas span {
    color: #2f2f2f;
    font-size: 24px;
}

.list-serving-areas a {
    color: #ff515e;
    font-size: 24px;
    font-weight: 500;
}

.list-serving-areas-title {
    font-size: 24px;
    color: #2f2f2f;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}

.save-home-areas ul {
    display: flex;
    gap: 16px 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.get-quote--white .get-quote-title {
    text-align: center;
    font-size: 24px;
    color: #2f2f2f;
    font-weight: 900;
    margin-bottom: 10px;
}

.get-quote--white .get-quote-text {
    text-align: center;
    color: #787878;
    margin-bottom: 25px;
}

.get-quote--white .get-quote-btn {
    display: flex;
    justify-content: center;
}

.footer i {
    font-family: "FontAwesome";
    font-style: normal;
}

.footer a {
    text-decoration: none;
}

.section-contact-map {
    position: relative;
}

.section-contact-map iframe {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    top: 7px;
}

.section-contact-map .contact-map-inner {
    position: absolute;
    top: 7px;
    left: 30vw;
    z-index: 4;
    height: 500px;
    padding: 50px 40px;
    background: #ff515e;
    min-width: 350px;
}

.section-contact-map .contact-map-inner a {
    color: #1f1313;
    text-decoration: none;
}

.section-contact-map .contact-map-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 900;
}

.section-contact-map .contact-map-list {
    margin: 0 0 40px;
    list-style: none;
    padding: 0;
}

.section-contact-map .contact-map-list li {
    font-size: 15px;
    font-style: italic;
}

.section-contact-map .contact-map-list li:not(:last-child) {
    margin-bottom: 20px;
}

.section-contact-map .contact-map-list li span {
    margin-right: 15px;
}

.section-contact-map .contact-map-list-2 li {
    border-top: 1px solid hsla(0deg, 0%, 100%, 0.15);
    padding-top: 10px;
    font-style: normal;
    display: flex;
    justify-content: space-between;
}

.section-contact-map .contact-map-list-2 li span.hours {
    font-weight: 900;
}

.contacts-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 100px 0 70px;
}

.contacts-us-title {
    font-size: 24px;
    color: #2f2f2f;
    margin-bottom: 25px;
    font-weight: 900;
}

.contacts-us-desc {
    color: #787878;
    margin-bottom: 5px;
}

.contacts-us-form {
    display: flex;
    flex-direction: column;
}

.contacts-us-form .input-wrapper {

    flex-direction: column;
    margin-bottom: 15px;
}

.contacts-us-form input,
.contacts-us-form textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contacts-us-form .textarea-wrapper textarea {
    height: 130px;
    width: 100%;
    margin-bottom: 20px;
}

.contacts-us-form button {
    margin-left: auto;
}

.contacts-us-form label {
    margin-bottom: 5px;
    font-size: 18px;
    color: rgba(37, 40, 73, 0.5);
}

.contacts-us-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.contacts-us-list li:not(:last-child) {
    margin-bottom: 10px;
}

.contacts-us-list li p {
    margin-bottom: 0;
}

.contacts-us-list li a {
    color: #d13748;
    text-decoration: none;
}

.contacts-us-list li span {
    margin-right: 30px;
}

.contacts-us-list li span i {
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    color: #d13748;
}

.section-content-full {
    width: 95%;
    margin: 60px auto;
}

.all-long-distances a .h4 {
    color: #d13748;
    font-size: 17px;
}

.all-long-distances .h4 {
    color: #000;
}

.all-long-distances a {
    font-size: 14px;
}

.section-content-block a {
    color: #d13748;
    text-decoration: none;
}

.section-content-block a:hover {
    color: #23527c;
}

.section-content-block a:hover .h4 {
    color: #23527c;
}

.section-content-block .content-title {
    font-size: 34px;
    color: #2f2f2f;
    margin: 25px 0 40px;
    font-weight: 900;
}

.section-content-block .tooltip {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
}

.section-content-block .red {
    fill: #d13748 !important;
    background-color: #d13748 !important;
    color: #d13748 !important;
    opacity: 1;
}

.section-content-block .red2 {
    fill: #FF8089 !important;
    background-color: #FF8089 !important;
    color: #FF8089 !important;
    opacity: 1;
}

.section-content-block .red3 {
    fill: #FFCFD3 !important;
    background-color: #FFCFD3 !important;
    color: #FFCFD3 !important;
    opacity: 1;
}

.section-content-block .content-block-features {
    margin: 20px 0 50px;
}

.section-content-block .h3 {
    margin: 20px 0;
}

.section-content-block table {
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
}

.section-content-block table p {
    margin-bottom: 0;
}

.section-content-block tr th {
    background-color: #fe7175 !important;
    color: #fff !important;
    padding-left: 10px !important;
}

.section-content-block table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.section-content-block td,
.section-content-block th {
    border-left: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    padding: 10px !important;
    color: #000 !important;
    background-color: #fff !important;
}

.navbar-nav li {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.navbar-nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}



.navbar-nav li .sub-menu {
    z-index: 3;
    list-style: none;
    width: max-content;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 25px;
    background-color: #fff;
    padding: 10px 15px;
    border-top: 2px solid #fe7175;
}

.navbar-nav li .sub-menu li {
    padding: 10px 8px;
}

.navbar-nav li .sub-menu a:hover:before {
    content: unset;
}

.navbar-nav .submenu--services .sub-menu {
    z-index: 3;
    list-style: none;
    min-width: 950px;
    display: flex;
    padding: 20px 40px;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 280px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 49px;
    background-color: #fff;
    border-top: 2px solid #fe7175;
}

.widget-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.textwidget {
    font-size: 13px;
    max-width: 240px;
}

.socials-widget a {
    border-radius: 90px;
    display: block;
    color: #fff;
    float: left;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    margin-right: 25px;
    text-align: center;
    transition: .25s;
}

.footer_widget ul {
    list-style: none;
    padding: 0;
}

.footer_widget ul li {
    margin-bottom: 5px;
}

.footer_widget ul a {
    font-size: 13px;
    text-transform: none;
    color: #000;
    font-weight: 700;
}

.page-template-interstate-moving .index-services_cards {
    justify-content: center;
    gap: 10px;
}

.page-template-interstate-moving .index-services_cards .index-services_card {
    width: 32%;
}

.quote-header {
    padding-top: 150px;
}

.quote-header-title {
    font-size: 61px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.quote-header-subtitle {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
}

.quote-header-subtitle span {
    color: #fe7175;
}

.section-quote-main .container {
    max-width: 1440px !important;
}

.quote-stepper {
    align-items: center;
    background: rgba(63, 61, 86, .1);
    display: flex;
    height: 20px;
    justify-content: space-between;
    margin: 20px auto 70px;
    max-width: 320px;
    text-align: center;
    width: 100%;
    border-radius: 14px;
}

.quote-stepper-item {
    background: #c7c7c7;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 11%);
    height: 30px;
    width: 30px;
}

.quote-stepper-title {
    bottom: -30px;
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
    position: relative;
    text-align: center;
    transform: translateX(-38%);
    white-space: nowrap;
}

.quote-stepper-item.active {
    background: #ff515e;
}

.quote-second {
    border: 0.1rem solid #a7a8b5;
    border-radius: 18px;
    height: 100%;
    padding: 19px 20px;
    width: auto;
}

.quote-main-block {
    background: #ff515e;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 18px;
    padding: 20px;
    position: relative;
    min-height: 400px;
    border-radius: 18px;
}

.quote-second-block {
    align-items: start;
    background: rgba(173, 176, 194, .2);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 18px;
    padding: 20px;
    position: relative;
}

.quote-second-block .h3 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0;
}

.quote-second-block .h4 {
    color: #252849;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.08;
    padding-bottom: 0.4rem;
    margin-top: 12px;
    margin-left: 30px;
}

.quote-second-block p {
    color: rgba(37, 40, 73, .5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 30px;
}

.quote-second-block-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 30px;
}

.quote-second-block-image {
    position: absolute;
    right: 15px;
}

.quote-main-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
    margin: auto 0 20px;
}

.quote-main-buttons button,
.quote-main-buttons button:hover,
.quote-main-buttons button:active,
.quote-main-buttons button:focus {
    outline: none;
    border: 0;
}

.btn-quote-clear {
    width: 100%;
    background-color: transparent;
    border: 1px solid #FFF !important;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    color: #fff;
    font-size: 23px;
}

.btn-quote-calculate {
    width: 100%;
    font-size: 23px;
    background-color: #000;
    ;
    border: 1px solid #000;
    justify-content: center;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    color: #fff;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}

.wrap--text {
    margin-bottom: 50px;
    padding: 0 50px;
    text-align: center;
}

.wrap--logobar {
    height: 150px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;

}

.footer {
    overflow: hidden;
}

.list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    margin-left: 0;
}

.list__item {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px;
    text-align: center;
    width: auto;
}

.quote-confirm {
    display: block;
}

.quote-confirm-block {
    border: 1px solid #a7a8b5;
    border-radius: 18px;
    height: 100%;
    padding: 20px 22px;
    width: auto;
}

.quote-confirm-block--red {
    background: #ff515e;
}

.quote-confirm-title {
    background: #000;
    border-radius: 1.8px;
    margin-bottom: 14px;
    padding: 18px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}

.quote-confirm-reward-wrapper {
    background: #fff;
    border-radius: 1.8rem;
    margin-bottom: 10px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.quote-confirm-reward-wrapper img {
    height: 112px;
}

.quote-confirm-rewards {
    display: flex;
    gap: 25px;
}

.quote-confirm-reward-title {
    color: #252849;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.additional-links {
    text-align: center;
}

.additional-divider {
    font-size: 24px;
}

.additional-link {
    font-size: 24px;
    color: #ff515e;
}

.home-inner {
    width: 100%;
}

.parent {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.child {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: .5s;
    width: 100%;
}

.child:before {
    background-color: rgba(52, 73, 94, .5);
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
}

.parent a {
    bottom: 0;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    transition: .7s;
    top: 0;
    text-shadow: 0 1px 3px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 24%);
}

.parent a p {
    opacity: 0;
    color: #fff !important;
}

.parent a:hover p {
    opacity: 1;
}

.parent:focus .child,
.parent:hover .child {
    transform: scale(1.2);
    transition: transform .7s;
}

.section-single-faq {
    background-color: #f7f7f7;
    padding: 30px 0 60px;
    position: relative;
}

.services-page-rating-wrapper {
    display: flex;

    margin: 40px 0 0;
    padding: 20px;
}

.single-services-page-rating-wrapper {
    flex-direction: column;
}

.services-page-rating-wrapper>span {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #000000;
    margin-right: 40px;
}

.services-page-rating-list {
    display: flex;
    align-items: center;
}

.services-page-rating-wrapper a {
    display: flex;
    align-items: center;
    margin-right: 50px;
    text-decoration: none;
}

.services-page-rating-wrapper a img {
    margin-right: 15px;
    max-width: 60px;
    height: auto;
}

.services-page-rating-wrapper a span {
    font-size: 29px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 5px;
}

.services-page-rating-wrapper a p {
    font-size: 15.5px;
    line-height: 20px;
    font-weight: 500;
    white-space: pre;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 0;
}

a.page-numbers {
    color: #ff515e;
    font-size: 18px;
    font-weight: 700;
}

span.page-numbers {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.page-numbers {
    margin: 0 5px;
}

.btn-call {
    bottom: 85px;
    right: 30px;
    position: fixed;
    z-index: 100;
}

.fa-pc {
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    color: green !important;
    display: inline-block;
    font-size: 30px !important;
    padding: 0.5em 0.6em;
}

.form-slogan div {
    display: none;
}

.form-slogan div:not(:last-child) {
    display: block;
}

.index-services_item p {
    margin-bottom: 0;
}

/* .index-services_cards .index-services_card:first-child,
.index-services_cards .index-services_card:nth-child(2) {
    width: 49%;
} */

video {
    height: 92vh;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    vertical-align: baseline;
}

.single-services video,
.tax-service_category video,
.page-template-interstate-moving video,
.single-locations video{
    height: 100%;
}

@media (max-width: 500px) {
    video {
        display: none;
    }
}

.reviews_title {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 900;
    margin-left: 10px;
    line-height: 1.25;
}

.btn-services-locations {
    margin-top: 20px;
}

.title-text {
    font-size: 32px;
    font-weight: 900;
}

.h4 {
    font-size: 24px;
}

.h3 {
    font-size: 30px;
}

.h2 {
    font-size: 36px;
}

.mobile-get-a-quote {
    display: none !important;
    min-height: 80vh;
}

.footer-custom-wrapper ul {
    max-height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer_widget li a:hover {
    color: #ff515e;
}

.snippet-title {
    display: none !important;
}

.snippet-label-img {
    text-align: left !important;
}

#snippet-box {
    padding: 10px !important;
}

/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #a31334;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ff515e;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap img {
    max-width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

ultrasmall-form .sf-calculate-wrapper {
    min-height: 530px !important;
}

ultrasmall-form #request-form .submit_btn {
    background: #ff515e !important;
    box-shadow: none !important;
    padding: 12px 0;
}

ultrasmall-form #request-form .submit_btn p {
    color: #fff !important;
}

ultrasmall-form .er-powered-by-elromco {
    display: none !important;
}

ultrasmall-form .circleHandler {
    display: none !important;
}

.company-slider-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-company-slider {
    padding: 50px 0 75px;
    position: relative;
}

.company-slider-wrapper {
    position: realtive;
}

.company-slider-wrapper a {
    outline: none;
}

.company-slider-wrapper a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.company__arrow {
    position: relative;
    bottom: -25px;
    width: 80px;
    margin: 0 auto;
}

.alm-listing .alm-reveal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.empty-link .h4 {
    color: #787878 !important;
    cursor: default;
}

.section-mobile-sidebar {
    display: none;
}

.section-save-ares .row {
    justify-content: center;
}

.footer_widget_tema {
    margin: 10px 0;
}

.section-ratings {
    padding: 60px 0 60px;
    background: #F7F7F7;
}

.section-ratings .services-page-rating-wrapper {
    margin: 0 0 0 0;
}

.footer-top h3 {
	margin-bottom: 1.5em;
}

.footer-top__subtitle {
    position: relative;
}

.footer-arrow-down {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
}

.footer-top__hidden {
    top: -50px;
    left: 35px;
    opacity: 0;
    position: absolute;
    z-index: -5;
    visibility: hidden;
    padding: 23px 29px;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: 350px;
    width: 100%;
    transition: .3s;
}

.footer-top__hidden.active {
    opacity: 1;
    z-index: 2;
    top: 75px;
    visibility: visible;
}

.footer-top__hidden p {
    font-size: 15px;
    color: rgba(176, 176, 176, 1);
    padding-bottom: 13px;
    border-bottom: 2px solid #353535;
    line-height: 21px;
    margin-bottom: 0;
}

.section-content-block .table-new {
    border-right: none !important;
    margin-bottom: 0;
}

.section-content-block .table-new tr td {
    padding: 12px !important;
    text-align: center;
    border-left: none !important;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-content-block .table-wrapper {
    border: 2px solid #FF515E;
    border-radius: 4px;
    margin-bottom: 40px;
}

.section-content-block .table-wrapper .undertable-text {
    color: #FF515E;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    padding: 20px 30px 20px;
}

.section-content-block .table-new tr th {
    background-color: #FF515E !important;
    text-align: center;
    border-left: none !important;
    border-top: none !important;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-content-block .table-new tr th:nth-child(1) {
    border-radius: 4px 0 0 0;
}

.section-content-block .table-new tr th:last-child() {
    border-radius: 0 0 4px 0;
}

.section-content-block .table-new tr td:nth-child(1) {
    font-weight: 500 !important;
    color: #000 !important;
    text-transform: uppercase;
}

.mobile-items-wrapper {
    display: none;
}

.section-content-block .table-new.table-new-empty tr th:nth-child(1) {
    border-radius: 0;
}

.table-wrapper-empty {
    display: flex;
}

.section-content-block .table-new.table-new-empty {

    width: 50%;
}

.section-content-block .table-new.table-new-empty tr th {
    border: 0;
    height: 30px;
}

.table-new-empty tr:nth-child(2) {
    border-left: 1px solid #eaeaea;
}

.section-steps {
    padding: 60px 0;
}

.steps-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.steps-description {
    color: #333333;
    font-size: 17px;
    line-height: 22px;
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}

.steps-wrapper {
    display: flex;
    align-items: center;
    margin: 70px 0;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    height: 240px;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #e0e0e0 50%, #e0e0e0 100%);
    background-size: 100% 4px;
    background-position: 0 60px;
    background-repeat: no-repeat;

}

.step-circle {
    padding: 35px;
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #787878;
    width: 100%;
    max-width: 130px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 0 5px #fff;
}

.step-title {
    color: #333;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.step-desc {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #333333;
}

.steps-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF515E;
    text-align: center;
    margin: 60px 0;
}

.steps-bottom {
    background-color: #FF515E;
    padding: 40px 0;
    text-align: center;
}

.steps-bottom-phone {
    text-align: center;
    margin-bottom: 15px;
}

.steps-bottom-phone a {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    text-decoration: none;
}

.steps-bottom-text {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 28px;
}

.steps-bottom-btn .btn-fullblack {
    margin: 0 auto;
}

.btn-fullblack {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.btn-fullblack:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.section-get-quote-mobile-only {
    display: none;
}

/* !============================================================== [Refferal Program] ====================================================================== */
.section-referral .header-subtitle {
    color: #fff;
    font-size: 24px;
}

.referral-content {
    padding: 50px 0;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-wrapper__image {
    flex-basis: calc((100% - 60px) /2);
    position: relative;
}

.content-wrapper__image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 15px;
    right: 15px;
    background-color: var(--bs-body-color);
    opacity: 0.7;
    z-index: -1;
    border-radius: 5px;
}

.content-wrapper__image:first-child::after {
    right: 0;
    top: 15px;
    left: 15px;
}

.content-wrapper__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.content-wrapper__info {
    flex-basis: calc((100% - 60px) /2);
}

.content-wrapper:last-child {
    padding-top: 60px;
}

.section-referral li {
    color: #787878;
}

.content-info__list {
    padding-top: 60px;
}

/* !============================================================== [Refferal Form] ====================================================================== */

.referral-form .row>p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.referral-form .row.row-tree>p {
    justify-content: flex-start;
}

.row.row-tree>p input {
    margin-right: 5px;
}

.referral-form>.container>h3 {
    text-align: center;
}

span.form-required {
    color: var(--bs-red);
}

.referral-form label+br {
    margin-left: 10px;
}

.referral-modal__input {
    padding: 10px 20px;
    max-width: 300px;
}

input.referral-modal__input[type=number]::-webkit-inner-spin-button,
input.referral-modal__input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.referral-modal__input[type=number] {
    -moz-appearance: textfield;
    appearance: text;
}

.referral-form__terms {
    max-height: 100px;
    overflow: auto;
    border: 1px solid var(--bs-body-color);
    margin-bottom: 30px;
    padding: 5px;
}

.referral-form .wpcf7-list-item.first.last {
    margin: 0;
}

/* !============================================================== [Refferal Program Mobile] ====================================================================== */
@media (max-width: 991px) {
    .content-wrapper {
        flex-direction: column;
    }

    .content-wrapper__image {
        flex-basis: 100%;
    }

    .content-wrapper__info {
        flex-basis: 100%;
        margin-top: 40px;
    }

    .content-wrapper__image:last-child {
        order: -1;
    }

    .referral-form .row>p {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}



/* !============================================================== [MOBILE] ====================================================================== */

div#request-form .form-group {
    margin-right: 0 !important;
}

div#request-form .form-group search-zip.search-zip-icon {
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .section-mobile-sidebar {
        display: block;
        padding: 0 0 35px;
    }

    .section-mobile-sidebar .new-sidebar {
        display: block;
        margin-left: 0;
    }

    .section-header-background.section-header-background-long {
        min-height: 200px;
        max-height: 240px;
    }

    .section-save-ares .row>* {
        width: 50% !important;
    }

    .section-save-ares .text-center {
        text-align: center !important;
        width: 50%;
        text-align: left !important;
    }

    .admin-bar .header {
        top: 46px;
    }
}

@media (max-width: 1100px) {
    .breadcrumbs-wrapper {
        /*margin-bottom: 55px;*/
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .table-wrapper-empty {
        display: none;
    }

    .steps {
        display: none;
    }

    .section-get-quote-mobile-only {
        display: block;
    }

    .table-wrapper {
        display: none;
    }

    .mobile-item-subsubtitle {
        margin: 15px 0;
    }

    .mobile-items-wrapper {
        display: flex;
        flex-direction: column;
    }

    .mobile-items-wrapper .mobile-item {
        margin-bottom: 40px;
    }

    .mobile-item-img img {
        max-width: 100%;
        width: 100%;
        height: 220px;
        border-radius: 8px 8px 0px 0px;
    }

    .mobile-item {
        box-shadow: 0px 0px 24px 3px rgba(204, 204, 204, .25);
        border-radius: 8px;
        padding-bottom: 40px;
    }

    .mobile-item-img {
        margin-bottom: 30px;
    }

    .mobile-item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-item-list-title {
        text-transform: uppercase;
        color: #FF515E;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        margin: 15px 0 5px;
        font-weight: 600;
    }

    .mobile-item-title {
        text-transform: uppercase;
        font-size: 32px;
        line-height: 38px;
        margin-top: 20px;
        text-align: center;
    }

    .mobile-item-list {
        margin: 10px 0 20px;
        align-self: flex-start;
    }

    .mobile-item-subtitle {
        margin: 30px 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #2F2F2F;
        text-transform: uppercase;
        text-align: center;
    }

    .mobile-item-city {
        margin: 15px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        color: #2F2F2F;
        text-align: center;
    }

    .mobile-item-price {
        color: #FF515E;
        font-size: 40px;
        line-height: 45px;
        text-transform: uppercase;
        margin-bottom: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .section-with-table .mobile-item-price .mobile-item-price-symbol {
        font-size: 28px;
        position: relative;
        top: -10px;
    }

    .section-with-table .mobile-item-price .mobile-item-price-hours {
        font-size: 24px;
        line-height: 28px;
        color: #000;
        text-transform: lowercase;
    }

    .archive .rate {
        display: none !important;
    }

    .desktop-get-a-quote {
        display: none !important;
    }

    .footer-arrow-down {
        right: -10px;
    }

    .footer-top__hidden.active {
        left: 0;
    }

    .section-header-background {
        background-position: center;
    }

    .alm-listing .alm-reveal {

        grid-template-columns: 1fr;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }

    .noindex {
        display: none;
    }

    .section-with-sidebar .content-block-features-item-title {
        font-size: 16px;
    }

    .section-with-sidebar {
        padding: 0 0 50px;
    }

    .section-content-blocks ul,
    .section-content-block ul {
        max-height: 100%;
        max-width: 100%;
    }

    .mobile-get-a-quote {
        display: block !important;
    }

    .get-quote-right .button {
        min-width: auto;
        text-align: center;
        margin: 0 auto;
        align-self: center;
    }

    .get-quote-right .button span {
        color: #fff;
    }

    .section-header-background.section-header-background-long .rate {
        width: auto;
    }

    .section-header-background {
        padding: 14px 0 80px;
    }

    #breadcrumbs {
        font-size: 8px;
    }

    .breadcrumb_last {
        font-size: 8px;
        margin: 0;
    }

    .header-background-wrapper .header-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    #breadcrumbs a {
        font-size: 8px;
        margin: 0;
    }

    .reviews_title {
        margin-left: 0;
    }

    .index-services_cards .index-services_card:first-child,
    .index-services_cards .index-services_card:nth-child(2),
    .rates-item {
        width: 100%;
    }

    .rate.rate-home {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        /*     margin-bottom: 18vh; */
    }

    .rate-home .rate-home-title {
        font-size: 28px;
    }

    video {
        height: 70vh;
    }

    .navbar-nav li .sub-menu {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    .header-mobile-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 15px 0;
    }

    .header-mobile-buttons .header-account {
        order: -1;
        margin-bottom: 20px;
    }

    .header-mobile-buttons .header-account i {
        font-size: 20px;
    }

    .header-mobile-buttons .btn-transparent {
        width: 100%;
        order: 3;
    }

    .get-quote-fullred .get-quote-left-content-text {
        text-align: center;
    }

    .get-quote-fullred .get-quote-left-content-title {
        font-size: 23px;
    }

    .get-quote-left-content-title {
        text-align: center;
    }

    .section-spec-services {
        background-size: unset;
        background-attachment: local;
        background-position: center;
    }

    .list__item {
        width: max-content;
    }

    .reviews__row {
        margin: 0 !important;
    }

    .reviews__star-image {
        margin: 0 15px 10px 0 !important;
    }

    .reviews__slide-box .section-content-block {
        padding: 10px 0 20px;
        font-size: 14px;
    }

    .services-page-rating-wrapper>span {
        display: none;
    }

    .content-block img {
        max-width: 100%;
    }

    .section-ratings {
        padding: 30px 0;
    }

    .services-page-rating-wrapper a img {
        margin-right: 10px;
        width: 50px;
        height: auto;
    }

    .services-page-rating-wrapper a {
        margin-right: 0;
    }

    .services-page-rating-wrapper {
        padding: 0px;
    }

    .services-page-rating-list {
        width: 100%;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .services-page-rating-wrapper a p {
        font-size: 15px;
        font-weight: 400;
        line-height: 14px;
    }

    .services-page-rating-wrapper a span {
        font-size: 22px;
        line-height: 13px;
    }

    .rate.rate-left-bottom {
        bottom: 3vh;
    }

    .quote-confirm-rewards {
        flex-direction: column;
    }

    .quote-main-block {
        background: rgba(173, 176, 194, .2);
    }

    .btn-quote-calculate {
        background-color: #ff515e;
    }

    .btn-quote-clear {
        display: none;
    }

    .quote-main-buttons {
        flex-direction: column;
    }

    .page-template-interstate-moving .index-services_cards .index-services_card {
        width: 100%;
    }

    .quote-stepper {
        width: 70%;
    }

    .quote-second {
        display: none;
    }

    .quote-stepper-title {
        font-size: 13px;
    }

    .quote-header {
        padding-top: 40px;
    }

    .quote-header-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .quote-header-subtitle {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .navbar-nav .submenu--services .sub-menu {
        z-index: 3;
        list-style: none;
        min-width: 100%;
        max-width: 280px;
        display: flex;
        padding: 10px 7px;
        flex-wrap: wrap;
        flex-direction: row;

        transition: .3s;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        background-color: #fff;
        border-top: none;
        border: none;
    }

    .navbar-nav li .sub-menu {
        overflow-y: scroll;
        max-height: 250px;
    }

    .navbar-nav li .sub-menu li {
        padding: 12px 5px;
    }

    .cont-lower-list {
        flex-direction: row;
        max-height: 100%;
    }

    .cont-lower-list li {
        min-width: 160px;
    }



    .rate-home .h4 {
        font-size: 24px;
    }

    .navbar.navbar-expand-lg {
        position: initial;
    }

    .navbar-collapse.collapsing {
        display: none;
    }

    .navbar-collapse.collapse.show {
        position: absolute;
        width: 100%;
        left: 0;
        background: white;
        top: 80px;
        padding: 25px 30px;
        transition: 0.3s;
    }

    .navbar .navbar-nav .nav-link:hover:before {
        content: none;
    }

    .contacts-us {
        grid-template-columns: 1fr;
    }

    .section-contact-map .contact-map-inner {
        position: relative;
        left: 0;
        top: 0;
    }

    .section-contact-map iframe {
        width: 100%;
        height: 300px;
    }

    .section-with-sidebar .content-gallery-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .home-content {
        flex-direction: column;
        justify-content: center;
    }

    .rates-items {
        justify-content: center;
    }

    .movings-flag {
        display: none;
    }

    .cont-lower-list-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .spec-services-wrapper {
        grid-template-columns: 1fr;
    }

    .better {
        grid-template-columns: 1fr;
    }

    .section-with-sidebar .content-block-features-item {
        align-items: center;
        margin-bottom: 20px;
    }

    .form-block-new {
        flex-direction: column;
    }

    .content-slider-item {
        margin-left: 0;
    }

    .form-block-new-half {
        width: 100%;
    }

    .form-block-new-half img {
        max-height: 200px;
    }

    .new-sidebar {
        display: block;
        margin-left: 0;
    }

    .features-default-wrapper {
        grid-template-columns: 1fr;
    }

    .button-header-mobile-off {
        display: none;
    }

    .cont-main {
        flex-direction: column;
    }

    .get-quote-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .header-lower-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .cont-slider-item img {
        width: auto;
        height: auto;
    }

    .reviews__slide-box {
        margin: 0 auto;
    }

    .cont-left {
        margin: 20px 0px 20px 0;
    }
}

@media (min-width: 1400px) {
    .section-home .container {
        max-width: 1220px !important;
    }


}

/* @media (min-width: 1700px) {
	.section-home .container {
		max-width: 1700px!important;
	}
	
	
}
@media (min-width: 1900px) {
	.section-home .container {
		max-width: 1800px!important;
	}
	
} */


.contacts-inner-info-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contacts-inner-info-links a {
    position: relative;
    padding-left: 15px;
    color: #ff515e;
    text-decoration: none;
}

.contacts-inner-info-links a:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    background-color: #ff515e;
    border-radius: 100%;
}

/* fix of Equal Web */
body>div:nth-child(37)>div:nth-child(1) {
    visibility: hidden !important;
}

body>div:nth-child(42)>div:nth-child(1) {
    visibility: hidden !important;
}

body>div:nth-child(36) {
    top: 385px !important;
}

/* fix of recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* author */

.author-box {
    max-width: 300px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    transform: scale(0.65);
}

.author-avatar {
    margin-right: 25px;
}

.author-avatar>img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.entry-date.published:not(.updated) {
    font-size: 0;
    visibility: hidden;
}

@media (max-width: 700px) {
    .author-box {
        padding: 3px;
        transform: scale(0.75);
        margin-bottom: 20px;
    }

    .navbar .navbar-nav li:hover .nav-link:before {
        background-color: transparent !important;
        opacity: 0 !important;
    }

    .navbar .navbar-nav .nav-link:before {
        height: 0 !important;
    }
}

.section-all-long-distance .content-block a img {
    width: 75px;
    height: 75px;
}

p:has(img.aligncenter) {
    text-align: center;
}

.content-block .border-box {
    border: none;
}

.border-box>.row .border-box {
    border: 2px solid #ff515e;
}

.border-box:has(.row > h3) {
    border: none;
}

.border-box:not(:has(.row > h3)) {
    border: 2px solid #ff515e;
}

.HeaderWriteReviewButton__Component-sc-aghmpr-0.hYjZwu.Header__StyledHeaderWriteReviewButton-sc-gozq6j-4.jeuPze {
    display: none !important;
    display: none !important;
    visibility: hidden;
}





.navbar-nav li .sub-menu {
    top: 50px;
}


@media (max-width: 1200px) {
    .navbar-nav li>a::after {
        content: " ";
        width: 100%;
        height: 2px;
        background-color: transparent;
        position: absolute;
        opacity: 0;
        left: 0;
        bottom: 0;
        transition: 0.3s;
    }

    .navbar-nav li:hover>a::after {
        background-color: #ff515e;
        opacity: 1;
    }


    .navbar-nav li .sub-menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.navbar-nav {
        display: block;
    }

    .navbar-nav li {
        display: list-item;
         !important;
        height: auto !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0 !important;
        display: block;
        width: 100%;
    }

    .navbar-nav li .sub-menu {
        padding-left: 15px;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0;
        z-index: 999;
        transform-origin: 0 0;
        transform: rotateX(-90deg);
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar-nav li .sub-menu.menu-visible {
        opacity: 1 !important;
        visibility: visible !important;
        transform: rotateX(0deg);
        height: auto;
        position: static !important;
    }
}






.crm-form-sect {
    margin: 10vh 0;
}

.crm-form-step-2,
.crm-form-step-3 {
    display: none;
}

.crm-form form,
.crm-form-step-4 {
    max-width: 420px;
    margin: 0 auto;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 30px 30px 25px 30px;
    text-align: center;
}

.page-template-get-a-quote-new .crm-form-step-4 {
    background: #fff;
}

.crm-form-step-4 {
    display: none;
}

.crm-form form>span {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}


.crm-form form>p {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.crm-form-steps-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    display: none;
}

.crm-form-steps-line-divider {
    display: block;
    width: 95px;
    height: 2px;
    background: #EBEBEE;
}

.crm-form-steps-line-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #EBEBEE;
    font-size: 18px;
    color: #858585;
    font-weight: 600;
}

.current-dot {
    background: #FF515E;
    color: #fff;
    position: relative;
}

.passed-dot {
    background: #53C573;
    ;
    color: #fff;
    position: relative;
}

.current-dot::after {
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 81, 94, 0.60);
    width: 120%;
    height: 120%;
    z-index: -1;
    border-radius: 100%;
}

.passed-dot::after {
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(205, 242, 204, 0.60);
    width: 120%;
    height: 120%;
    z-index: -1;
    border-radius: 100%;
}

.crm-form-input {
    border: 1px solid #AAAAAA;
    text-align: left;
    border-radius: 4px;
    padding: 7px 20px 7px 25px;
    margin-bottom: 10px;
    background: #fff;
}

.crm-form-input input,
.crm-form-input label {
    border: none;
    width: 100%;
    outline: none;
}

.crm-form-date-input label {
    position: relative;
}

.crm-form-input label p,
.crm-form-input label u,
.popup-call-me .crm-form-input p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
	text-decoration: none;
}

.crm-form-input input::placeholder {
    color: #6C6C6C;
    font-size: 14px;
}

.crm-form-input input {
    font-size: 14px;
}

.crm-form-date-input label::after {
    content: url('../images/crm-form-date-input.svg');
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.crm-select {
    position: relative;
    height: 64px;
}

.crm-select label {
    width: max-content;
    z-index: 2;
}

.crm-select::after {
    content: url('../images/crm-form-select-arrow.svg');
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-right: 0;
    transform: translate(0, -50%);
}

.crm-form-step-3 .crm-select::after {
    display: none;
}

.crm-form-input select {
    border: none;
    outline: none;
    width: 100%;
    color: #6C6C6C;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    /*   background-image: url('../images/crm-form-select-arrow.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  position: relative; */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-left: 25px;
    padding-top: 20px;
    z-index: 5;
}

select::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.crm-form-next-btn {
    padding: 18px;
    display: block;
    width: 100%;
    background: #1B2A47;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
}

.crm-form-inputs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.crm-form-step-1 .crm-form-btns-wrapper {
    margin-top: 0;
    padding-top: 10px;
}

.crm-form-step-2 .crm-form-btns-wrapper {
    margin-top: 85px;
}

.crm-form-step-2 .crm-form-btns-wrapper,
.crm-form-step-3 .crm-form-btns-wrapper {
    display: grid;
    grid-template-columns: 32% 66%;
    align-items: center;
    gap: 10px;
}

.crm-form-prev-btn {
    border-radius: 4px;
    border: 1px solid #AAA;
    background: #FFF;
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.crm-form-thank-img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background: #53C573;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.crm-form-thank-img::after {
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #CDF2CC;
    width: 110%;
    height: 110%;
    z-index: -1;
    border-radius: 100%;
}

.crm-form-step-4 p {
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}


.crm-form-step-4 span {
    display: block;
    color: #4B4B4B;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.crm-form-step-4>a {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
}

.crm-form-thank-confirm {
    margin-top: 40px;
}

.crm-form-thank-confirm a:hover {
    color: #fff;
}

.crm-input-error {
    text-align: left;
    color: #FF515E;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

.crm-input-error img {
    margin-right: 5px;
}

.crm-input-error.show-error {
    display: flex;
}

.crm-form-input.errorred {
    border: 1px solid #FF515E;
    background: #FFCBCF;
    box-shadow: 0px 0px 8px 0px rgba(255, 81, 94, 0.60);
    margin-bottom: 10px;
}

.crm-form-input.errorred input {
    background: #FFCBCF;
}

body:not(.home) #ui-datepicker-div {
    margin: 0;
    position: absolute;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, 0);
    z-index: 5 !important;
}

.crm-form-input input::-webkit-outer-spin-button,
.crm-form-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.crm-form-input input[type=number] {
    -moz-appearance: textfield;
}

.ui-datepicker-next {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
    border: none !important;
    right: 2px !important;
    background-position: center !important;
}

.ui-datepicker-prev {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
    border: none !important;
    left: 2px !important;
    background-position: center !important;
}

/* Front Form */

.section-home {
    height: 90vh;
}

.home,
.home .container,
.home-content {
    max-height: none;
    height: 100%;
}

.ark-home-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.crm-form.home-crm-form .crm-form-step-1 .crm-form-btns-wrapper,
.crm-form.home-crm-form .crm-form-step-2 .crm-form-btns-wrapper,
.crm-form.home-crm-form .crm-form-step-3 .crm-form-btns-wrapper {
    margin-top: 0;
}

.crm-form.home-crm-form form,
.crm-form.home-crm-form .crm-form-step-4 {
    margin: 0 0 0 auto;
    background: rgba(27, 42, 71, 0.20);
    max-width: 460px;
}

.crm-form.home-crm-form .crm-form-prev-btn {
    background: transparent;
    color: #fff;
}

.crm-form.home-crm-form form>span,
.crm-form.home-crm-form form>p,
.crm-form.home-crm-form .crm-form-step-4 p,
.crm-form.home-crm-form .crm-form-step-4 span,
.crm-form.home-crm-form .crm-form-step-4>a {
    color: #fff;
}

.crm-form.home-crm-form .crm-form-steps-line-dot:not(.current-dot):not(.passed-dot) {
    background: transparent;
    border: 2px solid #EBEBEE;
    color: #fff;
}



.section-tiktok {
    padding: 60px 0;
    background: #F7F7F7;
}

.single-services .section-tiktok,
.page-template-about-us .section-tiktok {
    background: none;
}

.page-template-about-us .section-tiktok,
.page-template-prices .section-tiktok,
.page-template-faq .section-tiktok {
    padding-bottom: 50px;
}

.tax-location_category .section-header-background {
    padding: 40px 0 350px 0;
}

.tax-location_category .breadcrumbs-wrapper a,
.tax-location_category .breadcrumb_last {
    font-weight: 400;
}

.tax-location_category .breadcrumbs-wrapper {
    margin-bottom: 130px;
}

.tax-location_category .header-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

.tax-location_category .rate {
    position: static;
    margin: 0 !important;
}

.tax-location_category .rate .h4 {
    font-size: 16px;
    margin-bottom: 30px;
}

.tax-location_category .rate-stars i {
    font-size: 25px;
    color: #D33748;
}

.tax-location_category .rate-inner p {
    font-size: 16px;
    font-weight: 500;
}

.tax-location_category .section-header-background .button {
    border-radius: 10px;
    background: #D33748;
    padding: 15px 45px;
    font-size: 14px;
    font-weight: 700;
}

/**/

.tax-location_category .header-lower {
    padding: 0;
    background: none;
    position: relative;
    margin-bottom: 80px;
}

.tax-location_category .header-lower .header-lower-wrapper {
    padding: 40px 60px;
    background: linear-gradient(90deg, #293652 0%, #AD4759 100%);
    border-radius: 10px;
    margin-top: -80px;
}

.tax-location_category .header-lower .h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    margin-bottom: 30px;
}

.tax-location_category .header-lower p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #fff;
}

.tax-location_category .header-lower .header-lower-wrapper .button {
    padding: 15px 30px;
    border-radius: 10px;
}

.tax-location_category .services-page-rating-wrapper>span {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    display: block;
    width: fit-content;
}

.tax-location_category .services-page-rating-wrapper {
    padding: 0;
}

.tax-location_category .section-tiktok {
    background: transparent;
}

.tax-location_category .company-slider-title.tiktok-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    margin-bottom: 50px;
    text-align: right;
}

.tax-location_category .owl-prev,
.owl-next {
    opacity: 1 !important;
}

.tax-location_category [data-layout="carousel"] .owl-nav button {
    top: calc(50% - 30px) !important;
}

.tax-location_category .features-default-item:nth-child(odd) {
    background: linear-gradient(90deg, #AC4759 0%, #293652 100%);
    padding: 10px 12px;
}

.tax-location_category .features-default-item:nth-child(even) {
    background: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    padding: 10px 12px;
}

.tax-location_category .features-default-icon {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.tax-location_category .features-custom-content {
    margin-left: 20px;
}

.tax-location_category .features-custom-content .features-default-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.tax-location_category .features-default-text {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19.36px !important;
    color: #fff !important;
}

.tax-location_category .features-default-text br {
    display: none;
}

.tax-location_category .features-default-wrapper {
    gap: 20px;
}

.tax-location_category .section-content-block h1,
.tax-location_category .section-content-block h1 span {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    text-transform: uppercase;
}

.tax-location_category .section-content-block h1 {
    margin-bottom: 60px;
}

.tax-location_category .cont-left {
    margin-right: 0;
}

.tax-location_category .section-content-block h2,
.tax-location_category .section-content-block h2 span {
    color: #D33748;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    letter-spacing: 0.02em;
    font-weight: 700 !important;
}

.tax-location_category .cont-main *:not(li, button, label, input, span, em, b, strong, i, a, svg, .cont-main, .cont-left) {
    margin-bottom: 25px;
}

.tax-location_category .cont-left>*:last-child {
    margin-bottom: 0;
}

.tax-location_category .section-content-block h2 {
    margin-bottom: 10px;
}

.tax-location_category .section-content-block {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}

/* .tax-location_category .section-content-block .alignright */
.alignright {
    position: relative;
    box-shadow: 25px -25px 0px 0px rgba(41, 54, 82, 1);
    border-radius: 10px;
    margin: 20px;
    margin-top: 100px;
    padding: 0;
}

/* .tax-location_category .section-content-block .alignleft */
.alignleft {
    position: relative;
    box-shadow: 25px -25px 0px 0px rgba(41, 54, 82, 1);
    border-radius: 10px;
    margin: 20px;
    margin-right: 55px;
    margin-top: 100px;
    padding: 0;
}

.tax-location_category .index-services_cards .index-services_card:first-child,
.tax-location_category .index-services_cards .index-services_card:nth-child(2),
.tax-location_category .index-services_card {
    width: 40% !important;
    margin-bottom: 0 !important;
    border-radius: 10px;
    box-shadow: -25px -25px 0px 0px rgba(41, 54, 82, 1) !important;
}

.tax-location_category .index-services_card a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.tax-location_category .index-services_card a::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.333 35h23.334A3.333 3.333 0 0 0 35 31.667V8.333A3.333 3.333 0 0 0 31.667 5H8.333A3.333 3.333 0 0 0 5 8.333v23.334A3.333 3.333 0 0 0 8.333 35ZM13.333 26.666l13.333-13.333'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.333 13.333h13.333v13.333'/%3E%3C/svg%3E");
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 9;
}

.tax-location_category .index-services_card a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000070;
}

.tax-location_category .index-services_card:nth-child(4n+3) {
    margin-left: 100px;
}

.tax-location_category .index-services_cards {
    justify-content: flex-start !important;
    gap: 70px 130px !important;
}

.tax-location_category .index-services_card {
    height: 400px !important;
}

.tax-location_category .section-features-blocks {
    padding: 50px 0;
    margin-bottom: 60px;
}

.tax-location_category .features-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-bottom: 60px;
}

.tax-location_category .features-blocks-item:nth-child(4n+3) {
    margin-left: 200px;
}

.tax-location_category .features-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
}

.tax-location_category .features-blocks-item {
    width: 500px;
    margin-bottom: 0 !important;
}

.tax-location_category .section-features-blocks .features-blocks-item {
    padding: 30px;
    background: #293652;
    border-radius: 10px;
}

.tax-location_category .section-features-blocks .features-blocks-item-title {
    background: none;
    padding: 0;
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

.tax-location_category .section-features-blocks .features-blocks-item-text {
    border: none;
    margin: 0;
    font-size: 16px;
    padding: 0;
}

.tax-location_category .section-features-blocks .features-blocks-item-p {
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.tax-location_category .section-features-blocks .features-blocks-item-list li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
}

.tax-location_category .section-features-blocks .features-blocks-item-list li p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.tax-location_category .get-quote-fullred {
    background: none;
    padding: 0;
}

.tax-location_category .get-quote-wrapper {
    background: #D33748;
    border-radius: 10px;
    padding: 40px 60px;
}

.tax-location_category .get-quote-fullred .get-quote-left-content-title {
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.tax-location_category .get-quote-left-content-text br {
    display: none;
}

.tax-location_category .get-quote-right .button {
    font-size: 14px;
    font-weight: 700;
    background: #293652;
    border-radius: 10px;
}

.section-company-slider {
    padding: 100px 0 60px 0;
}

.company-slider-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    margin-bottom: 60px;
}

.company-slider-wrapper a img {
    height: 280px;
    border-radius: 10px;
}

.ark-company__arrow .swiper-button-next {
    right: 125px;
    left: auto;
}

.ark-company__arrow .swiper-button-prev {
    left: 125px;
    right: auto;
}

.single-services .ark-company__arrow .swiper-button-next,
.single-locations .ark-company__arrow .swiper-button-next,
.single-post .ark-company__arrow .swiper-button-next {
    right: 80px;
}

.single-services .ark-company__arrow .swiper-button-prev,
.single-locations .ark-company__arrow .swiper-button-prev,
.single-post .ark-company__arrow .swiper-button-prev {
    left: 80px;
}

.ark-company__arrow .swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 91.6668C73.0119 91.6668 91.6667 73.012 91.6667 50.0002C91.6667 26.9883 73.0119 8.3335 50 8.3335C26.9881 8.3335 8.33333 26.9883 8.33333 50.0002C8.33333 73.012 26.9881 91.6668 50 91.6668Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.6667 33.3335L58.3333 50.0002L41.6667 66.6668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ark-company__arrow .swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 91.6668C26.9882 91.6668 8.33334 73.012 8.33334 50.0002C8.33334 26.9883 26.9882 8.3335 50 8.3335C73.0119 8.3335 91.6667 26.9883 91.6667 50.0002C91.6667 73.012 73.0119 91.6668 50 91.6668Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58.3333 33.3335L41.6666 50.0002L58.3333 66.6668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* .tax-location_category .company-slider-wrapper .swiper-slide-active ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide::after,
.tax-location_category .company-slider-wrapper .swiper-slide-active::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000061;
	border-radius: 10px;
} */

.tax-location_category .reviews .company-slider-title {
    text-align: left;
    display: inline-block;
    margin-bottom: 60px;
}

.tax-location_category .section-map iframe {
    border-radius: 10px;
}

.tax-location_category .section-map .contacts-inner-title {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    text-transform: uppercase;
    display: block;
    width: fit-content;
}

.tax-location_category .contacts-inner-info-links a::before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23293652' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 0;
    top: 0;
    background: none;
}

.tax-location_category .contacts-inner-info-links a {
    color: #293652;
    padding-left: 30px;
}

.tax-location_category .section-map .contacts-inner-info-text p,
.tax-location_category .section-map .contacts-inner-info-text a {
    color: #D33748;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.tax-location_category .section-map .contacts-inner-info-text span i {
    color: #D33748;
    font-size: 24px;
}

.tax-location_category .section-save-ares .save-areas-subtitle {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-bottom: 60px;
}

.tax-location_category .section-save-ares .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 100px;
}

.tax-location_category .section-save-ares .col-lg-3 {
    width: 100% !important;
    text-align: left !important;
}

.tax-location_category .section-save-ares .save-areas-list {
    columns: 2;
    margin-bottom: 0;
}

.tax-location_category .section-save-ares .save-areas-list-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #293652;
    margin-bottom: 15px;
}

.tax-location_category .section-save-ares .save-areas-list li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #293652;
    text-decoration: underline;
}

.tax-location_category .section-save-ares .save-areas-list li::before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23D33748' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-right: 5px;
}

.tax-location_category .section-single-faq {
    background: none;
}

.tax-location_category .section-single-faq .front-accordion-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    text-align: right;
    margin-bottom: 50px;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
}

.tax-location_category .section-single-faq .accordion-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 85px;
}

.tax-location_category .accordion-item>.accordion-item_title {
    border: 2px solid #AC4759;
    background: none;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 15px 15px 0px 0px #AC4759;
    gap: 10px;
}

.tax-location_category .accordion-item_title p,
.tax-location_category .accordion-item_title h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #AC4759;
}

.tax-location_category .accordion-item .content {
    background-color: transparent !important;
    padding: 20px 8px !important;
}

.tax-location_category .section-single-faq .accordion-item {
    border-bottom: none !important;
}

.tax-location_category .section-single-faq .fa-plus::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23AC4759' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tax-location_category .section-single-faq .fa-minus::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7 1L1 7' stroke='%23AC4759' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tax-location_category .section-single-faq .accordion-item>.accordion-item_title.active {
    color: #AC4759;
    background-color: transparent;
}

.tax-location_category .section-single-faq .accordion-item_title.active p,
.tax-location_category .section-single-faq .accordion-item_title.active h3 {
    color: #AC4759;
}

.tax-location_category .index-accordion {
    padding-bottom: 0 !important;
}

.tax-location_category .blog-posts-title {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-bottom: 60px;
}
/*
.tax-location_category .blog-posts .blog-post-item {
    box-shadow: none;
}

.tax-location_category .blog-posts .blog-post-item-image img {
    border-radius: 10px;
}

.tax-location_category .blog-posts .blog-post-item-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #293652;
}

.tax-location_category .blog-posts .blog-post-item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #272727;
}

.tax-location_category .blog-posts .blog-post-item-readmore {
    justify-content: flex-start;
}

.tax-location_category .blog-post-item-readmore .button.btn-fullred {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #272727;
    background: none;
    padding: 0;
    text-transform: none;
    text-decoration: underline;
}

.tax-location_category .blog-post-item-image {
    position: relative;
}

.tax-location_category .blog-post-item-image::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.333 35h23.334A3.333 3.333 0 0 0 35 31.667V8.333A3.333 3.333 0 0 0 31.667 5H8.333A3.333 3.333 0 0 0 5 8.333v23.334A3.333 3.333 0 0 0 8.333 35ZM13.333 26.666l13.333-13.333'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.333 13.333h13.333v13.333'/%3E%3C/svg%3E");
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 9;

}

.tax-location_category .blog-post-item-image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000070;
    border-radius: 10px;
}
*/
.inst-feed {
    display: grid;
    grid-template-columns: 71% 25%;
    gap: 2%;
    align-items: center;
}

.inst-txt-wrap {
    text-decoration: none;
}

.inst-txt-wrap span {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.73px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #293652 0%, #AC4759 100%);
    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-bottom: 15px;
}

.inst-txt-wrap span u {
    color: #D33748;
}

.inst-txt-wrap span i {
    font-style: normal;
    font-size: 24px;
    display: block;
    margin-top: -5px;
}

.inst-feed-sect .sbi-owl-stage {
    display: flex;
}

.inst-feed-sect .sbi-owl-item {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
}

.inst-feed-sect .sbi-owl-prev svg,
.inst-feed-sect .sbi-owl-next svg {
    display: none !important;
}

.inst-feed-sect .sbi-owl-next::after {
    content: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 91.6668C73.0119 91.6668 91.6667 73.012 91.6667 50.0002C91.6667 26.9883 73.0119 8.3335 50 8.3335C26.9881 8.3335 8.33333 26.9883 8.33333 50.0002C8.33333 73.012 26.9881 91.6668 50 91.6668Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.6667 33.3335L58.3333 50.0002L41.6667 66.6668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.inst-feed-sect .sbi-owl-prev::after {
    content: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 91.6668C26.9882 91.6668 8.33334 73.012 8.33334 50.0002C8.33334 26.9883 26.9882 8.3335 50 8.3335C73.0119 8.3335 91.6667 26.9883 91.6667 50.0002C91.6667 73.012 73.0119 91.6668 50 91.6668Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58.3333 33.3335L41.6666 50.0002L58.3333 66.6668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.inst-feed-sect .sbi-owl-nav>div {
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.inst-feed-sect .sbi-owl-nav .sbi-owl-prev,
.inst-feed-sect .sbi-owl-nav .sbi-owl-next {
    top: 35% !important;
}

.inst-feed-sect .sbi-owl-nav .sbi-owl-next {
    right: 90px;
}

.inst-feed-sect .sbi-owl-nav .sbi-owl-prev {
    left: 90px;
}

.inst-feed-sect .sbi-owl-stage .sbi-owl-item.active {
    position: relative;
}

/* .inst-feed-sect .sbi-owl-stage .sbi-owl-item.active::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	border-radius: 10px;
}

.inst-feed-sect .sbi-owl-stage .sbi-owl-item.active::nth-child(4n+3)::after {
	display: none;
} */


.tax-location_category .section-mobile-sidebar {
    display: none !important
}

.inst-feed-sect {
    margin-bottom: 100px;
}


.tax-location_category .inst-feed-sect {
    margin-bottom: 0;
    margin-top: 80px;
}


#sby_lightbox .sby_lb_video_thumbnail,
#sby_lightbox .sby_video_thumbnail,
[id^="sb_youtube_"].sb_youtube .sby_video_thumbnail {
    height: 400px !important;
    border-radius: 10px;
}

.new-blog-link {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.sb-post-item-image-wrap {
    height: 400px !important;
}

.join-team-forms-sect {
    margin: 50px 0;
}

.join-team-form-wrapper br {
    display: none;
}

.join-team-form-wrapper form div>label,
.join-team-form-wrapper form div>p>label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #818181;
}

.join-team-form-wrapper form p {
    margin-bottom: 0;
}

.join-team-form-wrapper form ul li label,
.wpcf7-form-control-wrap .wpcf7-list-item-label {
    color: #818181;
}

.join-team-form-wrapper form div>label span,
.join-team-form-wrapper form div>p>label span {
    color: red;
    font-weight: 400;
}

.join-team-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.join-team-form-wrapper form textarea {
    resize: none;
}

.join-team-form-wrapper form ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.join-team-inputs-wrapper,
.join-team-inputs-wrapper>p {
    display: flex;
    gap: 20px;
    align-items: center;
}

.join-team-inputs-wrapper br {
    display: none;
}

.join-team-form-wrapper form input:not([type="radio"]):not([type="checkbox"]),
.join-team-form-wrapper form textarea {
    border-radius: 2px;
    color: #333;
    display: block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
}

.join-team-form-wrapper form button {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
}

.join-team-form-wrapper form button:hover {
    background-color: #ddd;
}

.join-team-forms {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
}

.join-team-form-thank {
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    color: #333;
    margin: 0 auto 24px;
    padding: 15px 15px;
    font-size: 14px;
    display: none;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.join-team-form-wrapper .wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.page-template-page-join-our-team .section-header-background {
    margin-top: -80px;
}

.page-template-page-join-our-team .header,
.page-template-page-join-our-team .head-btn-img,
.page-template-page-join-our-team .btn-noborder-header {
    background: transparent;
}

.page-template-page-join-our-team .header.scrolled {
    background: #fff;
}

.crm-form-call-btn {
    padding: 18px;
    display: block;
    width: 100%;
    background: #1DB422;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: none;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

.ark-overlay-call-me {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.ark-overlay-call-me .popup-call-me {
    position: fixed;
    width: 460px;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.ark-overlay-call-me .popup-close-call-me {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    padding: 19px;
    border-radius: 100%;
}

.popup-content-call-me {
    background: #fff;
    padding: 40px 25px;
    border-radius: 8px;
}

.popup-content-call-me>span {
    color: #1B2A47;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popup-content-call-me>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #1B2A47;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}

.ark-inputs-flex,
.ark-inputs-flex-second {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
}

.call-me-datepicker {
    position: relative;
}

.call-me-datepicker::after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10.5c0-3.771 0-5.657 1.172-6.828C3.343 2.5 5.229 2.5 9 2.5h4c3.771 0 5.657 0 6.828 1.172C21 4.843 21 6.729 21 10.5v2c0 3.771 0 5.657-1.172 6.828C18.657 20.5 16.771 20.5 13 20.5H9c-3.771 0-5.657 0-6.828-1.172C1 18.157 1 16.271 1 12.5v-2Z' stroke='%23AAA' stroke-width='1.5'/%3E%3Cpath opacity='.5' d='M6 2.5V1m10 1.5V1M1.5 7.5h19' stroke='%23AAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-5 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-5 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' fill='%23AAA'/%3E%3C/svg%3E");
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.popup-content-call-me input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block !important;
}

.popup-content-call-me input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    cursor: pointer;
}

.popup-content-call-me input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #AAAAAA;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.546 1.111a1.5 1.5 0 0 1 0 2.121L8.303 14.475a1.6 1.6 0 0 1-2.263 0L.454 8.89a1.5 1.5 0 1 1 2.121-2.12l4.596 4.595L17.424 1.111a1.5 1.5 0 0 1 2.122 0Z' fill='%234B4B4B'/%3E%3C/svg%3E");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.ark-inputs-checkbox,
.ark-inputs-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
}

.ark-inputs-checkbox .wpcf7-list-item {
    margin: 0;
}

.ark-inputs-checkbox br {
    display: none;
}

.crm-select .wpcf7-form-control-wrap,
.crm-select .wpcf7-select {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.ark-inputs-checkbox b,
.ark-inputs-at,
.ark-inputs-checkbox .wpcf7-list-item-label {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}

.call-me-datepicker-wrapper {
    max-width: 175px;
    flex-shrink: 0;
}

.ark-inputs-flex .crm-form-input {
    width: 100%;
}

#call-me-hour,
#call-me-minutes,
.popup-call-me .crm-select select {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #4B4B4B;
    padding-top: inherit;
}

body:not(.home).page-template-get-a-quote-new #ui-datepicker-div {
    z-index: 9999 !important;
}

.call-me-submit,
.popup-content-call-me .crm-form-step-4 .crm-form-next-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 18px 20px;
    display: block;
    width: 100%;
    background: #1DB422;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

.popup-content-call-me .crm-form-step-4 {
    border: none;
    padding: 0;
}

.popup-call-me p {
    margin-bottom: 0;
}

.popup-call-me .wpcf7-form.invalid .wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 20px);
    left: -20px;
    color: #FF515E;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 10px;
}

.popup-call-me .wpcf7-form.invalid .wpcf7-not-valid-tip::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23FF515E' fill-rule='evenodd' d='M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Zm10 1a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1Zm-1.5 3a1.5 1.5 0 0 1 1.5-1.5h.01a1.5 1.5 0 0 1 1.5 1.5v.01a1.5 1.5 0 0 1-1.5 1.5H10a1.5 1.5 0 0 1-1.5-1.5V14Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.popup-call-me .wpcf7-form.invalid .ark-inputs-flex .wpcf7-not-valid-tip {
    width: 170%;
}

.popup-call-me .wpcf7-form.invalid .crm-form-input,
.popup-call-me .wpcf7-form.invalid .ark-inputs-flex {
    margin-bottom: 50px;
}

.popup-call-me .wpcf7-form.invalid .ark-inputs-flex .crm-form-input {
    margin-bottom: 0 !important;
}

.popup-call-me .wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

.submitting .wpcf7-spinner {
    display: inline-block;
}

.popup-call-me .wpcf7-not-valid-tip {
    display: none;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.single-service-shortcode-block {
    margin: 100px 0;
}

.single-service-shortcode-block>span {
font-size: 24px;
font-weight: 500;
line-height: 19px;
color: #000000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}

.single-service-before-content-block h2 {
font-size: 24px;
font-weight: 700;
line-height: 28.13px;
color: #2A3652;
    display: block;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.single-service-shortcode-block-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 3%;
    position: relative;
}


/* .single-service-shortcode-block-list::after {
    content: "";
    display: block;
    width: calc(100% + 80px);
    height: 2px;
    position: absolute;
    left: -30px;
    top: 50px;
    background: linear-gradient(to right, transparent, #FF515E, transparent);
} */

.single-service-shortcode-block-list-item {
    position: relative;
    z-index: 1;
	display: grid;
	grid-template-columns: 80px auto;
	align-items: center;
	justify-content: center;
	gap: 40px;
	border: 2px solid #111111;
	padding: 30px;
}

.single-service-shortcode-block-list-item img {
	display: block;
	margin: 0 auto;
}

.single-service-shortcode-block-list-item div {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.single-service-shortcode-block-list-item p {
font-size: 14px;
font-weight: 500;
line-height: 19px;
    color: #000;
    margin-bottom: 0;
}

.single-service-before-content-block {
    margin: 100px 0;
}

.single-service-before-content-block-list-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.single-service-before-content-block-list-1>div {
    border: 1px solid #2A3652;
    border-radius: 10px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-service-before-content-block-list-1>div p {
    font-weight: 700;
    line-height: 120%;
    color: #000;
    margin-bottom: 0;
}

/* .single-service-before-content-block-list-2 {
    padding: 45px 25px;
    border: 1px solid #2A3652;
    border-radius: 10px;
} */

.single-service-before-content-block-list-2>span {
font-size: 24px;
font-weight: 500;
line-height: 19px;
display: block;
margin-bottom: 20px;
	text-transform: uppercase;
}

.single-service-before-content-block-list-2>p {
font-size: 14px;
font-weight: 500;
line-height: 19px;
color: #515151;
}

.single-service-before-content-block-list-2-wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 15px;
    margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.single-service-before-content-block-list-2-wrapper {  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "ark-bl2-item-1 ark-bl2-item-1 ark-bl2-item-1 ark-bl2-item-2 ark-bl2-item-2 ark-bl2-item-2 ark-bl2-item-3 ark-bl2-item-3 ark-bl2-item-3 ark-bl2-item-4 ark-bl2-item-4 ark-bl2-item-4"
    "ark-bl2-item-5 ark-bl2-item-5 ark-bl2-item-5 ark-bl2-item-5 ark-bl2-item-6 ark-bl2-item-6 ark-bl2-item-6 ark-bl2-item-6 ark-bl2-item-7 ark-bl2-item-7 ark-bl2-item-7 ark-bl2-item-7";
}

.ark-bl2-item-1 { grid-area: ark-bl2-item-1; }

.ark-bl2-item-2 { grid-area: ark-bl2-item-2; }

.ark-bl2-item-3 { grid-area: ark-bl2-item-3; }

.ark-bl2-item-4 { grid-area: ark-bl2-item-4; }

.ark-bl2-item-5 { grid-area: ark-bl2-item-5; }

.ark-bl2-item-6 { grid-area: ark-bl2-item-6; }

.ark-bl2-item-7 { grid-area: ark-bl2-item-7; }


.single-service-before-content-block-list-2-wrapper li {
font-size: 18px;
font-weight: 500;
line-height: 19px;
	border: 2px solid #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 30px 20px;
	color: #000;
}

.single-service-before-content-block-list-2-wrapper li::before {
    left: 0 !important;
}

.single-service-after-content-block {
    margin: 100px 0;
}

.single-service-after-content-block>span,
.single-service-after-content-block-wrapper>span{
font-size: 24px;
font-weight: 700;
line-height: 29.05px;
color: #2A3652;
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
}

.single-service-after-content-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 3%;
}

.single-service-after-content-list div,
.single-service-after-content-list a {
    padding: 35px 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
	text-decoration: none;
}

.single-service-after-content-list div img,
.single-service-after-content-list a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.single-service-after-content-list div p,
.single-service-after-content-list a p{
    font-weight: 700;
    text-align: center;
    color: #2A3652;
    margin-bottom: 0;
}

.ark-loader {
	position: relative;
}

.ark-loader::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffffd6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.ark-loader::after {
	content: "";
	width:50px;
  height:50px;
  border-radius:50%;
  padding:1px;
  background:conic-gradient(#0000 10%,#FF515E) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 calc(100% - 8px));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation:s4 1s infinite steps(10);
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	display: block;
	z-index: 20;
}

.free-storage-banner {
	display: none;
	position: sticky;
	left: 0;
	bottom: 90px;
	z-index: 9;
}

.free-storage-banner-wrapper {
	position: absolute;
	left: 115px;
	bottom: 0;
}

.free-storage-banner-close {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m13.034 17.41 8.756 8.755a2.478 2.478 0 1 0 3.504-3.504l-8.76-8.756 8.758-8.755a2.476 2.476 0 1 0-3.503-3.502l-8.755 8.755-8.756-8.755a2.477 2.477 0 1 0-3.503 3.5l8.759 8.758-8.758 8.757a2.477 2.477 0 1 0 3.504 3.5z' clip-rule='evenodd'/%3E%3C/svg%3E");
	position: absolute;
  	right: 0px;
  	top: -30px;
	cursor: pointer;
}

.storage-banner-mob {
	display: none;
	background: linear-gradient(268.05deg, #FF515E -15.43%, #443650 99.51%);
font-size: 14px;
font-style: italic;
font-weight: 900;
line-height: 44px;
text-align: center;
color: #FFFFFF;
padding: 0 20px;
text-transform: uppercase;
margin-bottom: 10px;
}

@keyframes s4 {to{transform: translate(-50%, -50%) rotate(1turn)}}

.footer-next-bottom__item {
	display: flex;
  align-items: center;
  gap: 20px;
}

.popup-content-call-me .ark-inputs-checkbox label {
	display: flex;
  align-items: center;
  gap: 12px;
}

.popup-content-call-me .ark-inputs-checkbox label br {
	display: initial;
}

.footer .footer-locations .menu-item {
	flex: inherit;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-53 {
	display: none !important;
}

.footer-map iframe {
	width: 100%;
	height: 300px;
}

.footer-top .footer-top__row {
	padding: 0;
	gap: 50px;
	justify-content: space-between;
}

.footer-top .footer-top__item:last-child .footer-top__text {
	max-width: 100%;
}

.footer-top__item.footer-top__item-map {
	flex: 0 1 auto;
	width: 100%;
	max-width: 650px;
}

.footer-top__item.footer-top__item-map .footer-top__text {
	flex: auto;
}

.footer-top__item::after {
	display: none !important;
}

.section-our-services {
	padding: 50px 0;
}

.ark-our-services > span {
font-weight: 500;
font-size: 24px;
line-height: 19px;
letter-spacing: 0%;
text-transform: uppercase;
display: block;
margin-bottom: 25px;
}

.ark-our-services-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px 10px;
}

.ark-our-services-wrapper a {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 20px 15px 15px 15px;
	border: 2px solid #111111;
	border-radius: 4px;
	text-decoration: none;
}

.ark-our-services-wrapper a p {
	margin-bottom: 0;
font-weight: 500;
font-size: 14px;
line-height: 19px;
letter-spacing: 0%;
}

#phonehide {
	display: none;
}

/****/
.services-template-template-singular-service-new-2025 .single-service-before-content-block,
.services-template-template-singular-service-new-2025 .content-block-features {
	margin-top: 0;
}

.services-template-template-singular-service-new-2025 .section-content-block,
.services-template-template-singular-service-new-2025 .index-accordion,
.services-template-template-singular-service-new-2025 .section-company-slider,
.services-template-template-singular-service-new-2025 .content-block-features {
	padding-top: 0
}

.services-template-template-singular-service-new-2025 .index-accordion {
	padding-bottom: 0;
}

.services-template-template-singular-service-new-2025 .single-service-before-content-block-list-1,
.table-2025 .content-block,
.services-template-template-singular-service-new-2025 .steps .content-block,
.services-template-template-singular-service-new-2025 .steps,
.services-template-template-singular-service-new-2025 .single-service-after-content-block,
.services-template-template-singular-service-new-2025 .content-images-links,
.services-template-template-singular-service-new-2025 .get-quote-wrapper,
.ssn-2025{
	margin-bottom: 50px;
}

.services-template-template-singular-service-new-2025 .single-service-after-content-block,
.services-template-template-singular-service-new-2025 .section-company-slider {
	margin-top: 50px;
}

.services-template-template-singular-service-new-2025 .section-single-faq {
	background: none;
}

.ssn-2025 a {
	margin: 0 auto;
}

.services-template-template-singular-service-new-2025 .steps-text,
.services-template-template-singular-service-new-2025 .steps-bottom,
.services-template-template-singular-service-new-2025 .section-company-slider .company-slider-title-wrapper {
	display: none;
}

.services-template-template-singular-service-new-2025 .new-sidebar {
	position: sticky;
  	top: 120px;
}

@media (max-width: 1100px) {
	.services-template-template-singular-service-new-2025 .section-with-sidebar {
		padding-top: 50px;
	}
}


/****/


@media (max-width: 1400px) {
    .tax-location_category .index-services_card:nth-child(4n+3) {
        margin-left: 80px;
    }

    .tax-location_category .features-blocks-item:nth-child(4n+3) {
        margin-left: 100px;
    }
}

@media (max-width: 1200px) {
    .tax-location_category .services-page-rating-wrapper {
        flex-direction: column;
        gap: 40px;
        margin-top: 0;
    }

    .tax-location_category .index-services_cards {
        gap: 70px 70px !important;
    }

    .tax-location_category .features-blocks-item {
        width: 100%;
    }

    .tax-location_category .features-blocks-item:nth-child(4n+3) {
        margin-left: 0;
    }

    .tax-location_category .features-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .ark-company__arrow .swiper-button-next,
    .inst-feed-sect .sbi-owl-next {
        right: 20px !important;
        left: auto;
        transform: scale(.5);
    }

    .ark-company__arrow .swiper-button-prev,
    .inst-feed-sect .sbi-owl-prev {
        left: 20px !important;
        right: auto;
        transform: scale(.5);
    }

    .company-slider-title {
        margin-bottom: 30px;
    }

    .inst-feed-sect .sbi-owl-nav .sbi-owl-next {
        right: -10px !important;
        left: auto !important;
        transform: scale(.5) !important;
        top: 55px !important;
    }

    .inst-feed-sect .sbi-owl-nav .sbi-owl-prev {
        left: -10px !important;
        right: auto !important;
        transform: scale(.5) !important;
        top: 55px !important;
    }

    .header .collapse.navbar-collapse,
    .header .head-btn-img,
    .header .button-header-mobile-off,
    .header .noindex {
        display: none !important;
    }

    .header .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .header .collapse.navbar-collapse.show {
        display: block !important;
        position: absolute;
        width: 100%;
        left: 0;
        background: white;
        top: 80px;
        padding: 25px 30px;
        transition: 0.3s;
    }

    .header .collapse.navbar-collapse.show .navbar-nav {
        display: block !important;
    }

    .single-service-shortcode-block-list-item br {
		display: none;
    }

    .single-service-shortcode-block-list-item span {
        margin: 0;
        flex-shrink: 0;
    }

    .single-service-shortcode-block-list-item p {
        text-align: left;
    }

    .single-service-shortcode-block-list::after {
        width: 2px;
        height: calc(100% + 130px);
        top: -60px;
        left: 50px;
        background: linear-gradient(to bottom, transparent, #FF515E, transparent);
    }

    .single-service-before-content-block-list-2-wrapper {
        grid-template-columns: repeat(4, auto);
    }
	
	.single-service-after-content-list div,
	.single-service-after-content-list a {
		padding: 40px 10px;
	}
}

@media (max-width: 1100px) {
    .tax-location_category .header-lower-wrapper {
        flex-direction: row;
    }

    .tax-location_category .rate,
    .tax-location_category .services-page-rating-wrapper>span {
        display: block !important;
    }

    .section-home.ark-home video {
        height: 100%;
    }
}

@media (max-width: 992px) {
    .section-tiktok {
        display: none;
    }

    .section-home {
        height: 100% !important;
    }

    .ark-home-wrapper {
        display: block;
        padding: 5vh 0;
    }

    .crm-form.home-crm-form form {
        margin: 0 auto;
    }

    .single-blogs .new-sidebar {
        margin-bottom: 80px;
    }

    .tax-location_category .rate.rate-home {
        margin-bottom: 0;
    }

    .tax-location_category .section-header-background {
        padding: 40px 0 150px 0;
    }

    .tax-location_category .breadcrumbs-wrapper {
        margin-bottom: 50px;
    }

    .tax-location_category .index-services_card:nth-child(4n+3) {
        margin-left: 0;
    }

    .tax-location_category .index-services_cards .index-services_card:first-child,
    .index-services_cards .index-services_card:nth-child(2),
    .index-services_card {
        width: 100% !important;
        height: 300px !important;
    }

    .tax-location_category .index-services_cards {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .tax-location_category .cont-main {
        margin-bottom: 60px;
    }

    .tax-location_category .contacts-inner {
        margin-top: 30px;
    }

    .tax-location_category .section-save-ares .row {
        gap: 40px 50px;
    }

    .tax-location_category .section-save-ares .save-areas-subtitle,
    .tax-location_category .features-title,
    .tax-location_category .reviews .company-slider-title {
        margin-bottom: 40px;
    }

    .tax-location_category .section-single-faq .accordion-container {
        gap: 40px 45px;
    }

    .inst-feed {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        display: block;
    }

    .join-team-forms {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
	
	.storage-banner-mob {
		display: block;
	}
	
	.header {
		padding-top: 0;
	}
	
	.storage-banner-mob {
		display: block;
	}
	
	
	.single-service-before-content-block-list-2-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: none;
	}
	
	.ark-bl2-item-1,
	.ark-bl2-item-2,
	.ark-bl2-item-3,
	.ark-bl2-item-4,
	.ark-bl2-item-5,
	.ark-bl2-item-6,
	.ark-bl2-item-7 {
		grid-area: auto;
	}
	
	.ark-our-services-wrapper {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
    .tax-location_category .section-header-background.section-header-background-long {
        min-height: auto;
        max-height: 100%;
    }

    .tax-location_category .header-lower .header-lower-wrapper {
        padding: 20px 30px;
    }

    .tax-location_category .section-content-block .alignright,
    .tax-location_category .section-content-block .alignleft {
        float: none;
        display: block;
        width: 95%;
        margin: 0;
        margin-bottom: 20px;
        box-shadow: none;
    }

    .tax-location_category .index-services_cards {
        gap: 70px 50px !important;
    }

    .tax-location_category .features-wrapper {
        display: flex;
        flex-direction: column;
    }

    .tax-location_category .section-save-ares .row {
        display: flex;
        flex-direction: column;
    }

    .tax-location_category .section-single-faq .accordion-container {
        display: flex;
        flex-direction: column;
    }

    .tax-location_category .accordion-item .content {
        padding: 30px 0 0 0 !important;
    }

    .section-content-block .single-service-before-content-list ul {
        display: flex;
        flex-direction: column;
    }

    .single-service-after-content-list {
        grid-template-columns: 1fr 1fr;
    }
	
	.single-service-shortcode-block-list {
		display: flex;
		flex-direction: column;
	}
	
	.single-service-shortcode-block-list-item {
		grid-template-columns: 100px auto;
	}
	
	.footer-top {
		padding: 20px !important;
	}
	
	.footer-top__item.footer-top_phone {
		margin: 35px 0 !important;
	}
	
	.footer-top__item-wrapper br {
		display: none;
	}
}

@media (max-width: 576px) {
    .crm-form-steps-line-divider {
        width: 10%;
    }

    .crm-form-inputs-wrapper {
        display: block;
    }

/*     .home {
        max-height: 500px !important;
    } */

	#crm-scroll {
		max-height: none !important;
	}


    .tax-location_category .breadcrumbs-wrapper {
        display: none;
    }

    .tax-location_category .header-lower {
        margin: 0 15px;
        text-align: center;
    }

    .tax-location_category .header-lower .header-lower-wrapper {
        flex-direction: column;
        margin-top: -100px;
        padding: 40px 35px;
    }

    .tax-location_category .section-header-background {
        padding: 60px 0 185px 0;
    }

    .tax-location_category .rate-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        gap: 10px;
    }

    .tax-location_category .rate-inner p {
        margin-left: 0;
    }

    .tax-location_category .section-rating-links {
        margin-top: 60px;
    }

    .tax-location_category .features-custom-item i {
        font-size: 64px;
    }

    .tax-location_category .index-services_cards {
        display: flex !important;
        flex-direction: column;
        gap: 55px !important;
        align-items: flex-end;
    }

    .tax-location_category .index-services_cards .index-services_card:first-child,
    .tax-location_category .index-services_cards .index-services_card:nth-child(2),
    .tax-location_category .index-services_card {
        width: 95% !important;
        height: 370px !important;
    }

    .tax-location_category .index-services_card p,
    .tax-location_category .index-services_item-bg::before {
        display: none;
    }

    .tax-location_category .section-features-blocks {
        padding: 30px 0 60px 0;
    }

    .tax-location_category .section-save-ares .row>.col-lg-3 {
        width: 100% !important;
    }

    .tax-location_category .section-save-ares .row {
        gap: 30px;
    }

    .inst-feed-sect .sbi-owl-nav .sbi-owl-prev {
        margin: 0;
        position: absolute;
        top: 50% !important;
        left: 30px !important;
        margin-right: -50%;
        transform: translate(-50%, -50%) scale(.5) !important;
    }

    .inst-feed-sect .sbi-owl-nav .sbi-owl-next {
        margin: 0;
        margin-right: 0px;
        position: absolute;
        top: 50% !important;
        right: -20px !important;
        margin-right: 0;
        transform: translate(0, -50%) scale(.5) !important;
    }

    .inst-feed-sect .sbi-owl-item {
        margin: 0;
    }



    .new-blog-link {
        width: 100%;
    }

    .ark-overlay-call-me .popup-call-me {
        width: 90%;
    }

    .ark-inputs-flex {
        flex-direction: column;
    }

    .call-me-datepicker-wrapper {
        max-width: 100%;
    }

    .ark-inputs-at {
        display: none;
    }

    .popup-call-me .wpcf7-form.invalid .ark-inputs-flex {
        margin-bottom: 0;
    }

    .popup-call-me .wpcf7-form.invalid .ark-inputs-flex .crm-form-input {
        margin-bottom: 50px !important;
    }

    .popup-call-me .wpcf7-form.invalid .ark-inputs-flex .crm-form-input.crm-select {
        margin-bottom: 0 !important;
    }

    .section-home.ark-home video {
        display: none !important;
    }

    .single-service-shortcode-block>span,
    .single-service-before-content-block h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .single-service-before-content-block h2 {
        margin-bottom: 30px;
    }

    .single-service-shortcode-block {
        margin: 60px 0;
    }

    .single-service-shortcode-block::after {
        content: "";
        display: block;
        width: 200vw;
        height: 100%;
        background: #F8F8F8;
        position: absolute;
        top: 0;
        left: -100vw;
        z-index: -1;
    }

    .single-service-before-content-block-list-1 {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .single-service-before-content-block-list-2-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        display: list-item;
        column-count: 2;
		
		display: flex;
		flex-direction: column;
    }

    .single-service-before-content-block,
	.single-service-after-content-block {
        margin: 60px 0;
    }

    .single-service-after-content-block>span,
	.single-service-after-content-block-wrapper>span{
        font-size: 24px;
        line-height: 29px;
		margin-bottom: 25px;
    }
	
	.single-service-after-content-list div,
	.single-service-after-content-list a {
		padding: 40px 10px;
	}

    .section-content-block {
        overflow: hidden;
    }
	
	.single-service-shortcode-block-list-item span {
		width: 80px;
  		height: 80px;
	}
	
	.single-service-shortcode-block-list::after {
		left: 40px;
	}
	
	  .single-service-shortcode-block-list-item {
   		display: flex;
		  gap: 20px;
		  padding: 15px;
		  justify-content: center;
  }
	
	.single-service-shortcode-block-list-item img {
		margin: 0;
	}
	
	#sb_instagram .sbi_type_video .sbi_photo_wrap > .svg-inline--fa.fa-play,
	.content-block-features {
		display: none !important;
	}
	
	.ark-our-services-wrapper {
  		display: flex;
		flex-direction: column;
	}
}

@media (max-height: 576px) and (min-width: 992px) {
    .crm-form-steps-line {
        display: none;
    }
}

@media (max-height: 770px) and (min-width: 992px) {
    .crm-form form {
        padding: 10px;
    }

    .crm-form form>span {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .crm-form form>p {
        font-size: 12px;
        margin-bottom: 10px;
    }
	
	#crm-form br {
		display: none;
	}
	
	.crm-form-call-btn-wrapper {
		margin-bottom: 10px;
	}
	
	.crm-form-call-btn,
	.crm-form-prev-btn,
	.crm-form-next-btn {
		font-size: 12px;
		height: 40px;
	}
	
	.crm-form-input {
		padding: 3px 10px 3px 10px;
	}
	
	.crm-form-input select {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.crm-select::after {
		right: 10px;
	}
	
	.crm-form-input label p, .crm-form-input label u, .popup-call-me .crm-form-input p {
		font-size: 14px;
	}
	
	.crm-form-input input,
	.crm-form-input input:placeholder{
		font-size: 12px;
	}
	
	.section-home {
  height: auto;
}
	
	.crm-select {
		height: 57px;
	}
}

@media (max-height: 650px) and (min-width: 992px) {
	    .crm-form form>p {
        display: none;
    }
}


.slick-slide.slick-blog {
    margin: 0 10px; 
    height: auto; 
}

.slick-carousel {
    margin: 0 -10px; 
}

.slick-blog .blog-post-item {
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    background: #fff; 
}

.slick-blog .blog-post-item-image {
    flex-shrink: 0; 
}

.slick-blog .blog-post-item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.slick-blog .blog-post-item-title {
    flex-grow: 1; 
    min-height: 37px; 
    margin: 10px 0;
}

.slick-blog .blog-post-item-description {
    min-height: 70px; 
    margin-bottom: 10px;
}

.slick-blog .blog-post-item-readmore {
    flex-shrink: 0; 
    margin-bottom: 10px;
}


.ark-bc {
    margin: 0;
    padding: 25px 0 20px 0;
}

.ark-breadcrumbs-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
	margin-left: 0;
	padding-left: 0;
}

.ark-bc-divider {
    margin: 0 10px;
}

.ark-breadcrumbs-list a {
    color: #575554;
    font-size: 14px;
}

.ark-breadcrumbs-list a,
.ark-breadcrumbs-list span {
	font-size: 1rem;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
}

.ark-breadcrumbs-list,
.ark-breadcrumbs-list li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}