@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&display=swap);
*,
.quality .pic figure,
.relocation figure,
footer p,
ul {
    margin: 0
}

.enquery .title,
.theme-heading {
    text-transform: uppercase;
    letter-spacing: 1px
}

body,
h6 {
    font-weight: 400
}

.faq form button,
.steps ul+p {
    margin-top: 20px
}

.contact-badge,
.details,
.enquery,
.modal-content,
.quality,
.testimonial {
    overflow: hidden
}

* {
    padding: 0
}

body {
    font-family: 'Libre Franklin', sans-serif;
    color: #282828;
    line-height: 1
}

.text-red,
a {
    color: #c90010
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 17px
}

h6,
p {
    font-size: 16px;
    line-height: 24px
}

a {
    text-decoration: none !important
}

.theme-heading {
    font-weight: 700;
    margin-bottom: 15px
}

.cmn-padding {
    padding: 50px 0
}

img {
    max-width: 100%
}

ul li {
    list-style: none
}

.listing li {
    position: relative;
    padding-left: 33px;
    line-height: 24px;
    padding-bottom: 10px
}

.cmn_list li:last-child,
.listing li:last-child,
.widget .links li:last-child {
    padding-bottom: 0
}

.listing li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 23px;
    height: 19px;
    background: url(../img/tick.webp)
}

.banner,
.banner .opt li,
.popular {
    position: relative
}

.btn-danger {
    border-radius: 15px;
    background: #c90010;
    border-color: #c90010;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px 15px;
    font-weight: 500;
    line-height: 1
}

.header-space {
    padding-top: calc(60px + 50px)
}

.enquery {
    background: #fff;
    box-shadow: 8px 20px 18px 0 rgb(143 143 143 / 35%);
    border-radius: 11px
}

.enquery .title {
    padding: 12px 10px;
    background: #c90010;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 600
}

.enquery .form-group,
.faq .form-group,
.rating {
    margin-bottom: 15px
}

.details__summary,
.enquery .form-check-label,
.services .box article h3 {
    text-transform: capitalize
}

.enquery form {
    padding: 14px 20px 20px
}

.enquery .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    line-height: 1
}

.enquery .form-control:focus {
    border-color: #c90010;
    box-shadow: none !important
}

.datepicker td,
.datepicker th {
    width: 2rem;
    height: 2rem;
    font-size: 14px
}

.enquery .form-check {
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .box .calling,
.calling i {
    align-items: center;
    display: inline-flex
}

.enquery .form-check-input {
    position: static;
    margin: 0 8px 0 0 !important
}

.banner:before,
.navbar:before {
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    top: 0;
    height: 100%;
    left: 0
}

.enquery .form-check-label {
    font-size: 13px
}

.popular .name,
.popular .wrapper h4,
.widget h3 {
    text-transform: uppercase
}

.custom-control-label::after,
.custom-control-label::before {
    top: 0
}

.enquery form .btn-danger {
    margin: auto;
    display: block
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #282828 !important;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

:-moz-placeholder {
    opacity: 1;
    color: #282828 !important;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

::-moz-placeholder {
    opacity: 1;
    color: #282828 !important;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

:-ms-input-placeholder {
    opacity: 1;
    color: #282828 !important;
    -ms-transition: opacity .2s;
    transition: opacity .2s
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus:-moz-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

.navbar {
    z-index: 9
}

.navbar:before {
    background: #fff;
    z-index: -1;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
    transition: .4s ease-out
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b !important;
    padding: 5px 10px !important;
    letter-spacing: .5px
}

.calling,
.nav-link:active,
.nav-link:focus,
.nav-link:hover,
.popular .nav-tabs .nav-item.show .nav-link,
.popular .nav-tabs .nav-link.active {
    color: #c90010 !important
}

.calling {
    font-size: 23px;
    font-weight: 700;
    padding: 0 15px
}

.calling i {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 3px;
    justify-content: center;
    padding-top: 1px;
    font-size: 22px
}

.banner {
    padding-bottom: 22px;
    height: 100%;
    border-bottom-right-radius: 60%;
    display: flex;
    align-items: flex-end
}

.banner:before {
    background: url(../img/banner.webp) top center/cover no-repeat #e0e0e0;
    bottom: 0;
    clip-path: polygon(50% 0, 100% 0px, 100% 34%, 100% 44%, 67% 100%, 0px 100%, 0px 76%, 0 43%, 0 0);
    border-bottom-right-radius: 58%
}

.banner .row {
    align-items: flex-end
}

.banner .opt li {
    padding-bottom: 18px;
    padding-left: 17px;
    color: #000
}

.banner .opt li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #8b8b8b;
    border-radius: 50%;
    top: 3px
}

.banner .box {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, .85) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .85) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .85) 60%, rgba(255, 255, 255, 0) 100%);
    border-left: 8px solid #c90010;
    padding: 20px;
    margin-bottom: 12px
}

.banner .box h1 {
    font-size: 33px;
    color: #c90010;
    margin-bottom: 0;
    font-weight: 800
}

.banner .box h3 {
    font-size: 22.98px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.banner .box .calling {
    font-size: 40px;
    font-weight: 800;
    padding: 0
}

.banner .box .calling i {
    margin-right: 10px;
    background: #c90010;
    color: #aebcca
}

.awards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start
}

.awards li {
    width: calc(100% / 7 - 5px);
    margin-right: 5px
}

.awards li:not(:first-child) {
    max-width: 81px
}

.popular {
    margin-top: 15px;
    padding-bottom: 30px
}

.popular:before {
    content: "";
    background: #ebebeb;
    background: -moz-linear-gradient(left, #ebebeb 0, #ebebeb 33%, #fff 33%, #fff 100%);
    background: -webkit-linear-gradient(left, #ebebeb 0, #ebebeb 33%, #fff 33%, #fff 100%);
    background: linear-gradient(to right, #ebebeb 0, #ebebeb 33%, #fff 33%, #fff 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.popular .price {
    position: relative;
    display: inline-flex;
    margin-right: auto
}

.popular .price>span {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.1;
    text-align: center
}

.popular .price>span span {
    font-size: 22px;
    font-weight: 400
}

.popular .price span em {
    font-style: normal
}

.popular .price span br {
    display: block
}

.popular .tab-content {
    margin-top: 40px
}

.popular .box {
    text-align: center;
    width: 100%
}

.popular .ready {
    text-align: right
}

.popular .name {
    color: #c90010;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px
}

.popular .quote-button span {
    display: block;
    font-size: 20.97px;
    color: #4f4f4f
}

.popular .bottom {
    padding: 15px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 15px
}

.popular .bottom .row .rect:nth-child(2) {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2
}

.popular .bottom .context img {
    filter: brightness(.5)
}

.popular .bottom .context span {
    font-size: 26.18px;
    margin-left: 8px;
    color: #4f4f4f
}

.popular .theme-btn {
    letter-spacing: 0
}

.popular .caption {
    margin-bottom: 10px;
    font-size: 16px
}

.popular .nav-tabs .nav-link {
    border: 0;
    color: #282828;
    border-radius: 0;
    font-size: 14.99px;
    padding: 12px 9px 9px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    background: 0 0
}

.popular .nav-tabs {
    border: 0;
    justify-content: space-between;
    width: 100%
}

.popular .nav-tabs li.active:before {
    content: "";
    width: 100px;
    height: 56px;
    background: url(../img/slider-truck.webp) no-repeat;
    overflow: hidden;
    position: absolute;
    top: -56px;
    border-style: none;
    cursor: pointer;
    z-index: 8;
    left: 0;
    right: 0;
    margin: auto
}

.popular .nav-tabs li {
    position: relative;
    width: calc(100% / 5);
    margin-top: 56px;
    margin-bottom: 3px
}

.popular .nav-tabs li:after {
    background-color: #ddd;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -3px;
    width: 100%;
    z-index: 8
}

.popular .nav-tabs li.active:after {
    background-color: #c90010
}

.popular .nav-tabs li.visited:after {
    background-color: #c90010 !important
}

.popular .hour {
    position: relative;
    padding-left: 4em;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.popular .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.popular .wrapper h4 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    transform: rotate(-90deg);
    margin: 0;
    position: absolute;
    width: max-content;
    left: -3.65em;
    color: #f87878;
    letter-spacing: 1px
}

.choose,
.contact-badge,
.faq,
.popular .baggage,
.process,
.quality,
.quality .pic,
.relocation,
.services,
.services .box .figure,
.services .box img,
.testimonial .theme-heading {
    position: relative
}

.contact-badge:after,
.contact-badge:before,
.services:after,
.services:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0
}

.popular .outer {
    display: flex;
    align-items: center
}

.popular .most {
    font-size: 19px;
    margin-bottom: 10px
}

.contact-badge {
    padding: 67px 0
}

.contact-badge:before {
    background: url(../img/trucks-banner.webp) 0 0/cover no-repeat;
    left: 0;
    margin: auto
}

.contact-badge:after {
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #c90010 40%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(left, #c90010 40%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to right, #c90010 40%, rgba(255, 255, 255, 0) 60%);
    z-index: 0
}

.contact-badge article {
    position: relative;
    z-index: 1;
    color: #fff
}

.contact-badge article a {
    font-size: 49px;
    color: #fff !important;
    font-weight: 800;
    text-shadow: 4px 4px rgb(0 0 0 / 45%)
}

.contact-badge article h3 {
    font-weight: 600;
    margin-bottom: 10px
}

.process .box p,
.services .content p,
.steps ul+p {
    margin-bottom: 0
}

.faq,
.services {
    z-index: 0
}

.services:before {
    left: 0;
    background-image: url(../img/banner.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2
}

.services:after {
    height: 100%;
    width: 40%;
    background: rgb(0 0 0 / 60%);
    z-index: -1
}

.services .box {
    display: flex;
    margin-top: 15px;
    margin-left: 15px
}

.services .box .figure {
    width: 80px
}

.quality .pic:after,
.quality:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1
}

.services .box .figure svg {
    position: absolute;
    left: -20px;
    top: -28px;
    margin: auto;
    z-index: 0
}

.services .box:hover svg path {
    fill: #c90010
}

.services .box article {
    width: calc(100% - 80px);
    margin-top: -15px
}

.services .box img {
    transition: .3s ease-in-out;
    z-index: 1
}

.services .box:hover img {
    filter: brightness(100)
}

.services .box article h3 a {
    color: #282828;
    transition: .3s ease-in-out
}

.services .box:hover article h3 a {
    color: #ca0111
}

.services .inner {
    background: rgb(255 255 255 / 90%);
    padding: 40px 20px 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 22%)
}

.services .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    color: #fff
}

.quality .call h2,
.testimonial .slides {
    flex-direction: column;
    display: flex;
    text-align: center
}

.quality {
    z-index: 0
}

.quality:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/dots-left.webp);
    background-size: cover;
    max-width: 474px;
    max-height: 422px
}

.quality .pic:after {
    position: absolute;
    left: -40px;
    bottom: -40px;
    border: 3px solid #ccc;
    border-bottom-left-radius: 130px;
    border-top: 0
}

.relocation .pic:before,
.relocation img.back {
    left: -50px;
    height: calc(100% + 50px);
    width: calc(100% + 50px)
}

.quality .call {
    position: absolute;
    top: 0;
    z-index: 2;
    left: -40px;
    background: #000;
    color: #fff;
    border: 5px solid #fff
}

.choose:before,
.process:before {
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    z-index: -1
}

.choose:before,
.process:before,
.relocation:before {
    top: 0;
    background-size: cover;
    height: 100%;
    content: "";
    position: absolute;
    right: 0
}

.quality .call h2 {
    font-weight: 400;
    font-size: 37px;
    padding: 10px 15px;
    margin: 0
}

.choose:before {
    background-image: url(../img/choose-bg.webp)
}

.choose .row {
    margin-bottom: -20px;
    margin-top: 40px
}

.choose .content,
.process .box {
    margin-bottom: 30px
}

.choose .content h3 {
    margin: 0 0 10px;
    font-weight: 500
}

.choose .content p {
    margin: 0;
    font-weight: 500
}

.rent .call a,
.testimonial .vdo .theme-heading span {
    font-weight: 700
}

.process {
    padding-top: 50px
}

.process:before {
    background-image: url(../img/process.webp)
}

.process figure {
    height: 100%
}

.process figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: bottom
}

.process .box {
    color: #fff
}

.relocation:before {
    background-image: url(../img/dots-about.webp);
    object-fit: cover
}

.relocation .pic {
    position: relative;
    margin-left: 50px;
    margin-top: 50px
}

.relocation .pic:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: -50px;
    background: rgb(19 33 65 / 89%)
}

.relocation .pic .front {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.relocation .exp:after,
.relocation .exp:before,
.relocation .yr:after,
.relocation .yr:before {
    width: 20px;
    height: 15px;
    position: absolute;
    content: ""
}

.relocation img.back {
    position: absolute;
    top: -50px;
    z-index: -2
}

.relocation .exp {
    position: absolute;
    right: 0;
    top: -50px;
    background: #fff;
    color: #07041d;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 21%);
    display: flex
}

.relocation .exp span:first-child {
    font-size: 50px
}

.relocation .exp span:last-child {
    font-size: 19.86px;
    text-transform: capitalize;
    line-height: 1.1;
    text-align: center
}

.relocation .exp:before {
    border-top: 1px solid #c90010;
    border-left: 1px solid #c90010;
    top: 5px;
    left: 5px
}

.relocation .exp:after {
    border-top: 1px solid #c90010;
    border-right: 1px solid #c90010;
    top: 5px;
    right: 5px
}

.relocation .yr {
    display: flex;
    align-items: center;
    padding: 18px
}

.relocation .yr:before {
    border-bottom: 1px solid #c90010;
    border-left: 1px solid #c90010;
    bottom: 5px;
    left: 5px
}

.relocation .yr:after {
    border-bottom: 1px solid #c90010;
    border-right: 1px solid #c90010;
    bottom: 5px;
    right: 5px
}

.steps {
    background: #fdfdfd;
    position: relative
}

.steps:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/steps.webp) right/cover no-repeat;
    width: 866px;
    height: 100%
}

.cmn_list li {
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative
}

.cmn_list li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    top: 0
}

.tricks:before {
    content: none
}

.rating {
    display: flex;
    justify-content: center
}

.rating i {
    color: #fcb140;
    font-size: 22px
}

.rating li {
    padding: 0 2px
}

.video-btn {
    border: 0;
    background: 0 0;
    outline: 0 !important;
    cursor: pointer
}

.video-btn i {
    font-size: 100px;
    color: #c90010
}

.testimonial .vdo .theme-heading {
    background: #f3f3f3;
    padding: 40px;
    text-align: center;
    margin: 0;
    font-weight: 900
}

.testimonial .slides {
    background: #c90010;
    padding: 50px;
    position: relative;
    z-index: 0
}

.testimonial .slides:before {
    content: "";
    background: rgb(201 0 16 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.testimonial .slides:after,
.testimonial .vdo .icon:before {
    right: 0;
    background-image: url(../img/video-bg.webp);
    position: absolute;
    left: 0
}

.testimonial .slides:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    filter: blur(5px)
}

.testimonial .carousel-inner {
    margin-top: 30px
}

.testimonial .carousel-item {
    margin-bottom: 60px
}

.testimonial .carousel-indicators {
    margin: 0;
    bottom: 0;
    z-index: 1
}

.faq:before,
.testimonial .vdo .icon:before {
    z-index: -1;
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0
}

.testimonial .vdo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.testimonial .vdo .icon {
    padding: 100px 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.rent i,
.testimonial .pic i {
    align-items: center;
    display: flex
}

.testimonial .box,
.widget .links li a,
footer .btm-links a {
    color: #fff
}

.testimonial .box .pic {
    position: relative;
    width: 107px;
    height: 107px;
    display: block;
    background: #b7000f;
    margin: auto auto 40px;
    border-radius: 50%
}

.testimonial .pic i {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: #282828;
    width: 60px;
    height: 60px;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px
}

.faq:before,
.modal button.close,
footer:before {
    right: 0;
    position: absolute
}

.testimonial .carousel-indicators .active {
    background-color: #000;
    width: 20px
}

.testimonial .carousel-indicators li {
    background: #e0dfdf;
    height: 6px;
    border-radius: 50px;
    width: 40px
}

.modal-body {
    padding: 0
}

.modal-content {
    border-radius: 8px
}

.modal button.close {
    top: 0
}

.faq:before {
    background-image: url(../img/dots-faq.webp);
    max-width: 704px;
    max-height: 787px
}

.faq form {
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 18%);
    padding: 30px
}

.faq form .theme-heading {
    margin-bottom: 25px
}

.faq .form-control {
    border: 0;
    box-shadow: none !important
}

.faq .input-group-text {
    background: 0 0;
    border: 0;
    padding-right: 0;
    color: #7a7a7a
}

.faq .input-group {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    align-items: flex-start
}

.faq .input-group-prepend {
    height: calc(2.25rem + 2px)
}

footer {
    background: #050404;
    color: #fff;
    position: relative;
    padding: 50px 0 30px
}

footer:before {
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(../img/footer-shape.webp);
    background-size: cover;
    width: 100%;
    height: 100%
}

.widget h3 {
    margin-bottom: 20px
}

.widget p {
    font-size: 14.02px
}

.widget .links li {
    padding-bottom: 20px;
    font-size: 14px
}

.rent .call a {
    font-size: 24px;
    color: #fff
}

.rent li a {
    font-size: 14px;
    padding-left: 10px;
    color: #fff
}

.rent i {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    color: #2a3653;
    border-radius: 50%;
    justify-content: center
}

.rent li {
    padding-bottom: 25px;
    display: flex;
    align-items: center
}

footer .btm-links {
    display: flex;
    justify-content: flex-end
}

footer .btm-links li {
    padding-left: 20px
}

footer .row+.row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff
}

.details {
    transition: height .3s ease-in-out
}

.details:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.details__summary {
    padding: 9px 9px 9px 60px;
    position: relative;
    list-style: none;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    transition: color .3s ease-in-out;
    margin-bottom: 6px;
    line-height: 1.3
}

.details__summary::-webkit-details-marker {
    display: none
}

.details__summary:before {
    position: absolute;
    content: "\f128";
    font: 25px/1 FontAwesome;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 35px;
    width: 40px;
    background: #282828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.details__summary:after {
    content: "";
    position: absolute;
    background: #ccc;
    width: calc(100% - 60px);
    height: 1px;
    left: 0;
    bottom: -4px;
    margin-left: 60px
}

[open] .details__summary:before {
    background: #c90010
}

.details__content {
    padding-top: 0
}

.details__content p {
    margin: 0
}

.prz {
    animation: 1s infinite color-change;
    font-weight: 600
}

@keyframes color-change {
    0%,
    100% {
        color: #00db19
    }
    50% {
        color: #561de5
    }
}

.offr {
    font-size: 18px;
    display: none !important
}

.men-trk {
    color: #282828
}

.call-btn-outer {
    position: fixed;
    bottom: 100px;
    left: 5px;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 1100
}

.call-btn-inner {
    margin: 10px;
    height: 60px;
    line-height: 50px;
    width: 60px;
    color: #fff;
    background-color: #e80000;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 255, 255, .5);
    animation: 1s infinite pulse
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #3cff0b;
        box-shadow: 0 0 0 0 #e80000
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

.call-btn-inner img {
    animation-name: callicon;
    animation-duration: 4s;
    rotate: -10deg;
    width: 40px;
    animation-iteration-count: infinite
}

.call-btn-outer:hover .help_cbt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: .3s cubic-bezier(.25, .5, .5, .9);
    -moz-transition: .3s cubic-bezier(.25, .5, .5, .9);
    transition: .3s cubic-bezier(.25, .5, .5, .9);
    color: #1be723;
    text-decoration: none
}

.call-btn-outer .help_cbt {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: OpenSans !important;
    position: absolute;
    background: url(https://cbdmovers.com.au/help-3897f0.png) no-repeat;
    width: 136px;
    height: 54px;
    left: 80px;
    top: 4px;
    padding: 6px 0 0 12px;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.25, .5, .5, .9);
    -moz-transition: .3s cubic-bezier(.25, .5, .5, .9);
    transition: .3s cubic-bezier(.25, .5, .5, .9)
}

/*thank you boxDetails*/
.boxDetails {
    background: #f7ffff;
    padding: 20px 15px 30px;
    border-radius: 0px;
    box-shadow: 3px 6px 8px 0px rgb(175 30 35 / 18%);
    border-left: 2px solid #c90010;
}

.boxDetails p:last-child {
    margin-bottom: 0;
}

.boxDetails h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 18px;
    color: #c90010;
}

.boxDetails p {
    display: flex;
}

.boxDetails p .titl {
    width: 25%;
}

.boxDetails p .subtitl {
    width: 75%;
    color: #000;
    position: relative;
    padding-left: 10px;
    word-break: break-word;
}

.boxDetails p .subtitl:after {
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
}


.socials {
   padding: 14px 0px;
}
.icons ul {
   display: flex;
   justify-content: end;
}
.icons ul li {
   list-style: none;
   display: inline-block;
       margin: 0 10px;
}

.fixed-top{
       top: auto;
}
.fixed-top.darkHeader {
   top: 0;
}
   .icons h4 {
   margin: 0;
   margin-right: 8px;
   font-size: 14px;
}
.icons {
   display: flex;
   align-items: center;
   justify-content: end;
}


.move-day {
   background: #e5e5e7;
}
.cmn_space {
   padding: 50px 0px;
}
.text-darkblue {
   color: #004266;
}
.area_serve ul {
   display: flex;
   flex-wrap: wrap;
   margin-left: -7px;
   margin-right: -7px;
}
.move-day ul li:before {
   position: absolute;
   left: 0;
   top: 3px;
   border-radius: 2px;
   font: normal normal normal 14px / 1 FontAwesome;
   background: 0 0 !important;
   color: #004266;
   content: "\f192";
   transition: all .3s ease-in-out;
}
.move-day ul li {
   list-style: none;
   position: relative;
   padding-left: 20px;
   padding-bottom: 15px;
   font-size: 14px;
   font-weight: 500;
}

.icons ul li i {
    font-size: 20px;
}