/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Jul 2019, 10:36:16
    Author     : Xantec
*/

::placeholder {
    color: #cfcac7;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    opacity: 1; }
:-ms-input-placeholder {
    color: #cfcac7;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0; }
::-ms-input-placeholder {
    color: #cfcac7;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0; }

a {
    cursor: pointer; }
body {
    background: #fffaf7;
    color: #1f1a17;
    font-family: Open Sans, Microsoft YaHei UI, Microsoft YaHei, KaiTi, sans-serif !important; }
body:before {
    content: '';
    display: block;
    padding-top: 135px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.stick_header:before {
    padding-top: 90px; }

.section-header {
    color: #da251d;
    line-height: 1;
    margin: 0; }
.section-header small {
    color: #9f9a97;
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal; }
.font-color-white {
    color: #fff; }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #f8f3f0;
    z-index: 9999999999; }

.topnav {
    position: relative;
    border-bottom: 1px solid #f8f3f0;
    z-index: 1; }
.topnav .container {
    position: relative; }

.daily_info ul {
    list-style: none;
    margin: 0; }
.daily_info ul li {
    color: #9f9a97;
    float: left; }
.daily_info ul li+li {
    margin-left: 15px; }
.daily_info span {
    font-size: 12px;
    line-height: 44px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.stick_header .daily_info span {
    line-height: 29px; }
.daily_info b {
    color: #ffa500;
    font-size: 12px;
    line-height: 44px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.stick_header .daily_info b {
    line-height: 29px; }
.daily_info b.active {
    color: #57d057; }

.useful_link {
    position: absolute;
    top: 0;
    right: 15px; }
.useful_link ul {
    border-left: 1px solid #f8f3f0;
    float: left;
    list-style: none;
    margin: 0; }
.useful_link > ul > li {
    position: relative;
    float: left;
    line-height: none;
    margin-left: -1px; }
.useful_link > ul > li > a {
    border-left: 1px solid #f8f3f0;
    border-right: 1px solid #f8f3f0;
    color: #9f9a97;
    display: block;
    font-size: 12px;
    line-height: 44px;
    padding: 0 16px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.stick_header .useful_link > ul > li > a {
    line-height: 29px; }
.useful_link > ul > li.hover > a {
    background: #fffaf7;
    color: #1f1a17; }
.useful_link > ul > li > a i {
    margin-right: 6px; }
.useful_link > ul > li.hover > a i {
    color: #da251d; }
.useful_link ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.useful_link ul li.hover ul {
    opacity: 1;
    visibility: visible; }
.useful_link ul ul:before, .useful_link ul ul:after {
    content: '';
    display: block;
    height: 12px; }
.useful_link ul ul:before {
    border-top: 3px solid #da251d; }
.useful_link ul ul li {
    line-height: 1; }
.useful_link ul ul a {
    color: #1f1a17;
    display: block;
    font-size: 12px;
    padding: 9px 15px;
    white-space: nowrap; }
.useful_link ul ul a:hover {
    color: #da251d;
    text-decoration: none; }

.mainnav .container {
    position: relative; }

.logo {
    display: block;
    float: left; }
.logo img {
    display: block;
    width: auto;
    height: 89px;
    padding: 15px 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.stick_header .logo img {
    padding: 0;
    height: 59px; }

.tracking_form {
    left: auto !important;
    right: 0 !important;
    width: 270px; }
.tracking_form input {
    background: transparent;
    border: none;
    color: #1f1a17;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.tracking_form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
.tracking_form button {
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent !important;
    border: none !important;
    color: #1f1a17 !important;
    height: 42px !important;
    margin: -21px 0 0 !important;
    padding: 0 0 !important;
    width: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.tracking_form button:hover {
    color: #da251d !important; }

.hotline {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 210px; }
.hotline > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 59px;
    background: #fffaf7; }
.hotline > span i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -27px;
    font-size: 24px;
    line-height: 54px;
    width: 59px;
    text-align: center;
    color: #da251d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.hotline ul {
    position: absolute;
    top: 50%;
    left: 72px;
    margin: -24px 0 0;
    list-style: none; }
.hotline ul li a {
    color: #1f1a17;
    display: block;
    font-weight: bold;
    line-height: 18px; }
.hotline ul li a i {
    line-height: 14px;
    display: block;
    float: left;
    margin-right: 6px; }
.hotline ul li a i.icon-call-end {
    font-size: 13px;
    transform: rotate(-60deg); }
.hotline .status {
    position: absolute;
    left: 72px;
    bottom: 0;
    color: #9f9a97;
    font-size: 9px;
    line-height: 18px; }
.hotline .status b {
    color: #ffa500; }
.hotline .status b.active {
    color: #57d057; }
.top_social {
    float: left; }
.top_social ul {
    overflow: hidden;
    border-right: 1px solid #f8f3f0;
    list-style: none;
    margin: 0 15px 0 0; }
.top_social ul li {
    float: left; }
.top_social ul li a {
    position: relative;
    color: #9f9a97;
    display: block;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.top_social ul li a i {
    display: block;
    line-height: 44px;
    text-align: center;
    width: 40px;
    border-left: 1px solid #f8f3f0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.stick_header .top_social ul li a i {
    line-height: 29px; }
.top_social ul li a:hover i {
    background: #000;
    color: #fff;
    width: 120px;
    padding-right: 80px; }
.top_social ul li a:hover i.fa-facebook-f { background: #3b5998; }
.top_social ul li a:hover i.fa-whatsapp { background: #128c7e; }
.top_social ul li a:hover i.fa-instagram { background: #e1306c; }
.top_social ul li a:hover i.fa-twitter { background: #1da1f2; }
.top_social ul li a:hover i.fa-youtube { background: #ff0000; }
.top_social ul li a span {
    position: absolute;
    top: 50%;
    left: 44px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    margin-top: -12px; }

.nav {
    position: absolute;
    left: 215px;
    right: 240px;
    font-size: 0;
    list-style: none;
    margin: 0;
    text-align: center; }
.nav > li {
    position: relative;
    display: inline-block;
    text-align: left; }
.nav > li > a {
    display: block;
    color: #1f1a17;
    font-size: 14px;
    font-weight: 700;
    line-height: 89px;
    padding: 0 15px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.nav > li > a .fa-angle-down {
    line-height: 20px;
    margin-left: 6px; }
.stick_header .nav > li > a {
    line-height: 59px; }
.nav > li.hover > a {
    background: #fffaf7;
    color: #da251d;
    text-decoration: none; }
.nav ul {
    list-style: none;
    margin: 0; }
.nav > li > ul, .nav > li > div {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.nav > li.hover > ul, .nav > li.hover > div {
    opacity: 1;
    visibility: visible; }
.nav > li > ul:before, .nav > li > ul:after {
    content: '';
    display: block;
    height: 15px; }
.nav > li > ul:before {
    border-top: 3px solid #da251d; }
.nav > li > ul li {
    line-height: 1; }
.nav > li > ul a {
    color: #1f1a17;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 15px;
    white-space: nowrap; }
.nav > li > ul a:hover {
    color: #da251d;
    text-decoration: none; }

.nav > li > div {
    border: 1px solid #fffaf7;
    border-top: 3px solid #da251d;
    width: 600px; }
.nav > li > div > ul {
    position: relative;
    overflow: hidden; }
.nav > li > div > ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    width: 2px;
    background: -webkit-linear-gradient(transparent, #fffaf7, transparent);
    background: -moz-linear-gradient(transparent, #fffaf7, transparent);
    background: -ms-linear-gradient(transparent, #fffaf7, transparent);
    background: -o-linear-gradient(transparent, #fffaf7, transparent);
    background: linear-gradient(transparent, #fffaf7, transparent); }
.nav > li > div > ul > li {
    position: relative;
    float: left;
    padding: 15px;
    width: 50%; }
.nav > li > div > ul > li span {
    position: absolute;
    top: 15px;
    left: 15px; }
.nav > li > div > ul > li span img {
    border: 1px solid #cfcac7;
    display: block;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.nav > li > div > ul > li span b {
    position: relative;
    display: block;
    height: 30px;
    margin: 6px 0; }
.nav > li > div > ul > li span b:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    border-left: 2px dotted #cfcac7; }
.nav > li > div > ul > li span b:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    border-top: 6px solid #cfcac7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
.nav > li > div > ul > li > a {
    color: #1f1a17;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 0 8px 45px;
    text-decoration: none; }
.nav > li > div > ul > li > a i { margin: 0 6px; }
.nav > li > div > ul > li ul {
    padding-left: 45px; }
.nav > li > div > ul > li ul li {
    padding-top: 6px; }
.nav > li > div > ul > li ul a {
    position: relative;
    background: #f6f6f6;
    color: #9f9a97;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 15px 12px 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
.nav > li > div > ul > li ul li:hover a {
    background: #fffaf7;
    color: #1f1a17;
    text-decoration: none; }
.nav > li > div > ul > li ul a i {
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
    width: 45px; }
.nav > li > div > ul > li ul li:hover a i {
    color: #da251d; }
.nav > li > div > ul > li ul a small {
    display: block;
    opacity: .6; }

.banner {
    position: relative;
    overflow: hidden; }
.banner .slide:before {
    content: '';
    background: #fffaf7;
    display: block;
    padding-top: 450px; }
.banner .slide .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.banner .slide .carousel-inner .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.banner .slide .carousel-inner .item.active {
    opacity: 1;
    z-index: 1; }
.banner .slide .carousel-inner .item > * {
    position: absolute;
    top: 0;
    left: 66.666666%;
    width: auto;
    max-width: none;
    height: 100%;
    opacity: 0;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    -webkit-transform: translate(-41.666666%,0);
    -moz-transform: translate(-41.666666%,0);
    -ms-transform: translate(-41.666666%,0);
    transform: translate(-41.666666%,0); }
.banner .slide .carousel-inner .item > .from-top {
    top: -33.333333%; }
.banner .slide .carousel-inner .item > .from-left {
    left: 33.333333%; }
.banner .slide .carousel-inner .item > .from-right {
    left: 100%; }
.banner .slide .carousel-inner .item > .from-bottom {
    top: 33.333333%; }
.banner .slide .carousel-inner .item.active > * {
    top: 0;
    left: 66.666666%;
    opacity: 1; }
.banner .slide .carousel-inner .item > *:nth-child(1) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
.banner .slide .carousel-inner .item > *:nth-child(2) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
.banner .slide .carousel-inner .item > *:nth-child(3) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s; }
.banner .slide .carousel-inner .item > *:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
.banner .slide .carousel-inner .item > .links a {
    background: #da251d;
    background: -webkit-radial-gradient(#da251d, #da251d);
    background: -moz-radial-gradient(#da251d, #da251d);
    background: -ms-radial-gradient(#da251d, #da251d);
    background: -o-radial-gradient(#da251d, #da251d);
    background: radial-gradient(#da251d, #da251d);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
    padding: 2px 15px 0;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.banner .slide .carousel-inner .item > .links a:hover {
    background: #fa453d;
    background: -webkit-radial-gradient(#fa453d, #da251d);
    background: -moz-radial-gradient(#fa453d, #da251d);
    background: -ms-radial-gradient(#fa453d, #da251d);
    background: -o-radial-gradient(#fa453d, #da251d);
    background: radial-gradient(#fa453d, #da251d); }
.banner .carousel-indicators {
    left: 50%;
    bottom: 30px;
    margin: 0;
    max-width: 570px;
    text-align: right;
    width: 100%; }
.banner .carousel-indicators li {
    display: inline-block; }
.banner .carousel-indicators li a {
    position: relative;
    display: block;
    margin: 3px;
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: .9;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.banner .carousel-indicators li.active a {
    opacity: 1; }
.banner .carousel-indicators li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.banner .carousel-indicators li a:hover:before, .banner .carousel-indicators li.active a:before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px; }

.di_calculator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
.di_calculator .container {
    position: relative; }
.di_calculator .container > .UpdateCourierQuote {
    position: absolute;
    top: 0;
    left: 15px;
    width: 400px; }
.UpdateCourierQuote .courier-quoteborder {
    position: relative;
    border: none;
    border-top: 1px solid #da251d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
    box-shadow: 0 6px 6px rgba(0,0,0,.1); }
.UpdateCourierQuote .courier-quoteborder .flag {
    position: absolute;
    top: 90px;
    left: 15px; }
.UpdateCourierQuote .courier-quoteborder .flag img {
    border: 1px solid #cfcac7;
    display: block;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.UpdateCourierQuote .courier-quoteborder .flag b {
    position: relative;
    display: block;
    height: 30px;
    margin: 6px 0; }
.UpdateCourierQuote .courier-quoteborder .flag b:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    border-left: 2px dotted #cfcac7; }
.UpdateCourierQuote .courier-quoteborder .flag b:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    border-top: 6px solid #cfcac7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
.UpdateCourierQuote .courier-quoteborder .courier-quotetop8 {
    padding: 0;
    overflow: hidden; }
.UpdateCourierQuote .courier-quoteborder .courier-quotetop8 div {
    background: transparent !important;
    border: none !important;
    float: left;
    padding: 0;
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
.UpdateCourierQuote .courier-quoteborder .courier-quotetop8 div a {
    color: #cfcac7;
    border-top: 3px solid #fff;
    display: block;
    line-height: 21px;
    padding: 9px 0 12px;
    text-decoration: none; }
.UpdateCourierQuote .courier-quoteborder .courier-quotetop8 div a:hover {
    color: #1f1a17; }
.UpdateCourierQuote .courier-quoteborder .courier-quotetop8 .courier-activetab a {
    color: #1f1a17;
    border-top: 3px solid #da251d; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm {
    padding: 0 30px 30px 60px; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm .courier-quotetop10 {
    color: #da251d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 0 0; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm ul {
    list-style: none;
    margin: 0; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li {
    margin-top: 15px; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .country_label {
    overflow: hidden; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .country_label span {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 42px; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .country_label b {
    display: block;
    float: left;
    line-height: 30px; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form {
    font-size: 0; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect {
    display: inline-block;
    width: 50%; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect > .CaptionCont {
    padding: 9px 15px;
    border: none;
    border-bottom: 2px solid #cfcac7;
    background: #f6f6f6;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect:first-child > .CaptionCont {
    border-right: 1px solid #fff; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect > .CaptionCont > span {
    padding-right: 0; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect .search label {
    display: none; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect .search-txt {
    background: #fffaf7;
    border-bottom: 2px solid #da251d;
    height: 40px;
    padding: 9px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect .optWrapper {
    top: 40px; }
.UpdateCourierQuote .courier-quoteborder .pink-bg {
    background: #fffaf7; }
.UpdateCourierQuote .courier-quoteborder .pink-bg ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 15px; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li {
    float: left;
    width: 50%;
    padding: 15px; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li .country_label {
    overflow: hidden; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li .country_label span {
    color: #9f9a97;
    display: block;
    font-size: 12px;
    line-height: 30px; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span {
    position: relative;
    display: block; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span input {
    border: none;
    border-bottom: 2px solid #cfcac7;
    height: 40px;
    margin: 0;
    padding: 9px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;  }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span a {
    position: absolute;
    top: 4px;
    right: 4px;
    text-decoration: none; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span a i {
    position: relative;
    background: #fffaf7;
    color: #da251d;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 30px;
    z-index: 1;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span a:hover i {
    background: #da251d;
    color: #fffaf7; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span a span {
    position: absolute;
    top: 0;
    left: 0;
    background: #da251d;
    color: #fffaf7;
    font-size: 12px;
    line-height: 30px;
    margin-left: 1px;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > span a:hover span {
    left: 100%;
    opacity: 1;
    visibility: visible; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > a {
    display: block;
    white-space: nowrap;
    margin-top: 6px;
    color: #1f1a17;
    font-size: 12px;
    line-height: 1.5; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > a i {
    color: #da251d;
    margin-right: 3px; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > .btn {
    background: #da251d;
    background: -webkit-radial-gradient(#da251d, #da251d);
    background: -moz-radial-gradient(#da251d, #da251d);
    background: -ms-radial-gradient(#da251d, #da251d);
    background: -o-radial-gradient(#da251d, #da251d);
    background: radial-gradient(#da251d, #da251d);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.UpdateCourierQuote .courier-quoteborder .pink-bg li > .btn:hover {
    background: #fa453d;
    background: -webkit-radial-gradient(#fa453d, #da251d);
    background: -moz-radial-gradient(#fa453d, #da251d);
    background: -ms-radial-gradient(#fa453d, #da251d);
    background: -o-radial-gradient(#fa453d, #da251d);
    background: radial-gradient(#fa453d, #da251d); }

.sign-up-bar {
    padding: 30px 0;
    background: #da251d;
    background: -webkit-linear-gradient(to right, #da251d, #fa453d);
    background: -moz-linear-gradient(to right, #da251d, #fa453d);
    background: -ms-linear-gradient(to right, #da251d, #fa453d);
    background: -o-linear-gradient(to right, #da251d, #fa453d);
    background: linear-gradient(to right, #da251d, #fa453d); }
.sign-up-bar .container {
    overflow: hidden; }
.sign-up-bar h2 {
    float: left;
    margin: 0;
    line-height: 38px;
    color: #fff; }
.sign-up-bar a {
    display: block;
    float: right;
    background: #ca150d;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    padding: 0 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.sign-up-bar a:hover {
    background: #fff;
    color: #da251d;
    opacity: 1;
    text-decoration: none; }
.sign-up-bar a i {
    margin-right: 6px; }

.home-icons {
    padding: 60px 0 30px;
    position: relative;
    background: #fff;
    text-align: center; }
.home-icons .section-header {
    padding-bottom: 30px; }
.home-icons .row {
    position: relative; }
.home-icons .row:before {
    content: '';
    position: absolute;
    top: 79px;
    left: 20%;
    right: 20%;
    display: block;
    border-top: 2px dotted #fa1e68; }
.home-icons img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%; }
.home-icons b {
    display: block;
    padding: 15px 0 6px; }
.home-icons p {
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 30px; }
.home-icons i {
    color: #fa1e68;
    position: absolute;
    font-size: 24px;
    top: 56px;
    right: -24px;
    width: 48px;
    text-align: center;
    line-height: 44px;
    border: 2px dotted #fa1e68;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.home-icons a {
    display: block;
    padding: 9px 0;
    width: 240px;
    margin: 0 auto 30px;
    color: #fff;
    text-decoration: none;
    background: #fa1e68; }
.home-icons a:hover {
    background: #da251d; }
.youtube_embed .row:before {
    display: none; }
.youtube_embed .video {
    position: relative; }
.youtube_embed .video:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.youtube_embed .video iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none; }

.why-mii2u {
    padding: 60px 0 30px; }
.why-mii2u img {
    max-width: 100%;
    width: auto; }

.icons-list {
    margin: 0 -6px;
    overflow: hidden; }
.icons-list .item {
    float: left;
    width: 12.5%;
    padding: 0 6px 30px; }
.icons-list b {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    text-align: center; }

.section-clientfooter {
    padding: 60px 0 0; }
.section-clientfooter img {
    max-width: 100%;
    width: auto; }
.section-clientfooter .space-subbtm img {
    display: inline-block; }

.footer {
    background: #1f1a17;
    padding: 60px 0 30px; }
.footer img {
    opacity: .3;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
.footer img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.copyright {
    overflow: hidden;
    position: relative;
    text-align: center; }
.copyright p {
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    padding: 12px 0; }
.copyright .social-media {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0; }
.copyright .social-media a {
    position: relative;
    border-right: 1px solid #f8f3f0;
    color: #9f9a97;
    display: inline-block;
    font-size: 12px;
    width: 42px;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.copyright .social-media a:hover {
    color: #fff;
    text-decoration: none;
    width: 126px; }
.copyright .social-media .facebook:hover { background: #3b5998; }
.copyright .social-media .whatsapp:hover { background: #075e54; }
.copyright .social-media a i {
    display: block;
    font-size: 21px;
    width: 42px;
    line-height: 42px; }
.copyright .social-media a span {
    position: absolute;
    top: 3px;
    left: 42px;
    line-height: 39px; }

.navbar .lazyloaded { width: 30px; }

.main { overflow: hidden; }
.main > .col-lg-12 {
    padding: 30px 0; }
.main .DataLayout {
    border: 1px solid #f8f3f0; }

.xblocklist {
    padding: 0; }
.xblocklist h1 {
    position: relative;
    margin: 15px 0; }
.xblocklist h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #da251d; }
.xblocklist h1:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #f8f3f0;
    margin-top: 15px; }
.xblockitem {
    background: #fff;
    border: 1px solid #f8f3f0;
    margin-top: 15px;
    padding: 15px; }
.xflexblock {
    display: flex;
    margin-top: 30px;
    overflow: hidden; }
.xflexblock > div {
    position: relative;
    border-bottom: 3px solid #f8f3f0;
    flex: 1; }
.xflexblock > div:first-child {
    z-index: 1;
    flex: initial;
    width: 240px; }
.xflexblock > div:first-child:before {
    content: '';
    position: absolute;
    border-top: 30px solid transparent;
    border-right: 30px solid #1f1a17;
    border-bottom: 30px solid transparent;
    top: 0;
    right: -1px; }
.xflexblock > div:first-child img {
    display: block;
    padding: 9px 0;
    height: 60px; }
.xflexblock > div:first-child span {
    display: block;
    font-weight: bold;
    padding-top: 6px; }
.xflexblock > div:first-child h2 {
    position: relative;
    height: 60px;
    margin: 0; }
.xflexblock > div:first-child h2 span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 30px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%); }
.xflexblock > div:first-child p {
    padding: 15px;
    border: 1px solid #cfcac7;
    margin-right: 30px; }
.xflexblock table {
    border-left: 1px solid #fff;
    width: 100%; }
.xflexblock table th {
    height: 60px;
    background: #1f1a17;
    color: #fff; }
.xflexblock table th h3 {
    font-size: 14px; }
.xflexblock table th p {
    font-weight: normal;
    margin: 0;
    opacity: .6; }
.xflexblock table td {
    height: 75px;
    text-align: center; }
.xflexblock table tr:nth-child(even) td {
    background: #f6f6f6; }
.xflexblock table tr.promotion td {
    background: #f8f3f0;
    color: #da251d;
    font-weight: bold; }
.xflexblock table td b {
    display: block; }
.xflexblock table td span {
    display: block; }

.DetailPanel {
    text-align: justify; }

.xcaurierdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 60px 0 21px; }
.xcaurierdetail h2:after {
    content: '';
    display: block;
    background: #1f1a17;
    width: 75px;
    height: 1px;
    margin-top: 15px; }
.xcaurierdetail p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0; }
.xcaurierdetail blockquote {
    background: #f8f3f0;
    border: 1px solid #da251d;
    margin: 0;
    padding: 15px; }
.xcaurierdetail blockquote p {
    font-weight: normal; }
.xcaurierdetail img {
    display: block;
    margin: 0 auto;
    width: 100%; }
.xcaurierdetail table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
.xcaurierdetail table td {
    border: 1px solid #cfcac7;
    padding: 9px 12px;
    text-align: center; }
.xcaurierdetail table td p, .xcaurierdetail table td li {
    text-align: left; }
.xcaurierdetail table tr:nth-child(odd) td {
    background: #f6f6f6; }
.xcaurierdetail table th {
    background: #1f1a17;
    border: 1px solid #1f1a17;
    color: #fff;
    padding: 9px 12px; }
.xcaurierdetail table.formula {
    width: auto; }
.xcaurierdetail table.formula th {
    background: transparent;
    border: none;
    color: #1f1a17;
    padding: 0; }
.xcaurierdetail ul li+li {
    margin-top: 6px; }

.socialbtn {
    display: flex; }
.socialbtn a {
    color: #fff !important;
    display: block !important;
    font-weight: bold;
    flex: 1;
    width: 61px;
    margin: 1px;
    padding: 12px 0 !important;
    border: none !important;
    text-shadow: none !important; }
.socialbtn a.google { background: #ea4335; }
.socialbtn a.facebook { background: #3b5998; }
.socialbtn a.instagram { background: #e1306c; }
.socialbtn a.amazon { background: #ff9900; }
.socialbtn a.google:hover { background: #d93224; }
.socialbtn a.facebook:hover { background: #2a4887; }
.socialbtn a.instagram:hover { background: #d0205b; }
.socialbtn a.amazon:hover { background: #ee8800; }
.socialbtn a img {
    display: block;
    margin: 0 auto;
    width: 30px; }

.bottom_social {
    overflow: hidden;
    margin: 6px -1px 0; }
.bottom_social a {
    position: relative;
    overflow: hidden;
    border: 1px solid #1f1a17;
    display: block;
    float: left;
    width: 20%;
    color: #1f1a17;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.bottom_social a:hover {
    color: #fff; }
.bottom_social a:before {
    content: '';
    background: #fff;
    display: block;
    padding-top: 100%;
    opacity: .3;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.bottom_social a:hover:before {
    opacity: 1; }
.bottom_social a i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 18px;
    margin-top: -9px;
    text-align: center; }
.bottom_social a:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 17px;
    right: 17px;
    bottom: 17px;
    opacity: 0;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.bottom_social a:hover:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 1; }
.bottom_social a.facebook:after { background: #3b5998; }
.bottom_social a.whatsapp:after { background: #128c7e; }
.bottom_social a.instagram:after { background: #e1306c; }
.bottom_social a.twitter:after { background: #1da1f2; }
.bottom_social a.youtube:after { background: #ff0000; }

.xcontent {
    padding: 60px 0 30px;
    background: #fff; }
.xcontent h1 {
    position: relative;
    margin-bottom: 15px; }
.xcontent h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #da251d; }
.xcontent h1:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #f8f3f0;
    margin-top: 15px; }
.xcontent p {
    margin: 0;
    line-height: 1.5;
    text-align: justify;
    font-weight: 400; }
.xcontent a {
    color: #da251d; }
.profile {
    display: flex; }
.profile > div:first-child {
    padding-right: 30px; }
.profile img {
    border: 1px solid #f8f3f0; }

.timeline ul {
    display: flex;
    position: relative;
    margin: 0 0 30px;
    list-style: none;
    overflow: hidden; }
.timeline ul:before {
    position: absolute;
    content: '';
    top: 29px;
    border-top: 2px dotted #da251d;
    left: 0;
    right: 0; }
.timeline ul:after {
    top: 24px;
    position: absolute;
    right: 0;
    content: '';
    border-top: 6px solid transparent;
    border-left: 6px solid #da251d;
    border-bottom: 6px solid transparent; }
.timeline ul li {
    flex: 1;
    position: relative;
    z-index: 1;
    text-align: center; }
.timeline ul li span {
    display: block;
    font-weight: bold;
    line-height: 60px;
    width: 60px;
    background: #da251d;
    color: #fff;
    margin: 0 0 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.timeline ul li p {
    font-weight: bold;
    color: #da251d;
    text-align: left;
    max-width: 240px;
    padding-right: 30px; }

.xmv {
    padding-top: 30px;
    margin-left: -30px;
    display: flex; }
.xmv > div {
    position: relative;
    padding: 30px;
    flex: 1;
    margin-bottom: 30px;
    margin-left: 30px; }
.xmv > div i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 128px;
    opacity: .1; }
.xvision {
    border: 1px solid #da251d;
    color: #fff;
    background: #da251d; }
.xmission {
    border: 1px dashed #1f1a17; }
.googlemap {
    border: none;
    border-bottom: 1px solid #f8f3f0;
    width: 100%;
    height: 301px;
    display: block; }
.contact_block {
    list-style: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #cfcac7;
    border-left: 1px solid #cfcac7;
    margin: 0; }
.contact_block > li {
    position: relative;
    width: 33.333333%;
    float: left;
    margin: 0;
    min-height: 210px;
    padding: 18px 30px 0 60px;
    border-right: 1px solid #cfcac7;
    border-bottom: 1px solid #cfcac7; }
.contact_block > li > i {
    top: 4px;
    left: 4px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    position: absolute;
    background-position: center center;
    background-size: cover; }
.contact_block > li > i.icon-alipay {
    background-image: url(img/alipay.jpg); }
.contact_block > li > i.icon-call-end { background-color: #f56040; }
.contact_block > li > i.icon-wallet { background-color: #e1306c; }
.contact_block > li > i.icon-earphones-alt { background-color: #c13584; }
.contact_block > li > i.icon-envelope-open { background-color: #5851db; }
.contact_block > li > h2 {
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
    color: #1f1a17; }
.contact_block > li > h2:after {
    margin: 15px 0;
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background: #1f1a17; }
.contact_block > li > a {
    font-weight: bold;
    color: #1f1a17;
    line-height: 39px;
    padding: 0 30px;
    margin-bottom: 1px;
    display: block;
    background: #f8f3f0;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.contact_block > li > a:hover {
    background: #da251d;
    color: #fff; }
.contact_block ul {
    margin: 0;
    overflow: hidden;
    list-style: none; }
.contact_block ul li {
    margin: 0 1px 1px 0;
    float: left; }
.contact_block ul li a {
    text-decoration: none;
    display: block; }
.contact_block ul li a i {
    text-align: center;
    display: block;
    line-height: 44px;
    width: 44px;
    color: #fff;
    background: #1f1a17;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.contact_block ul li a i.fa-facebook-f { background: #3b5998; }
.contact_block ul li a i.fa-whatsapp { background: #128c7e; }
.contact_block ul li a i.fa-instagram { background: #e1306c; }
.contact_block ul li a i.fa-twitter { background: #1da1f2; }
.contact_block ul li a i.fa-youtube { background: #ff0000; }

.xaccordion .item {
    border-bottom: 1px solid #f8f3f0; }
.xaccordion .acch a {
    line-height: 21px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    color: #1f1a17;
    font-weight: bold;
    padding: 15px 0 15px 30px;
    display: block; }
.xaccordion .acch a:hover {
    color: #da251d; }
.xaccordion .acch a:before, .xaccordion .acch a:after {
    content: '';
    position: absolute;
    top: 25px;
    height: 1px;
    width: 15px;
    left: 0;
    background: #da251d;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.xaccordion .acch a:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.xaccordion .acch a:hover:after, .xaccordion .active .acch a:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.xaccordion .active .acch a:hover:before, .xaccordion .active .acch a:hover:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
.xaccordion .accb {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.xaccordion .active .accb {
    height: auto;
    padding-bottom: 30px; }
.xaccordion .accb ul {
    margin: 0 0 0 21px; }
.xaccordion .accb ul li {
    margin-top: 7px; }

.xcontent p {
    font-size: 14px;
    line-height: 1.5; }
.xcontent blockquote {
    background: #f8f3f0;
    border: 1px solid #da251d;
    margin: 0;
    padding: 15px; }
.xcontent blockquote p {
    font-weight: normal; }
.xcontent table {
    border-collapse: collapse;
    width: 100%; }
.xcontent table th {
    color: #fff;
    background: #1f1a17;
    border: 1px solid #1f1a17;
    padding: 6px 12px; }
.xcontent table td {
    line-height: 1.5;
    border: 1px solid #cfcac7;
    padding: 6px 12px; }
.xcontent table tr:nth-child(odd) td {
    background: #f6f6f6; }
.xcontent table td img {
    width: 45px; }
.xcontent table td i {
    display: block;
    text-align: center; }
.xcontent table td i.fa-check {
    color: #57d057; }
.xcontent table td i.fa-times {
    color: #da251d; }
.xcontent table td i.fa-question {
    color: #ffa500; }
.xcontent table.alignment {
    width: auto; }
.xcontent table.alignment th, .xcontent table.alignment td {
    background: transparent;
    border: none;
    padding: 7px 0 0 7px;
    color: #1f1a17; }
.xcontent table.alignment tr th:first-child, .xcontent table.alignment tr td:first-child {
    min-width: 21px;
    padding-left: 0; }
.xcontent table.alignment tr:nth-child(odd) td {
    background: transparent; }

.tabh {
    list-style: none;
    margin: 0; }
.tabh a {
    display: block;
    line-height: 21px;
    font-size: 14px;
    color: #1f1a17;
    padding: 15px;
    text-decoration: none;
    border-bottom: 1px solid #cfcac7;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.tabh li:hover a {
    background: #f6f6f6; }
.tabh li.active a {
    background: #f8f3f0; }
.tabb {
    list-style: none;
    margin: 0; }
.tabb li {
    display: none; }
.tabb li.active {
    display: block; }

.nav > .menudivider:before {
    content: '';
    display: block;
    height: 12px;
    border-top: 1px solid #f6f6f6;
    margin-top: 12px; }
.nav > li.showonmobile {
    display: none; }
.nav > li.showonmobile > a {
    font-weight: normal;
    position: relative;
    padding-left: 48px; }
.nav > li.showonmobile > a i {
    position: absolute;
    bottom: 1px;
    left: 1px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    background: #fffaf7;
    color: #da251d; }
.nav > li.showonmobile > a .fa-angle-down {
    position: static;
    background: transparent;
    color: #1f1a17;
    line-height: 20px;
    width: auto; }
.nav > li.showonmobile > ul a { padding-left: 45px; }

.footer .font-color-white {
    padding-bottom: 6px; }

.sub-menu {
    min-height: 0; }
.footer-menu {
    padding: 0; }
.footer-menu > a {
    line-height: 1.5;
    padding: 3px 0;
    display: block; }
.bottom_contact a i {
    margin-right: 7px; }

.tableholder {
    margin: 0 -15px;
    overflow-x: auto; }
.tableholder > div { padding: 0 15px; }

.collapse > a {
    position: relative;
    background-position: center;
    background-size: cover;
    color: #ff6973;
    display: block;
    font-size: 36px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.collapse > a:before {
    content: '';
    padding-top: 150px;
    display: block;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.collapse.active > a:before {
    padding-top: 50%; }
.collapse > a:hover {
    color: #cc3640; }
.collapse > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin-top: -45px; }
.collapse > a b {
    display: inline-block; }
.collapse > a small {
    background: #ff6973;
    color: #fbaba6;
    display: block;
    font-size: 50%;
    padding: 6px 12px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.collapse > a:hover small {
    background: #cc3640; }
.collapse > div {
    position: relative;
    background: #fffaf7;
    height: 0;
    overflow: hidden;
    padding: 0 30px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.collapse.active > div {
    height: auto;
    padding: 30px; }

.collapse ul {
    list-style: none;
    margin: 0; }
.collapse ul li {
    display: flex;
    border-bottom: 1px solid #fbaba6;
    padding-top: 15px;
    padding-bottom: 15px; }
.collapse ul li img {
    display: block;
    width: 50%;
    padding-right: 30px; }
.collapse ul li div {
    width: 50%; }
.collapse ul li div h3 {
    position: relative;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0;
    margin: 0; }
.collapse ul li div h3 span {
    position: absolute;
    top: 6px;
    left: -72px;
    background: #cc3640;
    color: #fbaba6;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.collapse ul li div h3:before {
    content: '';
    position: absolute;
    top: 23px;
    left: -36px;
    background: #cc3640;
    width: 18px;
    height: 2px; }
.collapse ul li div h3:after {
    content: '';
    position: absolute;
    top: 18px;
    left: -18px;
    background: #cc3640;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.overlayheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999999; }
#refreshregheader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    max-height: 100%;
    z-index: 9999999999;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
    box-shadow: 0 6px 6px rgba(0,0,0,.1); }
.showtnc .overlayheader {
    opacity: .3;
    visibility: visible; }
.showtnc #refreshregheader {
    opacity: 1;
    visibility: visible; }
#refreshregheader .line-padding {
    padding: 0 !important; }
#refreshregheader .line-margin {
    margin: 0 !important; }
#refreshregheader .DetailPanel > .line-padding > div {
    padding: 21px !important; }
#refreshregheader .DetailPanel > .line-padding > .m2-LoginHeader {
    background: #1f1a17;
    border: none;
    color: #fff;
    padding: 15px 0 !important; }
#refreshregheader .DetailPanel > .line-padding > .m2-LoginHeader h1 {
    font-size: 14px;
    padding-left: 21px;
    padding-right: 45px;
    text-align: left; }
#refreshregheader .DetailPanel .col-sm-12 {
    padding: 0; }
#refreshregheader .DetailPanel .col-sm-12+.col-sm-12 {
    line-height: 21px;
    padding-top: 21px; }
.tpl-default #refreshregheader .ui-btn {
    margin: 0;
    padding: 12px 0;
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
#refreshregheader > .close {
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    width: 39px;
    height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
#refreshregheader > .close:before, #refreshregheader > .close:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 9px;
    right: 9px;
    background: #fff;
    height: 1px; }
#refreshregheader > .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
#refreshregheader > .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.shipping_fee_calculator > h3 {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    background: #9f9a97;
    padding: 15px 0 15px 72px; }
.shipping_fee_calculator > h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    border-top: 24px solid transparent;
    border-left: 12px solid #1f1a17;
    border-bottom: 24px solid transparent;
}
.shipping_fee_calculator > h3 > i {
    position: absolute;
    top: 0;
    left: 0;
    background: #1f1a17;
    width: 48px;
    line-height: 48px;
    text-align: center; }
.shipping_fee_calculator > div {
    background: #fff;
    border: 1px solid #f8f3f0;
    border-top: none;
    display: flex; }
.shipping_fee_calculator > div > form {
    display: block;
    padding: 30px;
    width: 480px; }
.shipping_fee_calculator > div > form ul {
    list-style: none;
    margin: 0; }
.shipping_fee_calculator > div > form > ul > li {
    margin-bottom: 30px; }
.shipping_fee_calculator > div > form ul li label {
    display: flex;
    margin: 0; }
.shipping_fee_calculator > div > form ul li label p {
    position: relative;
    color: #1f1a17;
    line-height: 21px;
    margin: 0;
    padding-top: 12px; }
.shipping_fee_calculator > div > form ul li label p em {
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    font-size: 12px;
    color: #9f9a97; }
.shipping_fee_calculator > div > form ul li label > div {
    width: 210px;
    margin-left: auto; }
.shipping_fee_calculator > div > form ul li label > div > input {
    border: 1px #cfcac7 solid;
    color: #1f1a17;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 21px;
    margin: 0;
    padding: 11px 15px;
    -webkit-box-shadow: none;
    box-shadow: none; }
.shipping_fee_calculator > div > form ul li label > div > input:focus, .shipping_fee_calculator > div > form ul li label > div > input:hover {
    border: 1px #fbaba6 solid;
    -webkit-box-shadow: 0 0 6px #fbaba6;
    box-shadow: 0 0 6px #fbaba6; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect {
    display: block;
    margin-top: 6px; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect:first-child {
    margin-top: 0; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect > .CaptionCont > label, .shipping_fee_calculator > div > form ul li label > div .SumoSelect.open > .CaptionCont > label {
    left: 0;
    margin: 0;
    visibility: visible;
    width: 100%; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect > .CaptionCont > label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: #cfcac7; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect:hover > .CaptionCont > label:before {
    background: #fbaba6; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect > .CaptionCont > label:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1f1a17;
    border-bottom: 1px solid #1f1a17;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect:hover > .CaptionCont > label:after {
    border-right: 1px solid #d93224;
    border-bottom: 1px solid #d93224; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect > .CaptionCont > label i {
    display: none; }
.shipping_fee_calculator > div > form ul li label > div .SelectBox {
    border: 1px #cfcac7 solid;
    color: #1f1a17;
    font-size: 14px;
    line-height: 21px;
    padding: 11px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect:focus > .SelectBox, .shipping_fee_calculator > div > form ul li label > div .SumoSelect:hover > .SelectBox, .shipping_fee_calculator > div > form ul li label > div .SumoSelect.open > .SelectBox {
    border: 1px #fbaba6 solid;
    -webkit-box-shadow: 0 0 6px #fbaba6;
    box-shadow: 0 0 6px #fbaba6; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect.open .search-txt {
    border: none;
    display: block;
    height: auto;
    line-height: 21px;
    outline: none;
    padding: 12px 15px;
    -webkit-box-shadow: none;
    box-shadow: none; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect.open > .optWrapper {
    top: 44px; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect > .optWrapper > .options li.opt {
    padding: 12px 15px; }
.shipping_fee_calculator > div > form ul li label > div .SumoSelect > .optWrapper > .options li.opt:hover {
    background: #fbaba6; }
.shipping_fee_calculator > div > form ul li label div.descholder {
    position: relative; }
.shipping_fee_calculator > div > form ul li label div.descholder > span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    width: 46px;
    text-align: center;
    background: #cfcac7;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
.shipping_fee_calculator > div > form ul li label div.descholder:hover > span {
    background: #fbaba6;
    color: #d93224; }
.shipping_fee_calculator > div > form ul li label > div.lwh {
    display: flex; }
.shipping_fee_calculator > div > form ul li label > div.lwh span {
    line-height: 45px;
    width: 15px;
    text-align: center;
    display: block; }
.shipping_fee_calculator > div > form ul li label > div.lwh input {
    text-align: center;
    width: 60px; }
.shipping_fee_calculator > div > form > .btnholder {
    text-align: center; }
.shipping_fee_calculator > div > form > .btnholder button {
    background: #fff;
    border: 2px solid #f56040;
    color: #f56040;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0;
    width: 120px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none; }
.shipping_fee_calculator > div > form > .btnholder button.ui-btn-primary {
    background: #f56040;
    color: #fff; }
.shipping_fee_calculator > div > form > .btnholder button:focus, .shipping_fee_calculator > div > form > .btnholder button:hover {
    background: #ea4335;
    border: 2px solid #ea4335;
    color: #fff; }
.shipping_fee_calculator > div > div {
    border-left: 1px dotted #cfcac7;
    flex: 1;
    padding: 30px; }
.shipping_fee_calculator > div > div h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    padding: 12px 0 0; }
.shipping_fee_calculator > div > div h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 6px 15px;
    margin: 18px 0 0;
    background: #cfcac7; }
.shipping_fee_calculator > div > div ul {
    list-style: none;
    margin: 0; }
.shipping_fee_calculator > div > div ul li {
    padding: 6px 15px;
    border-bottom: 1px #cfcac7 solid;
    display: flex; }
.shipping_fee_calculator > div > div ul li b {
    text-align: right;
    margin-left: auto; }

@media only screen and (max-width:1199px) {
    .UpdateCourierQuote .courier-quoteborder .space-subbtm .courier-quotetop10 { padding-top: 0; }
    .UpdateCourierQuote .courier-quoteborder .space-subbtm { padding-bottom: 15px; }
    .UpdateCourierQuote .courier-quoteborder .pink-bg ul { padding-top: 0; padding-bottom: 0; }
    .banner .carousel-indicators  { max-width: 470px; }
}
@media only screen and (max-width:991px) {
    body:before { padding-top: 81px; }
    .logo { float: none; width: 150px; margin: 0 auto; }
    .logo img { height: 59px; margin: 0 auto; padding: 0; }
    .daily_info { float: right; }
    .daily_info span, .daily_info b { font-size: 10px; line-height: 20px; display: block; float: left; }
    .top_social ul li a i, .stick_header .top_social ul li a i { line-height: 20px; }
    .hotline { display: none; }
    .stick_header .daily_info span, .stick_header .daily_info b { line-height: 20px; }
    .useful_link { display: none; }
    .call-nav { position: absolute; top: 6px; right: 0; display: block; width: 48px; height: 48px; background: #fffaf7; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; }
    .call-nav span { position: absolute; top: 50%; left: 15px; right: 15px; height: 2px; background: #da251d; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; }
    .call-nav span:before, .call-nav span:after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: #da251d; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; }
    .call-nav span:before { top: -6px; }
    .call-nav span:after { top: 6px; }
    .show-nav .call-nav { background: #da251d; }
    .show-nav .call-nav span { background: transparent; }
    .show-nav .call-nav span:before, .show-nav .call-nav span:after { top: 0; background: #fffaf7; }
    .show-nav .call-nav span:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
    .show-nav .call-nav span:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav > li.showonmobile { display: block; }
    .nav { position: fixed; top: 81px; left: auto; right: -320px; bottom: 0; opacity: 0; visibility: hidden; background: #fff; width: 320px; overflow: auto; border-top: 3px solid #da251d; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; }
    .show-nav .nav { right: 0; opacity: 1; visibility: visible; -webkit-box-shadow: -6px 0 6px rgba(0,0,0,.1); box-shadow: -6px 0 6px rgba(0,0,0,.1); }
    .nav:before, .nav:after { content: ''; display: block; height: 12px; }
    .nav > li { display: block; }
    .nav > li > a { line-height: 1; padding: 12px 15px; }
    .nav > li > a .fa-angle-down { float: right; }
    .stick_header .nav > li > a { line-height: 1; }
    .nav > li > ul, .nav > li > div { position: relative; top: auto; display: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 12px; background: #fffaf7; }
    .nav > li.hover > ul, .nav > li.hover > div { display: block; }
    .nav > li > ul:before { border-top: 1px solid #da251d; }
    .nav > li > div { width: 100%; }
    .nav > li > div > ul > li { float: none; width: 100%; min-height: 132px; }
    .banner .slide:before { padding-top: 63%; }
    .banner .slide .carousel-inner .item > * { -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0); }
    .banner .slide .carousel-inner .item.active > * { left: 50%; }
    .banner .carousel-indicators  { max-width: none; left: 0; right: 0; text-align: center; }
    .di_calculator { position: static; background: #fff; }
    .di_calculator .container { width: 100%; padding: 0; }
    .di_calculator .container > .UpdateCourierQuote { position: static; width: 100%; }
    .UpdateCourierQuote .courier-quoteborder { -webkit-box-shadow: none; box-shadow: none; }
    .UpdateCourierQuote .courier-quoteborder .space-subbtm .courier-quotetop10 { padding-top: 12px; }
    .UpdateCourierQuote .courier-quoteborder .space-subbtm { padding-bottom: 30px; }
    .UpdateCourierQuote .courier-quoteborder .pink-bg ul { padding-top: 15px; padding-bottom: 15px; }
    .icons-list .item { width: 25%; }
    .copyright { padding-bottom: 150px; }
    .copyright .social-media { position: static; text-align: center; padding-top: 15px; }
    .copyright .social-media a { border: none; }
    .profile { display: block; }
    .profile > div:first-child { padding: 0; }
    .profile img { display: none; }
    .xcontent { padding-top: 30px; }
    .tabh { border: 1px solid #cfcac7; margin-bottom: 30px; height: 53px; overflow: hidden; padding-top: 52px; position: relative; }
    .tabh li.active { position: absolute; top: 0; left: 0; right: 0; }
    .tabh li.active a:before { content: ''; position: absolute; top: 23px; right: 23px; border-top: 6px solid #1f1a17; border-left: 6px solid transparent; border-right: 6px solid transparent;  }
    .tabh.active li.active a:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
    .tabh.active { height: auto; }
    .xflexblock { position: relative; padding-top: 60px; }
    .xflexblock > div:first-child { position: absolute; top: 0; left: 0; right: 0; width: auto; vertical-align: middle; border: none; }
    .xflexblock > div:first-child:before { display: none; }
    .xflexblock > div:first-child img { display: inline; }
    .xflexblock > div:first-child span { display: inline; margin-left: 30px; }
    .xflexblock > div:first-child h2 { height: auto; }
    .xflexblock > div:first-child h2 span { position: static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; margin: 0; display: block; }
    .xflexblock > div:first-child p { padding: 0; border: none; font-size: 12px; margin: 0; }
    .xblocklist h1, .xcontent h1 { text-align: center; }
    .xblocklist h1:before, .xcontent h1:before { right: 0; margin: 0 auto; }
    .contact_block > li { width: 50%; }
    .collapse > a { font-size: 27px; }
    .shipping_fee_calculator > div { display: block; }
    .shipping_fee_calculator > div > form { max-width: 480px; width: 100%; margin: 0 auto; padding: 30px 15px; }
    .shipping_fee_calculator > div > div { border-top: 1px #cfcac7 dotted; border-left: none; padding: 30px 15px; }
    .shipping_fee_calculator > div > form ul li label p { font-size: 12px; }
}
@media only screen and (max-width:767px) {
    .icons-list .item { width: 33.333333%; }
    .top_social, .home-icons .row:before, .home-icons i { display: none; }
    .footer .container > .row > div > .row > div:nth-child(2n+1) { clear: both; }
    .xmv, .timeline ul { display: block; }
    .timeline ul:before { border-top: none; border-left: 2px dotted #da251d; right: auto; left: 29px; bottom: 0; }
    .timeline ul:after { border-bottom: none; border-right: 6px solid transparent; border-left: 6px solid transparent; border-top: 6px solid #da251d; right: auto; left: 24px; top: auto; bottom: 0; }
    .timeline ul li { position: relative; padding-left: 75px; min-height: 90px; }
    .timeline ul li span { position: absolute; top: 0; left: 0; }
    .timeline ul li p { padding: 18px 0 30px 0; max-width: none; }
    .xflexblock { display: block; padding: 0; }
    .xflexblock > div:first-child { position: static; padding-bottom: 15px; }
    .xflexblock > div:first-child img { display: block; margin: 0 auto; }
    .xflexblock > div:first-child span { display: block; text-align: center; margin: 0; }
    .xflexblock > div:first-child h2 { text-align: center; font-size: 18px; }
    .xflexblock > div:first-child p { padding-top: 6px; text-align: center; }
    .contact_block > li { width: 100%; min-height: 0; padding-bottom: 30px; }
    .collapse > a span { left: 25%; }
    .collapse ul li { display: block; }
    .collapse ul li img { width: 100%; padding-right: 0; }
    .collapse ul li div { width: 100%; }
    .collapse ul li div h3:before { top: -12px; left: -13px; width: 2px; height: 30px; }
    .collapse ul li div h3 span { top: -48px; left: -29px; }
}
@media only screen and (max-width:479px) {
    .icons-list .item { width: 50%; }
    .UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect { width: 100%; }
    .UpdateCourierQuote .courier-quoteborder .space-subbtm li .form .SumoSelect:first-child > .CaptionCont { border: none; }
    .UpdateCourierQuote .courier-quoteborder .pink-bg li { float: none; width: 100%; }
    .UpdateCourierQuote .courier-quoteborder .pink-bg li > .btn { margin: 0; }
    .bottom_social a { width: 33.333333%; }
    .socialbtn { display: block; }
    .socialbtn a { width: 50%; float: left; margin: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
    .collapse > a { font-size: 18px; }
}