/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for Tablet
 3.) Media Query for mobile
 ===============================================*/

/*
 1.) Media Query for Handheld Devices
 ===============================*/
/*------------------Tablet css -----------*/
@media only screen and (max-width: 1023px) {
    img{object-fit: cover!important; object-position: center;}
    .headerTop-content p {
        width: 92%;
    }
    .headerTop-content {
        width: 650px;
    }
    .logo {
        text-align: center;
        width: 128px;
        margin: -11px 0 0;
    }
    .logo .logo-text {
        display: block;
        margin: 0;
    }
    .logo-img {
        width: 60px;
        margin: 0px 0px 9px;
    }
    .header-right {
        width: 606px;
        margin-right: -12px;
    }
    .header-nav ul {
        margin-top: 10px;
        width: 100%;
        margin-left: -1px;
    }
    .header-nav a {
        font-size: 12px;
        padding: 8px 4px 21px;
        letter-spacing: -0.3px;
    }
    .track-content {
        width: 90%;
    }
    .track-content form {
        width: 100%;
    }
    .submenu a {
        padding: 8px 15px 8px;
    }
    .booking-content {
        padding: 28px 15px 36px 15px;
    }
    .origin-place {
        width: 227px;
    }
    .input-wrap input {
        width: 183px;
    }
    .type-input {
        width: 114px;
    }
    .laguage-wrap form > div.cube-img {
        margin: 0 0px 22px 0;
    }
    .laguage-wrap {
        padding: 0;
    }
    .offer-tag {
        right: -81px;
        bottom: 19px;
    }
    .offer-tag p {
        font-size: 10px;
    }
    .sympathetic-title {
        padding: 7px 0 9px 9px;
        margin-bottom: 20px;
        background-size: 93% 97%;
    }
    .sympathetic-title i {
        margin-right: 4px;
        margin-top: 2px;
    }
    .sympathetic-title span, .sympathetic-title strong {
        font-size: 14px;
    }
    .sympathetic p {
        margin-bottom: 10px;
        padding: 0 10px 0 10px;
        font-size: 14px;
    }
    .explain-work {
        padding: 0 10px 0 10px;
        text-align: center;
    }
    .explain-work i {
        float: none;
    }
    .explain-work span {
        display: block;
        margin: 20px 0 0 0;
        font-size: 13px;
        text-align: left;
        padding-left: 13px;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }
    .explain-work:before {
        left: 6px;
        top: auto;
        bottom: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .table-div {
        width: 100%;
        padding: 0px;
        margin: 0;
        margin-top:20px;
    }
    .table-div th {
        font-size: 12px;
        padding: 10px 5px 10px 5px;
    }
    .table-div td {
        padding: 20px 5px 21px 5px;
        text-align: center;
        font-size: 13px;
    }
    .table-div h1 {
        font-size: 13px;
        letter-spacing: -0.8px;
    }
    .table-wrap .container {
        display: block;
    }
    .sympathetic {
        margin: 0 8px 0 0;
    }
    .work-function li span {
        height: 115px;
        width: 115px;
    }
    .work-function li {
        float: left;
        width: calc(100%/5 - 20px);
        margin-right: 24px;
        padding: 0;
    }
    .work-function li:last-child {
        margin-right: 0;
    }
    .work-function h3 {
        font-size: 14px;
    }
    .work-function p {
        font-size: 13px;
    }
    .work-function li::after {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    .service-info span {
        width: 162px;
        font-size: 12px;
    }
    .service-wrap li .overlay {
        height: 52%;
    }
    .info-btn {
        width: 100px;
        min-height: 40px;
        padding: 7px 0 0 0;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .rate strong {
        font-size: 40px;
    }
    .opinion-list {
        width: 65%;
        padding: 4px 0 0;
    }
    .mark {
        width: 34.5%;
    }
    .opinion-list li {
        font-size: 12px;
        letter-spacing: -0.6px;
    }
    .profile-status p {
        padding: 0;
    }
    .delivery-effect h4 {
        font-size: 24px;
    }
    .delivery-effect {
        width: 40%;
    }
    .trust-content {
        padding: 34px 10px 12px;
    }
    .post-wrap li {
        width: calc(100%/3 - 17.4px);
        margin-right: 26px;
    }
    .post-wrap ul {
        padding: 0 0 50px;
    }
    .post-wrap h5 {
        font-size: 16px;
    }
    .post-wrap li p {
        font-size: 14px;
    }
    .footer-list address, .footer-list li a, .footer-list li {
        font-size: 13px;
    }
    .footer-list address {
        width: 87%;
    }
    .footer-list {
        width: 32%;
        margin-right: 30px;
        padding: 0 0 0;
    }
    .footer-logo {
        width: 28%;
        margin-right: 35px;
    }
    .social-icon li {
        float: left;
        margin-right: 12px;
    }
    .social-icon {
        /* width: 31.1%;
         padding: 2px 0 0;*/
        width: 13%;
        padding: 2px 0 0;
    }
    .footer-logo a.logo-img {
        width: 200px;
    }
    .table-div tr:first-child::after {
        top: 48px;
    }
    .more-info-hint span {
        font-size: 12px;
    }
    .hint-wrapper ul li {
        margin-bottom: 50px;
    }
    .tips-image ul li:first-child .tips-cont {
        background-size: 100% 100%;
    }
    .tips-image ul li:last-child .tips-cont {
        background-size: 100% 100%;
    }
    .tips-image .tips-cont h3 {
        font-size: 18px;
    }
    .tips-image .tips-cont h3 span {
        font-size: 18px;
    }
    .tips-image ul li:last-child .tips-cont .wrapper-tips h3 {
        font-size: 18px;
    }
    .wrapper-tips .btn {
        font-size: 16px;
    }
    .list-tips-wrap p {
        font-size: 14px;
    }
    .flow-ways .list-tips-wrap li .ways-wrap h3 {
        font-size: 14px;
    }
}

/*------------------Mobile  css -----------*/

@media screen and (min-width: 1024px) and (max-width: 1265px) {

    .headerTop-content p {
        width: 95%;
    }
    .headerTop-content {
        width: 899px;
    }
    .logo {
        text-align: center;
        width: 162px;
        margin: -9px 0 0 17px;
    }
    .logo-text {
        display: block;
        margin: 0;
    }
    .logo-img {
        width: 48px;
        margin-bottom: 9px;
    }
    .right-top ul {
        margin: 9px 20px 0 0;
    }
    .header-nav a {
        font-size: 14px;
        padding: 8px 6.5px 21px;
    }
    .header-right {
        width: 765px;
    }
    .track-content form {
        width: 62%;
    }
    .track-content {
        width: 95%;
    }
    .submenu a {
        padding: 8px 6.5px 12px;
    }
    .booking-content {
        padding: 28px 6px 36px 30px;
        margin: 0 12px;
    }
    .offer-tag {
        bottom: 29px;
    }
    .sympathetic {
        width: 27.9%;
        padding: 12px 0 11px 0;
        margin: 0 26px 0 11px;
    }
    .sympathetic-title span, .sympathetic-title strong {
        font-size: 18px;
    }
    .sympathetic-title i {
        margin-right: 10px;
        margin-top: 0;
        transform: scale(0.8);
    }
    .sympathetic-title {
        background-size: 87% 100%;
        padding: 7px 0 7px 17px;
        margin-bottom: 16px;
    }
    .sympathetic p {
        line-height: 18px;
        margin-bottom: 0;
        padding: 0 43px 0 18px;
        font-size: 14px;
    }
    .sympathetic p.number {
        font-size: 17px;
    }
    .explain-work span {
        font-size: 13px;
    }
    .explain-work:before {
        transform: scale(0.9);
        left: 17px;
        top: 37%;
    }
    .explain-work {
        padding: 0 8px 0 32px;
    }
    .table-wrap {
        padding: 26px 0px 32px;
    }
    .explain-work i {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    .table-div h1 {
        margin-bottom: 13px;
        font-size: 14px;
    }
    .table-div td {
        padding: 12px 10px 18px 11px;
        font-size: 13px;
        text-align: center;
    }
    .table-div {
        padding: 15px 15px 12px 19px;
        float: right;
        width: 67.3%;
        margin-right: 11px;
    }
    .table-div th {
        font-size: 11px;
        padding: 10px 17px 6px 11px;
    }
    .table-div td.saving {
        font-size: 22px;
    }
    .table-div td.saving span {
        font-size: 15px;
    }
    .table-info {
        font-size: 11px;
        margin: 4px 4px 0 12px;
        display: block;
        color: #808080;
    }
    h2, .h2 {
        font-size: 24px!important;
    }
    .work-function {
        background-color: #898989;
        padding: 29px 0 46px 0;
    }
    .work-function h2, .work-function div .h2 {
        margin-bottom: 33px;
    }
    .work-function li span {
        height: 100px;
        width: 100px;
        margin-bottom: 11px;
    }
    .work-function li span i {
        top: 21%;
        transform: scale(0.8);
    }
    .work-function h3 {
        margin-bottom: 7px;
        min-height: 33px;
        padding: 0;
        font-size: 14px;
        letter-spacing: -0.4px;
    }
    .work-function h3 strong {
        display: block;
    }
    .work-function p {
        color: #fff;
        line-height: 21px;
        font-size: 14px;
    }
    .work-function li {
        width: calc(100%/5 - 20px);
        margin-right: 19px;
        padding: 0 14px;
        position: relative;
    }
    .work-function li:first-child h3 {
        margin-top: -7px;
        line-height: 19px;
    }
    .work-function li:after {
        transform: scale(0.75);
        top: 15%;
    }
    .service-wrap {
        text-align: center;
        padding: 56px 0 54px 0;
    }
    .service-wrap h2 {
        margin-bottom: 30px;
    }
    .service-wrap ul {
        padding: 0 10px;
    }
    .service-info {
        min-height: 66px;
    }
    .service-info span {
        font-size: 14px;
    }
    .service-wrap li .overlay {
        top: 13px;
        height: 66%;
    }
    .info-btn {
        font-size: 15.78px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 81px;
        min-height: 44px;
        text-align: center;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 9px 0 0 0;
    }
    .service-wrap {
        text-align: center;
        padding: 56px 0 44px 0;
    }
    .opinion {
        padding: 36px 0 41px 0;
    }
    .opinion-wrap h2 {
        margin-bottom: 51px;
    }
    .opinion-wrap h2 {
        margin-bottom: 38px;
    }
    .opinion-content {
        padding: 0px 13px;
    }
    .mark {
        width: 30.5%;
        text-align: center;
    }
    .opinion-info {
        width: 65.6%;
    }
    .opinion-list {
        width: 58.5%;
        padding: 4px 0 0;
        margin-right: 10px;
        float: right;
    }
    .opinion-list li {
        margin-bottom: 22px;
        font-size: 14px;
    }
    .opinion-list li {
        margin-bottom: 22px;
        font-size: 14px;
    }
    .profile-status {
        width: 34.4%;
        padding: 5px 0 0;
    }
    .profile-status p {
        line-height: 17px;
        margin-bottom: 13px;
        padding: 0 57px;
        font-size: 14px;
    }
    .profile-status span {
        font-size: 14px;
    }
    .trust-content {
        padding: 29px 6px 12px;
        margin: 0 10px;
    }
    .trust-content h2 {
    }
    .trust-wrap {
        padding: 28px 0 30px;
    }
    .shipment span, .shipment strong {
        font-size: 26px;
    }
    .shipment .shipment-no {
        font-size: 79px;
        color: #91b213;
        margin-bottom: 14px;
    }
    .shipment strong {
        font-size: 32px;
    }
    .shipment {
        width: 355px;
        background-size: 100%;
    }
    .trust-content {
        padding: 29px 65px 0 62px;
        margin: 0 10px;
    }
    .average-effect strong {
        font-size: 43px;
    }
    .average-effect i {
        font-size: 24px;
    }
    .average-effect {
        width: 130px;
        height: 130px;
    }
    .delivery-effect h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .post-wrap {
        padding: 50px 0 62px;
    }
    .post-wrap h2 {
        margin-bottom: 64px;
    }
    .post-wrap li {
        float: left;
        width: calc(100%/3 - 22px);
        margin-right: 30px;
    }
    .post-wrap ul {
        padding: 0px 6px 53px 10px;
    }
    .post-wrap h5 {
        font-size: 16px;
        margin: 0 0 3px;
    }
    .post-wrap li figure {
        line-height: 0;
        margin: 0 0 15px;
    }
    .post-wrap .date {
        font-size: 12px;
        margin-bottom: 7px;
        line-height: 1;
    }
    .post-wrap li p {
        line-height: 17px;
        padding-right: 2px;
        font-size: 14px;
    }
    .footer-logo a.logo-img {
        display: inline-block;
        width: 273px;
    }
    .footer-logo a.logo-img {
        width: 290px;
    }
    .footer-logo img {
        margin-bottom: 10px;
    }
    .footer-list address {
        width: 88%;
    }
    .footer-list {
        width: 28%;
        /*margin-right: 76px;*/
        margin-right: 60px;
        padding: 10px 0 0;
    }
    .footer-list li {
        margin-bottom: 20px;
    }
    .social-icon {
        /*width: 27%;
          padding: 25px 0 0;
        */
        width: 12%;
        padding: 2px 0 0;
    }
    .footer-logo {
        width: 30%;
        /*margin-right: 61px;*/
        margin-right: 55px;
    }
    .footer-top .container {
        padding: 0 30px;
    }
    .footer-top {
        padding: 40px 0 53px;
    }

    .footer-bottom span {
        margin: 6px 0 0 12px;
    }
    .footer-bottom .term-list {
        margin-right: 12px;
    }
    .header-nav ul {
        width: 100%;
    }
    .average-effect:after {
        width: 150px;
        height: 150px;
    }
    .table-wrap .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .table-div tr:first-child::after {
        top: 31px;
    }
    .more-info-hint span {
        font-size: 16px;
    }
    .tips-image .tips-cont h3 {
        font-size: 20px;
    }
    .tips-image .tips-cont h3 span {
        font-size: 20px;
    }
    .tips-image ul li:last-child .tips-cont .wrapper-tips h3 {
        font-size: 20px;
    }
    .list-tips-wrap p {
        font-size: 14px;
    }
    .flow-ways .list-tips-wrap li .ways-wrap h3 {
        font-size: 14px;
    }
    .flow-ways .list-tips-wrap li .ways-pice-list li {
        font-size: 14px;
    }
    .ways-pice-list {
        padding-bottom: 15px;
    }
    .measure-lug-con {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .winner-description li {
        float: left;
        width: calc(100%/3 - 17px);
        margin: 0 25px 50px 0;
    }
    .winner-description h2 {
        font-size: 15px;
    }
    .winner-description p {
        font-size: 14px;
        min-height: 113px;
        padding: 0;
    }
    .winner-description .btn {
        min-width: 100%;
    }
    .inner-title p {
        width: 95%;
    }
    .winner-description ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .collection figure {
        position: relative;
    }
    .collection figure img {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .review-wrap .profile-status {
        float: left;
        width: calc(100%/3 - 40px);
        margin-right: 60px;
    }
    .review-wrap .profile-status p {
        padding: 0;
    }
    .item-ship li {
        padding-right: 0;
    }
    .special-form-wrap p {
        width: 80%;
    }
    .special-form-wrap form {
        width: 90%;
        padding: 43px 15px 55px;
    }
    .input {
        margin-right: 27px;
    }
    .md-left {
        margin-right: 0;
    }
    .mini-move .work-function li {
        width: calc(100%/4 - 40px);
        margin-right: 53.3px;
        padding: 0;
    }
    .mini-move .work-function li:last-child {
        margin-right: 0;
    }
    .mini-move .work-function strong {
        font-size: 15px;
    }
    .mini-move .work-function {
        padding: 50px 0 50px;
    }
    .move-service li {
        width: calc(100%/3 - 25px);
        margin-right: 37.5px;
    }
    .move-service li:last-child {
        margin-right: 0;
    }
    .move-service li strong {
        padding: 0 3px;
        width: 221px;
        margin: 0 auto 20px;
        font-size: 16px;
    }
    .mini-review.review-wrap .profile-status {
        width: calc(100%/2 - 40px);
    }
    .mini-review .container {
        padding: 0 15px;
    }
    .parking-collection h2 {
        font-size: 22px;
    }
    .parking-move .work-function strong {
        padding: 0;
    }
    .parking-move .work-function li {
        width: calc(100%/3 - 34px);
        margin-right: 50px;
    }
    .luggage-content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .luggage-content figure {
        margin-right: 30px;
    }
    .luggage-content figure img {
        height: 100%;
        object-fit: cover;
    }
    .luggage-info span, .luggage-info p {
        font-size: 14px;
        margin-bottom: 34px;
    }
    .parking-travel p {
        margin-bottom: 40px;
    }
    .tab-link p {
        width: 85%;
    }
    .unit-inputWrap {
        width: 344px;
        margin-right: 19px;
    }
    .agree-input label:after {
        left: -26px;
    }
    .flow-ways .list-tips-wrap li .ways-pice-list li {
        font-size: 14px;
    }
    .ways-pice-list {
        padding-bottom: 15px;
    }
    .measure-lug-con {
        font-size: 14px;
    }
    .flow-ways .list-tips-wrap li .ways-wrap {
        padding-top: 0;
    }
    .flow-ways .list-tips-wrap li figure img {
        height: 100%;
        object-fit: cover;
    }
    .flow-ways .list-tips-wrap li {
        display: flex;
        margin-bottom: 40px;
    }
    .flow-ways .list-tips-wrap li:nth-child(2) {
        margin-bottom: 40px;
    }
    .safety-boxes .inner-title p {
        width: 95%;
    }
    .how-can-help figure {
        width: 45%;
    }
    .how-can-help-wrap {
        padding-top: 0;
    }
    .faq-accordion {
        width: 100%;
    }
    .how-can-help-wrap {
        width: 53%;
    }
    .faq-function li {
        width: calc(100%/3 - 10px);
        padding: 0px 18px;
        margin-right: 15px;
    }
    .faq-function li strong {
        font-size: 12px;
    }
    ul.inner.show > li > a {
        padding: 5px 22px;
    }
    .accor-first-inner > li > a {
        padding: 8px 22px;
    }
    .we-send-wrap li span {
        font-size: 12px;
    }
    .we-send-wrap li a.btn {
        font-size: 12px;
    }
    .how-we-send-wrap ul li strong {
        font-size: 14px;
    }
    .how-we-send-wrap .btn {
        width: 100%;
        font-size: 14px;
        min-width: 0;
    }
    .how-we-send-wrap ul li strong {
        font-size: 11px;
    }
    .image-sec-germany .tips-image ul li:last-child .tips-cont .wrapper-tips h3 {
        font-size: 12px;
    }
    .image-sec-germany .tips-image ul li:last-child .tips-cont .wrapper-tips .btn {
        font-size: 12px;
        width: 95%;
        min-width: 0;
    }
    .image-sec-germany .tips-image .tips-cont h3 {
        font-size: 12px;
    }
    .image-sec-germany .tips-image .tips-cont h3 br {
        display: none;
    }
    .image-sec-germany .tips-image .tips-cont h3 span {
        font-size: 12px;
    }
    .image-sec-germany .wrapper-tips .btn {
        min-width: 0;
        width: 95%;
        font-size: 12px;
    }
    .germany-cont h2 {
        font-size: 20px;
    }
    .germany-cont p {
        font-size: 14px;
    }
    .send-to-germany .work-function li span {
        width: 100px;
        height: 100px;
    }
    .send-to-germany .work-function li strong {
        font-size: 14px;
    }
    .send-to-germany .work-function li::after {
        top: 13%;
    }
    .documentation-need h4, .not-send-to h4 {
        font-size: 16px;
    }
    .documentation-need p {
        margin-bottom: 15px;
    }
    /*
    .icon-box2 {
        background-size: 375px 375px;
        width: 34px;
        height: 34px;
        background-position: -7px -302px;
    }
    */
    .icon-weight-mes {
        background-size: 375px 375px;
        width: 13px;
        height: 13px;
        background-position: -175px -37px;
    }
    .icon-box-wrap {
        background-size: 375px 375px;
        width: 28px;
        height: 28px;
        background-position: -174px -155px;
    }
    .boxes-wrap .weight-price {
        padding-top: 0;
    }
    .suitcases .weight-price li:nth-child(1) div span {
        padding-left: 5px;
    }
    .we-send-link li a {
        font-size: 14px;
    }
    .we-send-link li:nth-child(2) {
        padding: 0 18px;
    }
    .we-send-link li {
        padding: 0 18px;
    }
    .we-send-link {
        padding-top: 10px;
    }
    .we-send-cont h2 {
        margin-bottom: 30px;
        margin-top:25px;
    }
    .we-send-cont {
        padding-top: 7px;
    }
    .article-send{
        padding-top: 0px!important;
    }
    .article-send li{
        padding-bottom: 30px;
    }
    .article-send li span {
        font-size: 14px;
    }
    .article-send li a {
        font-size: 14px;
    }
    .weight-price > li > div > span {
        font-size: 16px;
        padding-left: 5px;
        display: inline-block;
    }
    .weight-price li:nth-child(2) div span {
        font-size: 16px;
    }
    .weight-price li:nth-child(3) div span {
        font-size: 16px;
    }
    .weight-price li:nth-child(4) div span {
        font-size: 16px;
    }
    .suitcases .weight-price {
        padding-top: 0;
    }
    .sports-article {
        display: flex;
    }
    .sports-article > figure > img {
        height: 100%;
    }
    .shipping-prob .item-prohibited ul li {
        font-size: 14px;
    }
    .item-prohibited {
        padding-top: 5px;
    }
    .various-item .article-send li figure {
        min-height: 64px;
    }
    .various-item .we-send-cont {
        padding-top: 5px;
    }
    .ski-cont {
        width: 100%;
    }
    .send-ski .security-kit {
        width: 100%;
    }
    .about-ski-mes {
        width: 100%;
    }
    .send-ski .security-kit .faq-function li strong {
        font-size: 14px;
    }
    .send-ski .inner-title p {
        width: 100%;
    }
    .about-us .how-we-send-wrap ul li:nth-child(3) strong {
        margin-bottom: 40px;
    }
    .about-us .how-we-send-wrap ul li strong {
        margin-bottom: 40px;
        min-height: 72px;
    }
    .about-us .how-we-send-wrap ul li strong br {
        display: none;
    }
    .more-info-hint span {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .unsuitable-team ul li strong {
        font-size: 14px;
    }
    .unsuitable-team ul li span {
        font-size: 14px;
    }
    .some-of-partner ul li {
        width: calc(100%/7 - 9px);
        margin-right: 10px;
    }
    .ngo h2 {
        font-size: 18px;
        padding: 4px 40px;
    }
    .ngo li strong {
        font-size: 14px;
    }
    .ngo li {
        margin-bottom: 70px;
    }
    .ngo p {
        width: 94%;
    }
    .solidarity .inner-title p {
        width: 94%;
    }
    .inner-left-sec {
        width: 61px;
    }
    .inner-right-sec {
        width: 87%;
    }
    .not-sending-prob, .add-packing, .additional-insurance {
        width: 100%;
    }
    .help-you-wrap {
        padding-left: 0;
    }
    .contact-us-sec {
        padding-left: 10px;
        margin-left: 0;
        width: 39%;
    }
    .write-us a {
        font-size: 16px;
    }
    .other-user-ques p {
        font-size: 14px;
    }
    .contact-us-sec strong {
        font-size: 16px;
    }
    .call-us a {
        font-size: 20px;
    }
    .customer-schedule span {
        font-size: 16px;
    }
    .help-form-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .help-you-wrap h1 {
        font-size: 24px;
    }
    .bag-table {
        float: none;
        width: calc(100% + 50px);
        position: relative;
        left: -25px;
    }
    .bag-table.table-div th {
        padding: 5px 0px 5px 0px;
        font-size: 10px;
        line-height: 13px
    }
    .bag-table.table-div td {
        font-size: 14px;
        padding: 36px 5px 33px 5px;
    }
    .bag-table.table-div tr:first-child::after{
        top:50px; /* ¿No funciona muy bien, hay alguna otra solucion para colocar la linea siempre a 20px del menú? */
    }
    .icon-cycle {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .icon-surfboard {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .icon-baggage30kg {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .bag-table.table-div td:nth-child(2) {
        font-size: 14px;
    }
    .bag-table.table-div td.saving {
        font-size: 20px;
    }
    .limitation-table .select-dest-wrap .select-wrap:first-child {
        width: 26.5%;
    }
    .limitation-table .select-dest-wrap .select-wrap:last-child {
        width: 26.5%;
    }
    .insure-wrapper {
        width: 100%;
    }
    .insurance-cont figure {
        width: 100%;
    }
    .pack-table {
        width: 95%;
    }
    .legal-wraning-wrap {
        width: 90%;
    }
    .terms-wrapper {
        width: 100%;
    }
    .ngo li figure {
        position: relative;
    }
    .ngo li img{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        padding: 0 10px;
    }
    .some-of-partner ul li figure{
        position: relative;
    }
    .some-of-partner ul li figure img{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 10px;
        display: block;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1265px) {
    .winner-description ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .winner-description li p {
        min-height: 113px;
    }
    .special-form-wrap form {
        width: 90%;
    }
    .mini-review .container {
        padding: 0 180px;
    }
    .mini-review .profile-status {
        width: calc(100%/2 - 20px);
        margin-right: 33px;
    }
    .we-send-wrap li span {
        font-size: 14px;
    }
    .we-send-wrap li a.btn {
        font-size: 16px;
    }
    .how-we-send-wrap ul li strong {
        font-size: 14px;
    }
    .image-sec-germany .tips-image ul li:last-child .tips-cont .wrapper-tips .btn {
        font-size: 14px;
        width: 95%;
        min-width: auto;
    }
    .image-sec-germany .wrapper-tips .btn {
        min-width: auto;
        width: 95%;
        font-size: 14px;
    }
    .suitcases .weight-price li:nth-child(1) div span {
        padding-left: 5px;
    }
    .weight-price > li > div > span {
        padding-left: 2px;
    }
    .faq-function {
        background: #fff;
        padding: 44px 0 24px 0;
    }
    .faq-function li {
        width: calc(100%/3 - 10px);
        padding: 0px 18px;
        margin-right: 15px;
    }
    .faq-function li::after {
        top: 25%;
    }
    .about-us .how-we-send-wrap ul li:nth-child(3) strong {
        margin-bottom: 61px;
    }
    .about-us .how-we-send-wrap ul li strong {
        min-height: 72px;
    }
    .some-of-partner ul li {
        width: calc(100%/7 - 43px);
        margin-right: 48px;
    }
    .ngo h2 {
        font-size: 30px;
    }
    .bag-table {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .bag-table.table-div th {
        padding: 19px 14px 24px 14px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .how-can-help-wrap h3{
        margin-bottom:90px;
    }
    .table-help-wrap{
        top:60px!important;
    }
    .container {
        min-width: 320px;
    }
    .header-top {
        padding: 20px 0 39px;
    }
    .headerTop-content {
        width: 100%;
        padding: 0 8px;
    }
    .headerTop-content p {
        width: 83%;
        line-height: 20px;
    }
    .logo .logo-text {
        display: inline-block;
        margin: 0;
        width: 165px;
    }
    .logo-img {
        width: 47px;
        margin: 0 4px 0 0;
    }
    .logo {
        text-align: left;
        width: 226px;
        margin: -6px 0 0 3px;
    }
    .hamberger {
        width: 24px;
        height: 18px;
        float: right;
        margin: 7px 8px 0 0;
        cursor: pointer;
    }
    .hamberger span {
        display: block;
        height: 3px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 4px;
    }
    .hamberger span:last-child {
        margin-bottom: 0;
    }
    .visible-mob {
        display: block !important;
    }
    .visible-desk {
        display: none !important;
    }
    .header-main {
        padding: 23px 0 22px;
        position: relative;
        border-bottom: 1px solid #dbe4c9;
    }
    .header-right {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        background-color: #6e9226;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .profile {
        float: left;
        margin: 9px 36px 0px 0px;
    }
    .profile i {
        margin-right: 3px;
    }
    .profile span {
        font-size: 15px;
    }
    .lang-select {
        float: right;
        position: relative;
    }
    .lang-select select {
        height: 34px;
        width: 121px;
        font-size: 14px;
        color: #4d4d4d;
        padding: 0 23px 2px 8px;
        background-color: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #bababa;
    }
    .lang-select:after {
        position: absolute;
        content: '';
        background-image: url(../_images/sprite.png);
        background-position: -3px -73px;
        width: 9px;
        height: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 9px;
        pointer-events: none;
    }
    .right-top {
        padding: 10px 12px 11px 19px;
    }
    .profile span {
        font-size: 15px;
    }
    .header-nav li {
        float: none;
        border-top: 1px solid #dbe4c9;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .header-nav a {
        font-size: 15px;
        padding: 11px 17px 10px;
        display: block;
        position: relative;
        font-weight: 700;
    }
    .header-nav a i {
        position: absolute;
        right: 26px;
        top: 19px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header-nav ul {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .header-nav .submenu {
        position: static;
        margin: 0;
        visibility: visible;
        opacity: 1;
        z-index: 0;
        width: 100%;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .header-nav .submenu a {
        font-weight: 400;
        padding: 13px 27px 12px 17px;
        word-spacing: 1px;
        line-height: 21px;
    }
    .header-nav .active i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu-active {
        top: 101%;
        visibility: visible;
        opacity: 1;
    }
    .container {
        padding: 0 25px;
    }
    .booking-content {
        padding: 15px 13px 11px 13px;
    }
    .booking-wrap {
        padding: 11px 0 12px;
    }
    .input-wrap input {
        width: 89%;
    }
    .origin-place {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }
    .laguage-wrap {
        float: none;
        width: 100%;
    }
    .type-input {
        width: 70%;
    }
    .laguage-wrap form > div.cube-img {
        margin: 0 0 0 12px;
    }
    .laguage-wrap form > div.more-laguage {
        padding: 8px 0 0 0;
        margin-bottom: 23px;
    }
    .laguage-btnWrap.text-center {
        text-align: left;
    }
    .offer-tag {
        position: static;
        text-align: center;
        width: 110%;
        transform: none;
        margin: 0 -13px 0;
        padding: 11px 15px 16px;
    }
    .laguage-wrap form > div.laguage-btnWrap {
        margin: 0 0 23px;
        float: left;
    }
    .offer-tag strong {
        font-size: 22px;
        margin: 0 0 8px 0;
    }
    .offer-tag p {
        font-size: 16px;
        margin: 0;
    }
    .sympathetic {
        float: none;
        width: 100%;
        margin: 0;
        padding: 17px 0 35px 0;
    }
    .table-div.home {
        overflow-x: scroll;
    }
    .bag-table.table-div tr:first-child::after
    {
        top: 60px;
    }
    .bag-table.table-div th:first-child {
        display: none;
    }
    .bag-table.table-div td:first-child {
        display: none;
    }
    .bag-table.table-div th{
        width: 25%;
    }
    .table-wrap {
        padding: 13px 0px 12px;
    }
    .sympathetic-title {
        padding: 7px 0 9px 16px;
        margin-bottom: 22px;
        background-size: 97% 100%;
    }
    .sympathetic-title i {
        margin-right: 20px;
        margin-top: 2px;
    }
    .sympathetic-title i {
        margin-right: 20px;
        margin-top: 2px;
    }
    .sympathetic-title span, .sympathetic-title strong {
        font-size: 22px;
    }
    .sympathetic p {
        margin-bottom: 21px;
        padding: 0 53px 0 13px;
        font-size: 16px;
    }
    .explain-work i {
        display: none;
    }
    .explain-work {
        padding: 0 10px 0 17px;
    }
    .explain-work span {
        margin: 0 0 0 0;
        font-size: 16px;
        padding-left: 18px;
    }
    .explain-work::before {
        left: 16px;
        top: auto;
        bottom: 2px;
    }
    h2 {
        font-size: 28px;
    }
    .work-function li {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin-bottom: 70px;
    }
    .work-function h2 {
        margin-bottom: 26px;
        font-size: 28px;
    }
    .work-function h3 {
        font-size: 18px;
        margin-bottom: 3px;
        min-height: auto;
    }
    .work-function li span {
        height: 120px;
        width: 120px;
        margin-bottom: 7px;
    }
    .work-function p {
        font-size: 16px;
    }
    .work-function li:after {
        top: 106%;
        left: 0;
        width: 26px;
        height: 45px;
        content: '';
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .work-function li:last-child {
        margin-bottom: 0;
    }
    .work-function {
        padding: 26px 0 59px 0;
    }
    .service-wrap {
        padding: 34px 0 29px 0;
    }
    .overlay, .service-wrap figure {
        display: none;
    }
    .service-wrap li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
        border-right: none;
    }
    .service-wrap h2 {
        margin-bottom: 72px;
        line-height: 33px;
    }
    .service-wrap .container {
        padding: 0;
    }
    .service-info span {
        width: 220px;
        font-size: 16px;
    }
    .service-wrap li:last-child .service-info span {
        width: 190px;
    }
    .opinion-wrap h2 {
        margin-bottom: 16px;
        padding: 0 10px;
        line-height: 32px;
    }
    .opinion {
        padding: 29px 0 51px 0;
    }
    .opinion-info {
        float: none;
        width: 100%;
        padding: 46px 0 45px;
    }
    .mark {
        width: 100%;
        float: none;
    }
    .rate strong {
        font-size: 53.34px;
    }
    .opinion-list {
        width: 100%;
        float: none;
        padding: 27px 9px 0;
    }
    .opinion-list li {
        font-size: 16px;
        position: relative;
        padding-left: 39px;
    }
    .opinion-list li i {
        position: absolute;
        left: 0;
        top: 3px;
    }
    .profile-status {
        float: none;
        width: 100%;
        padding: 18px 0 0;
    }
    .profile-status p {
        line-height: 19px;
    }
    .trust-wrap {
        padding: 18px 0;
    }
    .trust-content {
        padding: 23px 10px 47px;
    }
    .shipment {
        float: none;
        width: 100%;
        margin-bottom: 54px;
        background-size: 100% 67%;
    }
    .shipment span, .shipment strong {
        font-size: 24px;
    }
    .shipment .shipment-no {
        font-weight: 700;
        font-size: 58px;
    }
    .shipment strong {
        font-size: 28px;
        margin-bottom: 0;
    }
    .delivery-effect {
        width: 100%;
    }
    .delivery-effect h4 {
        font-size: 24px;
        text-align: center;
        padding: 0 30px;
        line-height: 28px;
    }
    .delivery-effect h4 {
        margin-bottom: 31px;
    }
    .post-wrap h2 {
        color: #6e9225;
        margin-bottom: 25px;
        padding: 0 36px;
        line-height: 32px;
    }
    .post-wrap li {
        width: 100%;
        margin: 0 0 61px;
        float: none;
    }
    .post-wrap {
        padding: 35px 0 22px;
    }
    .post-wrap h5 {
        font-size: 18px;
    }
    .post-wrap li figure {
        margin: 0 0 22px;
    }
    .post-wrap li figure img {
        width: 100%;
    }
    .post-wrap li p {
        font-size: 16px;
    }
    .post-wrap li:last-child {
        margin-bottom: 0;
    }
    .post-wrap .btn {
        display: block;
        width: 100%;
    }
    .footer-logo, .footer-list, .social-icon {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo a.logo-img {
        width: 285px;
        display: block;
        margin: 0 auto;
    }
    .footer-logo img {
        margin-bottom: 31px;
    }
    .footer-logo a:last-child img {
        margin-bottom: 0;
    }
    .footer-top {
        padding: 33px 0 33px;
        text-align: center;
    }
    .footer-list li i {
        display: block;
        margin: 0 auto 15px;
        transform: scale(1.3);
    }
    .footer-list address, .footer-list li a, .footer-list li {
        font-size: 14px;
    }
    .footer-list li {
        margin-bottom: 9px;
    }
    .footer-list {
        margin-bottom: 32px;
    }
    .social-icon li {
        float: none;
        margin-right: 24px;
        display: inline-block;
    }
    .social-icon li:last-child {
        margin-right: 0;
    }
    .social-icon ul {
        text-align: center;
    }
    .footer-bottom .term-list {
        float: none;
        margin-bottom: 35px;
    }
    .term-list li {
        float: none;
        border-right: none;
        margin: 0;
        text-align: center;
    }
    .term-list li a {
        font-size: 14px;
        padding: 0;
    }
    .term-list li {
        float: none;
        border-right: none;
        margin: 0 0 29px;
        text-align: center;
    }
    .footer-bottom {
        padding: 33px 0 23px;
    }
    .footer-bottom span {
        float: none;
        display: block;
        text-align: center;
    }
    .term-list li:last-child {
        margin-bottom: 0;
    }
    .banner figure img {
        height: 100%;
        min-height: 200px;
        object-fit: cover;
    }
    .banner {
        min-height: 200px;
    }
    .imgright {object-position: right}
    .winner-description li {
        float: none;
        width: 100%;
        margin: 0 0 50px 0;
    }
    .winner-description figure img {
        width: 100%;
    }
    .winner-description p {
        font-size: 16px;
        min-height: auto;
        padding: 0;
    }
    .winner-description h2 {
        font-size: 18px;
    }
    .winner-description li:nth-child(4), .winner-description li:nth-child(5) {
        margin-bottom: 50px;
    }
    .travel-wrap .btn {
        font-size: 16px;
        padding-top: 18px;
        min-width: 100%;
        line-height: 22px;
    }
    .inner-title h1 {
        font-size: 24px;
    }
    .inner-title span {
        font-size: 18px;
    }
    .notification
    {
        min-height: 200px;
    }
    .collection {
        display: block;
    }
    .collection figure {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    .collection-info {
        width: 100%;
    }
    .collection .btn {
        min-width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .review-wrap .profile-status {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .review-wrap .profile-status:last-child {
        margin-bottom: 0;
    }
    .tab-link p {
        font-size: 14px;
    }
    .tab-link {
        padding: 20px 60px 25px 6px;
    }
    .tab-link:after {
        right: 11px;
        bottom: auto;
        top: 28px;
    }
    .excluded {
        padding: 30px 0px 20px;
    }
    .item-prohibited, .item-resticted {
        float: none;
        width: 100%;
    }
    .item-ship h4 {
        font-size: 15px;
    }
    .insurance-content {
        margin-bottom: 20px;
    }
    .insurance {
        padding: 24px 0px 0;
    }
    .inner-service h2 {
        margin-bottom: 45px;
    }
    .collection figure img {
        position: static;
        width: auto;
    }
    .special-form-wrap p {
        width: 100%;
    }
    .global-section {
        padding: 25px 0px 0;
    }
    .special-form-wrap form {
        width: 100%;
        padding: 43px 10px 55px;
    }
    .special-form-wrap .input {
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }
    .pickup-date {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .pickup-time {
        float: none;
        width: 100%;
        padding: 0;
    }
    .pickup-time .radio-btn {
        float: none;
        margin-bottom: 21px;
        margin-right: 0;
    }
    .pickup-time .radio-btn label {
        font-size: 12px;
        margin-left: 3px;
    }
    .pickup-time .radio-btn label:after {
        left: -20.4px;
    }
    .detail-content {
        width: 100%;
        float: none;
    }
    .unit-inputWrap td {
        padding: 6px 6.2px;
    }
    .unit-inputWrap {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    .unit-inputWrap td input {
        width: 45px;
        padding: 0 9px;
    }
    .mesurment-img {
        margin-left: 45px;
    }

    .unit-inputWrap td:last-child {
        padding: 0 6.2px;
    }
    .mini-move .work-function li {
        width: 100%;
        margin-right: 0;
    }

    .mini-move .work-function li:nth-child(2) strong, .mini-move .work-function li:first-child strong {
        margin-top: 0;
    }
    .mini-move .work-function li:after, .mini-move .work-function li:nth-child(3):after {
        top: 106%;
        left: 0;
    }
    .mini-move .btn {
        min-width: 100%;
        font-size: 14px;
        padding-top: 20px;
    }
    .move-service li {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;
    }
    .move-service li:last-child {
        margin-bottom: 0;
    }
    .move-service li figure img {
        width: 100%;
    }
    .move-service li strong {
        width: 300px;
    }
    .send-more {
        padding: 0;
    }
    .pickup-delivary .radio-btn {
        float: none;
    }
    .pickup-travel h3 span, .pickup-travel p span {
        display: inline;
    }
    .travel-wrap h3 {
        font-size: 24px;
    }
    #input-form121 {
        width: 100%;
    }
    .collection p.md-margin {
        margin-bottom: 20px;
    }
    .send-more p {
        padding-right: 0;
    }
    .mini-move p {
        width: 100%;
    }
    .parking-move {
        padding-bottom: 0;
    }
    .parking-move .work-function {
        padding: 50px 0 10px;
    }
    .luggage-content {
        display: block;
    }
    .luggage-content figure {
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .luggage-info {
        float: none;
        width: 100%;
    }
    .luggage-info span, .luggage-info p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .luggage-info .btn {
        min-width: 100%
    }
    .luggage-parking {
        padding: 40px 0 40px;
    }
    .mini-review.review-wrap .profile-status {
        width: 100%;
    }
    .parking-collection {
        padding: 40px 0 17px;
    }
    .luggage-content figure img {
        width: 100%;
    }
    .storage-move .work-function {
        padding-bottom: 0;
    }
    .tab-link p {
        width: 100%;
        line-height: 18px;
    }
    .hint-wrapper ul li {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .hint-wrapper ul li:nth-child(2n+1) {
        padding-right: 0;
    }
    .hint-wrapper ul li:nth-child(3) {
        margin-bottom: 55px;
    }
    .hint-wrapper ul li:nth-child(4) {
        margin-bottom: 0;
    }
    .more-info-hint span {
        margin-bottom: 15px;
    }
    .tips-list {
        width: 100%;
    }
    .tips-list h2 {
        font-size: 20px;
    }
    .tips-list p {
        font-size: 14px;
    }
    .list-tips-wrap h3 {
        font-size: 16px;
    }
    .list-tips-wrap li::before {
        font-size: 16px;
    }
    .tips-image ul li {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .tips-image ul li:last-child {
        padding-left: 0;
    }
    .tips-image ul li:last-child .tips-cont .wrapper-tips {
        width: 63%;
    }
    .tips-image ul li .tips-cont .wrapper-tips {
        width: 70%;
    }
    .tips-image .tips-cont h3 {
        line-height: 22px;
    }
    .tips-travel p {
        font-size: 16px;
    }
    .tips-travel .btn-secondary {
        padding: 17px 10px;
        font-size: 14px;
    }
    .tips-travel {
        padding: 60px 0 60px;
    }
    .mini-move-tips {
        width: 100%;
    }
    .how-to-send .mini-move-tips {
        width: 100%;
    }
    .how-to-send .inner-title strong, .how-to-send .mini-move-tips strong {
        font-size: 14px;
    }
    .how-to-send .inner-title .mini-move-tips p {
        font-size: 14px;
    }
    .box-desc {
        padding-left: 0;
    }
    .ways-to-measure .inner-title p {
        width: 100%;
    }
    .flow-ways .list-tips-wrap li figure {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .flow-ways .list-tips-wrap li .ways-wrap {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .flow-ways .list-tips-wrap li {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
    .list-tips-wrap .ways-wrap h3 {
        margin-bottom: 20px;
    }
    .measure-lug-con {
        width: 100%;
    }
    .ways-to-measure {
        padding-bottom: 50px;
    }
    .meas-banner.banner figure img {
        object-fit: fill;
    }
    .safety-boxes .inner-title p {
        width: 100%;
        margin-bottom: 20px;
        min-height: 138px;
    }
    .mount-box figure {
        margin-bottom: 0;
    }
    .accor-first-inner > li > a {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 14px;
        padding-right: 26px;
        position: relative;
    }
    .how-can-help figure {
        display: none;
    }
    .how-can-help-wrap {
        width: 100%;
    }
    .how-can-help {
        padding-bottom: 15px;
    }
    .icon-accor-arrow {
        position: absolute;
        right: 7px;
        top: 11px;
        margin-top: 0;
    }
    ul.inner.show > li > a {
        padding: 5px 10px;
        font-size: 12px;
        position: relative;
        padding-right: 27px;
    }
    .icon-inner-arrow {
        position: absolute;
        margin-top: 0;
        top: 11px;
        right: 7px;
    }
    ul.inner.show > li > div.inner.show > p {
        padding: 0px 11px;
        font-size: 12px;
    }
    .we-send-wrap li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .we-send-wrap li:first-child {
        width: 100%;
    }
    .we-send-wrap li:last-child {
        margin-left: 0;
        width: 100%;
    }
    .ban-we-send figure img {
        object-fit: fill;
    }
    .select-dest-wrap .select-wrap:first-child {
        width: 48%;
    }
    .select-dest-wrap .select-wrap:last-child {
        width: 48%;
    }
    .image-sec-germany {
        width: 100%;
        float: none;
    }
    .germany-cont {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .send-to-germany .work-function li {
        width: 100%;
        margin-right: 0;
    }
    .send-to-germany .work-function li span {
        height: 120px;
        width: 120px;
        margin-bottom: 7px;
    }
    .send-to-germany .work-function li strong {
        display: block;
        font-size: 14px;
    }
    .send-to-germany .work-function li::after {
        top: 106%;
    }
    .items-not-allowed li {
        font-size: 14px;
    }
    .suitcases figure, .boxes-wrap figure {
        width: 100%;
        float: none;
    }
    .suitcases figure img, .boxes-wrap figure img {
        width: 100%;
    }
    .we-send-cont {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .weight-price li {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
    }
    .sports-article > figure, .various-item > figure {
        width: 100%;
        float: none;
    }
    .sports-article > figure img, .various-item > figure img {
        width: 100%;
    }
    .shipping-prob > figure {
        width: 100%;
        float: none;
    }
    .shipping-prob > figure img {
        width: 100%;
    }
    .sports-article .we-send-cont {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .sports-article {
        display: block;
    }
    .sports-article > figure > img {
        height: auto;
        width: 100%;
    }
    .various-item .we-send-cont {
        width: 100%;
        margin-left: 0;
    }
    .article-send li {
        width: calc(100%/2 - 10px);
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .article-send li:nth-child(even) {
        margin-right: 0;
    }
    .left-sec-prob {
        float: none;
        width: 100%;
    }
    .right-sec-prob {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-top: 20px;
    }
    .ski-sec-left {
        width: 100%;
        float: none;
        padding-bottom: 65px;
        padding-top: 0;
    }
    .ski-sec-right {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .ski-sec-left figure::after {
        top: 102%;
        right: 43%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .about-us .how-we-send-wrap ul li strong {
        min-height: auto;
        margin-bottom: 25px;
    }
    .about-us .how-we-send-wrap {
        padding-bottom: 25px;
    }
    .unsuitable-team ul li {
        width: calc(100%/2 - 20px);
    }
    .unsuitable-team ul li:nth-child(even) {
        margin-right: 0;
    }
    .unsuitable-team h2 {
        font-size: 22px;
    }
    .unsuitable-team ul li strong {
        font-size: 12px;
    }
    .unsuitable-team ul li span {
        font-size: 12px;
    }
    .cm-opinion h2 {
        font-size: 22px;
    }
    .shipping-prob .item-prohibited {
        width: 100%;
        float: none;
    }
    .partner .collection figure {
        width: 100%;
        margin-right: 0;
    }
    .partner .collection-info {
        width: 100%;
    }
    .partner .collection .btn {
        width: 100%;
        min-width: auto;
        font-size: 16px;
    }
    .some-of-partner h2 {
        font-size: 24px;
    }
    .some-of-partner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .some-of-partner ul li {
        width: calc(100%/2 - 20px);
        margin-right: 40px;
    }
    .some-of-partner ul li:nth-child(7n) {
        margin-right: 40px;
    }
    .some-of-partner ul li:nth-child(2n) {
        margin-right: 0;
    }
    .ngo h2 {
        width: 100%;
        padding: 5px 15px;
        font-size: 12px;
        background-size: 100% 100%;
    }
    .icon-heart {
        width: 16px;
        height: 14px;
        background-position: -180px -194px;
        margin-right: 0;
    }
    .solidarity .inner-title p {
        width: 100%;
        font-size: 14px;
    }
    .ngo li {
        width: calc(100%/2 - 10px);
        margin-right: 20px;
    }
    .we-donate p {
        font-size: 14px;
    }
    .ngo li:nth-child(even) {
        margin-right: 0;
    }
    .ngo li:nth-child(3) {
        margin-right: 20px;
    }
    .ngo li strong {
        font-size: 12px;
    }
    .ngo li:nth-child(4) strong, .ngo li:nth-child(5) strong {
        padding-top: 18px;
    }
    .ngo p {
        width: 100%;
        font-size: 14px;
    }
    .order-left-sec {
        width: 100%;
        float: none;
        text-align: center;
        margin-right: 0;
    }
    .order-right-sec {
        width: 100%;
        float: none;
    }
    .inner-left-sec {
        width: 100%;
        float: none;
        text-align: center;
        margin-right: 0;
    }
    .inner-right-sec {
        width: 100%;
    }
    .create-order-wrap > ul > li:nth-child(4) .order-right-sec {
        width: 100%;
    }
    .create-order-wrap h2 {
        font-size: 20px;
    }
    .inner-create-order ul li {
        font-size: 14px;
    }
    .inner-create-order h3 {
        font-size: 14px;
    }
    .help-you-form {
        width: 100%;
        float: none;
    }
    .help-you-wrap .input {
        width: 100%;
        margin-right: 0;
    }
    .help-you-wrap .message-text {
        width: 100%;
    }
    .contact-us-sec {
        padding-left: 0;
        border: none;
        margin-top: 30px;
        width: 100%;
        float: none;
    }
    .help-you {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .limitation-table h2 {
        font-size: 20px;
    }
    .limitation-table p {
        width: 100%;
    }
    .limitation-table .select-dest-wrap .select-wrap:first-child {
        width: 48%;
        margin-right: 0;
    }
    .limitation-table .select-dest-wrap .select-wrap:last-child {
        width: 50%;
    }
    .limitation-table .select-dest-wrap .select-wrap label {
        font-size: 12px;
    }
    .limitation-table .select-dest-wrap .select-wrap::after {
        top: 40px;
        right: 11px;
    }
    .limitation-table p {
        font-size: 14px;
    }
    .limitation-table {
        padding-top: 0px;
    }
    .insure-table-wrap {
        width: 100%;
        padding: 20px 10px;
        padding-bottom: 20px;
    }
    .insure-table-wrap table thead tr th {
        font-size: 12px;
    }
    .insure-table-wrap table tbody td {
        font-size: 12px;
    }
    .insure-table-wrap strong {
        font-size: 12px;
        padding-left: 0;
    }
    .insure-table-wrap strong a {
        font-size: 12px;
    }
    .insure-wrapper p {
        font-size: 14px;
    }
    .add-insure-fee strong {
        font-size: 14px;
    }
    .insurance-terms {
        width: 100%;
    }
    .add-insure-fee {
        margin-bottom: 30px;
    }
    .imp-note strong {
        font-size: 16px;
    }
    .bulk {
        font-size: 14px;
    }
    .difference-insurance {
        padding-top: 15px;
    }
    .difference-insurance h2 {
        margin-bottom: 30px;
    }
    .insure-wrapper h2 {
        font-size: 20px;
    }
    .legal-wraning-wrap {
        width: 100%;
    }
    .legal-wraning-wrap p {
        font-size: 14px;
    }
    .legal-wraning-wrap h2 {
        font-size: 16px;
    }
    .cookies-used ul li {
        font-size: 14px;
    }
    .manage-cookies ul li {
        font-size: 14px;
    }
    .conditions-list {
        width: 100%;
    }
    .example-help input{
        padding: 0 5%;
    }
    .conditions-list li a {
        font-size: 14px;
        display: inline;
    }
    .conditions-list li span {
        font-size: 14px;
        padding-right: 0;
    }
    .area-app-wrap{
        width: 100%;
    }
    .area-app-wrap p{
        font-size: 14px;
    }
    .area-app-wrap strong{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1025px) {
    .service-wrap li:hover .service-info {
        background-color: #90b213;
    }
    .service-wrap li:hover .overlay {
        z-index: 1;
        visibility: visible;
        opacity: 1;
    }

}
@media only screen and (min-width: 768px) {
    .header-nav li:hover > div, .header-nav li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
}

/* MENU SMPH STYLES @MSA */

@media (max-width: 768px) {
    .menu-open .menu_smph_cover {
        position:absolute;
        width:100%;
        height:46px;
        z-index:10;
        cursor: pointer;
        top:0px;
    }
}

.header-nav a {
    position:relative;
}

@media (min-width: 768px) {
    .submenu .menu-only-smph {
        display:none;
    }
}

@media only screen and (max-width: 1279px) {
    .modal-content .modal-body{
        max-height: 260px !important;
    }
}
@media only screen and (max-width: 1023px) {
    #myModal.modal{
        margin-left:0px !important;
    }


    .static-map{
        display:block;
        float: left;    
        width:100%;
        height:500px;
        overflow-x:scroll;
    }

    .static-map-image{
        display:block;
        float: left;
        width:auto;
        max-width: 1904px;
        max-height: 98%;
    }    
}