@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.poppins {
    font-family: 'Poppins', sans-serif !important;
}

.rubik {
    font-family: 'Rubik', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

.gray_color {
    color: #606060 !important;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
}

.p_gray {
    color: #636363 !important;
    font-size: 14px;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}



.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.panel_space {
    padding: 60px 0;
}

p {
    font-size: 16px;
    line-height: 152.5%;
    letter-spacing: 0.01em;
    color: #606060;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
}

/* nav bar  */

.top_header {
    background-color: #3FBCB2;
    padding: 6px 0;
}

.nav_mail {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.top_header p {
    font-weight: 500;
    font-size: 15px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

header {
    box-shadow: 0px 3px 5px rgb(0 0 0 / 15%);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(239 34 61);
}

.navbar-dark .navbar-nav .nav-link {
    color: #1B1919;
    font-size: 15px;
    padding: 0 20px;
}

.call_icon {
    background-color: #3FBCB2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.call_dtl {
    width: 490px;
    position: relative;
    padding: 13px 23px 13px 0;
}

.get_btn {
    padding: 13px 20px;
    background-color: #EE2242;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase
}

.call_dtl:after {
    content: '';
    position: absolute;
    top: 0;
    right: -62px;
    background-color: #288C81;
    width: 108%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.nav_call {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
}

.call_dtl span {
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px;
    position: relative;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(28, 30, 30, 0.78) 0%, rgba(15, 15, 15, 0.0312) 96.79%);
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

/* nav bar  */
/* banner css */

.banner_subtitle {
    display: block;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.banner_title {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
}

.banner .get_btn {
    background-color: #fff;
    text-transform: uppercase;
    color: #2B2525;
    display: inline-flex;
}

/* banner css */

.pnl_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
}

.plan_shift p {
    max-width: 1000px;
    margin: 0 auto;
}

.plan_shift {
    border-bottom: 1px solid #AFAFAF;
}

.best_service {
    position: relative;
}

.best_service_box {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.best_service_box img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.best_service_box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fad_box {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #288C81 0%, rgba(196, 196, 196, 0) 100%);
    width: 100%;
    padding: 24px 15px;
    transition: all .5s ease-in-out;
}

.fad_box span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
}


.work_box {
    position: relative;
}

.w-icons {
    margin-bottom: 40px;
}

.work_lovers {
    margin-bottom: 40px;
}

.dot_lin {
    position: absolute;
    top: 6px;
    right: -64px;
    text-align: end;
}

.dot_lin img {
    width: 100%;
}

.dot_lin_light {
    top: 73px !important;
}

.work_box2 {
    padding-left: 72px;
}

.dot_lin_light {
    top: 85px !important;
    right: -125px;
}

.work_box3 {
    padding-left: 130px;
}

.dot_lin_light3 {
    right: -179px;
}

.best_service::after {
    content: '';
    background-image: url(../images/bg-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.best_service .container {
    position: relative;
    z-index: 1;
}

.goveguru {
    height: 483px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.goveguru .container,
.goveguru .remover-container {
    position: relative;
    z-index: 1;
}

.goveguru:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    top: 0;
    left: 0;
}

.goveguru h2 {
    font-weight: 600;
    font-size: 45px;
    color: #FFFFFF;
}

.goveguru p {
    color: #FFFFFF;
}

.goveguru .get_btn {
    margin-top: 46px;
}

.moving_service {
    background-color: #E9F6F5;
}

.bst_move_cnt {
    padding-top: 10px;
}

.hi_text {
    font-weight: 600;
    font-size: 63px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #288C81;
}

.welcome {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #000;
}

.bst_move_title {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1;
}

.bst_move_cnt_title {
    font-weight: 500;
    color: #222220;
    margin-bottom: 20px;
}

.bst_move_list {
    margin-top: 25px;
    padding-left: 25px;
}

.bst_move_list li {
    position: relative;
    margin-bottom: 12px;
}

.bst_move_list li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -25px;
    background-image: url(../images/icons/check.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.bst_move_cnt .get_btn {
    margin-top: 20px;
}

.footer {
    background-color: #2A8B81;
}

.footer_logo_box {
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.footer_logo_box p {
    font-size: 14px;
    line-height: 147.5%;
    letter-spacing: 0.02em;
    color: #696969;
    margin: 30px 0 25px;
}

.footer_logo_box a {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #565656;
}

.footer_logo_box a:last-child {
    margin-bottom: 0px;
}

.footer_title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFF;
}

.footer_nave_list {
    columns: 2;
}

.footer_nave_list li {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #B7F3ED;
}

.touch_us {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #B7F3ED;
}

.footer_sub {
    margin-top: 30px;
}

.footer_sub .get_btn {
    background: #EC223F;
    border-radius: 0px 3px 3px 0px;
    font-size: 14px;
    color: #fff;
    height: 48px;
    padding: 0px 23px;
    border: 0;
    border-left: 1px solid #EC223F;
}

::placeholder {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #BCBCBC;
}

.coppy_right {
    color: #fff;
}

.coppy_right p,
.coppy_right a {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #B7F3ED;
}

.coppy_right {
    color: #fff;
    padding: 40px 0 18px;
}

/* :hover */

.get_btn {
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.get_btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #EE2242; */
    z-index: -2;
}

.get_btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #d61f1f;
    transition: all 0.3s;
    z-index: -1;
}

.get_btn:hover {
    color: #fff;
}

.call_dtl .get_btn:after,
.goveguru .get_btn:after,
.footer_sub .get_btn:after {
    background-color: #EE2242;
}

.call_dtl .get_btn:before,
.goveguru .get_btn:before,
.footer_sub .get_btn:before {
    background-color: #fff;
}

.call_dtl .get_btn:hover,
.goveguru .get_btn:hover,
.footer_sub .get_btn:hover {
    color: #000;
}

.get_btn:hover:before {
    width: 100%;
}

/* side hover effect */

.goveguru::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.goveguru:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* side hover effect */
/* :hover */
/* residensional */

.cms_banner {
    height: 420px;
}

.printable_check {
    background-color: #F0F0F0;
}

.packing_tips {
    border-bottom: 1px solid #AFAFAF;
}

.res_service::after {
    display: none;
}

.cont_label {
    display: block;
    font-size: 20px;
    color: #606060;
}

.cont_left_panel_box a {
    font-weight: 500;
    font-size: 25px;
    line-height: 171%;
    letter-spacing: 0.01em;
    color: #333333;
}

.cont_left_panel_box {
    margin-bottom: 30px;
}

.cont_left_panel_box ul li a {
    width: 40px;
    height: 40px;
    background-color: #e9e9e9;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
}

.cont_left_panel_box ul li {
    display: inline-block;
}

.cont_left_panel_box ul {
    padding-top: 14px;
}

.cont_left_panel_box ul li a .fa {
    transition: all 0.5ms ease-in-out;
}

.cont_left_panel_box ul li a:hover .fa {
    transform: scale(1.2);
}

.cont_right_panel .form-select {
    font-size: 15px;
}

.cont_right_panel .form-control,
.cont_right_panel .form-select {
    color: #606060;
    height: 50px;
    border-color: #C5C5C5;
    line-height: 50px;
    padding: 0 13px;
}

.textarea {
    color: #777777;
    border: 1px solid #C5C5C5;
    border-radius: 2px;
    min-height: 273px;
}

.cont_right_panel .pnl_title.poppins {
    margin-bottom: 38px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

#email-subscribers-form-4 #es_form_f1-n1 {
    display: flex;
}

#email-subscribers-form-4 #es_form_f1-n1 .es-field-wrap:first-child {
    display: none;
}

.sub-menu-toggle {
    display: none;
}

.nav_dropdown {
    position: relative;
}

.nav_dropdown:after {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-bottom: 1px solid #1B1919;
    border-right: 1px solid #1B1919;
    font-size: 0;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(45deg);
    border-color: #7E7E7E;
    transition: all .2s ease-in-out;
    content: '';
}

.nav_dropdown:hover:after {
    border-color: #288c81 !important;
    transform: rotate(225deg);
    top: 10px;
}

.sub_menu_dropdown {
    position: absolute;
    top: 17px;
    padding: 29px 0 0 0;
    width: 290px;
    opacity: 0;
    display: inherit;
    visibility: hidden;
    z-index: -1;
    display: none;
}

.nav_dropdown:hover .sub_menu_dropdown {
    visibility: visible;
    opacity: 1;
    z-index: inherit;
    margin-top: 0px;
    z-index: 999;
    display: block;
}

.sub_menu_dropdown .sub-menu {
    background-color: #fff;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 15%);
    padding: 0 0 9px 0;
    transition: all .2s ease-in-out;
    border-top: 3px solid #288c81;
}

.sub-menu li a {
    display: block;
    padding: 5px 16px !important;
    position: relative;
}

.sub-menu li a::before {
    content: "";
    position: relative;
    top: -5px;
    width: 0px;
    height: 1px;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.sub-menu li a:hover:before {
    background: #288c81;
    margin-right: 5px;
    width: 15px;
}

.emaillist {
    display: flex;
    width: 100%;
    align-items: center;
}

.gjs-cell .es-email input {
    width: 100%;
    height: 48px;
    margin: 0;
    border: 0 !important;
    border: 0 !important;
    border-radius: 2px 0 0 2px !important;
    padding: 0 13px;
}

.es-submit input {
    margin: 0;
    bottom: 0;
    border: 0 !important;
    border-radius: 0 2px 2px 0 !important;
    height: 48px;
    padding: 0 27px !important;
    background-color: #EE2242;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.es-email {
    width: 290px;
}

/* residensional */

.footer-nav-lis {
    column-count: 2;
}

.footer-nav-lis li a {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #B7F3ED;
    padding: 0 0 13px 0;
    font-family: 'Poppins', sans-serif !important;
}

.footer-nav-lis li a:hover,
.nav_mail:hover {
    color: #ee2242;
}

.get_btn {
    padding: 10px 20px;
}

.free_quote .get_btn {
    padding: 10px 20px;
}

.modal-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #333333;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #ffff;
    background: transparent url(../images/cross.svg);
    border-radius: 0.25rem;
    opacity: 1;
    position: absolute;
    right: -40px;
    top: 6px;
}

.policy_list li {
    margin-bottom: 20px;
}

.policy_list li:last-child {
    margin-bottom: 0px;
}

/* .w-icons {
        animation: heartbeat 1s infinite alternate;
    } */

/* .w-icons-one{
        animation: heartbeat .6s ease-in-out alternate infinite;
    }
    .w-icons-two{
        animation: heartbeat .6s ease-in-out alternate .4s infinite;
        
    }
    .w-icons-three{
        
        animation: heartbeat .6s ease-in-out alternate .6s infinite;
    }
    .w-icons-four{
        animation: heartbeat .6s ease-in-out alternate .8s infinite;

    } */

@keyframes heartbeat {
    /* to {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        } */
    /* 100% { transform: scale(1.1); } */
}



.banner .get_btn:hover span img:first-child {
    display: none;
}

.banner .get_btn span img:last-child {
    display: none;
}

.banner .get_btn:hover span img:last-child {
    display: inline-block;
}

.banner .get_btn span img {
    width: 21px;
    margin-left: 4px;
}



.banner .get_btn span {
    display: inline-block;
    overflow: hidden;
    margin-left: 4px;
}

.banner .get_btn span img {
    animation: a5 .6s infinite;
    transform: translate(calc(0% + var(--s, 0%)));
    animation: a5 1s infinite;
    transform: translate(calc(0% + var(--s, 0%)));
}

.banner .get_btn span img {
    --s: -100%;
}



@keyframes a5 {

    80%,
    100% {
        transform: translate(calc(100% + var(--s, 0%)))
    }
}


.review-coment p {
    font-size: 15px;
}

.review-coment h6 {
    text-align: center;
}


.cont_right_panel p {
    width: 100%;
    margin-bottom: 0;
}



.reveiw-form .comment-metadata,
.reveiw-form .comments-title,
.says,
.reveiw-form .reply,
.reveiw-form .comment-reply-title,
.reveiw-form .comment-notes {
    display: none;
}

.fn a {
    color: #000;
}

.comment-slide .comment {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 253px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.phone-no {
    display: none;
}

.comment-form-phone {
    clear: both;
}

.reveiw-form label {
    display: block;
}

.comment-form-author {
    width: 48%;
    float: left;
}

.comment-form-email {
    float: right;
    width: 48%;
    margin-left: 5px;
}

.comment-form input,
.comment-form-comment textarea {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.comment-form-cookies-consent input {
    width: 20px;
}

.form-submit {
    padding: 3px 12px;
    background-color: #EE2242;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}

.form-submit input {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.reveiw-form .owl-dots {
    text-align: center;
    padding-top: 22px;
}


.comment-body {
    display: flex;
    flex-direction: column-reverse;
}

.comment-content {
    height: 150px;
    overflow: auto;
    margin-bottom: 9px;
    font-size: 15px;
    word-break: break-all;
}

.cont_right_panel .comments-title,
.cont_right_panel .comment-list {
    display: none;
}

.cont_right_panel .text-center.pt-3.pt-md-5 {
    padding-top: 0 !important;
    position: absolute;
    bottom: -6px;
    right: 102px;
}

.cont_right_panel .comment-form-author {
    width: 48%;
    float: left;
}

.comment-form-email {
    float: right;
    width: 48% !important;
    margin-left: 5px;
}

.comment-form p {
    margin-bottom: 20px !important;
}

.comment-form .form-submit {
    display: inline-block !important;
    width: auto;
}


.removal-after .goveguru:after {
    display: none !important;
}


.what-we-Haul .bst_move_list li {
    display: inline-block;
    width: 49%;
}



.post-card-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
}

.post-card {
    overflow: hidden;
    background: #fff;
    transition: background 0.3s;
}

.recent-post-img {
    width: 100%;
    height: 284px;
}

.img-coverd {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.post-body {
    padding: 30px 0;
}

.post-title {
    color: #161730;
}

.weight-600 {
    font-weight: 600 !important;
}

.text-24 {
    font-size: 24px !important;
}

.post-link-icon {
    transition: transform 0.3s ease;
    float: right;
}

.post-card-link:hover .post-link-icon {
    transform: rotate(45deg);
}



/* pagination of blog css */

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background-color: #0073aa;
    color: white;
}

.pagination .page-numbers:hover {
    background-color: #ccc;
}


.single-post .footer {
    margin-top: 60px;
}



.navigation.post-navigation {
    display: none;
}

.post-thumbnail img {
    max-width: 100% !important;
    width: 100% !important;
}


.thank-you-container {
    background: #fff;
    padding: 48px 32px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
    max-width: 550px;
    text-align: center;
    margin: 90px auto;
}

.thank-you-icon {
    font-size: 54px;
    color: #27ae60;
    margin-bottom: 16px;
}

.thank-you-container h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 16px;
}

.thank-you-container p {
    color: #666;
    font-size: 1.08rem;
    margin-bottom: 32px;
}


@media (max-width: 500px) {
    .thank-you-container {
        padding: 32px 10px;
    }
}