.pac-container.pac-logo::after {
    display: none !important;
}

.pac-container {
    z-index: 5 !important;
}

.fancybox-active .datepicker.active,
.fancybox-active .pac-container {
    z-index: 99999 !important;
}

body.compensate-for-scrollbar {
    overflow: visible;
}

/*
============================================================================
firstblock
============================================================================
*/

.firstblock {
    position: relative;
}

.firstblock__bg {
    padding-top: 50%;
    background-color: #f9f7f7;
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative;
    z-index: 1;
    min-height: 850px;
}

.firstblock__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}


.form-btn[disabled=disabled], button.form-btn:disabled {
    background: #9da8b0;
    border: 2px solid #9da8b0;
}


.firstblock-content__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #1D2935;
    padding-top: 75px;
}

.firstblock-content__subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #1D2935;
}

.rating-widget--home {
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1780px) {
    .rating-widget--home {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }

    .section-firstblock {
        position: relative;
        z-index: 3;
    }
}

.firstblock-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 60px;
    max-width: 1180px;
    margin: 0 auto;
}




.firstblock-review__action-dots .owl-dot {
    background: #DFEEF2;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
}

.firstblock-review__action-dots .owl-dot.active {
    background: #0091ff;
}

.firstblock-review__action {
    display: flex;
}

.firstblock-review__action-dots {
    flex-grow: 1;
}

.firstblock-main__form,
.firstblock-main__slider {
    background-color: #fff;
    width: calc(60% - 22px);
    min-width: calc(60% - 22px);
    box-shadow: 0px 22px 44px -12px rgba(140, 145, 151, 0.2);
    border-radius: 8px;
    padding: 20px 40px 30px 40px;
}

.firstblock-main__slider {
    width: calc(40% - 22px);
    min-width: calc(40% - 22px);
}



.firstblock-form__title {
    font-size: 24px;
    line-height: 36px;
    color: #263238;
    padding-bottom: 30px;
}

.firstblock-form__politic {
    font-size: 10px;
    line-height: 16px;
    color: #49525B;
}

.firstblock-review__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #1D2935;
}


.review-slider-item__image {
    max-width: 125px
}

.firstblock-review__action-nav button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: #0091ff;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: border 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    -o-transition: border 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: border 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    margin: 0 5px;
    box-shadow: 0px 16px 32px -2px rgba(0, 101, 177, 0.16);
}


/*= ===============================================
btn
================================================*/


.btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #0091ff;
    border: 2px solid #0091ff;
    border-radius: 50px;
    -webkit-box-shadow: 0px 16px 32px -8px rgba(0, 101, 177, 0.16);
    box-shadow: 0px 16px 32px -8px rgba(0, 101, 177, 0.16);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.btn:hover {
    color: #0091ff;
    background-color: transparent;
}

.btn-line {
    height: 40px;
    color: #0091ff;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #0091ff;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 32px -8px rgba(0, 101, 177, 0.16);
    box-shadow: 0px 16px 32px -8px rgba(0, 101, 177, 0.16);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.btn.btn-small {
    height: 40px;
    font-size: 14px;
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.btn.btn-form {
    width: 100%;
    border-radius: 5px;
    height: 40px;
}

.btn-loading::after {
    content: '';
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    margin-left: 10px;
    transition: transform 0.5s linear;
    animation: 0.5s linear loadingrotate infinite;
    display: inline-block;
    white-space: nowrap;
    flex-wrap: nowrap;
    position: relative;
    left: 5px;
}

@keyframes loadingrotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button[type="submit"][disabled] {
    background-color: #bbb !important;
    border-color: #ccc !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

.checkbox-txt a {
    color: #0091ff;
    text-decoration: underline;
}

/*= ===============================================
btn
================================================*/


.firstblock-review__action-nav button:hover {
    border: 1px solid #0091ff;
}

.firstblock-review__action-nav button.disabled {
    color: #bbbdbf;
    opacity: 0.5;
}


.review-slider-item__user {
    display: flex;
}

.user-review {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 25px;
}

.user-review__info {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.user-review__name {
    margin-left: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2935;
}

.user-review__avatar {
    background: #FFFFFF;
    border: 1px solid #DFEEF2;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 7px;
    max-width: 70px;
}


.user-review__avatar img {
    border-radius: 50%;
    width: 100%;
}

.user-review__fromto {
    font-size: 14px;
    line-height: 21px;
    color: #49525B;
}

.user-review__fromto span {
    font-size: 14px;
    color: #BCCACE;
    margin-right: 10px;
    min-width: 40px;
}

.user-review__fromto>div {
    display: flex;
}


.review-slider-item__rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.review-slider-item__text {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #49525B;
    padding-top: 20px;
}

.review-slider-item__text span {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.firstblock-review__action-nav {
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
}

.firstblock-review__action-btn {
    margin-left: 15px;
}

.firstblock-review__action-dots {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

    .firstblock-review__action {
        flex-wrap: wrap;
    }

    .firstblock-review__action-btn {
        margin-left: 0;
        padding-top: 15px;
        width: 100%;
        text-align: center;
    }

    .review-slider-item__text span {
        -webkit-line-clamp: 5 !important;
    }

    .user-review__avatar {
        padding: 4px;
        max-width: 58px;
    }

    .user-review__name {
        font-size: 14px;
        line-height: 18px;
    }

    .user-review__fromto,
    .user-review__fromto span {
        font-size: 12px;
        line-height: 16px;
    }


}

@media screen and (max-width: 1200px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 85%;
    }
}


@media screen and (max-width: 990px) {



    .firstblock__content {
        position: relative;
        padding-bottom: 18%;
    }

    .firstblock__bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-height: 850px;

        margin-left: -15vw;
        margin-right: -15vw;
    }

    .firstblock-main {
        flex-wrap: wrap;
    }

    .firstblock-main__form,
    .firstblock-main__slider {
        width: 100%;
    }

    .firstblock-main__slider {
        margin-top: 40px;
    }

}

@media screen and (max-width: 767px) {
    .firstblock__content {
        padding-bottom: 22%;
    }

    .firstblock__bg {
        margin-left: -40vw;
        margin-right: -40vw;
    }

}

@media screen and (max-width: 580px) {
    .firstblock__content {
        padding-bottom: 30%;
    }

    .firstblock__bg {
        margin-left: -50vw;
        margin-right: -50vw;
    }



}

@media screen and (max-width: 480px) {
    .firstblock-review__action {
        flex-wrap: wrap;
    }

    .firstblock-review__action-btn {
        margin-left: 0;
        padding-top: 15px;
        width: 100%;
        text-align: center;
    }


    .user-review__avatar {
        padding: 4px;
        max-width: 58px;
    }

    .user-review__name {
        font-size: 14px;
        line-height: 18px;
    }

    .user-review__fromto,
    .user-review__fromto span {
        font-size: 12px;
        line-height: 16px;
    }
}


@media screen and (max-width: 480px) {
    .user-review__avatar {
        padding: 4px;
        max-width: 55px;
        min-width: 55px;
    }

    .user-review__name {
        font-size: 14px;
        line-height: 17px;
    }

    .user-review__fromto span,
    .user-review__fromto>div {
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 5px;
    }
}

/* ========================================================================== */
/* ========================================================================== */

.services.services--home {
    padding-top: 45px;
}

.services.services--home .main-title {
    font-size: 32px;
    text-align: center
}

.services.services--home .container .main-subtitle {
    font-size: 24px;
    text-align: center
}

.services.services--home .container .txt p {
    padding-bottom: 20px;
}

.whyus.whyus--home .whyus-inner {
    background: #DFEEF2
}


section.ready-moved {
    background: #F5F5F5;
    margin-bottom: -25px;
}



.ready-moved {
    display: flex;
    align-items: center;

}



.ready-moved__text {
    flex-grow: 1;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #0091FF;
    text-align: center;
    padding: 30px 0;
}

.ready-moved__text span {
    color: #1D2935;
}

.ready-moved__image {
    width: 100%;
    max-width: 404px;
}

.ready-moved__image img {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 990px) {
    .ready-moved {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .ready-moved__text {
        padding: 30px;
        font-size: 25px;
        line-height: 140%;
    }

    .ready-moved__btn {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 580px) {
    .ready-moved__text {
        font-size: 20px;
    }
}

.homedesc {
    padding-top: 65px;
    padding-bottom: 45px;
}



/* --faq */

.section-faq {
    background-color: #F9F7F7;
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-faq__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #1D2935;
    padding-bottom: 45px;
}

.icon-cross {
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.icon-cross::before,
.icon-cross::after {
    display: inline-block;
    background: #1D2935;
    position: absolute;
    content: '';
}

.icon-cross::before {
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.icon-cross::after {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-item {
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DFEEF2;
    box-sizing: border-box;
    border-radius: 8px;
    box-sizing: border-box;
}



.faq__col {
    width: calc(50% - 15px);
}



.faq-item.open {
    box-shadow: 0px 22px 44px -12px rgba(140, 145, 151, 0.2);
}

.faq-item.open .faq-item__arrow svg {
    transform: rotate(-90deg);
}

.faq-item.open .faq-item__answer {
    max-height: 62.5rem;
    padding: 0 25px 25px 25px;
}



.faq-item.open .icon-cross::after {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 0px;
    background: #006bd2;
}

.faq-item__wrp {
    font-size: 16px;
    line-height: 150%;
    color: #49525B;
}

.faq-item__question {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    flex-direction: row-reverse;
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    color: #444549;
    font-size: 1.125rem;
    padding: 0 2.3125rem;
    font-weight: 400;
}

.faq-item__title {
    flex-grow: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1D2935;


}

.faq-item__arrow {
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.faq-item__arrow svg {
    transition: 0.3s ease;
}


@media screen and (max-width: 990px) {
    .faq__col {
        width: 100%;
    }

    .faq-item__title {
        font-size: 16px;
    }

    .faq-item__wrp {
        font-size: 14px;
    }

    .faq-item {
        margin-bottom: 15px;
    }
}

/* --faq end */
.truck-and-teams {
    background-repeat: no-repeat;
    background-position-x: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.truck-teams,
.truck-teams__items {
    display: flex;
    align-items: center;
}



.truck-teams__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #1D2935;
}

.truck-teams__subtitle {
    font-size: 20px;
    line-height: 150%;
    color: #49525B;
    padding-top: 25px;
}

.truck-teams__desc {
    max-width: 336px;
    margin-right: auto;
}

.whyus--home {
    background-color: #F9F7F7;
    padding-top: 55px;
}


.truck-teams__text {
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #49525B;
    padding-top: 20px;
}



.truck-teams__image {
    padding-top: 50%;
    position: relative;
    width: 100%;
}

.truck-teams__image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    margin-bottom: 0;
}

.truck-teams__item {
    width: 33.33%;
}

.truck-teams__items {
    max-width: 940px;
    width: 100%;
}

/* page details */

.services--details p {
    margin-top: 15px;
}

.tags__wrp {
    display: flex;
    justify-content: flex-start;
}


.tags label {
    border: 1px solid #DFEEF2;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 10px 18px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 125%;
    color: #49525B;
    cursor: pointer;
}

.tags input:checked~label {
    border: 1px solid #0091FF;
}

.tags label:checked {
    opacity: 0
}

.tags form input {
    display: none
}

.tags label .ic {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px
}

.tags__wrp form,
.tags__wrp form ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tags__wrp .btn {
    height: 41px;
    background: none;
    border-width: 1px;
    color: #0091FF;
    font-weight: normal;
    font-size: 16px;
    border-color: #DFEEF2;
}

.firstblock--services .firstblock__bg {
    padding-top: 32%;
    min-height: 610px;
}


.ourclients-detail {
    display: flex;
    justify-content: space-between;
}

.ourclients-detail>div {
    width: calc(50% - 20px);
}

.ourclients-detail .clients-inner {
    flex-direction: column;
}

.ourclients-details .clients-content {
    margin: 0px 35px 0px 0px;
    flex: auto;
    width: 100%;
    margin: 0;
}

.clients-logos {
    width: 100%;
    padding-top: 35px;
}


.ourclients-detail__text {
    font-size: 18px;
    line-height: 150%;
    color: #49525B;
}

.ourclients-detail__text p {
    margin-top: 15px
}

/* class li */

.ourclients-detail__list ul li {
    font-size: 16px;
    line-height: 150%;
    color: #49525B;
    padding: 13px 0;
    border-bottom: 1px solid #BCCACE;
    display: flex;
    align-items: center
}

.ourclients-detail__list ul li::before {
    content: '';
    width: 24px;
    min-width: 24px;
    margin-right: 25px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-image: url('/wp-content/themes/theme/images/common/checkmark.svg');
}

.ourclients-detail__list ul li:last-child {
    border-bottom: 1px solid transparent;
}

.ourclients-detail__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #1D2935;
}

.ourclients-detail__list {
    padding-top: 25px;
}

/* boxes */



.boxes-supplies__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 25px;
}

.boxes-supplies__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #49525B;
    padding-bottom: 25px;
}

.boxes-supplies__list>ul>li {
    font-size: 16px;
    line-height: 150%;
    color: #49525B;
}

.boxes-supplies__list>ul>li span {
    font-weight: bold;
}

.boxes-supplies__list>ul>li {
    line-height: 150%;
    color: #49525B;
    flex-wrap: wrap;
}

.boxes-supplies__list>ul>li>div {
    font-size: 16px;
    border-bottom: 1px solid #BCCACE;
    width: 100%;
    padding: 13px 0;
    display: flex;
    align-items: center;
}


.boxes-supplies__list>ul>li>div::before {
    content: '';
    width: 24px;
    min-width: 24px;
    margin-right: 15px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-image: url('/wp-content/themes/theme/images/common/checkmark.svg');
}

.ourclients-detail__list ul li:last-child {
    border-bottom: 1px solid transparent;
}

.boxes-supplies__sub>li {
    font-size: 16px;
    line-height: 150%;
    color: #49525B;
    padding: 13px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.boxes-supplies__sub>li::before {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 25px;
    margin-left: 7px;
    height: 8px;
    background-color: #0091FF;
    border-radius: 50%;
}

/* 10house */


.recommendation {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px
}

.recommendation>div {
    width: calc(50% - 25px);
}


.recommendation__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 25px;
}

.recommendation__desc {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #49525B;
    padding-bottom: 25px;
}


.recommendation {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    justify-content: space-between;
}

.recommendation>div {
    width: calc(50% - 25px);
}

.recommendation__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 25px;
}

.recommendation__desc {
    font-size: 18px;
    line-height: 150%;
    display: block;
    align-items: center;
    color: #49525B;
    padding-bottom: 25px;
}

.recommendation__desc p+p {
    margin-top: 15px;
}

.recommendation__listnumber li {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #49525B;
    padding-bottom: 20px;
}

.recommendation__list li {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #49525B;
    padding-bottom: 20px;
}

.recommendation__list li::before {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 25px;
    margin-left: 7px;
    height: 8px;
    background-color: #0091FF;
    border-radius: 50%;
}

.recommendation__listnumber {
    counter-reset: number 0;
}

.recommendation__listnumber li:before {
    counter-increment: number 1;
    content: counter(number);
    background: #0091FF;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    min-width: 24px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px
}

/* information */


.information {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px
}

.information>div {
    width: calc(50% - 25px);
}


.information__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 25px;
}

.information__desc {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #49525B;
    padding-bottom: 25px;
}


.information {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    justify-content: space-between;
}

.information>div {
    width: calc(50% - 25px);
}

.information__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 25px;
}

.information__desc {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #49525B;
    padding-bottom: 25px;
}



.information__list li {
    font-size: 16px;
    line-height: 150%;
    color: #49525B;
    padding: 13px 0;
    border-bottom: 1px solid #BCCACE;
    display: flex;
    align-items: center
}

.information__list li::before {
    content: '';
    width: 24px;
    min-width: 24px;
    margin-right: 25px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-image: url('/wp-content/themes/theme/images/common/checkmark.svg');
}

.information__listnumber {
    counter-reset: number 0;
}




.services-price-wrp {
    display: flex;
    justify-content: space-between;
}

.table__td {
    display: table-cell;
    padding-right: 45px;
}

.table__th,
.table__tr {
    display: table-row;
    width: 100%;
}

.services-price__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
}

.services-price__table .table__th {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #49525B;
    width: 100%;
}

.services-price__table {
    overflow-x: auto;
}

.services-price__table .table__td {
    line-height: 150%;
    color: #49525B;
    padding: 25px 22px;
    border-bottom: 1px solid #BCCACE;

}

.services-price__table .table__td:first-child {
    max-width: 445px;
    padding-left: 0;
}


.table-note {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #49525B;
    font-style: italic;
    padding: 20px 0;
}

.services-price {
    width: calc(70% - 25px);
}

.services-team {
    width: calc(30% - 25px);
}

/* team */

.services-team__profile {
    display: flex;
    align-items: center;
}


.services-team .owl-dot {
    background: #DFEEF2;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
}

.services-team .owl-dot.active {
    background: #0091ff;
}

.services-team-owl-nav button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: #0091ff;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: border 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    -o-transition: border 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: border 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    margin: 0 5px;
    box-shadow: 0px 16px 32px -2px rgba(0, 101, 177, 0.16);
}

.services-team__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.services-team__avatar .img {
    width: 100%;
    padding-top: 90%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.services-team__avatar {
    width: 100%;
    max-width: 171px;
    margin-right: 30px;
}

.services-team__name {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1D2935;
}

.services-team__post {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #49525B;
}

.services-team__desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #49525B;
    padding-top: 25px;
}

.services-team__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 30px;
}

.boxes-supplies--services .boxes-supplies__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boxes-supplies--services .boxes-supplies__list ul li {
    width: calc(50% - 20px)
}


@media screen and (max-width: 1430px) {

    .whyus-content__item-txt,
    .whyus-content__item-comment {

        font-size: 16px;
    }

    .truck-teams__text {
        font-size: 16px;
    }

    .ourclients-detail__text {
        font-size: 16px;
    }

    .truck-teams__subtitle {
        font-size: 16px;
    }

    .services-team__avatar {
        width: 100%;
        max-width: 100px;
    }

    .services-team__desc {
        font-size: 14px;
    }

    .services-team__name {
        font-size: 17px;
        line-height: 135%;
    }

    .table__th,
    .table__tr {
        display: table-row;
        width: 100%;
        font-size: 14px;
    }

    .services-price__table .table__th {
        font-size: 14px;
    }

    .table-note {
        font-size: 12px;
    }

    .services-price__table .table__td {
        padding: 17px 15px;
    }

    .recommendation__desc,
    .recommendation__list li,
    .recommendation__listnumber li {
        font-size: 16px;
    }
}


@media screen and (max-width: 1199px) {


    .tags__wrp li {
        padding-bottom: 10px;
    }

    .information {
        flex-direction: column;
    }

    .information>div {
        width: 100%;
    }

    .information__right {
        padding-top: 45px;
    }

    .section-firstblock.firstblock--services .firstblock__content {
        padding-bottom: 55px;
    }

    .recommendation__right {
        padding-top: 45px;
    }

    .recommendation {
        flex-direction: column;
    }

    .recommendation>div {
        width: 100%;
    }



    .boxes-supplies__desc,
    .boxes-supplies__list li {
        font-size: 16px;
    }


    .ourclients-detail {
        flex-direction: column;
    }

    .ourclients-detail__right {
        padding-top: 45px;
    }

    .ourclients-detail>div {
        width: 100%;
    }


    .truck-teams {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .truck-teams__desc {
        max-width: none;
        margin-right: 0;
        text-align: center;
        padding-bottom: 30px;
    }


}



@media screen and (max-width: 991px) {
    .services-price-wrp {
        flex-direction: column;
    }

    .services-price-wrp>div {
        width: 100%;
    }

    .services-team {
        padding-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .truck-teams__items {
        display: flex;
        flex-direction: column;
    }

    .truck-teams__item {
        width: 100%;
        max-width: 350px;
    }

    .recommendation {
        padding-bottom: 30px;
    }

    .recommendation,
    .whyus--home {
        padding-top: 30px;
    }

    .firstblock-content__title {
        font-size: 30px;
        line-height: 120%;
    }

    .firstblock-content__subtitle {
        font-size: 20px;
        line-height: 120%;
        padding-top: 30px;
    }

    .boxes-supplies--services .boxes-supplies__list ul li {
        width: 100%
    }
}

@media screen and (max-width: 580px) {

    .truck-teams__item {
        width: 100%;
        max-width: 230px;
        margin: 0;
        padding-bottom: 25px;
    }


    .information__desc,
    .information__list li {
        font-size: 14px;
    }

    .boxes-supplies__sub>li::before {
        margin-right: 10px;
    }

    
    .services-price__title {
        overflow-x: auto;
    }



    .recommendation__desc,
    .recommendation__list li,
    .recommendation__listnumber li {
        font-size: 14px;
    }

    .boxes-supplies__desc,
    .boxes-supplies__list li {
        font-size: 14px;
    }

    .ourclients-detail__text {
        font-size: 14px;
    }

    .ourclients-detail__list ul li {
        font-size: 14px;
    }

    /* ------ */

.services-price__table {
    overflow-x: auto;
    padding-top: 30px;
}
    
.table__th {
    display: none;
  }
  
  .services-price__table .table {
    display: block;
    min-width: auto;
  }
  
  .table__tr .table__td::before {
     content: attr(data-title);
     font-size: 12px;
     font-weight: bold;
      display: block
  }
  
  .table__tr {
    display: flex;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  
  .table__tr:nth-child(even) {
    background-color: #f4f4f4
  }
  
  .table__tr:last-child {
     border-bottom: 1px solid #ddd;
  }
  
  .services-price__table .table__td {
    display: block;
    border-bottom: none;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  
  .services-price__table .table__td:first-child {
      max-width: none;
      width: 100%
  }


}

@media screen and (max-width: 480px) {
    .firstblock-content__title {
        font-size: 24px;
        line-height: 120%;
    }

    .firstblock-content__subtitle {
        font-size: 18px;
        line-height: 120%;
        padding-top: 30px;
    }

    .firstblock-main__form,
    .firstblock-main__slider {
        padding: 10px 20px 20px 20px;
    }

    .whyus-nav__btn {
        padding: 10px 15px 10px 10px;
        width: 100%;
        font-size: 14px;
    }

    .firstblock-main {
        padding-top: 33px;
    }
}


/* ===========================================================
locations
===========================================================*/

.locations__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.locations__item {
    width: 16.6%;
    padding: 15px;
}

.locations-item {
    padding: 7px;
    background: #FFFFFF;
    border: 1px solid #DFEEF2;
    box-sizing: border-box;
    border-radius: 4px;
}

.locations-item__img .bgimage {
    padding-top: 40%;
    background-color: #eee;
    display: block;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.locations-item__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    text-transform: uppercase;
    color: #1D2935;
    justify-content: center;
    min-height: 50px;
    text-align: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: content-box;
}

.locations-item__link a {
    font-size: 14px;
    line-height: 20px;
    color: #BBBDBF;
    text-align: center;
    display: block;
}

.locations-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 9px;
}

.locations-item__link svg {
    margin-left: 15px
}


.locations-item .locations-item__link svg {
    fill: #BBBDBF;
}

.locations-item:hover .locations-item__link svg {
    animation: link-arrow-animate 0.4s linear 0s infinite alternate;
    fill: #0091ff;
}

.locations-item:hover .locations-item__link a {
    color: #0091ff
}

.locations-item:hover {
    border-color: #0091ff;
    transition: 0.4s ease;
}

.locations-item__txt span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.location__page {
    padding-top: 45px;
}



@media screen and (max-width: 1430px) {
    .locations__item {
        width: 20%;
    }
}

@media screen and (max-width: 1199px) {
    .locations__item {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .locations__item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .locations__list {
        margin-left: -7px;
        margin-right: -7px;
    }

    .locations__item {
        padding: 7px;
    }
}

@media screen and (max-width: 580px) {
    .locations__item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .locations-item__img .bgimage {
        padding-top: 50%;
    }

    .locations-item__txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 359px) {
    .locations__item {
        width: 100%;
    }
}

/* ===========================================================
locations acrd
===========================================================*/

.locations-footer__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.locations-footer__item {
    width: 50%;
    padding: 15px;
}

.card-text__content {
    padding: 44px;
}

.card-text {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.card-text__bg {
    background-color: #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-text__content {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.card-text__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.card-text__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 0px;
    height: 65px;

    display: flex;
    align-items: center;
}

.card-text__subtitle span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-text__btn {
    padding-top: 0 px;
}

.card-text__btn .btn:hover {
    color: #fff;
    border-color: #fff;
}

@media screen and (max-width: 1430px) {
    .card-text__title {
        font-size: 22px;
        line-height: 36px;
    }

    .card-text__subtitle {
        font-size: 14px;
        line-height: 140%;
    }

    .card-text__content {
        padding: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .card-text__content {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .card-text__title {
        font-size: 18px;
        line-height: 30px;
    }

    .card-text__subtitle {
        font-size: 13px;
        line-height: 140%;
    }

    .card-text__content {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 767px) {
    .locations-footer__list {
        flex-direction: column;
    }

    .locations-footer__item {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .card-text__content {
        padding: 25px 25px;
    }
}


/* ===========================================================
top-menu
===========================================================*/


.menu-item-has-children>ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px 0;
    width: 100%;
    min-width: 260px;
    top: 48px;
    padding-top: 0;
}

@media screen and (min-width: 1200px) {

    .menu-item-has-children.open ul,
    .menu-item-has-children:hover ul {
        display: block;
    }


    .menu-item-has-children>ul li a:hover {
        background-color: #0091ff;
        color: #fff;
    }

}

@media screen and (min-width: 992px) {

    .pac-container {
        border-radius: 0 !important;
        border-top: none !important;
        z-index: 5 !important;
    }
}



.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>ul li a {
    padding: 15px 15px;
    display: block;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #eeee
}


.header-menu__list {
    height: 100%;
}

.header-menu__list>li {
    margin: 0px 20px;
    height: 48px;
    display: flex;
    align-items: center;
}



.header-menu__list>li>a {
    display: flex;
    align-items: center;
}

.menu-item-has-children>a .arrow-menu {
    width: 18px;
    height: 14px;
    display: inline-block;
    background-color: #eee;
    margin-left: 10px;
    background: url("/wp-content/themes/theme/images/icons/arr-dwn.svg") center/14px 8px no-repeat;
    transition: 0.4s ease;
}

.menu-item-has-children.open>a .arrow-menu {
    transform: rotate(180deg);
}

.menu-item-has-children.open>a {
    color: #0091ff;
}

/* @media screen and (max-width: 1430px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 359px) {} */

@media screen and (max-width: 1430px) {}

@media screen and (max-width: 1200px) {
    .menu-item-has-children>ul {
        position: relative;
        top: 0;
    }

    .header-menu__list>li {
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .header-menu__list>li>a {
        display: block;
    }

    .header-menu__list>li>a {
        padding: 15px 0;
    }

    .menu-item-has-children.open>ul {
        display: block;
        padding-bottom: 0;
    }

    .menu-item-has-children.open>ul li:last-child a {
        border: none;
    }

    .menu-item-has-children>ul li a {
        background: whitesmoke;
        border-color: #f5f5f5;
        font-size: 16px;
        font-weight: 500;
    }


}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 580px) {
    .header-menu__list>li {
        align-items: flex-start;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 359px) {}

/* =======================================================
locations detais
=======================================================*/

.firstblock--services .firstblock__bg {
    background-color: #fff;
}

.firstblock--services .firstblock-main__form,
.firstblock--services .firstblock-main__slider {
    border: 1px solid #BBBDBF;
}

.services.services--locations .main-title {
    font-size: 32px
}

.services.services--locations {
    padding-top: 55px;
}

.page-details-description p {
    margin-bottom: 25px;
}

/* =======================================================
locations cary
=======================================================*/

.location-cary__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1D2935;
    padding-bottom: 25px;
}

.location-cary__text blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #49525B;
    margin-bottom: 15px;
    display: block;
}


.location-cary__text p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #49525B;

    margin-bottom: 15px;
}

.location-cary__text img {
    width: auto;
    max-width: 100%;
    margin: 15px 0;
    border-radius: 8px;
}

.boxes-supplies {
    background-color: #F9F7F7;
    padding-top: 55px;
    padding-bottom: 55px;
}

.section-boxes-supplies.boxes-supplies--services {
    background: #F9F7F7;
}

.section-services-price {
    padding-top: 55px;
}

.ourclients-details.ourclients-details--details {
    background-color: #f9f7f7;
    padding-top: 55px;
    padding-bottom: 55px;
}

#our {
    padding-top: 55px;
    padding-bottom: 55px;
}


@media screen and (max-width: 1430px) {

    .location-cary__text p,
    .location-cary__text blockquote {
        font-size: 16px;
    }

    .location-cary__title,
    .services.services--locations .main-title,
    .truck-teams__title,
    .services-price__title,
    .services-team__title,
    .information__title,
    .services.services--home .main-title,
    .ourclients-detail__title {
        font-size: 30px;
    }
}



@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {

    .services.services--home .container .main-subtitle {
        font-size: 16px;
    }


    .location-cary__title,
    .services.services--locations .main-title,
    .truck-teams__title,
    .services-price__title,
    .section-faq__title,
    .services-team__title,
    .information__title,
    .services.services--home .container .main-title,
    .ourclients-detail__title {
        font-size: 26px;
    }

    .section-services-price,
    .services.services--locations,
    .ourclients-details.ourclients-details--details,
    .homedesc,
    .information,
    #our,
    .boxes-supplies {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 580px) {

    .services.services--home .container .main-subtitle {
        font-size: 14px;
    }

    .location-cary__text p,
    .location-cary__text blockquote {
        font-size: 14px;
    }

    /* .rating-widget__inner {
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: auto;
    }

    .rating-widget__item:first-child {
        margin-left: 0;
    } */
}

@media screen and (max-width: 480px) {

    .section-services-price,
    .ourclients-details.ourclients-details--details,
    .services.services--locations,
    .homedesc,
    #our,
    .information,
    .boxes-supplies {
        padding-top: 30px;
        padding-bottom: 30px;
    }


}

@media screen and (max-width: 359px) {}

/* =======================================================
locations info
=======================================================*/


.location-info {
    display: flex;
    align-items: stretch;
    border: 16px solid #f9f7f7;
    border-radius: 8px;
    padding: 25px;
}

.location-info__middle {
    flex-grow: 1;
}

.location-info__right-list {
    display: flex;
    margin-top: auto;
}

.section-location-info {
    padding-top: 45px;
    padding-bottom: 45px;
}

.location-info__left-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #0091FF;
    padding-bottom: 25px;
}

.location-info__middle-subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #49525B;
}

.location-info__middle-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 150%;
    color: #1D2935;
    margin-bottom: -9px;
}

.location-info__right-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #0091FF;
}

.location-info__right-subtitle {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #49525B;
    padding: 10px 0;
}

.location-info .bgimage {
    padding-top: 48%;
    display: block;
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.location-info__right-item {
    width: 33.33%;
    max-width: 160px;
    margin: auto;
}

.location-info__right {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.location-info__right-item>.location-info__right-title {
    text-align: center;
    padding-bottom: 0px;
}

.location-info__right-title {
    padding-bottom: 25px;
}

.location-info__left {
    display: flex;
    flex-direction: column;
}

.location-info__left-img {
    margin-top: auto;
}

.location-info__middle {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.location-info__right>.location-info__right-title {
    padding-left: 25px;
    padding-bottom: 15px;
}

@media screen and (max-width: 1430px) {

    .location-info__right>.location-info__right-title {

        padding-bottom: 15px;
    }

    .location-info__left-title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .location-info__middle-title {
        font-size: 26px;
        white-space: nowrap;
    }

    .location-info__middle-subtitle {
        font-size: 15px;
    }

    .location-info__right-title {
        font-size: 20px;
    }

    .location-info__right-subtitle {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {

    .location-info__right>.location-info__right-title,
    .location-info__left-title {
        font-size: 18px
    }

    .location-info__middle-title {
        font-size: 22px;
    }

}

@media screen and (max-width: 991px) {
    .location-info {
        flex-wrap: wrap;
    }

    .location-info__right {
        width: 100%;
        padding-top: 30px;
    }

    .location-info__left {
        width: 50%;
    }

    .location-info__middle {
        width: 50%;
    }

    .location-info__middle-title {
        font-size: 29px;
    }
}

@media screen and (max-width: 767px) {
    .location-info__middle-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 580px) {

    .location-info__left {
        width: 100%;
    }

    .location-info__middle {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;

    }

    .location-info__right>.location-info__right-title {
        padding-left: 0
    }

    .location-info__right-subtitle {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .location-info__right-list {
        flex-wrap: wrap;
    }

    .location-info__right-item {
        width: 100%;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 359px) {
    .header-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
        flex: 0 0 110px;
        width: 110px;
        height: 40px;
    }
}


/* ============================================
page 404
============================================*/


.page-not-found {
    background-color: #0091ff;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: 89vh;
    font-size: 16px;
    line-height: 24px;
    color: #BBBDBF;
}


.page-not-found__breadcrumb ul {
    display: flex;
    color: #fff;
}

.page-not-found a {
    color: #fff;
}


.page-not-found__breadcrumb ul>li {
    padding: 0px 15px 0px 0px;
    margin: 0px 10px 0px 0px;
    position: relative;
    white-space: nowrap;
    color: #BBBDBF;
    font-size: 16px;
}

.page-not-found__breadcrumb ul>li:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}

.page-not-found__breadcrumb ul>li:last-child {
    padding: 0;
}

.page-not-found__breadcrumb ul>li:last-child:after {
    display: none;
}

.page-not-found__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: auto;
    padding-top: 15px;
}

.page-not-found__subtitle {
    font-size: 24px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
}

.page-not-found__img {
    max-width: 885px;
    margin: 0 auto;
    width: 100%;
}

.page-not-found__img .bgimage {

    padding-top: 64%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;

}



.page-not-found .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sections-locations-footer--404 {
    padding-top: 65px;
    padding-bottom: 40px;
}


.page-not-found .container {
    min-height: 95vh;
}

@media screen and (max-width: 991px) {
    .page-not-found {
        min-height: 95vh;
    }

    .page-not-found .container {
        min-height: 95vh;
    }
}

@media screen and (max-width: 580px) {
    .page-not-found__img {
        margin-bottom: auto;
    }

    .page-not-found__subtitle {
        font-size: 16px;
        padding-bottom: 40px;
    }

    .page-not-found__title {
        font-size: 30px;
    }


}

/* =========================================== */
/* popuup callcack */
/* =========================================== */


.popup-callback {
    border-top: 4px solid #0091FF;
    max-width: 450px;
    border-radius: 4px;
    padding: 25px;
    display: none;
}

.popup-getaquote {
    display: none;
}


.popup-callback__title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #263238;
    padding-bottom: 20px;
}

.popup-callback__subtitle {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #49525B;
    padding-bottom: 25px;
}

.popup-callback__form {
    font-size: 10px;
    line-height: 16px;
    color: #49525B;
}

.popup-callback__form {
    max-width: 310px;
    margin: 0 auto;
}

.main-form__col2 {
    display: flex;
    justify-content: space-between
}

.main-form__col2>div {
    width: calc(50% - 5px)
}

.popup-getaquote__wrp .select-list,
.popup-callback__wrp .select-list {
    top: auto;
    bottom: calc(100% + 5px);
}

/* =========================================== */
/* popuup getaguote */
/* =========================================== */


.popup-getaquote__title {
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 36px;
    color: #263238;
}

.popup-getaquote {
    width: 100%;
    max-width: 690px;
    border-top: 4px solid #0091ff;
    border-radius: 4px;
}


/* =========================================== */
/* widget */
/* =========================================== */



.item-widget-rating {
    display: flex;
}

.item-widget-rating__logo {
    width: 25%;
    padding: 10px
}

.item-widget-rating__main {
    width: 75%;
}

.item-widget-rating__logo .bgimage {
    padding-top: 100%;
    background-size: contain;
    display: block;
}

.item-widget-rating__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #49525B;
}

.item-widget-rating__count {
    font-size: 10px;
    line-height: 16px;
    color: #49525B;
}


.item-widget-rating__star {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.item-widget-rating__star>span {
    font-weight: bold;
    font-size: 16px;
    color: #FF5447;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.item-widget-rating__star .star-rating {
    font-size: 22px
}

.item-widget-rating {
    padding: 10px;
    padding-left: 5px;
}


.rating-widget__item {
    position: relative;
    transition: 0.4s ease;
}

.item-widget-rating__link a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.rating-widget__item:hover {
    background: #eaebf3
}

/* ================================================================
formated text
================================================================*/

.formated-text {
    line-height: 140%
  }
  
  .formated-text h1,
  .formated-text h2,
  .formated-text h3,
  .formated-text h4,
  .formated-text h5,
  .formated-text h6{
    font-weight: bold;
    line-height: 140%;
    color: #1D2935;
    margin: 10px 0;
    margin-bottom: 20px;
  }
  
  
  .formated-text h1 {
    font-size: 40px;
  }
  
  .formated-text h2 {
    font-size: 32px; 
  }
  
  .formated-text h3 {
    font-size: 24px;
  }
  
  .formated-text h4 {
    font-size: 18px;
  }
  
  .formated-text h5 {
    font-size: 16px;
  }
  
  .formated-text h6 {
    font-size: 14px;
  }
  
  .formated-text p {
     margin: 10px 0;
     
  }
  
  .formated-text ul li {
     list-style-type: disc
  }
  
  .formated-text ul,
  .formated-text ol{
    padding-left: 30px;
    margin: 15px 0;
  }
  
  .formated-text ul li,
  .formated-text ol li{
    margin-bottom: 5px
  }
  
  .formated-text a {
    color: #0091ff;
    text-decoration: underline;
  }
  
  .formated-text blockquote{
    background: #eee;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0;
  }
  
  .formated-text blockquote::before{
    content: '"';
    padding-right: 5px;
    font-size: 22px;
    line-height: 100%;
    position: relative;
    top: 5px;
    color: #aaa
  }
  
  .formated-text blockquote::after{
    content: '"';
    padding-left: 5px;
    font-size: 22px;
    line-height: 100%;
    position: relative;
    top: 5px;
    color: #aaa
  }

@media screen and (max-width: 1430px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px) {

    .formated-text h1,
    .formated-text h2,
    .formated-text h3,
    .formated-text h4,
    .formated-text h5,
    .formated-text h6{
        font-weight: bold;
        line-height: 140%;
        color: #1D2935;
        margin: 10px 0;
        margin-bottom: 10px;
    }

    .formated-text h1 {
        font-size: 32px;
      }
      
      .formated-text h2 {
        font-size: 27px; 
      }
      
      .formated-text h3 {
        font-size: 19px;
      }
      
      .formated-text h4 {
        font-size: 17px;
      }
      
      .formated-text h5 {
        font-size: 15px;
      }
      
      .formated-text h6 {
        font-size: 13px;
      }

      .formated-text blockquote{
        font-size: 14px;
      }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 359px) {}
  
  