body {
    display: block;
    width: 100%;
    /* Location of the image */
    /*background-image: url(/assets/images/welcome-mat2.jpg);*/
    /* Background image is centered vertically and horizontally at all times */
    background-position: 50% 50%;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    background-color: white;
}

#frmCubesheet table,
#frmCubesheet table tr,
#frmCubesheet table td {
    border: none !important;
}

.subscribe {
    width: 80%;
    font-weight: bold;
    padding: 15px 25px;
    text-transform: uppercase;
    background-color: orange;
    border: 1px solid black;
    border-radius: 8px;
    color: white;
}


/* BUTTON */

.material-button {
    padding: 15px 20px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 2rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 20%;
    left: 38%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    /*background: url(../images/blue.png) repeat;*/
    background-color: orange;
    border: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
}

.material-button:hover {
    -webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);


}

.material-button-mobile:hover {
    -webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.material-button:focus {
    outline: none;
}


@media (max-width: 1500px) {
    .material-button {
        position: absolute;
        top: 20%;
        left: 23%;
        z-index: 100;
        /*border-radius: 1.5rem;*/
    }
}

@media (max-width: 1200px) {
    .material-button {
        /*position: absolute;*/
        /*top: 20%;*/
        /*left: 23%;*/
        /*z-index: 100;*/
        /*border-radius: 1.5rem;*/
        display: none;
    }
}

/*
@media (max-width: 1024px) {
    .material-button {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
		z-index: 100;
    }
}
*/

.taint {
    display: block;
    position: absolute;
    background: rgba(130, 177, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.taint.drop {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}


/*  MODAL CUBESHEET  */
#calculator {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#calculator td {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 0px;
    color: black;
    font-size: 10.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 5px;
    vertical-align: bottom;
    text-align: left;
    white-space: normal;
}

#calculator input[type="text"],
#calculator input[type="number"] {
    border: none;
    width: 100%;
}

#calculator .title1 {
    font-weight: 600;
    text-align: left;
}

#calculator .title2 {
    font-weight: 600;
    background: #FAC090;
    vertical-align: middle;
    text-align: left;
}

#calculator .txt {
    font-weight: 400;
}

#calculator .input {
    font-weight: 400;
    text-align: center;
    max-width: 50px;
    max-height: 25px;
    min-height: 25px;
    height: 25px;
}

#calculator .input_NS {
    font-weight: 400;
    text-align: center;
    max-width: 20px;
    max-height: 25px;
    min-height: 25px;
    height: 25px;
}

#calculator .input_1 {
    font-weight: 400;
    text-align: center;
    max-width: 50px;
    max-height: 25px;
    min-height: 25px;
    height: 25px;
}

#calculator .txt_input {
    font-weight: 400;
    text-align: center;
    max-width: 50px;
    max-height: 25px;
    min-height: 25px;
    height: 25px;
}

#calculator .txt_tot {
    font-weight: 500;
}

#calculator .temp_input {
    border: 0 0 0;
    text-decoration: none;
    position: relative;
    max-width: 50px;
    max-height: 20px;
    width: 50px
}

#calculator .temp_input_NS {
    border: 0 0 0;
    text-decoration: none;
    position: relative;
    max-width: 20px;
    max-height: 20px;
    width: 20;
}

#calculator .temp_input_o {
    border: 0 0 0;
    text-decoration: none;
    position: relative;
    max-width: 20px;
    max-height: 20px;
    width: 20;
}

#calculator .temp_input_m {
    border: 0 0 0;
    text-decoration: none;
    position: relative;
    max-width: 50px;
    max-height: 20px;
    width: 50;
}

#calculator .head_big {
    font-size: xx-large;
    font-weight: 800;
}

#calculator .head_red {
    font-weight: 600;
    background: #FAC090;
    vertical-align: middle;
    color: Red;
}

#calculator .button_off {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    color: #000000;
    background-color: #FB8302;
    border: #000000 1px solid;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 1px;
    cursor: pointer;
    cursor: hand;
}

#calculator .button_on {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    color: #FB8302;
    background-color: #000000;
    border: #FB8302 1px solid;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 1px;
    cursor: pointer;
    cursor: hand;
}


/* fix ul bullet issue in IE with Gotham-Book font */

.page ul:not(.home) {
    list-style: none;
    padding: 10px;
    /*margin: 10px;*/
    display: block;
    justify-content: space-between;
}

.page ul:not(.home) li {
    padding-left: 1em;
    text-indent: -1em;
}

.page ul:not(.home) li:before {
    font-family: 'Montserrat', sans-serif;
    content: '\2022';
    padding-right: 7px;
    font-size: 1.8rem;
}

div.inner.animated.cover.fadeIn ul a {
    color: white;
}

h3 img {
    margin: 0 10px 0 0;
    float: left;
}

.col-xs-4,
.col-xs-6 {
    min-height: 400px;
}

.col-xs-3.cmhc {
    text-align: center;
}

.col-xs-4 img,
.col-xs-3:not(.cmhc) img {
    height: 125px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.col-xs-4.team img {
    height: 200px;
}

.col-xs-2.logo {
    height: 100px;
}

.col-xs-2 img {
    max-width: 120px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.subhead {
    min-height: 30px;
}

.subhead img {
    height: 100px;
    width: auto;
    text-align: center;
    display: block;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.col-xs-4.short,
.col-xs-6.short {
    min-height: 250px;
}

.col-xs-4.team {
    text-align: center;
    min-height: 75px;
}

.col-xs-4.team img {
    padding: 5px 0px;
}

.textarea a {
    text-decoration: underline;
}

.contact p {
    font-family: 'Montserrat', sans-serif;
}

.col-sm-3.contact {
    min-height: 230px;
}

.list-inline > li {
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 908px) {
    .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 1600px) {
    .navbar-toggle {
        display: none;
    }


}

.material-button-mobile {
    display: none;
}

@media (max-width: 1200px) {

    .material-button-mobile {
        display: block;

        background-color: orange;
        justify-self: end;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #000;

        padding: 15px 20px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        font-size: 2rem;
        font-family: "Ubuntu", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 0;
        padding-top: 0;
        border: none;


    }

}


.brochure-btn {
    background: orange;
    padding: 16px;
    font-size: 32px;
    width: 100%;
    color: #0a0a0a;
    border-radius: 60px;
}

.services-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    display: flex;
    /*flex-grow: 1;*/
    flex-basis: calc(33.333% - 30px); /* Default: 3 items per row with some gap */
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    /* For both tablets and mobile devices */
    .service-item {
        flex-basis: 100%; /* 1 item per row */
    }
}

.service-content {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    height: auto; /* Ensures uniform height */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-content img {
    max-width: 80px;
    height: auto;
    margin: 0 auto 15px;
}

.service-content h3 {
    font-size: 18px;
    margin: 10px 0;
}

.service-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}


.long-distance-below-header {

    /*background: url(/assets/images/long-distance-assets/belowheader.png);*/
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}

.long-distance-below-header-under {

    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 30px 20px 30px 20px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-top: 10px solid white;
}


.long-distance-below-header p {
    color: black;
    font-size: 14px;
}

.long-distance-below-header h2 {
    color: black;
    font-size: 36px;
}

.belowsection img {
    width: 100%;
    height: 10px;
}


.pro-section-help-main {
    margin-top: 30px;
    background-image: url('/assets/images/long-distance-assets/couple-help-section.png');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    /*padding: 20px;*/
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
}

.help-section-box {
    background-color: orange;
    padding: 15px 20px;
    display: inline-block;
}

.help-section-box p {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    color: black;
}

.icons-text-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.icons-text-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.icons-text-item-mobile {
    display: none;
}

.icons-text-item-mobile {
    display: none;
}

.mobile-none {
    display: block;
}

.mobile-none ul {

    font-size: 15px;
    text-align: left;
    width: 100%;
    line-height: 1.68rem;
}

.mobile-none li {
    margin-top: 20px;
}

@media (max-width: 995px) {
    .icons-text-item-mobile {
        display: block;
    }

    .mobile-none {
        display: none;
    }
}

@media (max-width: 768px) {

    .pro-section-help-main {

    }

}

.benefits-section {
    background-color: #e9e9e9;
    /*padding: 20px;*/
    border-right: 5px solid #f7931e;
    /*padding: 70px 30px 70px 30px;*/

}

@media (max-width: 992px) {
    /*.benefits-section{*/
    /*    width: 100%;*/
    /*}*/
}

.benefit-item {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    margin-bottom: 20px;
    padding: 10px;

}

.benefit-item img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.benefit-title {
    font-weight: bold;
}

.section-title {
    display: flex;
    justify-content: center;
    padding-left: 50px;
}


.highlight {
    font-weight: bold;
    color: #000;
}

.specialized-service {
    /*padding: 50px;*/
    background-color: rgba(252, 210, 151, 0.5);
    border-radius: 20px;
    display: block;
    /*justify-content: center;*/

    margin: 30px;

}

.specialized-service h3 {
    color: orange;
    padding: 14px;
}

.bottom-special-service {
    padding: 10px;
    margin: 12px;
}

.benefit-wrapper {
    padding: 70px 30px 70px 30px;

}

.below-services-section {
    display: flex;
    justify-content: center;

}

.below-services-section h2 {
    color: orange;
    justify-content: center;
    display: flex;
}

.type-transport {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    margin: 20px;
}

.type-transport p {
    color: white;
    font-weight: bold;

}

.type-transport-items {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 24px;

}

.client-testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;

}

.client-para {
    padding: 20px;

}

.commitment-and-need {
    padding: 30px;
    background-color: white;
    display: flex;
}

.commitment {
    margin: 20px;
}

.need {
    margin: 20px;
}

.need p {
    font-size: 24px;
}

.need h3 {
    color: orange;
    font-weight: bolder;
}

.industries-sec {
    padding-bottom: 10px;
}

.industries-content {
    padding-left: 100px;
    font-size: 24px;
}


.specialized-service-list {
    padding: 20px 10px;
    background-color: rgba(252, 210, 151, 0.5);
    border-radius: 20px;
    display: block;


    margin: 30px;
    margin-left: 100px;
    margin-right: 100px;
    justify-content: space-evenly;
}

.specialized-service-list ul li {

    font-size: 24px;
    padding-bottom: 20px;


}

.contact-us-button {
    display: flex;
    justify-content: center;
}

.contact-button {
    color: orange;
    background: black;
    padding: 10px 15px;
    font-size: 42px;
    border-radius: 20px;
    margin-bottom: 5px;
    /*width: 100%;*/
}

.download-button {
    background: orange;
    font-weight: bolder;
    font-size: 24px;
    border-radius: 20px;
    padding: 10px 15px;
}

.commitment li {
    font-size: 20px;
    padding-bottom: 20px;
}

.emptySpaceBorder {


    border: 2px solid orange;
}

@media (max-width: 768px) {

    .below-pro {
        width: 100%;
    }

    .type-transport {
        flex-direction: column;
        gap: 20px;
    }

    .icons-text-div {
        flex-direction: column;
        gap: 20px;
    }

    .client-testimonial {
        flex-direction: column;
    }

    .industries-content {
        padding-left: 0;
    }

    .specialized-service-list {
        margin-left: 0;
        margin-right: 0;
    }

    .commitment-and-need {
        padding: 0px;
        flex-direction: column;
    }

    .movers-icon-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        gap : 20px;
        align-items: center;
    }

    .type-transport-items {

        justify-content: center;
        gap: 60px;
    }


}

.hero-section-long {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hero-section-long h1 {
    /*font-size: 48px;*/
    text-transform: uppercase;
    padding-bottom: 22px;


}

.hero-section-long p {
    text-align: justify;
    /*font-size: 24px;*/
    padding-bottom: 28px;
}

.hero-section-long img{
    width: 100%;
}

.offer-solution {
    padding-top: 28px;
}

.offer-solution h2 {
    color: black;
    font-weight: bold;
    /*font-size: 30px;*/
}

.offer-solution p {
    text-align: justify;
    /*font-size: 22px;*/
}

.moving-canada {
    display: flex;

}

.moving-canada-content {
    width: 100%;
    padding: 12px;

}

.moving-canada-content h3 {
    text-transform: uppercase;
    color: orange;
    /*font-size: 28px;*/
    padding-bottom: 22px;

}

.moving-canada-content p {
    text-align: justify;
}

.moving-within {
    display: flex;

}

.moving-within-content {
    width: 100%;
    padding: 12px;
}

.moving-within-content h3 {
    text-transform: uppercase;
    color: orange;
    /*font-size: 28px;*/
    padding-bottom: 22px;

}

.moving-within-content p {
    text-align: justify;

}


.cross-border-container {
    display: flex;
    padding-bottom: 42px;
}

.cross-border-content {
    /*align-items: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    width: 100%;
}

.cross-border-content h3 {
    color: orange;
    /*font-size: 28px;*/
}

.cross-border-content p {
    text-align: justify;
}

.professional-packing {
    display: flex;
}

.professional-packing h3 {
    color: orange;
    /*font-size: 28px;*/
}

.professional-packing p {
    text-align: justify;
}

.professional-packing-content {
    width: 100%;
    padding: 12px;
}


.mover-image{
    display: flex;
    flex-direction: column;
}
.mover-image img{
    width: 100%;
}

.cross-border-images{
    display: flex;
    width: 100%;

}
.cross-border-images img{
    width: 100%;
}

.storage-and-heavy-items-container {

}

.storage-solution-div {
    /*width: 60%;*/
    padding: 12px;
}

.storage-solution-div h3 {
    color: orange;
    /*font-size: 28px;*/
}

.storage-solution-div p {
    text-align: justify;
    /*font-size: 18px;*/
}

.heavy-items-div {
    padding: 12px;
}

.heavy-items-div h3 {
    color: orange;
    /*font-size: 28px;*/
}

.piano-images {
    display: flex;
}

.piano-items {

    width: 100%;
    object-fit: scale-down;
    padding: 10px;
}

.piano-items img{
    width: 100%;
}


.move-with-brytor {

    display: flex;
    padding-top: 72px;
    align-items: center;
}

.move-with-brytor img {
    padding: 16px;
}

.move-with-brytor-content {
    display: flex;
    flex-direction: column;
    padding: 12px;

}

.move-with-brytor-content li {
    /*font-size: 22px;*/
}

.next-move-div {
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    background-color: orange;
    color: black;
    font-weight: bold;
}

.next-move-container-below h4 {
    padding-left: 24px;
    color: orange;
    /*font-size: 24px;*/

}

.modal-trigger{
    width: 90%
;
}

.country-image img{
    width: 100%;
}


#frmQuote .col-xs-6, #frmQuote .col-xs-12{
    min-height: auto !important;
}
#frmQuote label{
    font-size: 14px;
    padding-bottom: 5px;
}


@media (max-width: 768px) {


    .hero-section-long {
        width: 100%;
        align-items: center;
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }

    .hero-section-long img{
        width: 100%;
    }

    .below-hero{
        width: 100%;
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }

    .moving-canada{
        display: flex;
        flex-direction: column-reverse ;

    }

    .moving-within{
        display: flex;
        flex-direction: column;
    }

    .cross-border-container{
        display: flex;
        flex-direction: column-reverse;
    }

    .professional-packing{
        display: flex;
        flex-direction: column;
    }

    .move-with-brytor{
        display: flex;
        flex-direction: column;
    }

    .cross-border-content{
        padding-left: 0px;
    }

    /*.professional-packing-content img {*/
    /*    width: 100%;*/
    /*}*/

}



@media (max-width: 425px) {


    
}