/* Add here all your CSS customizations */

body {
    font-size: 1em !important;
}

p {
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #707070;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.5px;
}

.ui-widget-header {
  border: 0px;
    border-bottom: 1px solid #dddddd !important;
    background: #ffffff !important;
    color: #333333;
    font-weight: bold;

}

h1 {
  font-size: 6rem;
}

  


.heros{
  position: relative;
  display: inline-block;
}

.heros img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallax-background {
  background-position: 50% 20% !important; }

.lead {
  font-weight: 400; }

.form-control {
  border-color: #ccc !important; 
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 1rem !important; 
    line-height: 1.3;
}



.fileuploader-input-button {
  background: #92c951 !important; }

.fileuploader-input-caption {
  color: #92c951 !important; }

.btn-primary {
  color: #fff;
  background-color: #4b2d91; 
}

.btn-primary:hover {
  color: #fff;
  background-color: #4b2d91; 
}

.inline-logo {
  border-radius: 10px;
  border-width: 2px !important; }


  .input-group-text-sm {
    display: flex;
    align-items: center;
    /* padding: 0.375rem 0.75rem; */
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

/*
#screenShots img:hover{

    transform: scale(1.8);
    z-index: 10001;
    margin-bottom: 60px;
}
*/

#domesticEbayRadio {
  display:none;
  
}

input
{
  font-size: 1rem !important;
}
.custom-select 
{
  font-size: 1rem !important;
}
.custom-select-lg{
  font-size: 1rem !important;
  height: calc(1.5em + 1rem + 10px) !important;
}

.form-control {
  height: calc(1.5em + 1rem + 10px) !important;
}

textarea.form-control {
  height: auto !important;
}

a :not(.fa-question-circle,.noticeHeading,.fas,.fa,.far,.nup,.btn,.fab){
  text-decoration: underline !important;
}



.nav a, .navbar a{
  text-decoration: none !important;
}
 a.btn   {
  text-decoration: none !important;
}

.buttonBox {
    position: absolute;
    bottom:0;
    right:0;
    margin-bottom: 1rem !important;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto !important;
  line-height: 1.3 !important;
  padding: .75rem .5rem !important;
}


#userTypeeBay:checked ~ #domesticEbayRadio {
  display:block;
 
}

#domesticPromotionRadio{
  display:none;
  
}

#userTypePromotion:checked ~ #domesticPromotionRadio {
  display:block;
 
}

#internationalEbayRadio {
  display:none;
  
}

#userTypeeBay:checked ~ #internationalEbayRadio {
  display:block;
 
}

#internationalPromotionRadio{
  display:none;
  
}

#userTypePromotion:checked ~ #internationalPromotionRadio {
  display:block;
 
}

#userTypePromotion:checked ~ #internationalPromotionRadio {
  display:block;
 
}


.btn-orange {
  color: #fff;
  background-color: #f59b42;
  border-color: #f59b42;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #fc8105;
  color: #ffffff;
  border-color: #fc8105;
}

.btn-green {
 color: #ffffff;
  background-color: #92c951;
  border-color: #92c951;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #7AB238;
 color: #ffffff;
  border-color: #92c951;
}


.nav-tabs .nav-link.bg-quaternary{
  color: #ffffff;
}

.nav-tabs .nav-link.bg-quaternary.active, .nav-tabs .nav-link.bg-quaternary:hover, .nav-tabs .nav-link.bg-quaternary:focus{
   color: #ffffff;
}

.nav-tabs .nav-item {
    margin-bottom: 0px !important;
}

#vipConsole .nav-tabs .nav-link.bg-secondary.active, #vipConsole .nav-tabs .nav-link.bg-secondary:hover, #vipConsole .nav-tabs .nav-link.bg-secondary:focus {
    border-top: 1px solid #20bcd3 !important;
    border-left: 1px solid #1993A5 !important;
    border-right: 1px solid #1993A5 !important;
    border-bottom: 1px solid #1993A5 !important;;
    color: #fff !important;
    background-color: #1993A5 !important;
}

#vipConsole .nav-tabs .nav-link.bg-secondary{
  border-top: 1px solid #20bcd3 !important;
  border-left: 1px solid #20bcd3 !important;
    border-right: 1px solid #20bcd3 !important;
    border-bottom: 1px solid #20bcd3 !important;
    color: #20bcd3 !important;
    background-color: #fff !important;
}


.ui-autocomplete
{
  position:absolute;
  cursor:default;
  max-height: 300px;
  overflow-y: auto;   /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index:5000 !important;
}
.ui.corner-all{
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui-autocomplete-loading {
  background: white url("/ns_includes/images/2.gif") right center no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}

.bgColor{
  background-color: #576B7C;
}

.intBgColor{
  background-color: #fcfcfc;
}





.ui-widget-overlay{
  background-color: #ffffff !important;
  
  filter: "Alpha(Opacity=70)" !important;
  filter: blur(10px);
    opacity: 0.7 !important;
}

.tooltip-inner {
  max-width: 300px !important;
  height: auto;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #FFFFFF;
  color: rgb(0, 0, 0, 1);
  border: 0px;
  text-align: left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
      0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #FFFFFF !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #FFFFFF !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #FFFFFF !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #FFFFFF !important;
}



.printermsg {
  font-size: 11px;
  font-weight: normal;  
}

.hint{
    font-size: 11px;
    color:#767676;
    font-weight: bold;
}

.fa-question-circle {
  color: #20bcd3;
}

.big-checkbox {width: 15px; height: 15px;}

.paymentMethod{
  display: inline-block;
  height:100px;
  border: 1px solid #707070;
  background-color: #eeeeee;
}
.paymentOptions .nav-link{
  border: 1px solid #eee;
  margin:2px;
}
.paymentOptions .nav-pills .nav-link.active   {
   background-color: #ee3868;
   color: #fff;
}

html .paymentOptions  .nav:not(.nav-tabs) > .nav-item > .nav-link.active:not(.no-skin) {
    color: #ffffff;
}

.yellowAlert{
  color:#fc6d1b;
}

/**********************************
Overrides for CMS content on FAQ page
**********************************/
#faq h3{
  font-weight: 600 !important;
  line-height: 1 !important;
  font-size: 1.00rem !important;
  margin:0 !important;
}

#faq td{
  margin-bottom: 10px !important;
}

#faq .faqHeadings{
  padding-right: 10px !important;
  vertical-align: text-top !important;
}

#faqTable tr.question td {
   padding-top: 20px !important;
  margin-bottom: 10px !important;
}

#faqTable  p {
   padding: 0px !important;
   line-height: 20px;
 
}

.headerNotice{
  background: #fff; /*#fc6d1b*/
  min-height: 35px;
}

.headerNotice h2{
  color: #64276D;
}

.headerNoticeDetail.container.alwaysShow {
  color: #64276D !important;
  font-size:12px !important;
}

.vipMenu{
  background: #045785;

  min-height: 40px;
}
.vipMenu .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.vipMenu .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.dropdown-menu{
   background: #045785 !important;

}

.dropdown-item.active, .dropdown-item:active {
  
    background-color: #086aa1 !important;
    color: #ffffff !important;
}

.hideContent  > span:not(.fas) {
  color: #64276D !important;
  font-size:12px !important;
}
.hideContent  > p {
  color: #64276D !important;
  font-size:12px !important;
}
#collapseExample{
  font-weight: 1.01em !important;
}
div.alwaysShow.col-8.mt-1 a{
  text-decoration: none !important;
  color: #64276D !important;
}

.noticeHeading{
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600 !important;
  line-height: 2 !important;
  font-size: 2rem !important;
  margin-left:10px;
  letter-spacing: -0.5px;
  color: #fc6d1b; /*#4b2d91*/
}

a.collapse{
  color: #4b2d91;
}


.headerNotice a[aria-expanded=false] .fa-chevron-up {
   display: none;
}
.headerNotice a[aria-expanded=true]  .fa-chevron-down{
   display: none;
}
/*** Pause animation on expand of notification ***/
.headerNotice a[aria-expanded=true] .bell{
  animation: step-end;
}

.chevy {
  font-size: 20px;
  color: #fc6d1b !important; /*#64276D*/
  visibility: visible;
}

/******** BELL ANIMATION ****************/
.bell{
  font-size: 20px;
  -webkit-animation: ring 10s .5s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 10s .5s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 10s .5s ease-in-out infinite;
  transform-origin: 50% 4px;
  color: #fc6d1b ; /*#4b2d91*/
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/**************************************/

.bgBlue{
  background-color: #3481B3;
}

.nounderline {
  text-decoration: none !important;
}
.quoteHeader{
  font-weight: bold !important;
}




.items a[aria-expanded=true] .showMore {
   display: none;
}
.items a[aria-expanded=false]  .showLess{
   display: none;
}

.pickupDets a[aria-expanded=true] .showMore {
   display: none;
}
.pickupDets a[aria-expanded=false]  .showLess{
   display: none;
}

#postcodeTo {
    cursor: pointer;
}

#postcodeFrom {
    cursor: pointer;
}
#cities {
    cursor: pointer;
}
#countryTo {
    cursor: pointer;
}

.smallText{
   font-size: .8rem !important;
}




.dropdown-menu {
    font-size: inherit;
    padding: 5px;
    border: 0;
   /* box-shadow: 0 0 45px rgb(0 0 0 / 8%); */
    background: #53626f ;
    text-align: left;
    margin-top: 0px;
    z-index: 1040;
}

.dropdown-menu li a:not(.btn) {
    color: #efefef;
}



.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #53626f; 
}

.dropdown-item a:not(.dropdown-item):focus {
    color: #ffffff;
}


.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px !important; }
  .toggle.ios .toggle-handle { border-radius: 20px !important; }

  .slow .toggle-group { transition: left 0.7s !important; -webkit-transition: left 0.7s !important; }


  .table-striped tr {
    cursor: pointer !important;
}

.table-hover tbody tr:hover {
  
    background-color: rgba(32, 188, 211, 0.1);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  z-index:1500;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
  z-index:1500;
}


.raccordion a[aria-expanded=false] .fa-angle-up {
   display: none;
}
.raccordion a[aria-expanded=true]  .fa-angle-down{
   display: none;
}


.carousel-inner .carousel-item {
    margin-right: inherit !important;
    
}


.butSpinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
  /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .butSpinner {
  opacity: 1;
  max-width: 50px;
  /* More than it will ever come, notice that this affects on animation duration */
}



.loggedIn{
  color: #92c951;
}



.datepicker { 
    z-index: 1000 !important;
}


.dateRange .input-group > .input-group-prepend > .btn, 
.input-group > .input-group-prepend > .input-group-text, 
.input-group > .input-group-append:not(:last-child) > .btn, 
.input-group > .input-group-append:not(:last-child) > .input-group-text, 
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), 
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)
{
  padding: 0rem 0.75rem !important;
  border: 1px solid #ced4da !important;
}


.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; 
  border: 1px solid #ced4da !important;
}

.form-control-sm::placeholder {
  opacity: 0.6;
}





.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
 border: 0px !important;
 background: #efefef !important;
 color: #333333;
}


.btn {
    border-radius: 5px!important;
    line-height: 1.5;
}

.btn-action {
    color: #fff;
    background-color: #53a2cc!important;
    border-color: #53a2cc;
    box-shadow: 0 8px 15px rgba(0,0,0,.2)!important;
}
.btn-action:hover {
    color: #fff;
    background-color: #388dbb!important;
    border-color: #388dbb;
    box-shadow: 0 8px 15px rgba(0,0,0,.3)!important;
    transform: translateY(-3px);
}



.quoteStyle {
  background-color: #F7F7F7;
  padding: 10px;
}




#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 5000;
}

.loading {
  position: absolute;
  top: 50%;
  left: 45%;
  background: white url("/ns_includes/images/2.gif") right center no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  z-index: 12000;
}

.blur{

  filter: blur(2px);
  -webkit-filter: blur(2px);

}

.input-error {
    border: red 1px solid;
}




#pickupDateCalendar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
}


#pickupDateCalendar .ui-widget-content .ui-state-active a {
    color: #fff !important;
}


#pickupDateCalendar .ui-state-active {
  border: 1px solid #20bcd3 !important;
  background: #20bcd3 !important;
  color: #fff !important;
}


#ui-datepicker-div td a {
  color: #000 !important;
}

.my-row {
    height: 25vh;
}


/** VIP CONSOLE CHARTS **/
#monthlyChartdiv{
  height: 300px;
}
#expenditureChartDiv{
  height: 300px;
}

#courierStateChartDiv{
  height: 300px;
}

#courierChartDiv{
  height: 300px;
}

#yearChartdiv{
  height: 300px;
}
.ui-datepicker{
  z-index: 100000 !important;
}


.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #1B9EB1 !important;
    border-color: #1B9EB1 !important;
}

.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show>.btn-tertiary.dropdown-toggle {
    color: #fff !important;
    background-color: #d45c17 !important;
    border-color: #d45c17 !important;
}



.section-hero{
  height: 500px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.section-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 60%, black 100%);
}


.promotion-hero{
  height: 500px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 40%,  #1D1039 100%);
}


.promotionTextEbay {
  position: absolute;
  top:15%;
  
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 50px;
  
  line-height: 50px;
}



.promotionText {
  position: absolute;
  top:15%;
  left: 15%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 50px;
  
  line-height: 50px;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 25px;
  
  line-height: 30px;
}


.promo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

.promo ul {
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}



.promo ul li:before {
    content: '';
    position: absolute;
    display: block;
    background: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Canvas%22%20fill%3D%22none%22%3E%3Cg%20id%3D%22Path-2%22%3E%3Cpath%20d%3D%22M%200%204.17926L%203.74001%208L%2011.4286%200%22%20stroke-width%3D%222%22%20transform%3D%22%22%20stroke%3D%22%2367CDCC%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    left: -1.25rem;
    top: 0.8em;
    transform: translateY(-50%);
}



.heros img {
    margin-top: -5% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

.heroText {
  position: absolute;
  top:15%;
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 50px;
  
  line-height: 50px;
}





.dotContainer{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translate(-50%,0%);
  -ms-transform:translate(-50%,0%);
  z-index: 10000;
}
.w3-badge{
  background-color:#fff;
  color:#fff;
  display:inline-block;
  padding-left:8px;
  padding-right:8px;
  text-align:center;
  border-radius:50%;
  cursor:pointer;
  height:13px;
  width:13px;
  padding:0;
}


.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}

.serviceInfo{
   height: 3000px;
   border: 1px solid #ff00;
   display: block;
  }

.testimonials .card-body {
  min-height: 320px !important;
}
.promotestimonials .card-body {
  min-height: 480px !important;
}
.carousel-inner { padding: 0px !important; }

.font-tertiary {
font-family: "Barlow Semi Condensed", sans-serif !important;
font-weight: 500 !important;
font-size: .90rem !important; 
}



// Styling the default Slick dots

.testimonials ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}




.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  
  list-style-type: none !important;
}  
.slick-dots li {
  margin: 0 0.25rem;
}
  
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  
  border: none;
  border-radius: 100%;
  background-color: #ccc;
  
  text-indent: -9999px;
}
  
.slick-dots li.slick-active button {
  background-color: #4b2d91;
}


.timeline {
  border-left: 3px solid #20bcd3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 70%;
}


.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #20bcd3;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -190px;
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  font-size: 0.9em;
  min-width: 120px;
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #20bcd3;
  box-shadow: 0 0 0 3px #20bcd3;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;

}
.timeline:after {
  opacity: 0 !important;
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}


.circle-wrap{
  display:inline-block;
  width:450px;
  height:450px; 

}
.circle-content{
  margin-top: 4rem;
  font-size: 1.1rem;
  line-height: 2rem !important;
}


.circle-content h1{
    font-size: 1.1rem !important;
    line-height: 2rem !important;
  }

.circle-content p {
  font-size: 1.1rem !important;
  line-height: 2rem !important;
}

.circle {
  width:100%;
  height:100%;
  background-color: #009DAE;
  border-radius:50%;
  display:inline-block;
  text-align:center;
  color:white;
  vertical-align: middle;
}

.circleBorder {
  width:80%;
  height:80%;
  background-color: #009DAE;
  border-radius:50%;
  border: 5px solid white;
  display:inline-block;
  text-align:center;
  color:white;
  vertical-align: middle;
}

.circle-gradient {
     background-image: linear-gradient(to bottom, #fff 50%, #F4F4F4 0px);
  }

.white-grey {
     background-image: linear-gradient(to bottom, #fff 40%, #F4F4F4 0px);
  }

.primary-white {
     background-image: linear-gradient(to bottom, #44368f 50%, #f2f3f7 0px);
  }

.card-detail {
    font-size: 1rem;
    white-space: normal;
    color: #707070;
    height: 100%;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 3px 5px 0 rgb(0 0 0 / 10%);
    padding: 0;
    overflow: hidden;
    line-height: 1.3rem;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}

.card-detail ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

.card-detail ul {
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}



.card-detail ul li:before {
    content: '';
    position: absolute;
    display: block;
    background: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Canvas%22%20fill%3D%22none%22%3E%3Cg%20id%3D%22Path-2%22%3E%3Cpath%20d%3D%22M%200%204.17926L%203.74001%208L%2011.4286%200%22%20stroke-width%3D%222%22%20transform%3D%22%22%20stroke%3D%22%2367CDCC%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    left: -1.25rem;
    top: 0.8em;
    transform: translateY(-50%);
}

.card-detail-wrong ul li:before {
    content: '';
    position: absolute;
    display: block;
    background: url(/ns_includes/images/cross2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    left: -1.25rem;
    top: 0.8em;
    transform: translateY(-50%);
}

.card-detail .card-text{
  text-align: left !important;
}

.card-sml{
  min-height: 100px !important;
  vertical-align: middle;

}
#seamless .card-sml{
  min-height: 200px !important;
  vertical-align: middle;

}

.extras .card-sml{
  min-height: 400px !important;
  vertical-align: middle;

}

#cse .card-sml{
  min-height: 70px !important;
  vertical-align: middle;

}

#whyChoose .card-body{
  min-height: 280px !important;
}

#promotestimonials  ul.slick-dots {
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
    display: flex !important;
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}

#promotestimonials card-body{
  min-height: 300px !important;
}

#promotestimonials ul li:before {
    background: none !important;
  }

.center{
  padding: 0;
  margin: 0 auto;
  border: 1px solid #ff0000;
}

ul#noTransport li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

ul#noTransport {
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}

ul#noTransport li:before {
    content: '';
    position: absolute;
    display: block;
    background: url("/ns_includes/images/cross.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    height: 1rem;
    width: 1rem;
    left: -1.25rem;
    top: 0.6em;
    transform: translateY(-50%);
}

ul#eBay {
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}

ul#eBay li:before {
    content: '';
    position: absolute;
    display: block;
    background: url("/ns_includes/images/ebay-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    height: 1rem;
    width: 1rem;
    left: -1.25rem;
    top: 0.6em;
    transform: translateY(-50%);
}


.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: 15px;
  position: relative;
  z-index: 200;
}



.arrow {
  text-align: center;
  
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}



.eBayFloater { 
    position: absolute;
    top: 15%;
    left: 13%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 2.5rem;
    line-height: 3rem;
    width: 35%;
    background-color: #4b2d91;
}

.eBayFloaterText {
    
    font-size: 1.5rem;
    
  }




  

/******************************************************************************************************************************************************************/


/*****************************************/
/*********** MEDIA QUERIES ***************/
/*****************************************/

@media (min-width: 320px) { 

  .mpLogo{
    width:60%;
    margin-top: 10px;
  }


  .primary-white {
     background-image: linear-gradient(to bottom, #44368f 55%, #f2f3f7 0px);
  }

  .rowHeight{
    height:5rem;
  }

  h1, .h1{
     font-size: 1.6rem !important;
     line-height: 1.6rem !important;
  }
  h4, .h4{
     font-size: 1.3rem !important;
  }

  h3, .h3{
     font-size: 1.4rem !important;
  }
  .text-2 {
    font-size: .55rem !important;
  } 
  .btn-fs-3{
    font-size: .55rem !important;
  }

  .btn-3 {
    padding: 0.3rem 0.6rem !important; 
  }
  .noticeHeading{
    font-size: 0.7rem !important;
  }
  .bell{
    font-size: 0.7rem !important;
  }
  .chevy{
     font-size: 0.5rem !important;
    visibility: hidden;
  }
  .noticeHeading{
    font-size: 0.7rem !important;
  }
  .titleH{
    margin-top: 2px !important;
  }

  .imgSize{
    width: 100px;
    margin-top: 15px;
  }

  #monthlyChartdiv{
    height: 180px;
  }
  #expenditureChartDiv{
    height: 180px;
  }

  #courierStateChartDiv{
    height: 180px;
  }

  #courierChartDiv{
    height: 180px;
  }

  #yearChartdiv{
    height: 180px;
  }

  .section {
    position: relative;
    padding: 1.6153846154rem 0;
}

.heros{
    height: 100%;
    width: 100%;
    display: inline-block;
  }

  .section-hero{
    height: 200px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 55%, black 100%);

  }

.heroText {
    position: absolute;
    top: 21%;
    left:10%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 18px;
    
    line-height: 18px;
}


.promotion-hero{
  height: 200px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 40%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:21%;
  left: 15%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 18px;
  
  line-height: 18px;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 14px;
  
  line-height: 14px;
}

.testimonials .card-body {
    min-height: 540px !important;
}

  .circle-wrap{
    display:inline-block;
    width:270px;
    height:270px; 
    margin-bottom: 20px;
  }
  .circle-content{
    margin-top: 2.5rem;
    font-size: 0.9rem;
     line-height: 0.9rem !important;
  }
  
  .circle-content img.arrow{
    height: 30px !important;
  }
  .circle-content img.members{
    width: 50px !important;
  }
  #circles h1  {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
  }
  #circles .h1 {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
  }

  .circle-content p{
    font-size: 0.9rem !important;
    line-height: 0.9rem !important;
    margin-bottom: 1rem !important;
  }
  #brands img{
    max-width: 90px;
    margin-bottom: 15px;
  }

}


@media (min-width: 375px) {

    .primary-white {
     background-image: linear-gradient(to bottom, #44368f 57%, #f2f3f7 0px);
  }


  .mpLogo{
    width:60%;
    margin-top: 10px;
  }


 .rowHeight{
    height:5rem;
  }

  h1, .h1{
     font-size: 1.4rem !important;
     line-height: 1.4rem !important;
  }

   h3, .h3{
     font-size: 1.1rem !important;
     line-height: 1.1rem !important;
  }


  .text-2 {
    font-size: .60rem !important;
  } 
  .btn-fs-3{
   font-size: .60rem !important;
  }

  .btn-3 {
    padding: 0.3rem 1rem !important; 
  }

  .noticeHeading{
    font-size: 0.8rem !important;
  }
  .titleH{
    margin-top: 5px !important;
  }

  #monthlyChartdiv{
    height: 200px;
  }
  #expenditureChartDiv{
    height: 200px;
  }

  #courierStateChartDiv{
    height: 200px;
  }

  #courierChartDiv{
    height: 200px;
  }

  #yearChartdiv{
    height: 200px;
  }

   .heros img {
    margin-top: -5% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

  .heros{
    height: 100%;
    width: 100%;
    display: inline-block;
  }

  .section-hero{
    height: 230px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    justify-content: flex-start;
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 25%, black 100%);
  }

  .heroText {
    position: absolute;
    top: 20%;
    left:12%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
  }


.promotion-hero{
  height: 230px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 40%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:21%;
  left: 15%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 0.8rem;
  line-height: 0.8rem;
}

  .circle-content img.arrow{
    height: 35px !important;
  }
  .circle-content img.members{
    width: 50px !important;
  }

  .chevy {
    font-size: 0.5rem;
    color: #fc6d1b !important; /*#64276D*/
    visibility: hidden;
  }

  .testimonials .card-body {
    min-height: 395px !important;
  }

  #brands img{
    max-width: 90px;
    margin-bottom: 15px;
  }
}




@media (min-width: 425px) {

  .primary-white {
     background-image: linear-gradient(to bottom, #44368f 55%, #f2f3f7 0px);
  }


  .mpLogo{
    width:60%;
    margin-top: 10px;
  }


 .rowHeight{
    height:10rem;
  }

  h1, .h1{
     font-size: 1.55rem !important;
     line-height: 1.55rem !important;
  }

  h2, .h2{
     font-size: 1.3rem !important;
     line-height: 1.3rem !important;
  }

  h3, .h3{
     font-size: 1.2rem !important;
     line-height: 1.2rem !important;
  }

   h5, .h5{
     font-size:   1rem !important;
     line-height: 1rem !important;
  }


  .text-2 {
    font-size: .60rem !important;
  } 
  .btn-fs-3{
   font-size: .60rem !important;
  }

  .btn-3 {
    padding: 0.3rem 1rem !important; 
  }

  .noticeHeading{
    font-size: 0.8rem !important;
  }
  .titleH{
    margin-top: 5px !important;
  }

  #monthlyChartdiv{
    height: 200px;
  }
  #expenditureChartDiv{
    height: 200px;
  }

  #courierStateChartDiv{
    height: 200px;
  }

  #courierChartDiv{
    height: 200px;
  }

  #yearChartdiv{
    height: 200px;
  }

  .heros img {
    margin-top: -5% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

  .section-hero{
    height: 260px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 25%, black 100%);
  }

  .heroText {
    position: absolute;
    top: 22%;
    left:15%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    
    line-height: 1.5rem;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
  }


  .promotion-hero{
  height: 260px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 25%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:21%;
  left: 15%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 0.8rem;
  line-height: 0.8rem;
}

  .circle-content img.arrow{
    height: 35px !important;
  }
  .circle-content img.members{
    width: 60px !important;
  }

  .chevy {
    font-size: 0.8rem;
    color: #fc6d1b !important; /*#64276D*/
    visibility: hidden;
  }

  .testimonials .card-body {
    min-height: 310px !important;
  }

  #brands img{
    max-width: 90px;
    margin-bottom: 15px;
  }

}



@media (min-width: 768px) {

  .primary-white {
     background-image: linear-gradient(to bottom, #44368f 53%, #f2f3f7 0px);
  }

  .mpLogo{
    width:65%;
     margin-top: 3%;
  }


  .eBayFloater {
    position: absolute;
    top: 19%;
    left: 8%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    line-height: 1rem;
    width: 45%;
    background-color: #4b2d91;
  }

  .eBayFloaterText {
    
    font-size: .95rem;
    
  }


   .rowHeight{
    height:12rem;
  }

  h1, .h1{
     font-size: 2.5rem !important;
     line-height: 2.5rem !important;
  }

  h2, .h2{
     font-size: 2rem !important;
     line-height: 2rem !important;
  }

  h3, .h3{
     font-size: 1.5rem !important;
     line-height: 1.5rem !important;
  }

  h5, .h5{
     font-size: .9rem !important;
     line-height: .9rem !important;
  }



  .text-2 {
    font-size: .70rem !important;
  } 
  .btn-fs-3{
    font-size: .70rem !important;
  }

  .btn-3 {
    padding: 0.3rem 1rem !important; 
  }
  .noticeHeading{
    font-size: 0.8rem !important;
  }
  .titleH{
    margin-top: 5px !important;
  }

  .chevy {
    font-size: 1.02rem;
    color: #fc6d1b !important; /*#64276D*/
    visibility: visible;
  }

  .timeline {
    max-width: 98%;
    padding: 25px;
  }
   
  .timeline .event {
    padding-top: 30px;
  }

  .timeline .event:before {
    left: 0px;
    text-align: left;
  }

  .timeline .event:after {
    left: -31.8px;
  }

  #monthlyChartdiv{
    height: 300px;
  }
  #expenditureChartDiv{
    height: 300px;
  }

  #courierStateChartDiv{
    height: 300px;
  }

  #courierChartDiv{
    height: 300px;
  }

  #yearChartdiv{
    height: 300px;
  }

  .section-hero{
    height: 400px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 25%, black 100%);
  }

  .heros img {
    margin-top: -15% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

  .heroText {
    position: absolute;
    top:22%;
    left: 10%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 40px;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
    line-height: 40px;
  }


.promotion-hero{
  height: 400px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 25%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:15%;
  left: 7%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 3rem;
  line-height: 3rem;
  text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

  .serviceInfo{
    height: 10%;
  }

  .testimonials .card-body {
    min-height: 310px !important;
    padding:  0.8rem;
  }

  .circle-wrap{
    display:inline-block;
    width:300px;
    height:300px; 
    margin-bottom: 20px;
  }
  .circle-content{
    margin-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 0.9rem !important;
  }
  .circle-content img.arrow{
    height: 45px !important;
  }
  .circle-content img.members{
    width: 65px !important;
  }
  .circle-content h1{
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
  }


  #brands img{
    max-width: 90px;
  }

}

@media (min-width: 844px) {

  .mpLogo{
    width:65%;
     margin-top: 3%;
  }
  

  .rowHeight{
    height:18rem;
  }

   h1, .h1{
     font-size: 1.5rem !important;
     line-height: 1.5rem !important;
  }
  .text-2 {
    font-size: .70rem !important;
  } 
  .btn-fs-3{
    font-size: .70rem !important;
  }

  .btn-3 {
    padding: 0.3rem 1rem !important; 
  }
  .noticeHeading{
    font-size: 0.8rem !important;
  }
  .titleH{
    margin-top: 5px !important;
  }

  .chevy {
    font-size: 1.02rem;
    color: #fc6d1b !important; /*#64276D*/
    visibility: visible;
  }

  .timeline {
    max-width: 98%;
    padding: 25px;
  }
   
  .timeline .event {
    padding-top: 30px;
  }

  .timeline .event:before {
    left: 0px;
    text-align: left;
  }

  .timeline .event:after {
    left: -31.8px;
  }

  #monthlyChartdiv{
    height: 300px;
  }
  #expenditureChartDiv{
    height: 300px;
  }

  #courierStateChartDiv{
    height: 300px;
  }

  #courierChartDiv{
    height: 300px;
  }

  #yearChartdiv{
    height: 300px;
  }

  .section-hero{
    height: 360px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 25%, black 100%);
  }

  .heros img {
    margin-top: -5% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

  .heroText {
    position: absolute;
    top:15%;
    left: 10%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 40px;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
    line-height: 40px;
  }



.promotion-hero{
  height: 450px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 25%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:15%;
  left: 15%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 3rem;
  line-height: 3rem;
  text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
}


  .serviceInfo{
    height: 10%;
  }

  .testimonials .card-body {
    min-height: 310px !important;
    padding:  0.8rem;
  }

  .circle-wrap{
    display:inline-block;
    width:300px;
    height:300px; 
    margin-bottom: 20px;
  }
  .circle-content{
    margin-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 0.9rem !important;
  }
  .circle-content img.arrow{
    height: 45px !important;
  }
  .circle-content img.members{
    width: 65px !important;
  }
  .circle-content h1,{
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
  }


  #brands img{
    max-width: 90px;
  }

}



@media (min-width: 1024px) {

  .primary-white {
     background-image: linear-gradient(to bottom, #44368f 47%, #f2f3f7 0px);
  }

  .mpLogo{
    width:65%;
    margin-top: 3%;
  }
   h3, .h3{
     font-size: 1.9rem !important;
     line-height: 1.9rem !important;
  }

 h5, .h5{
     font-size:   1.1rem !important;
     line-height: 1.1rem !important;
  }

  .eBayFloater {
    position: absolute;
    top: 19%;
    left: 8%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 45%;
    background-color: #4b2d91;
  }

 .eBayFloaterText {
    
    font-size: 1rem;
    
  }


  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a:not(.active) {
    color: #777; } 

 .rowHeight{
    height:12rem;
  }

   h1, .h1{
     font-size: 1.75rem !important;
     line-height: 1.75rem !important;
  }

  #monthlyChartdiv{
    height: 300px;
  }
  #expenditureChartDiv{
    height: 300px;
  }

  #courierStateChartDiv{
    height: 300px;
  }

  #courierChartDiv{
    height: 300px;
  }

  #yearChartdiv{
    height: 300px;
  }

   .heros img {
    margin-top: -3% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }
  .section-hero{
    height: 480px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 60%, black 100%);
  }



  .heroText {
    position: absolute;
    top: 13%;
    left:8%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 3.7rem; 
    line-height: 3.7rem;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
  }



.promotion-hero{
  height: 480px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 25%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:15%;
  left: 6%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 3.7rem;
  line-height: 3.7rem;
  text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

  .testimonials .card-body {
    min-height: 280px !important;
  }
  .circle-wrap{
    display:inline-block;
    width:400px;
    height:400px; 
    margin-bottom: 20px;
  }
  .circle-content{
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.2rem !important;
  }
   .circle-content img.arrow{
    height: 55px !important;
  }
  .circle-content img.members{
    width: 95px !important;
  }
  .circle-content h1{
    font-size: 2.4rem !important;
    line-height: 2.4rem !important;
  }

  .circle-content p{
    font-size: 2rem !important;
    line-height: 2rem !important;
  }


 

}

@media (min-width: 1440px) {

.primary-white {
     background-image: linear-gradient(to bottom, #44368f 50%, #f2f3f7 0px);
  }

  .eBayFloater {
    position: absolute;
    top: 10%;
    left: 13%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 45%;
    background-color: #4b2d91;
  }

 .eBayFloaterText {
    
    font-size: 1rem;
    
  }


  .rowHeight{
    height:15rem;
  }

  h1, .h1{
     font-size: 2.53rem !important;
     line-height: 2.53rem !important;
  }

h5, .h5{
     font-size:   1.5rem !important;
     line-height: 1.5rem !important;
  }


  .text-2 {
    font-size: .90rem !important;
  } 
  .titleH{
    margin-top: 4px !important;
  }
   .noticeHeading{
    font-size: 1.02rem !important;

  }
  .bell{
    font-size: 1.02rem !important;
  }
  .chevy{
    font-size:1.02rem !important;
    visibility: visible;
  }

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto !important;
    line-height: 1 !important;
    padding: .5rem .3rem !important;
  }

  #monthlyChartdiv{
    height: 300px;
  }
  #expenditureChartDiv{
    height: 300px;
  }

  #courierStateChartDiv{
    height: 300px;
  }

  #courierChartDiv{
    height: 300px;
  }

  #yearChartdiv{
    height: 300px;
  }

  .heros img {
    margin-top: -10% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }


  .section-hero{
    height: 650px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 25%, black 100%);
  }

  .heroText {
    position: absolute;
    top: 14%;
    left:13%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
  }


.promotion-hero{
  height: 600px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 25%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:12%;
  left: 13%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 4.5rem;
  line-height: 4.5rem;
  text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: 500;
  color: white;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

  .serviceInfo{
    height: 10%;
  }

  .testimonials .card-body {
    min-height: 240px !important;
  }

  .circle-wrap{
    display:inline-block;
    width:400px;
    height:400px; 
    margin-bottom: 20px;
  }
  .circle-content{
    margin-top: 2.5rem !important;
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
  }
  .circle-content img.arrow{
    height: 55px !important;
  }
  .circle-content img.members{
    width: 75px !important;
  }
  #circles h1  {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  #circles .h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }

  .circle-content p {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  .eBayFloater {
    position: absolute;
    top: 25%;
    left: 13%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 2.5rem;
    line-height: 3rem;
    width: 35%;
    background-color: #4b2d91;
  }

  .eBayFloaterText {
    
    font-size: 1.5rem;
    
  }


}


@media (min-width: 2560px) {

   .eBayFloater {
    position: absolute;
    top: 22%;
    left: 13%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 45%;
    background-color: #4b2d91;
  }

 .eBayFloaterText {
    
    font-size: 1rem;
    
  }


   h1, .h1{
     font-size: 3.53rem !important;
     line-height: 3.53rem !important;
  }


  .rowHeight{
    height:22rem;
  }
  .text-2 {
    font-size: .90rem !important;
  } 
  .titleH{
    margin-top: 4px !important;
  }
   .noticeHeading{
    font-size: 1.02rem !important;

  }
  .bell{
    font-size: 1.02rem !important;
  }
  .chevy{
    font-size:1.02rem !important;
    visibility: visible;
  }

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto !important;
    line-height: 1 !important;
    padding: .5rem .3rem !important;
  }

  #monthlyChartdiv{
    height: 300px;
  }
  #expenditureChartDiv{
    height: 300px;
  }

  #courierStateChartDiv{
    height: 300px;
  }

  #courierChartDiv{
    height: 300px;
  }

  #yearChartdiv{
    height: 300px;
  }

.heros img {
    margin-top: -15% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

  .section-hero{
    height: 990px !important;
    overflow: hidden;
    position: relative;
    display: inline-block;
    
    color: white;
  }

  .section-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 25%, black 100%);
  }

  .heros img {
    margin-top: -5% !important;
    max-width:100% !important;
    max-height:100% !important;
    height: auto;
    object-fit: cover;
  }

  .heroText {
    position: absolute;
    top: 13%;
    left:20%;
    z-index: 1050;
    font-weight: bold;
    color: white;
    font-size: 7rem;
    line-height: 7rem;
    text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
  }


.promotion-hero{
  height: 990px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  
  color: white;
}

.promotion-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 25%,  #1D1039 100%);
}

.promotionText {
  position: absolute;
  top:15%;
  left: 15%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 7rem;
  line-height: 7rem;
  text-shadow : 1px 1px 10px #000, 1px 1px 10px #ccc;
}

.promotionSubText {
  /*position: absolute;
  top:15%;*/
  left: 3%;
  z-index: 1050;
  font-weight: bold;
  color: white;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

  .serviceInfo{
    height: 10%;
  }

  .testimonials .card-body {
    min-height: 240px !important;
  }

  .circle-wrap{
    display:inline-block;
    width:400px;
    height:400px; 
    margin-bottom: 20px;
  }
  .circle-content{
    margin-top: 2.5rem !important;
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
  }
  .circle-content img.arrow{
    height: 55px !important;
  }
  .circle-content img.members{
    width: 75px !important;
  }
  #circles h1  {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  #circles .h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }

  .circle-content p {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }


}

