@media screen and (min-width: 1030px) {
  .bg-orengered {
    margin-top: 50px;
    background: url("/catalog/view/theme/chinadivision_web/image/shipping-from-china-to-singapore/shipping_fulfillment.webp") no-repeat center;
    background-size: cover;
    height: 400px;
    padding-top: 5%;
  }
  .bg-orengered .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .bg-orengered .container .text-center {
    text-align: center;
  }
  .bg-orengered .container h1 {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .bg-orengered .container p {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .choose {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choose .container {
    width: 1140px;
    box-sizing: border-box;
    padding: 100px 0;
  }
  .choose .container .container-title {
    font-size: 30px;
    color: #2C2D2E;
    font-weight: bold;
    text-align: center;
  }
  .choose .container .container-remark {
    font-size: 16px;
    color: #2C2D2E;
    text-align: center;
    margin-top: 40px;
    padding: 0 25px;
  }
  .choose .container .container-box {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 550px 550px;
    grid-gap: 40px 40px;
  }
  .choose .container .container-box .box-item {
    border: 1px dashed #0066ff;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .choose .container .container-box .box-item .item-left {
    padding-top: 20px;
    margin-right: 20px;
  }
  .choose .container .container-box .box-item .item-left img {
    width: 50px;
  }
  .choose .container .container-box .box-item .item-right .item-right-title {
    font-size: 28px;
  }
  .choose .container .container-box .box-item .item-right .item-right-remark {
    font-size: 16px;
  }
  .preferred {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .preferred .container {
    width: 1140px;
  }
  .preferred .container .container-title {
    font-size: 32px;
    font-weight: bold;
  }
  .preferred .container .container-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 580px;
  }
  .preferred .container .container-box .box-left {
    width: 460px;
    height: 100%;
    padding: 20px  10px;
    box-shadow: 0 6px 60px rgba(193, 217, 245, 0.8);
  }
  .preferred .container .container-box .box-left .box-item {
    display: flex;
    padding: 24px;
  }
  .preferred .container .container-box .box-left .box-item .item-left img {
    width: 50px;
  }
  .preferred .container .container-box .box-left .box-item .item-right {
    margin-left: 30px;
  }
  .preferred .container .container-box .box-left .box-item .item-right .item-right-remark {
    font-size: 16px;
  }
  .preferred .container .container-box .box-right {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .preferred .container .container-box .box-right .box-item {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .preferred .container .container-box .box-right .box-item .item-remark {
    font-size: 18px;
  }
  .preferred .container .container-box .box-right .box-item::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #007bff;
    left: 0;
    top: 0;
  }
  .benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    padding: 100px 0;
  }
  .benefits .container {
    width: 1140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .benefits .container .container-left {
    margin-right: 30px;
    border-radius: 15px;
    overflow: hidden;
  }
  .benefits .container .container-left img {
    width: 375px;
  }
  .benefits .container .container-right .container-title {
    font-size: 26px;
  }
  .benefits .container .container-right .container-box {
    margin-top: 30px;
  }
  .benefits .container .container-right .container-box .box-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .benefits .container .container-right .container-box .box-item img {
    width: 20px;
    margin-right: 15px;
  }
  .benefits .container .container-right .container-box .box-item p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .duty-fee {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
  }
  .duty-fee .container {
    width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .duty-fee .container .container-left .left-title {
    font-weight: bold;
    font-size: 32px;
  }
  .duty-fee .container .container-left .left-remark {
    font-size: 16px;
    margin: 35px 0;
  }
  .duty-fee .container .container-left .remark-box {
    list-style: none;
  }
  .duty-fee .container .container-left .remark-box .remark {
    font-size: 16px;
  }
  .duty-fee .container .container-left .duty-fee-remark {
    margin-top: 35px;
    font-size: 16px;
  }
  .duty-fee .container .container-right {
    width: 400px;
    min-width: 400px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f7f7f7;
  }
  .duty-fee .container .container-right .right-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .duty-fee .container .container-right .right-remark {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .choice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background-color: #f7f7f7;
  }
  .choice .container {
    width: 1140px;
  }
  .choice .container .container-title {
    font-size: 32px;
    text-align: center;
  }
  .choice .container .choice_box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 220px;
  }
  .choice .container .choice_box .choice_img {
    margin-right: 15px;
  }
  .choice .container .choice_box a {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #Fff;
    border-radius: 10px;
  }
  .choice .container .choice_box a img {
    margin-right: 15px;
  }
  .choice .container .choice_box a:hover p {
    color: #003d98;
  }
  .choice .container .choice_box a p {
    width: 100px;
    font-size: 16px;
    color: #212529;
    margin-bottom: unset;
  }
  .country-shipping .country-head {
    padding: 100px 0;
  }
  .country-shipping .country-head .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .country-shipping .country-head .container .country-title {
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }
  .country-shipping .country-head .container .country-title a {
    color: #004097;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  .country-shipping .country-industries {
    background: #F7F7F7;
    padding: 100px 0;
  }
  .country-shipping .country-industries .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .country-shipping .country-industries .container .country-subtitle {
    font-size: 28px;
    color: #2C2D2E;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .country-shipping .country-industries .container .position-relative {
    position: relative!important;
  }
  .country-shipping .country-industries .container .position-relative .industries-list .card-title {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 16px;
  }
  .country-shipping .country-industries .container .service-img {
    width: 160px;
  }
  .country-shipping .country-industries .container .card-title {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 16px;
  }
  .country-shipping .country-industries .container .card-text {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 26px;
  }
  .country-shipping .country-industries .container .shipping_germany_p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .country-shipping .country-industries .industries-list {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .country-shipping .country-tips .country-subtitle {
    font-size: 28px;
    color: #2C2D2E;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .commitments-minimum {
    background: #004097;
    padding: 68px 0;
  }
  .commitments-minimum .card-title {
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 30px;
  }
  .commitments-minimum .card-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 20px;
  }
  .commitments-minimum .about-btn {
    font-size: 16px;
    line-height: 22px;
    color: #004097;
    border-color: #004097 !important;
    border-radius: 100px;
    padding: 14px 57px;
    background: #fff;
  }
  .commitments-minimum .started-now:hover {
    background: #B9D5E6 !important;
  }
  .country-head,
  .country-industries,
  .country-else,
  .country-tips,
  .counry-methods,
  .country-footer,
  .country-contact {
    padding: 100px 0;
  }
  .country-title {
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 0;
    line-height: 30px;
  }
  .country-title a,
  .country-subtext a {
    color: #004097;
  }
  .country-industries,
  .counry-methods,
  .else-two,
  .tips-two {
    background: #F7F7F7;
  }
  .country-subtitle {
    font-size: 28px;
    color: #2C2D2E;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .country-subtext {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 26px;
  }
  .industries-list .card-title {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 16px;
  }
  .country-info {
    padding-top: 30px;
  }
  .country-info-b {
    padding-bottom: 50px;
  }
  .country-info ul {
    list-style: none;
  }
  .country-info ul li {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
  }
  .country-info ul li a {
    color: #004097;
  }
  .country-info ul li .s-red {
    left: 0;
    top: -2px;
  }
  .info-subtitle {
    font-size: 18px;
    color: #2C2D2E;
    line-height: 18px;
  }
  .info-subtext {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 26px;
  }
  .info-subtext a {
    color: #004097;
  }
  .tips-three .tips-info {
    width: 80%;
  }
  .tips-info {
    margin-bottom: 20px;
  }
  .list-subtitle {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 20px;
  }
  .list-subtitle span {
    left: 0;
    top: -2px;
  }
  .list-subtitle a {
    color: #004097;
  }
  .tips-two .list-subtitle {
    font-size: 14px;
  }
  .list-subtext {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 20px;
  }
  .list-subtext a {
    color: #004097;
  }
  .list-subul {
    padding-left: 20px;
    list-style: none;
  }
  .list-subul li {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 35px;
    position: relative;
  }
  .list-subul li span {
    color: #FF812F;
    width: 6px;
    height: 6px;
    left: 20px;
  }
  .methods-info {
    width: 80%;
  }
  .methods-info table {
    border-collapse: separate;
    border-spacing: 0px 10px;
  }
  .methods-info table thead tr {
    background: #4A90E2;
  }
  .methods-info table tbody tr {
    background: #fff;
  }
  .methods-info table thead tr th {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    border: none;
    width: 33%;
  }
  .methods-info table tbody tr td {
    font-size: 14px;
    color: #5A5856;
    line-height: 14px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
  .methods-info table tbody tr .tr-left {
    border-left: 1px solid #EFEFEF;
  }
  .methods-info table tbody tr .tr-right {
    border-right: 1px solid #EFEFEF;
  }
  .country-footer .footer-title {
    font-size: 20px;
    color: #2C2D2E;
    line-height: 36px;
  }
  .contact-list {
    padding: 30px 30px 0;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
  }
  .contact-mb {
    margin-bottom: 30px;
  }
  .contact-list .card-title {
    font-size: 18px;
    color: #2C2D2E;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .contact-list .card-text {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .contact-list .card-text a {
    color: #004097;
  }
  .arrow-right {
    right: -20px;
    top: 40%;
  }
  .text-center {
    text-align: center!important;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .bg-none {
    background: none !important;
  }
  .arrow-right {
    right: -20px;
    top: 40%;
  }
  .tips-one .tip-title {
    font-size: 14px;
    color: #000000;
    line-height: 26px;
  }
}
@media screen and (max-width: 1030px) {
  .bg-orengered {
    width: 7.5rem;
    height: 5.3rem;
    margin-top: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: url("/catalog/view/theme/chinadivision_web/image/shipping-from-china-to-singapore/shipping_fulfillment.webp") no-repeat center;
    background-size: 100% 100%;
  }
  .bg-orengered .container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  .bg-orengered .container h1 {
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
  .bg-orengered .container p {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .choose {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choose .container {
    padding: 1rem 0.32rem 1rem 0.32rem;
  }
  .choose .container .container-title {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
  }
  .choose .container .container-remark {
    font-size: 0.28rem;
    margin-top: 0.5rem;
    text-align: center;
  }
  .choose .container .container-box {
    margin-top: 0.5rem;
  }
  .choose .container .container-box .box-item {
    border: 1px dashed #0066ff;
    background-color: #fff;
    padding: 0 0.32rem 0.32rem 0.32rem;
    margin-bottom: 0.5rem;
  }
  .choose .container .container-box .box-item .item-left {
    text-align: center;
  }
  .choose .container .container-box .box-item .item-left img {
    width: 1rem;
  }
  .choose .container .container-box .box-item .item-right .item-right-title {
    font-size: 0.32rem;
    text-align: center;
  }
  .choose .container .container-box .box-item .item-right .item-right-remark {
    font-size: 0.28rem;
    text-align: center;
    margin-bottom: 0;
  }
  .preferred {
    padding: 1rem 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .preferred .container .container-title {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
  }
  .preferred .container .container-box .box-left {
    padding: 0.32rem;
    background-color: #fff;
    box-shadow: 0 6px 25px rgba(193, 217, 245, 0.8);
  }
  .preferred .container .container-box .box-left .box-item {
    text-align: center;
  }
  .preferred .container .container-box .box-left .box-item .item-left img {
    width: 1rem;
  }
  .preferred .container .container-box .box-left .box-item .item-right .item-right-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
  }
  .preferred .container .container-box .box-left .box-item .item-right .item-right-remark {
    font-size: 0.28rem;
  }
  .preferred .container .container-box .box-right {
    margin-top: 0.5rem;
  }
  .preferred .container .container-box .box-right .box-item {
    position: relative;
    padding: 0.32rem;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .preferred .container .container-box .box-right .box-item .item-title {
    font-size: 0.3rem;
  }
  .preferred .container .container-box .box-right .box-item .item-remark {
    font-size: 0.28rem;
    margin-bottom: 0;
  }
  .preferred .container .container-box .box-right .box-item::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #007bff;
    left: 0;
    top: 0;
  }
  .benefits {
    padding: 1rem 0.32rem;
    background-color: #f7f7f7;
  }
  .benefits .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .benefits .container .container-left img {
    width: 100%;
  }
  .benefits .container .container-right .container-title {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .benefits .container .container-right .container-box .box-item {
    display: flex;
  }
  .benefits .container .container-right .container-box .box-item img {
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.1rem;
    margin-right: 0.15rem;
  }
  .benefits .container .container-right .container-box .box-item p {
    font-size: 0.28rem;
    margin-bottom: 0.32rem;
  }
  .duty-fee {
    padding: 1rem 0.32rem;
  }
  .duty-fee .container .container-left .left-title {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .duty-fee .container .container-left .left-remark {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
  .duty-fee .container .container-left .remark-box {
    list-style: decimal;
    padding-left: 0.32rem;
  }
  .duty-fee .container .container-left .remark-box .remark {
    font-size: 0.28rem;
  }
  .duty-fee .container .container-left .duty-fee-remark {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
  .duty-fee .container .container-right {
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 0.32rem;
  }
  .duty-fee .container .container-right .right-title {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
  }
  .duty-fee .container .container-right .right-remark {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
  .choice {
    padding: 1rem 0.32rem;
    background-color: #f7f7f7;
  }
  .choice .container {
    padding: 0;
  }
  .choice .container .container-title {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .choice .container .choice_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .choice .container .choice_box .choice_img {
    width: 3.28rem;
    height: 1.44rem;
    line-height: 0.64rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
    display: flex;
    justify-content: start;
  }
  .choice .container .choice_box .choice_img img {
    margin-right: 0.15rem;
  }
  .choice .container .choice_box .choice_img p {
    font-size: 0.28rem;
    margin-bottom: 0;
  }
  .country-shipping .country-head .country-title {
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: -0.2px;
    line-height: 22px;
    padding: 30px 0;
  }
  .country-shipping .country-industries {
    background-color: #f7f7f7;
    padding-top: 30px;
  }
  .country-shipping .country-industries h3 {
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: -0.3px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
  }
  .country-shipping .country-industries .country-subtitle {
    font-size: 18px;
    color: #2C2D2E;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .country-shipping .country-industries .tips-list .list-subtitle {
    font-size: 12px;
    color: #2C2D2E;
    line-height: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .country-shipping .country-industries .tips-list .list-subtitle .position-absolute {
    left: 0px;
    top: -1px;
  }
  .country-shipping .country-industries .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .country-shipping .country-industries .mb-3 {
    margin-bottom: 30px!important;
  }
  .country-shipping .country-industries .col-md-2 {
    display: none;
  }
  .country-shipping .country-industries .card {
    background-color: #f7f7f7 !important;
    margin-bottom: 60px;
  }
  .country-shipping .country-industries .card p {
    margin-bottom: 0rem!important;
  }
  .country-shipping .country-industries .card .card-body {
    padding: 30px 0;
  }
  .country-shipping .country-industries .card .card-body h5 {
    font-size: 12px;
    color: #2C2D2E;
    text-align: center;
    line-height: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .country-shipping .country-industries .card .card-text {
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    padding: 0 30px;
  }
  .country-shipping .country-industries .card .shipping_germany_p {
    font-size: 0.28rem;
    line-height: 26px;
    text-align: center;
  }
  .country-shipping .country-industries .arrow-right {
    content: url("/catalog/view/theme/chinadivision_web/image/shippingForm/arrow1.png");
    border: 0 none;
    width: 10px;
    max-width: 100%;
    vertical-align: top;
    height: auto;
    z-index: 999;
    bottom: 0;
  }
  .country-shipping .country-industries .info-subtitle {
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: -0.3px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .country-shipping .country-industries .row_right {
    flex-direction: column-reverse;
  }
  .country-shipping .country-industries ul {
    list-style: none;
    margin-bottom: 0;
  }
  .country-shipping .country-industries ul li {
    font-size: 12px;
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  .country-shipping .country-industries ul li span {
    position: absolute!important;
    left: 0;
    top: -2px;
  }
  .country-shipping .country-industries ul li .position-absolute {
    color: #FF812F;
    width: 6px;
    height: 6px;
    left: 7px;
  }
  .country-shipping .country-tips,
  .country-shipping .tips-one {
    background-color: #fff;
  }
  .country-shipping .country-tips h3,
  .country-shipping .tips-one h3 {
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: -0.3px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
  }
  .country-shipping .country-tips .info-subtitle,
  .country-shipping .tips-one .info-subtitle {
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: -0.3px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .country-shipping .country-tips .info-subtext,
  .country-shipping .tips-one .info-subtext {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 26px;
  }
  .country-shipping .country-tips .align-items-center,
  .country-shipping .tips-one .align-items-center {
    margin-bottom: 50px;
  }
  .country-shipping .country-tips ul,
  .country-shipping .tips-one ul {
    list-style: none;
    margin-bottom: 0;
  }
  .country-shipping .country-tips ul li,
  .country-shipping .tips-one ul li {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  .country-shipping .country-tips ul li span,
  .country-shipping .tips-one ul li span {
    position: absolute!important;
    left: 0;
    top: -2px;
  }
  .country-shipping .country-tips ul li .position-absolute,
  .country-shipping .tips-one ul li .position-absolute {
    color: #FF812F;
    width: 6px;
    height: 6px;
    left: 7px;
  }
  .country-shipping .country-tips .tips-list .list-subtitle,
  .country-shipping .tips-one .tips-list .list-subtitle {
    font-size: 12px;
    color: #2C2D2E;
    line-height: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .country-shipping .country-tips .tips-list .list-subtitle .position-absolute,
  .country-shipping .tips-one .tips-list .list-subtitle .position-absolute {
    left: 0px;
    top: -1px;
  }
  .country-shipping .country-tips .tip-title,
  .country-shipping .tips-one .tip-title {
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: -0.6px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .country-shipping .country-tips .tips-info .tips-list .list-subtext,
  .country-shipping .tips-one .tips-info .tips-list .list-subtext {
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: -0.3px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .country-shipping .tips-two {
    background-color: #f7f7f7;
    padding: 15px 0;
  }
  .country-shipping .country-subtext {
    font-size: 14px;
    color: #2C2D2E;
    line-height: 14px;
    padding-left: 30px;
  }
  .country-shipping .counry-methods {
    background-color: #f7f7f7;
    padding: 30px 0;
    width: 100%;
    overflow: auto;
  }
  .country-shipping .counry-methods .contact-mb {
    margin-bottom: 16px;
  }
  .country-shipping .counry-methods h3 {
    font-size: 18px;
    color: #2C2D2E;
    text-align: center;
    line-height: 22px;
    margin: 30px 34px 34px 10px;
  }
  .country-shipping .counry-methods .card-title {
    font-size: 14px;
    color: #2C2D2E;
    text-align: left;
    line-height: 14.91px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .country-shipping .counry-methods .card-text {
    font-size: 12px;
    color: #6B6B6B;
    line-height: 12px;
    margin-bottom: 0;
  }
  .country-shipping .counry-methods .card-text:nth-child(3) {
    margin-bottom: 50px;
  }
  .country-shipping .country-contact h3 {
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: -0.3px;
    text-align: center;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .country-shipping .country-contact .contact-mb {
    margin-bottom: 30px;
  }
  .country-shipping .country-contact .contact-mb .contact-list {
    margin-bottom: 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3.31px;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .country-shipping .country-contact .contact-mb h5 {
    font-size: 14px;
    color: #2C2D2E;
    text-align: left;
    line-height: 14.91px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .country-shipping .country-contact .contact-mb .card-text {
    font-size: 12px;
    color: #6B6B6B;
    text-align: center;
    line-height: 12px;
  }
  .country-shipping .country-footer {
    background: #FFF;
    padding: 30px 0;
  }
  .country-shipping .country-footer h2 {
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 28px;
    text-align: left!important;
  }
  .country-shipping .industries-info .col-md-4 .card {
    background-color: #FFF !important;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .country-shipping .industries-info .col-md-4 .card .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .commitments-minimum {
    background: #004097;
    padding: 68px 0;
  }
  .commitments-minimum .card {
    background: #004097;
  }
  .commitments-minimum .card .card-title {
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 30px;
  }
  .commitments-minimum .card .card-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 20px;
  }
  .commitments-minimum .card .about-btn {
    font-size: 16px;
    line-height: 22px;
    color: #004097;
    border-color: #004097 !important;
    border-radius: 100px;
    padding: 14px 57px;
    background: #fff;
  }
  .table-responsive .table tr th {
    width: 33%;
    font-size: 14px;
  }
  table tr td {
    font-size: 14px;
  }
  table tr td:nth-child(2) {
    border: 1px solid #4a90e2;
  }
  .table {
    border-collapse: separate;
    border-spacing: 0px 8px;
  }
  .table tr th {
    background: #4A90E2;
    border-radius: 1.88px;
    color: #fff;
  }
  .table {
    border-collapse: separate;
    border-spacing: 0px 8px;
  }
  table tr th:first-child {
    border-left: 1px solid #4a90e2;
  }
  table tr td:first-child {
    border-left: 1px solid #4a90e2;
    height: 100px;
    border-top: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
  }
  table tr td:last-child {
    border-right: 1px solid #4a90e2;
    border-top: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
  }
}
