@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }

    .card-logo {
        width: 360px;
        height: 36px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .nav-container {
        max-width: none;
        width: 95%;
        padding: 4px 0 0 0 !important;
    }

    .nav-height-bg {
        height: 70px !important;
    }

    .navbar-collapse {
        height: 200px;
        background-color: #242424;
        transition: none !important;
    }

    .navbar-collapse.showing {
        display: block;
        animation: bounceInDown-gsp 0.8s ease forwards;
    }

    .navbar-collapse.hiding {
        display: block;
        animation: bounceOutUp-gsp 0.8s ease forwards;
    }
    /* 应用动画 */
    .navbar-collapse.collapse:not(.show) {
        display: none;
    }

    .service-affiliate {
        position: relative;
        top: 70px;
        left: 510px;
    }
    .navbar-nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav li {
        margin: 4px 0;
    }
    .freight-map__phone{
        margin: 0 auto;
        width: 700px !important;
        height: 361px !important;

    }
    .index-background{
        background: #140701 !important;
        height: 690px !important;
    }
    .hero-section{
        background: url("../../static/img/home/background-map.png")no-repeat !important;
        background-position-y: 100% !important;
        background-size: cover !important;

    }
    .banner-pad-title{
        font-size: 45px !important;
    }

    .section-main {
        font-size: 16px !important;
    }

    .section-buttons {
        position: static !important;
        margin: 70px auto 0 !important;
        transform: none !important;
        width: 284px !important;
    }

    .section-buttons .btn {
        padding: 10px 13px !important;
        font-size: 14px !important;
    }

    .bg-earth-phone {
        height: 740px !important;
        background-position-y: -80px !important;
        background-size: auto !important;
        background-color: rgba(20, 6, 0, 1) !important;
    }
    .world-warehouse {
        top: 45% !important;
    }
    .warehouse-item {
        max-width: 620px;
        margin: 0 auto;
    }
    .warehouse-item p {
        padding-left: 7%;
        line-height: 37px;
    }

    .data-phone-box {
        width: 100% !important;
        max-width: 550px !important;
    }

    .data-phone-item {
        width: 49% !important;
    }

    .data-phone-item .data-phone-num {
        font-size: 40px;
    }

    .data-phone-item .data-phone-title {
        font-size: 14px;
    }
}

/* Tablet desktop :768px. iphone14pm */
@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-height-bg {
        height: 70px !important;
    }
    .container{
        max-width: 665px;
    }

    .nav-container {
        max-width: none;
        width: 95%;
        padding: 4px 0 0 0 !important;
    }

    .navbar-nav {
        text-align: center !important;
    }

    .navbar-nav li {
        margin: 4px 0;
    }

    .navbar-collapse {
        height: 200px;
        background-color: #242424;
        transition: none !important;
    }

    .navbar-collapse.showing {
        display: block;
        animation: bounceInDown-gsp 0.8s ease forwards;
    }

    .navbar-collapse.hiding {
        display: block;
        animation: bounceOutUp-gsp 0.8s ease forwards;
    }
    /* 应用动画 */
    .navbar-collapse.collapse:not(.show) {
        display: none;
    }

    .guide-container .timeline{
        display: none;
    }
    .guide-container.step-image{
        display: none;
    }
    .guide-container .columns{
        display: block;
    }
    .image-line img{
       width: 100%;
    }

    .features-grid{
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .section-pad-title{
        margin: 0 auto;
    }

    .bg-earth-phone {
        height: 740px !important;
        background-position-y: -80px !important;
        background-size: auto !important;
        background-color: rgba(20, 6, 0, 1) !important;
    }
    .world-warehouse {
        top: 45% !important;
    }
    .warehouse-item {
        max-width: 620px;
        margin: 0 auto;
    }
    .warehouse-item p {
        padding-left: 7%;
        line-height: 37px;
    }
    .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-pad-buttons{
        bottom: 8% !important;
    }
    .banner-pad-title{
        font-size: 45px !important;
    }

    .index-background {
        background: #140701 !important;
        height: 690px !important;
    }
    .hero-section{
        background: url("../../static/img/home/background-map.png")no-repeat !important;
        background-position-y: 100% !important;
        background-size: cover !important;

    }

    .section-main {
        font-size: 16px !important;
    }

    .section-buttons {
        position: static !important;
        margin: 70px auto 0 !important;
        transform: none !important;
        width: 284px !important;
    }

    .section-buttons .btn {
        padding: 10px 13px !important;
        font-size: 14px !important;
    }

    .data-phone-box {
        width: 100% !important;
        max-width: 550px !important;
    }

    .data-phone-item {
        width: 49% !important;
    }

    .data-phone-item .data-phone-num {
        font-size: 40px;
    }

    .data-phone-item .data-phone-title {
        font-size: 14px;
    }
}

/* Large Mobile :480px. */
@media only screen and  (max-width: 767.98px) {
    .nav-height-bg {
        height: 100px !important;
    }

    .swiper-button-next{
      display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }

    p {
        font-size: 14px;
    }

    .button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .navbar-nav {
        text-align: center !important;
    }

    .navbar-nav li{
        margin: 5px auto 10px auto;
    }
    .navbar-nav li a{
        font-size: 17px;
    }

    .navbar-collapse {
        background-color: rgba(38, 36, 34, 1);
    }

    .navbar-collapse.showing {
        display: block;
        animation: bounceInDown-gsp 0.8s ease forwards;
    }

    .navbar-collapse.hiding {
        display: block;
        animation: bounceOutUp-gsp 0.8s ease forwards;
    }
    /* 应用动画 */
    .navbar-collapse.collapse:not(.show) {
        display: none;
    }

    .section-pad-title{
        margin: 0 auto;
        max-width: 580px;
    }

    .bg-earth-phone {
        max-width: 615px;
        margin: 0 auto;
    }

    .world-warehouse {
        left: 5%;
    }

    .warehouse-item {
        max-width: 370px;
        margin: 0 auto;
    }

    .warehouse-item p {
        padding-left: 2px;
    }

    body {
        overflow-x: hidden;
    }

    .blog_img > iframe {
        width: 384px;
        height: 220px;
    }

    .elementor-video-iframe {
        width: 95%;
        height: 200px;
    }

    .about {
        background: url('../img/Goshippro-Home3.png') no-repeat center !important;
        min-height: 550px !important;
        background-size: cover !important;
    }
    .about_video img{
        width: 100% !important;
    }
    .about_video {
        height: 100%;
    }

    .title-radius {
        font-size: 12px;
    }

    .transparent-radius {
        font-size: 12px;
    }

    .computer-radius {
        font-size: 12px;
    }

    .button-radius {
        font-size: 12px;
    }

    .row-right {
        display: flex;
        align-items: center;
        position: relative;
    }

    .right-gif {
        width: 318px;
        height: 229px;
        object-fit: cover;
        object-position: 50% 50%;
        position: absolute;
        left: 5%;
        top: 12%;
        border-radius: 50%
    }

    .card-logo {
        width: 360px;
        height: 30px;
    }

    .right-item2-position {
        position: relative;
        top: 0;
        left: 0;
    }

    .right-item3-position {
        position: relative;
        top: 0;
        right: 0;
    }

    .service-affiliate {
        position: relative;
        top: 70px;
        left: 510px;
    }
    .item-size{
        font-size: 30px;
    }
    .get-A-1{
        text-align: center;
    }

    .calculator-box{
        width: 100% !important;
    }
    .p-size{
        width: 90%;
    }
    .slider-item{
        width: 90%;
    }
    .label-header span{
        margin-right: 0;
    }
}
