@font-face {
    font-family: "Leelawadee";
    src: url('../fonts/LeelawUI.ttf');
}

@font-face {
    font-family: "Freestyle Script";
    src: url('../fonts/freestyle.ttf');
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/LucidaGrande.ttf');
}

.top-section {
    background: url("../images/top-section-bg-min.jpg") 0px;
    background-size: cover;
    color: #000000;
    min-height: 100%;
    /*height: 100%;*/
    /*position: relative;*/
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    transition: width 300ms ease-in-out, height 300ms ease-in-out;
}

.preloader {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    position: fixed;
}

.preloading {
    overflow: hidden;
}

#preloader-img {
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: bobbing 0.2s infinite ease-in-out forwards alternate;
}

@keyframes bobbing {
    0% {
        transform: rotate(0) translateY(0);
    }
    100% {
        transform: rotate(0.1deg) translateY(5px);
    }
}

.logo-top {
    width: 10rem;
}

.arrow-scroll {
    font-size: 36px;
}

.montserrat-bold-72-uppercase {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*font-size: 72px;*/
    font-size: 64px;
}

.montserrat-bold-48-uppercase {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
}

.montserrat-bold-50 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
}

.opensans-semi-bold-36 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
}

.opensans-semi-bold-24 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.opensans-semi-bold-18 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.opensans-semi-bold-16 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.opensans-bold-20 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.opensans-light-14 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.opensans-regular-20 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.opensans-regular-16 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.opensans-italic-16 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}

.opensans-bold-16 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.white-color {
    color: #ffffff;
}

.black-color {
    color: #000000;
}

.super-gray-color {
    color: #8b9197;
}

.footer {
    background: #111111;
    color: #ffffff;
}

.social-icons {
    font-size: 1.5rem;
}

.styled-button {
    background-color: transparent;
    border-radius: 35px;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.styled-button:hover {
    background: linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);
    border-radius: 35px;
    width: 100%;
}

.styled-button-active {
    background: #19C2D5 linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);
    /*border-radius: 35px;*/
    border-radius: 4px;
    /*width: 100%;*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: none;
}

.styled-button-back {
    background: rgba(25, 194, 213, 0.2) linear-gradient(145.8deg, rgba(25, 194, 213, 0.2) 30%, rgba(3, 173, 240, 0.2) 70%);
    /*border-radius: 35px;*/
    border-radius: 4px;
    /*width: 100%;*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: none;
}

.styled-button-active:hover {
    background: linear-gradient(145.8deg, rgba(25, 194, 213, 0.90) 30%, rgba(3, 173, 240, 0.90) 70%);
}

.styled-button-active .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background: linear-gradient(145.8deg, rgba(25, 194, 213, 0.90) 30%, rgba(3, 173, 240, 0.90) 70%);
}

.service-image {
    width: 100%;
}

.service-image-padding {
    padding-left: 0;
    padding-right: 0;
}

.benefits-text {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    font-size: 33px;
    line-height: 65px;
    font-weight: 100;
    padding: 1em;
}

.benefits-h {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    /*font-size: 65px;*/
    font-size: calc(44px + 0.4vw);
    /*line-height: 100px;*/
    font-weight: bold;
}

.benefits-under-h {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    font-size: calc(24px + 0.4vw);
    line-height: 45px;
}

.benefits-desc {
    font-size: calc(11px + 0.4vw);
    /*line-height: 29px;*/
    color: #969696;
    font-family: "Open Sans", "sans-serif";
}

.service-text {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

/*.container-fluid.nopadding{*/
/*width: 75%;*/
/*}*/
.our-movers-madding {
    padding: 3rem !important
}

/*.service-text:before {*/
/*content: "";*/
/*position: absolute;*/
/*width: 25%;*/
/*height: 1px;*/
/*bottom: 0;*/
/*left: 37.5%;*/
/*border-bottom: 3px solid #03ADF0;*/
/*}*/

.journey-image {
    width: 100%;
}

.note-absolute {
    width: 88%;
    position: absolute;
}

.moving-journey-line {
    background-image: url("../images/moving-journey.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.our-works-image {
    width: 100%;
}

.awards-slider-arrows {
    color: #ffffff;
    font-size: 35px;
}

.awards-slider-arrows:hover {
    color: #03adf0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pre-footer-bg {
    background: linear-gradient(#2073a4, #1abfd2);
}

.pre-footer-transp-car {
    background-image: url("../images/transparent-car.png");
    background-position: top 50px right -150px;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.hs-awards-image {
    width: 100%;
}

.yellow-star {
    color: #ffba00;
    font-size: 30px;
}

.read-more-style {
    font-family: "Open Sans", "sans-serif";
    font-size: 10px;
    cursor: pointer;
}

.text-fb {
    font-family: "Open Sans", "sans-serif";
    font-size: 13px;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.pre-footer-transp-car .carousel-control-prev {
    left: 100px;
}

.pre-footer-transp-car .carousel-control-next {
    right: 100px;
}

.pre-footer-transp-car .awards-slider-arrows {
    background-color: #ed1c24;
    color: #ffffff;
    padding: 10px;
}

.pre-footer-transp-car .awards-slider-arrows:hover {
    background-color: #ffffff;
    color: #111111;
}

#carousel-feedbacks .carousel-control-prev {
    opacity: 1;
    left: -1rem;
}

#carousel-feedbacks .carousel-control-next {
    opacity: 1;
    right: -0.5rem;
}

#carousel-services-1 .carousel-control-prev, #carousel-services-2 .carousel-control-prev {
    opacity: 1;
    /*transform: translateX(-15%);*/
    /*left: -0.5rem;*/

}

#carousel-services-1 .carousel-control-next, #carousel-services-1 .carousel-control-next {
    opacity: 1;
    /*transform: translateX(15%);*/
    /*right: -0.5rem;*/
}

#carousel-services-1 .awards-slider-arrows, #carousel-services-2 .awards-slider-arrows {
    color: #000000;
}

#carousel-services-1 .awards-slider-arrows, #carousel-services-1 .awards-slider-arrows {
    color: #000000;
}

.journey-bg-color {
    background-color: #fcfcfc;
}

.what-tab-btn {
    cursor: pointer;
}

.where-tab-btn {
    cursor: pointer;
}

.what-wo-bg {
    color: #ffffff;
    background: linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 5px rgba(3, 173, 240, 0.29);
}

.what-wo-bg:hover {
    background: linear-gradient(145.8deg, #16b1c4 30%, #0395cf 70%);
}

.where-wo-bg {
    color: #ffffff;
    background: linear-gradient(145.8deg, #da4e50 30%, #D13230 70%);
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 5px rgba(209, 50, 48, 0.29);
}

.where-wo-bg:hover {
    background: linear-gradient(145.8deg, #cd4a4b 30%, #bc2f2d 70%);
}

.modal-backdrop {
    opacity: 0.66;
    background-color: #202f42;
}

.modal-custom-content {
    border-radius: 0;
    border: 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ed1c24;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(0.8);
}

body {
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
    position: relative;
}

.white-bg {
    background-color: rgba(255, 255, 255, 0.0);
}

.red-bg {
    background: linear-gradient(133.77deg, #ED4541 0%, #E94947 100%);
}

.form-control {
    font-family: "Montserrat", sans-serif;
    /*background-color: rgba(255, 255, 255, 0.70);*/
    border-radius: 4px;
    padding: 9px 19px 9px 19px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.third-step-top-form textarea {
    border-radius: 4px;
    padding: 9px 19px 9px 19px;
    color: #495057;
}

.light-shadow {
    text-shadow: 1px 1px 4px #111111;
}

/*datepicker*/
.ui-datepicker-inline {
    display: inline-table;
}

/*datepicker-end*/
.ombgone {
    /*background: linear-gradient(270deg, rgba(255,255,255,0.72) 0%, #FFFFFF 100%), linear-gradient(91.67deg, #FFFFFF 0%, rgba(255,255,255,0.55) 100%),url("../images/om1bg.png") no-repeat top center;*/
    background: url("../images/our-movers-min.png") no-repeat;
    background-size: cover;
    max-height: 30%;
    min-height: calc(415px + 0.4vh);
    width: 99%;
    position: absolute;
}

.ombgone img {
    width: 100%;
    /*position: relative;*/

}

.fb-bg {
    /*background: linear-gradient(270deg, rgba(255,255,255,0.72) 0%, #FFFFFF 100%), linear-gradient(91.67deg, #FFFFFF 0%, rgba(255,255,255,0.55) 100%),url("../images/fb-bg.png") no-repeat center center;*/
    background: url("../images/footer-transparent-min.png") no-repeat;
    background-size: cover;
}

.serv-bg {
    /*background: linear-gradient(270deg, rgba(255,255,f255,0.72) 0%, #FFFFFF 100%), linear-gradient(91.67deg, #FFFFFF 0%, rgba(255,255,255,0.55) 100%),url("../images/serv-bg.png") no-repeat center center;*/
    background: url("../images/our-services-min.png") no-repeat;
    background-size: cover;
    min-height: 415px;
}

.white-serv-bg-item {
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    min-height: 524px;

}

.fb-single-bg {
    background: linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);
}

.top-phone {
    color: #ffffff;
    /*padding-right: 8px;*/
    padding-left: 8px;
    padding-bottom: 3px;
    font-family: "Leelawadee", "sans-serif";
    font-size: 35px;
    font-weight: 100;
    line-height: 29px;
    /*border-radius: 4px;*/
    /*background: linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);*/
}

.osert {
    color: #ffffff;
    font-family: "Open Sans", "sans-serif";
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
}

.osert.footertext {
    color: #000000;
}

.osert.small {
    line-height: 22px;
    font-size: 18px;
}

.star-img {
    height: 20px;
}

.fticon-img {
    height: 17px;
}

.blue-color-and-shadow {
    color: #2196f3;
    text-shadow: 2px 2px 20px #2196f3;
    cursor: pointer;
}

.red-color-and-shadow {
    color: #f3433e;
    text-shadow: 2px 2px 20px #f3433e;
    cursor: pointer;
}

.red-color-pointer {
    color: #f3433e;
    /*text-shadow: 2px 2px 20px #f3433e;*/
    cursor: pointer;
}

.red-color-pointer:hover {
    color: #f32719;
    text-decoration: none;
    cursor: pointer;
}

.blue-border {
    border: #03ADF0 solid 2px;
}

.blue-border.disable-right {
    border-right-color: transparent;
}

.blue-border.disable-left {
    border-left-color: transparent;
}

.white-block-right-top-top {
    width: 90%;
    min-height: 5px;
    background: #FFFFFF;
    position: absolute;
    top: -4px;
    right: -4px;
}

.white-block-right-top-right {
    min-width: 5px;
    min-height: 90%;
    background: #FFFFFF;
    position: absolute;
    top: -4px;
    right: -4px;
}

.white-block-left-top-top {
    width: 90%;
    min-height: 5px;
    background: #FFFFFF;
    position: absolute;
    top: -4px;
    left: -4px;
}

.blue-block-right-bottom {
    min-width: 15%;
    min-height: 50%;
    position: absolute;
    border: 2px solid transparent;
    border-right-color: #03ADF0;
    border-bottom-color: #03ADF0;
    bottom: -2px;
    right: -15%;
    z-index: -1;
}

.blue-block-left-bottom {
    min-width: 15%;
    min-height: 50%;
    position: absolute;
    border: 2px solid transparent;
    border-left-color: #03ADF0;
    border-bottom-color: #03ADF0;
    bottom: -2px;
    left: -15%;
    z-index: -1;
}

.international-moving {
    color: #ffffff;
    font-family: "Leelawadee", "sans-serif";
    font-size: 69px;
    line-height: 86px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.56);

}

.first-step-top-form .international-moving {
    font-size: 47px;
    line-height: 52px;
}

.international-moving .gray-color {
    color: #909397;
}

.international-moving.small {
    font-size: 44px;
    line-height: 44px;
}

.you-can-trust {
    color: #ffffff;
    font-family: "Freestyle Script", "sans-serif";
    font-size: 72px;
    line-height: 85px;
}

.you-can-trust .red-color {
    color: #D13230;
}

.gray-color {
    color: #909397;
}

.red-color {
    color: #D13230;
}

.we-provide {
    height: 0.34%;
    width: 28.75%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
}

.description-services {
    color: #666666;
    font-family: "Open Sans", "sans-serif";
    font-size: calc(14px + 0.1vw);
    /*line-height: 19px;*/
    text-align: left;
}

.title-services {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

.what-psau {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    font-size: 75px;
    line-height: 47px;
    text-shadow: 0 2px 4px 0 #000000;
}

.our-s {
    color: #000000;
    font-family: "Leelawadee", "sans-serif";
    font-size: 75px;
    line-height: 86px;
}

.footer-bg {
    background: url("../images/footer-transparent.png") no-repeat center center;
    background-size: cover;
    /*background-position-y: 2em;*/
    /*min-height: 65%;*/
}

.black-bg {
    background: #000000;
}

.blue-color {
    color: #03ADF0;
}

.call-font {
    font-family: "Open Sans", "sans-serif";
    font-size: 24px;
    line-height: 28px;
}

.ui-widget-content {
    /* border: 1px solid #dddddd; */
    background: #ffffffc9;
    color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: rgba(246, 246, 246, 0.62);
    border-radius: 4px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0 solid #003eff;
    background: linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);
    font-weight: normal;
    color: #ffffff;
}

.ui-datepicker-inline .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-first .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-radius: 20px;
    background: linear-gradient(145.8deg, #19C2D5 30%, #03ADF0 70%);
    text-shadow: 1px 1px 5px #111111;
    color: #ffffff;
}

.text-star {
    font-family: "Open Sans", "sans-serif";
    font-size: 24px;
}

.typemoving-bordered {
    border-radius: 20px;
    border: 3px solid rgba(250, 250, 250, 0);
    -webkit-transition: border 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    cursor: pointer;
}

.typemoving-bordered.active {
    /*border: 3px solid rgba(3, 173, 240, 0.83);*/
    box-shadow: inset 0 0px 20px 0px rgba(3, 173, 240,1);
}

.services-bordered {
    border-radius: 20px;
    border: 3px solid rgba(250, 250, 250, 0);
    -webkit-transition: border 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    cursor: pointer;
}

.services-bordered.active {
    /*border: 3px solid rgb(209, 50, 48);*/
    box-shadow: inset 0 0px 20px 0px rgb(209, 50, 48);
}

a:not([href]):not([tabindex]) {
    border-radius: 20px;
}

::-webkit-input-placeholder {
    color: #8a8a8a;
}

:-moz-placeholder {
    color: #8a8a8a;
}

::-moz-placeholder {
    color: #8a8a8a;
}

:-ms-input-placeholder {
    color: #8a8a8a;
}

/*Extra large devices (large desktops, 1200px ).col-lg-*/
.main-top-form {
    /*padding-top: 4%;*/
    /*padding-bottom: 10%;*/
    overflow: hidden;
}

.main-top-text-callus {
    font-size: 29px;
    line-height: 36px;
    font-weight: 200;
}

.second-step-top-form {
    /*padding-top: 2%;*/
    /*padding-bottom: 5%;*/
}

.third-step-top-form {
    /*padding-top: 2%;*/
}

.what-psau-block {
    min-height: 75%;
}

.footer-track {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -125px;
}

.rectangle-benefits {
    height: 12px;
    width: 12px;
    border-radius: 4px;
    background: linear-gradient(138.09deg, #19C2D5 30%, #03ADF0 70%);
}

li {
    list-style: initial;
}

.certificates-sticky {
    background-color: rgba(0, 0, 0, 0.1);

}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

span.our-rev {
    font-size: 15px;
}

.ourmovimg {
    width: 95%;
    padding: 1rem !important;
}

.ourmax {
    max-width: 1200px;
}

.ourmax2 {
    max-width: 1400px;
}

.topmmh {
    min-height: 470px;
}

.transparent-black-bg {
    background-color: rgba(0, 0, 0, 0.25);
}

/*.carousel-inner>.item {*/
/*-webkit-transition: 0.9s ease-in-out left;*/
/*transition: 0.9s ease-in-out left;*/
/*-webkit-transition: 0.9s, ease-in-out, left;*/
/*-moz-transition: .9s, ease-in-out, left;*/
/*-o-transition: .9s, ease-in-out, left;*/
/*transition: .9s, ease-in-out, left;*/
/*}*/
#carousel-feedbacks .carousel-item.active > div > div:nth-child(1) {
    -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s; /* Firefox < 16 */
    -ms-animation: fadein 1.5s; /* Internet Explorer */
    -o-animation: fadein 1.5s; /* Opera < 12.1 */
    animation: fadein 1.5s;
}

#carousel-feedbacks .carousel-item.active > div > div:nth-child(2) {
    -webkit-animation: fadein 1.8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.8s; /* Firefox < 16 */
    -ms-animation: fadein 1.8s; /* Internet Explorer */
    -o-animation: fadein 1.8s; /* Opera < 12.1 */
    animation: fadein 1.8s;
}

#carousel-feedbacks .carousel-item.active > div > div:nth-child(3) {
    -webkit-animation: fadein 2.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2.2s; /* Firefox < 16 */
    -ms-animation: fadein 2.2s; /* Internet Explorer */
    -o-animation: fadein 2.2s; /* Opera < 12.1 */
    animation: fadein 2.2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Small devices (landscape phones, 576px p).col-*/
@media (max-width: 576px) {
    .montserrat-bold-48-uppercase {
        font-size: 38px;
    }

    .top-section {
        min-height: auto;
    }

    .footer-track {
        margin-top: 0px;
        display: none;
    }

    .benefits-h {
        font-size: 43px;
    }

    .benefits-under-h {
        font-size: calc(24px + 0.4vw);
        line-height: 40px;
    }

    .benefits-desc {
        font-size: 20px;
    }

    .benefits-text {
        font-size: 18px;
        line-height: 52px;
        padding: 0.5em;
    }

    .our-movers-madding {
        padding: 1rem !important
    }

    .logo-top {
        width: 7.5rem;
    }

    .top-phone {
        font-size: 26px;
        padding-right: 1px;
        line-height: 32px;
    }

    .blue-border {
        border: transparent solid 2px;
    }

    .ourmovimg {
        width: 100%;
        padding: 0rem !important
    }
    .ombgone{
        width: unset;
    }
    .white-serv-bg-item{
        min-height: 480px;
    }

    /*.container-fluid.nopadding{*/
    /*width: 100%;*/
    /*}*/
}

/* Medium devices (tablets, 768px ).col-sm-*/
@media (max-width: 768px) {

    .footer-track {
        display: none;
    }

    .our-movers-madding {
        padding: 1rem !important
    }
}

/* Large devices (desktops, 992px ).col-md-*/
@media (max-width: 992px) {
    .international-moving {
        font-size: 38px;
        line-height: 50px;
    }

    .you-can-trust {
        font-size: 50px;
        line-height: 70px;
    }

    .what-psau {
        font-size: 38px;
    }

    .our-s {
        font-size: 38px;
    }

    .main-top-text-callus {
        font-size: 24px;
        line-height: 30px;
        font-weight: 200;
    }
}

/* Large devices (desktops, 1199px ).col-lg-*/
@media (max-width: 1200px) {

}

@media (min-width: 1500px) {
    .ourmax {
        min-width: 65vw;
    }
    .ourmax2 {
        min-width: 50vw;
    }
    .ourmovimg{
        padding: auto;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
}

/* Large devices (desktops, 1199px ).col-lg-*/
@media (min-height: 769px) {
    .certificates-sticky {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}