section#my-collections-section {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  padding-top: 50px;
  line-height: 24px;
}

section#my-collections-section img {
  float: right;
  display: block;
  max-width: 90%;
}

section#my-collections-section img.normal-img {
  float: none;
  margin: 0 auto 80px;
}

section#my-collections-section h2 {
  color: #474747;
  font-size: 45px;
  font-weight: 300;
  margin: 30px 0 25px;
}

.tracking-number-section {
  padding: 25px;
  margin-top: 25px;
  background: #f5f4f4;
}

.tracking-number-section label {
  font-weight: 400;
  line-height: 16px;
  padding-left: 8px !important;
}

.tracking-number-section .element-input {
  padding: 0 8px;
  font-size: 14px;
}

.tracking-number-section .submit-btn {
  color: #FFF;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 30px 5px 50px;
  background: #fe4141 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/search-icon.png") left 10px center no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.collec-nav-item {
  display: none;
}

.collec-nav-item.active {
  display: block;
}

section#collection-form-section {
  color: #666;
  display: none;
  font-size: 18px;
  padding-bottom:30px;
  /*padding: 30px 0;*/
  font-weight: 400;
  line-height: 24px;
  position: relative;
  border-top: 3px solid #e5e5e5;
}

section#collection-form-section.show {
  display: block;
}

section#collection-form-section .ind {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 7px);
  border-top: 14px solid #e5e5e5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

section#collection-form-section .form-head {
  padding: 15px;
}

section#collection-form-section .form-head > h3 {
  color: #FFF;
  font-size: 31px;
  font-weight: 300;
  margin: 5px 0 10px;
  text-transform: uppercase;
}

section#collection-form-section .collec-navs {
  padding: 15px;
}

section#collection-form-section .collec-navs .break-xsm {
  padding-left: 5px;
  padding-right: 4px;
}

section#collection-form-section .collec-navs .collec-navi {
  color: #666;
  height: 48px;
  display: block;
  font-size: 13px;
  background: #FFF;
  font-weight: 600;
  line-height: 16px;
  padding: 13px 10px;
  position: relative;
  text-align: center;
  border: 3px solid #A1C7E3;
  text-transform: uppercase;
}

section#collection-form-section .collec-navs .collec-navi.big-text {
  padding: 5px 10px;
}

section#collection-form-section .collec-navs .collec-navi:hover,
section#collection-form-section .collec-navs .collec-navi:active {
  background: #fcfcfc;
  border-color: #1F7DBB;
}

section#collection-form-section .collec-navs .collec-navi:before,
section#collection-form-section .collec-navs .collec-navi:after {
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

section#collection-form-section .collec-navs .collec-navi:before {
  left: 15px;
}

section#collection-form-section .collec-navs .collec-navi:after {
  right: 7px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/collec-navi-arrow.png");
  background-size: auto;
}

section#collection-form-section .collec-navs .collec-navi.collec-navi-cal:before {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/cal-icon.png");
}

section#collection-form-section .collec-navs .collec-navi.collec-navi-clock:before {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/clock-icon.png");
}

section#collection-form-section .collec-navs .collec-navi.collec-navi-marker:before {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/marker-icon.png");
}

section#collection-form-section .collec-navs .collec-navi.active {
  color: #FFF;
  font-weight: 800;
  background: #1F7DBB;
  border-color: #1a6a9e;
}

section#collection-form-section .collec-navs .collec-navi.active:after {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/collec-navi-arrow-active.png");
}

section#collection-form-section .collec-navs .collec-navi.active.collec-navi-cal:before {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/cal-icon-active.png");
}

section#collection-form-section .collec-navs .collec-navi.active.collec-navi-clock:before {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/clock-icon-active.png");
}

section#collection-form-section .collec-navs .collec-navi.active.collec-navi-marker:before {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/marker-icon-active.png");
}

section#collection-form-section .box-msg {
  color: #3E8EC4;
  font-size: 16px;
  font-family: inherit;
}

section#collection-form-section .form {
  padding: 3px;
  margin-top: 40px;
  background: #207dbb;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
}

section#collection-form-section .form .form-wrapper {
  padding: 10px;
  overflow: hidden;
  background: #FFF;
  min-height: 350px;
  position: relative;
  border-radius: 0 0 6px 6px;
}

section#collection-form-section .form .form-wrapper > p {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
}

section#collection-form-section .form .form-wrapper > p a {
  color: #4492c6;
}

section#collection-form-section.auto-height .form .form-wrapper {
  min-height: 1px;
}

section#collection-form-section .form .form-wrapper .main-form {
  margin: auto;
  padding: 25px;
  color: #8c8e8c;
  font-size: 16px;
}

section#collection-form-section .form .form-wrapper .main-form .small-form {
  width: 60%;
  padding: 25px;
  margin: 50px auto 0;
  background: #f5f4f4;
}

section#collection-form-section .form .form-wrapper .main-form label {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 34px;
}

section#collection-form-section .form .form-wrapper .main-form .small-form label {
  width: 30%;
  float: left;
}

section#collection-form-section .form .form-wrapper .main-form .small-form .input-group {
  width: 70%;
  float: left;
}

section#collection-form-section .form .form-wrapper .main-form .submit-btn {
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 30px 5px 50px;
  background: #fe4141 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/search-icon.png") left 10px center no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

section#collection-form-section .form .form-wrapper .main-form .submit-btn.arrow-only-btn {
  font-size: 14px;
  margin-top: 22px;
  font-weight: 600;
  text-transform: none;
  padding: 7px 40px 7px 20px;
  background: #fe4141 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/submit-btn-arrow.png") right 10px center no-repeat;
  background-size: 16px auto;
}

section#collection-form-section .form .form-wrapper .main-form .submit-btn:hover,
section#collection-form-section .form .form-wrapper .main-form .submit-btn:active {
  background-color: #d73737;
}

section#collection-form-section .form a.element-input {
  width: 100% !important;
  display: block !important;
}

section#collection-form-section .form a.element-input .selectBox-label {
  padding: 0;
  width: 90% !important;
}

section#collection-form-section .form .form-wrapper .main-form .wide-form {
  color: #8c8e8c;
  font-size: 14px;
}

section#collection-form-section .form .form-wrapper .main-form .wide-form p {
  margin-bottom: 20px;
}

section#collection-form-section .form .form-wrapper .main-form .wide-form label {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

section#collection-form-section .form .form-wrapper .main-form .info-list {
  font-size: 14px;
  line-height: 30px;
}

section#collection-form-section .form .form-wrapper .main-form .info-list label {
  line-height: 30px;
}

section#collection-form-section .form .form-wrapper .main-form .info-list strong {
  display: block;
  text-align: right;
}

section#collection-form-section .form .form-wrapper .main-form .info-list > div {
  margin-bottom: 5px;
}

section#collection-form-section .form .form-wrapper .main-form .step {
  display: none;
}

section#collection-form-section .form .form-wrapper .main-form .step.active {
  display: block;
}

section#collection-form-section .form .form-wrapper .order-process-section {
  color: #8c8e8c;
  font-size: 16px;
}

section#collection-form-section .form .form-wrapper .order-process-section h2 {
  color: #3c8bc0;
  font-size: 30px;
  font-weight: 600;
}

section#collection-form-section .form .form-wrapper .order-process-section p {
  font-size: 15px;
  font-weight: 400;
}

section#collection-form-section .form .form-wrapper .order-process-section .search-form {
  margin-bottom: 20px;
}

section#collection-form-section .form .form-wrapper .order-process-section .search-form label {
  line-height: inherit;
}

section#collection-form-section .form .form-wrapper .order-process-section .search-form .blue-btn {
  color: #FFF;
  border: none;
  display: block;
  min-width: 170px;
  font-weight: 600;
  padding: 7px 12px;
  text-align: center;
  background: #3c8bc0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

section#collection-form-section .form .form-wrapper .order-process-section #map_wrapper {
  border: 1px solid #cccccc;
}

section#collection-form-section .form .form-wrapper .order-process-section #map_wrapper #map_canvas {
  width: 100%;
  height: 550px;
}

section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly {
  bottom: 1px;
  width: 97.1%;
  z-index: 500;
  padding: 25px 13px;
  position: absolute;
  border-top: 1px solid #cccccc;
  background: rgba(255, 255, 255, 0.85);
}

section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 {
  float: left;
  width: 31.7%;
  color: #8c8e8c;
  font-size: 13px;
  text-align: left;
  line-height: 18px;
  margin-right: 10px;
  display: inline-block;
}

section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .map-oic {
  width: 50px;
  float: left;
  margin: 5px;
  height: 45px;
}

section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly strong {
  font-weight: 600;
}

section#tracking-cancel-section {
  padding: 0 0 100px;
}

section#collection-form-section .form .form-wrapper section#tracking-cancel-section {
  margin: 40px -25px 10px;
}

section#tracking-cancel-section .inner-wrapper {
  color: #FFF;
  padding: 20px;
  font-size: 15px;
  line-height: 33px;
  background: #207dbb;
}

section#collection-form-section .form .form-wrapper section#tracking-cancel-section .inner-wrapper {
  color: #444;
  background: #f5f4f4;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

section#tracking-cancel-section .inner-wrapper .break-xsm {
  padding-right: 0;
}

section#tracking-cancel-section .inner-wrapper .break-xsm:last-child {
  padding-right: 15px;
}

section#tracking-cancel-section .inner-wrapper label {
  font-weight: 400;
  line-height: 16px;
  padding-left: 8px !important;
}

section#tracking-cancel-section .inner-wrapper .element-input {
  padding-left: 8px !important;
}

section#tracking-cancel-section .inner-wrapper a.element-input {
  width: 100% !important;
  display: block !important;
}

section#tracking-cancel-section .inner-wrapper a.element-input .selectBox-label {
  padding: 0;
  width: 90% !important;
}

section#tracking-cancel-section .inner-wrapper .submit-btn {
  top: -1px;
  color: #FFF;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 14px;
  margin-top: 22px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: none;
  border: 2px solid #FFF;
  padding: 7px 25px 7px 10px;
  background: #fe4141 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/submit-btn-arrow.png") right 10px center no-repeat;
  background-size: 16px auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

section#tracking-cancel-section .inner-wrapper .submit-btn:hover,
section#tracking-cancel-section .inner-wrapper .submit-btn:active {
  background-color: #d73737;
}

@media (max-width: 1200px) {
  .break-mdl {
    left: 0;
    width: 100%;
  }
  .hidden-mdl {
    display: none !important;
  }
  .visible-mdl {
    display: block !important;
  }
  .visible-mdl-inline {
    display: inline !important;
  }
}

@media (max-width: 1199px) {
  .break-mdl2 {
    width: 100%;
  }
  .hidden-mdl2 {
    display: none !important;
  }
  .visible-mdl2 {
    display: block !important;
  }
  .visible-mdl-inline2 {
    display: inline !important;
  }
  section#collection-form-section .collec-navs .collec-navi {
    font-size: 11px;
  }
  section#collection-form-section .collec-navs .collec-navi:before {
    left: 8px;
  }
  section#collection-form-section .collec-navs .collec-navi:after {
    right: 0;
  }
  section#tracking-cancel-section .inner-wrapper {
    font-size: 13px;
  }
  section#tracking-cancel-section .inner-wrapper .submit-btn {
    font-size: 13px;
    padding: 6px 25px 6px 10px;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly {
    width: 96.4%;
  }
}

@media (max-width: 991px) {
  .break-xsm {
    left: 0;
    width: 100%;
  }
  .hidden-xsm {
    display: none !important;
  }
  .visible-xsm {
    display: block !important;
  }
  .visible-xsm-inline {
    display: inline !important;
  }
  section#collection-form-section .collec-navs .break-xsm {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#collection-form-section .collec-navs .collec-navi {
    padding: 13px 10px !important;
  }
  section#collection-form-section .collec-navs .collec-navi br {
    display: none;
  }
  section#my-collections-section {
    padding: 50px 0;
  }
  section#my-collections-section h2 {
    margin-top: 20px;
  }
  section#collection-form-section .collec-navs .collec-navi {
    margin: 5px 0;
    font-size: 14px;
  }
  section#collection-form-section .collec-navs .collec-navi:before {
    left: 15px;
  }
  section#collection-form-section .collec-navs .collec-navi:after {
    right: 7px;
  }
  section#collection-form-section form .form-wrapper {
    min-height: initial;
  }
  section#collection-form-section form .form-wrapper .main-form .small-form {
    width: 100%;
    margin: 40px 0;
  }
  section#collection-form-section form .form-wrapper .main-form .small-form label,
  section#collection-form-section form .form-wrapper .main-form .small-form .input-group {
    float: none;
    clear: both;
    width: 100%;
  }
  section#collection-form-section .form .form-wrapper .main-form .info-list strong {
    text-align: left;
  }
  section#collection-form-section .form .form-wrapper .main-form .wide-form label {
    margin-bottom: 20px;
  }
  section#tracking-cancel-section .inner-wrapper .break-xsm {
    padding: 15px;
  }
  section#tracking-cancel-section .inner-wrapper .break-xsm:last-child {
    padding-bottom: 0;
  }
  section#tracking-cancel-section .inner-wrapper .submit-btn {
    top: 0;
    padding: 6px;
    font-size: 16px;
    background-position: right 10px center;
  }
  section#collection-form-section .form-head > h3 {
    font-size: 26px;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly {
    width: 100%;
    padding: 15px;
    position: static;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 {
    width: 100%;
    float: none;
    clear: both;
    margin: 15px 0;
    display: block;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .map-oic {
    margin-top: 0;
    padding-top: 0;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .txt-map,
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .map-otxt {
    display: block;
    padding-top: 4px;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .txt-map strong,
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .map-otxt strong {
    display: block;
  }
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .txt-map br,
  section#collection-form-section .form .form-wrapper .order-process-section .gmap-overly .boxes2 .map-otxt br {
    display: none;
  }
  section#collection-form-section .form .form-wrapper .main-form .small-form {
    width: 100%;
  }
  section#collection-form-section .form .form-wrapper .main-form .small-form label {
    float: none;
    width: 100%;
    display: block;
  }
  section#collection-form-section .form .form-wrapper .main-form .small-form .input-group,
  section#collection-form-section .form .form-wrapper .main-form .small-form .input-group .form-control {
    width: 100%;
    float: none;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
  section#collection-form-section .form .form-wrapper .main-form .small-form .input-group .input-group-btn {
    width: 100%;
    display: block;
  }
  section#collection-form-section .form .form-wrapper .main-form .submit-btn {
    width: 100%;
    float: none;
    display: block;
  }
  section#collection-form-section .form .form-wrapper .main-form .submit-btn.arrow-only-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  section#tracking-cancel-section .inner-wrapper .break-xsm {
    padding: 5px 15px;
  }
  section#tracking-cancel-section .inner-wrapper label,
  section#tracking-cancel-section .inner-wrapper .form-control {
    width: 100%;
    display: block;
  }
  section#tracking-cancel-section .inner-wrapper .submit-btn {
    margin-top: 15px;
  }
  .tracking-number-section label {
    padding-bottom: 3px;
  }
  .tracking-number-section label,
  .tracking-number-section .input-group {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 500px) {
  section#collection-form-section .form-head > h3 {
    font-size: 1.4rem;
  }
  section#collection-form-section .collec-navs .collec-navi {
    height: auto;
    min-height: 48px;
    font-size: .8rem;
  }
  section#collection-form-section .collec-navs .collec-navi:before {
    display: none;
  }
  .tracking-number-section .input-group-btn {
    margin-top: 10px;
  }
  .tracking-number-section .input-group-btn,
  .tracking-number-section .input-group-btn .submit-btn {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 450px) {
  section#collection-form-section .form-head > h3 {
    font-size: 1.2rem;
  }
  section#collection-form-section .collec-navs .collec-navi {
    font-size: .7rem;
  }
  section#collection-form-section .collec-navs .collec-navi:after {
    display: none;
  }
}

.collection-inner-wrap {
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .collection-inner-wrap {
    width: 800px;
  }
}

@media only screen and (min-width: 1099px) {
  .collection-inner-wrap {
    width: 900px;
  }
}

.collection-form {
  text-align: left;
}

.collection-form .form-group {
  margin-bottom: 0;
}

.collection-form .form-group .form-control {
  height: 56px;
  font-size: 16px;
  border-radius: 0;
}

.collection-form .form-group .form-control::-webkit-input-placeholder {
  color: #666;
}

.collection-form .form-group .form-control::-moz-placeholder {
  color: #666;
}

.collection-form .form-group .form-control:-moz-placeholder {
  color: #666;
}

.collection-form .form-group .form-control::placeholder {
  color: #666;
}

.collection-form .submit-btn {
  color: #fff;
  height: 56px;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  border-radius: 30px;
  background: #fa4141;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.collection-form .submit-btn:hover,
.collection-form .submit-btn:focus,
.collection-form .submit-btn:active {
  outline: none;
  box-shadow: none;
  background: #d8393b;
}

@media only screen and (max-width: 991px) {
  .collection-form .form-group {
    margin-bottom: 20px;
  }
}

.collections-banner {
  color: #fff;
  padding: 45px 0;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #5ba8ee 0%, #5ba8ee 0%, #5f92d7 100%, #5f92d7 100%);
  background: -moz-linear-gradient(90deg, #5ba8ee 0%, #5ba8ee 0%, #5f92d7 100%, #5f92d7 100%);
  background: linear-gradient(90deg, #5ba8ee 0%, #5ba8ee 0%, #5f92d7 100%, #5f92d7 100%);
}

.collections-banner h2 {
  color: inherit;
  font-size: 48px;
  margin: 0 0 15px;
}

.collections-banner p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.collections-banner .collection-form {
  padding: 30px;
  margin-top: 35px;
  border-radius: 10px;
  background: rgba(53, 139, 206, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slide-ui {
  padding: 0 20px;
  margin: 50px 0 0;
  position: relative;
}

.slide-ui .slide-title {
  /*margin: 0 0 30px;*/
  font-weight: 600;
}
.slide-ui-page .scheduledate-time {
    padding-bottom:20px;
}

.slide-ui .slide-desc {
  margin: 0;
  color: #666;
}

.slide-ui .slide-title + .slide-desc {
  padding: 0 20px;
  /*margin-top: -20px;*/
  margin-bottom: 30px;
}

.slide-ui .slide-title + .slide-desc.fit-in {
  padding: 0;
}

.slide-ui .slide-contents {
  padding: 0 20px 20px;
}

.slide-ui .slide-contents.fit-in {
  padding: 0 0 20px;
}

.slide-ui .slide-ui-list {
  margin: 0;
  padding: 0;
  list-style: none inside;
  border-top: 1px solid #d2d2d2;
}

.slide-ui .slide-ui-list > li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #d2d2d2;
}

.slide-ui .slide-ui-list > li a {
  color: inherit;
}

.slide-ui .slide-ui-list > li > a {
  padding: 18px;
  display: block;
  position: relative;
  background: transparent;
}

.slide-ui .slide-ui-list > li > a::after {
  right: 5px;
  font-size: 35px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
}

.slide-ui .slide-ui-list > li > a:hover,
.slide-ui .slide-ui-list > li > a:focus,
.slide-ui .slide-ui-list > li > a:active,
.slide-ui .slide-ui-list > li > a.active {
  background: #f2f2f2;
}

.slide-ui .slide-ui-nav {
    margin-top: 10px;
    padding-top: 15px;
}

.travelback{
    border-top: 1px solid #efefef;
}
.slide-ui .slide-ui-nav a {
  color: #169BD5;
  font-weight: 600;
  text-transform: uppercase;
}

.slide-ui .slide-ui-nav a .icon {
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.slide-ui .slide-ui-pager {
  overflow: hidden;
  position: relative;
}

.slide-ui .slide-ui-pager .slide-ui-page {
  display: none;
  position: relative;
  line-height: 1.4em;
  background: #fff;
}

.slide-ui .slide-ui-pager .slide-ui-page.as-overlay {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.slide-ui .slide-ui-pager .slide-ui-page .form-group > label {
  color: #333;
  font-size: 14px;
}

.slide-ui .slide-ui-pager .slide-ui-page .form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.slide-ui .slide-ui-pager .slide-ui-page input.form-control {
  height: 44px;
}

.slide-ui .slide-ui-pager .slide-ui-page .form-control:hover,
.slide-ui .slide-ui-pager .slide-ui-page .form-control:focus,
.slide-ui .slide-ui-pager .slide-ui-page .form-control:active {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

.slide-ui .slide-ui-pager .slide-ui-page .input-group .input-group-addon {
  color: #666;
  font-size: 18px;
  border-radius: 0;
  background: transparent;
}

.slide-ui .slide-ui-pager .slide-ui-page .input-group.has-dpicker .form-control {
  border-right: none;
}

.slide-ui .slide-ui-pager .slide-ui-page .input-group.has-dpicker .input-group-addon {
  cursor: pointer;
}

.slide-ui .slide-ui-pager .slide-ui-page .btn-action, .rebook-popup-sec .btn-action {
  color: #fff;
  outline: none;
  font-size: 13px;
  box-shadow: none;
  margin-top: 20px;
  border-radius: 0;
  padding: 13px 30px;
  background: #169bd5;
  text-transform: uppercase;
  transition: all .3s ease;
}

    .slide-ui .slide-ui-pager .slide-ui-page .btn-action.btn-cancellation {
        background-color: #fff !important;
        color: rgb(127, 127, 127);
        font-family: Roboto-Medium, "Roboto Medium", Roboto, sans-serif;
        border-color: rgb(127, 127, 127);
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
    }

        .slide-ui .slide-ui-pager .slide-ui-page .btn-action.btn-cancellation:hover {
            background-color: #fff !important;
        }
    .slide-ui .slide-ui-pager .slide-ui-page .btn-action.btnDropOff-cancellation {
        background-color: #43C59E !important;
        font-family: Roboto-Medium, "Roboto Medium", Roboto, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        border-radius:120px;
        min-width:270px;
    }
        .slide-ui .slide-ui-pager .slide-ui-page .btn-action.btnDropOff-cancellation:hover {
            text-decoration: underline;
        }
    .slide-ui .slide-ui-pager .slide-ui-page .btn-action.btn-booking-shipment-cancellation {
        border-color: #43C59E !important;
        background-color: #fff !important;
        font-family: Roboto-Medium, "Roboto Medium", Roboto, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        color: rgb(41, 198, 151);
        border-radius: 120px;
        min-width: 270px;
    }
        .slide-ui .slide-ui-pager .slide-ui-page .btn-action.btn-booking-shipment-cancellation:hover {
            background-color: #43C59E !important;
            color: #fff;
            text-decoration: underline;
        }
.slide-ui .slide-ui-pager .slide-ui-page .btn-action.mtop {
  padding: 11px 20px;
}

.slide-ui .slide-ui-pager .slide-ui-page .btn-action.no-margin {
  margin-top: 0 !important;
}

.slide-ui .slide-ui-pager .slide-ui-page .btn-action:hover,
.slide-ui .slide-ui-pager .slide-ui-page .btn-action:focus,
.slide-ui .slide-ui-pager .slide-ui-page .btn-action:active,
.rebook-popup-sec .btn-action:hover,
.rebook-popup-sec .btn-action:focus,
.rebook-popup-sec .btn-action:active
 {
  outline: none;
  box-shadow: none;
  background: #1186b9;
}

.slide-ui .slide-ui-pager .slide-ui-page .support-links {
  margin-top: 30px;
}

.slide-ui .slide-ui-pager .slide-ui-page .support-links > span {
  color: #666;
  font-weight: 600;
}

.slide-ui .slide-ui-pager .slide-ui-page .support-links ul {
  padding: 0;
  color: #169BD5;
  margin: 4px 0 0;
  list-style: none inside;
}

.slide-ui .slide-ui-pager .slide-ui-page .support-links ul li {
  display: block;
  padding: 6px 0;
}

.slide-ui .slide-ui-pager .slide-ui-page .support-links ul li a {
  color: inherit;
  display: inline-block;
}

.slide-ui .slide-ui-pager .slide-ui-page p a {
  color: #169BD5;
}

@media only screen and (max-width: 991px) {
  .slide-ui {
    padding: 0;
  }
}

@media only screen and (max-width: 792px) {
    .slide-ui {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 540px) {
    .dropoff-locations-ui .nav-tabs li a {
        padding: 10px;
        font-size: 15px;
        max-width: 160px;
        text-align: center;
    }
    .dropoff-locations-ui .nav-tabs.charge-may-apply li:first-child a {
        max-width:95px;
    }
}
@media only screen and (max-width: 499px) {
    .drop-off-location-header {
        margin: 0;
    }
    .drop-off-location-header span {
        display: block!important;
        text-align: center;
        float: none!important;
        padding: 3px;
    }
    .dropoff-locations {
        border:1px solid #ccc!important;
        padding:10px!important;
    }
    .dropoff-locations li {
        padding:10px!important;
        margin-bottom: 10px!important;
    }
    .drop-off-confirm-btn-select {
        margin-left: 40px;
    }
    .dropoff-locations li.more-drp-link {
        border-bottom: none;
        margin-bottom: 0!important;
    }
    .drp-list-view-section .last-drp-child {
        border-bottom: none;
    }
}

.collection-ui {
  color: #333;
  /*padding: 35px 0;*/
  font-size: 16px;
  background: #fff;
}

.dropoff-locations-ui {
  margin: 30px 0 0;
}

.dropoff-locations-ui h4 {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
}

.dropoff-locations-ui .nav-tabs {
  padding: 8px 12px 0;
  border-bottom: none;
  background: #f2f2f2;
}

.dropoff-locations-ui .nav-tabs li a,
.dropoff-locations-ui .nav-tabs li a:active,
.dropoff-locations-ui .nav-tabs li a:hover,
.dropoff-locations-ui .nav-tabs li a:focus {
  outline: none;
  color: #169BD5;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: transparent;
  transition: all .3s ease;
}

.dropoff-locations-ui .nav-tabs li.active a {
  color: #333;
  background: #fff;
  border-bottom: none;
}

.dropoff-locations-ui .tab-pane {
  padding: 30px 0 15px;
}

.dropoff-locations-ui .rebook-collections-ui {
  margin-top: 0;
}

.dropoff-locations-ui input.form-control {
  height: 44px;
}

.toggle-link {
  color: #169BD5 !important;
}

.toggle-link .icon {
  display: inline-block;
  vertical-align: middle;
}

.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.dropoff-locations {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

.dropoff-locations li {
  display: block;
  padding: 20px 20px 13px;
  border: 1px solid #ccc;
}

.dropoff-locations.no-wrap li {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.dropoff-locations.no-wrap li + li {
  border-top: 1px solid #efefef;
}

.dropoff-locations li .dropoff-details {
  padding-left: 40px;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/icon-store.png") left top 4px no-repeat;
}

.dropoff-locations li .dropoff-details p {
  margin: 0;
}

.dropoff-locations li .dropoff-details p.light {
  color: #666;
  font-size: 14px;
}

.dropoff-locations li p a {
  font-size: 13px;
  color: #169BD5 !important;
}

.dropoff-locations li hr {
  margin-top: 15px;
  margin-bottom: 10px;
}

.dropoff-locations li .bottom-line {
  text-align: center;
}

.dropoff-locations li .bottom-line a {
  font-size: 13px;
  color: #169BD5 !important;
}

.dropoff-locations li .dropoff-details p a {
  margin-left: 5px;
  display: inline-block;
}

.dropoff-locations li .dropoff-details p + p {
  margin-top: 5px;
}

@media only screen and (max-width: 499px) {
  .dropoff-locations li {
    text-align: center;
  }
  /*.dropoff-locations li .dropoff-details {
    padding-left: 0;
    padding-top: 40px;
    background-position: center top 4px;
  }*/
}

.rebook-collections-ui {
  margin: 30px 0 0;
}

.rebook-collections-ui h4 {
  color: #666;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
}

.rebook-collections-ui .form-group > label {
  color: #333;
  font-size: 14px;
}

.rebook-collections-ui .form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.rebook-collections-ui input.form-control {
  height: 44px;
}

.rebook-collections-ui .form-control:hover,
.rebook-collections-ui .form-control:focus,
.rebook-collections-ui .form-control:active {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

.rebook-collections-ui .input-group .input-group-addon {
  color: #666;
  font-size: 18px;
  border-radius: 0;
  background: transparent;
}

.rebook-collections-ui .input-group.has-dpicker .form-control {
  border-right: none;
}

.rebook-collections-ui .input-group.has-dpicker .input-group-addon {
  cursor: pointer;
}

.rebook-collections-ui .btn-action {
  padding: 12px !important;
  margin-top: 28px !important;
}

@media only screen and (max-width: 991px) {
  .rebook-collections-ui .btn-action {
    margin-top: 0 !important;
  }
}

.radio-wraps-container {
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.radio-wraps {
  color: #333;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}

.radio-wraps .radio-wrap {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
}

.radio-wraps-container .radio-wraps .radio-wrap {
  flex: initial;
}

.radio-wraps .radio-wrap + .radio-wrap {
  margin-left: 10px;
}

.radio-wraps .radio-wrap .element-group {
  margin-bottom: 0;
}

.radio-wraps .radio-wrap .element-group .element-static-label {
  color: inherit;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 8px;
  user-select: none;
  border-radius: 5px;
  border: 1px solid #333;
}

.radio-wraps .radio-wrap .element-group .element-static-label.element-active {
  font-weight: 600;
  border-width: 2px;
  background: #fff;
}

.radio-wraps .radio-wrap .element-group .element-style-wrap {
  top: -1px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-width: 2px;
  border-color: #333;
}

.radio-wraps .radio-wrap .element-group .element-static-label.element-active {
  color: #1186b9;
  border-color: #1186b9;
}

.radio-wraps .radio-wrap .element-group .element-static-label.element-active .element-style-wrap {
  border-color: #1186b9;
}

.radio-wraps .radio-wrap .element-group .element-static-label.element-active .element-style-wrap::after {
  background: #1186b9;
}

@media only screen and (max-width: 767px) {
  .radio-wraps {
    display: block;
  }
  .radio-wraps .radio-wrap {
    display: block;
    margin: 7px 0 !important;
  }
}

.collection-map-ui {
  margin-top: 30px;
}

.collection-map-ui iframe {
  width: 100%;
  border: none;
  height: 450px;
  outline: none;
}

.collection-map-ui .map-search-stats {
  color: #666;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.collection-map-ui .map-search-stats p {
  margin: 0;
  font-size: 14px;
  padding-top: 8px;
  line-height: 1.4em;
}

.collection-map-ui .map-search-switch {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}

.collection-map-ui .map-search-switch li {
  display: inline-block;
  vertical-align: middle;
}

.collection-map-ui .map-search-switch li + li {
  padding-left: 4px;
  border-left: 1px solid #666;
}

.collection-map-ui .map-search-switch li a {
  padding: 0 5px;
  display: block;
  color: #169BD5;
  text-decoration: none;
}

.collection-map-ui .map-search-switch li a.active {
  color: #333;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .radio-wraps-container {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .radio-wraps-container .radio-wraps .radio-wrap {
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .collection-map-ui .map-search-stats,
  .collection-map-ui .map-search-switch {
    text-align: center;
  }
  .collection-map-ui .map-search-stats p {
    padding: 0 0 10px;
  }
}

.custom-alert {
  color: #333;
  padding: 20px;
  font-size: 14px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border: 2px solid #ccc;
}

.custom-alert .ca-contents {
  padding-left: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}

.custom-alert .ca-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.custom-alert .ca-contents .ca-title {
  padding-top: 8px;
}

.custom-alert p {
  margin: 0;
}

.custom-alert p + p,
.custom-alert .ca-title + p {
  margin-top: 10px;
}

.custom-alert.custom-alert-success {
  border-color: #43a047;
}

.custom-alert.custom-alert-success .ca-contents {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-1102/alert-icon-success.png");
}

.custom-alert.custom-alert-success .ca-title {
  color: #43a047;
}

.datepicker {
  padding: 0;
}

.datepicker::after,
.datepicker::before {
  border-bottom-color: #394E53;
}

.datepicker table thead tr:first-child {
  color: #7F9CA5;
  background: #394E53;
}

.datepicker table thead tr:first-child th {
  padding: 15px 20px;
}

.datepicker table thead tr:first-child th:hover {
  color: #fff;
  background: transparent;
}

.datepicker table thead tr th,
.datepicker table tbody tr td {
  padding: 10px;
  font-weight: 600;
  border-radius: 0;
  transition: all .3s ease;
}

.datepicker .datepicker-days {
  padding-bottom: 10px;
}

.datepicker table tbody tr td {
  color: #666;
}

.datepicker table tbody tr td.old {
  color: #ccc;
}

.datepicker table tbody tr td.disabled {
  cursor: not-allowed;
  color: #dedede !important;
}

.datepicker .datepicker-days table tbody tr td.active.active {
  color: #00D9B0;
  text-shadow: none;
  background: transparent;
  background-color: transparent;
}

.datepicker .datepicker-days table tbody tr td:hover,
.datepicker .datepicker-days table tbody tr td:focus,
.datepicker .datepicker-days table tbody tr td:active,
.datepicker .datepicker-days table tbody tr td.active.active:hover,
.datepicker .datepicker-days table tbody tr td.active.active:focus,
.datepicker .datepicker-days table tbody tr td.active.active:active {
  color: #4492c6;
  text-shadow: none;
  background: transparent;
  background-color: transparent;
}

.datepicker .datepicker-years table tr td .year,
.datepicker .datepicker-months table tr td .month {
  transition: all .3s ease;
}

.datepicker .datepicker-years table tr td .year.active,
.datepicker .datepicker-months table tr td .month.active {
  color: #00D9B0;
  text-shadow: none;
  background: transparent;
  border-color: transparent;
  background-color: transparent;
}

.datepicker .datepicker-years table tr td .year:hover,
.datepicker .datepicker-years table tr td .year:focus,
.datepicker .datepicker-years table tr td .year:active,
.datepicker .datepicker-years table tr td .year.active:hover,
.datepicker .datepicker-years table tr td .year.active:focus,
.datepicker .datepicker-years table tr td .year.active:active,
.datepicker .datepicker-months table tr td .month:hover,
.datepicker .datepicker-months table tr td .month:focus,
.datepicker .datepicker-months table tr td .month:active,
.datepicker .datepicker-months table tr td .month.active:hover,
.datepicker .datepicker-months table tr td .month.active:focus,
.datepicker .datepicker-months table tr td .month.active:active {
  color: #4492c6;
  text-shadow: none;
  background: transparent;
  border-color: transparent;
  background-color: transparent;
}

.datepicker .extra-contents {
  padding: 20px;
  margin-bottom: -10px;
  border-top: 1px solid #efefef;
}

.datepicker .extra-contents .form-group > label {
  color: #666;
  padding-bottom: 8px;
}

.datepicker .extra-contents .btn-picker {
  color: #fff;
  outline: none;
  font-size: 15px;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 12px;
  background: #169bd5;
  text-transform: uppercase;
  transition: all .3s ease;

}

.datepicker .extra-contents .btn-picker:hover,
.datepicker .extra-contents .btn-picker:focus,
.datepicker .extra-contents .btn-picker:active {
  color: #fff;
  outline: none;
  box-shadow: none;
  background: #1186b9;
}

@media only screen and (min-width: 575px) {
  .datepicker .datepicker-days {
    width: 380px;
  }
}

@media only screen and (max-width: 340px) {
  .datepicker {
    left: 5px !important;
  }
  .datepicker::after,
  .datepicker::before {
    display: none !important;
  }
}

/* custom style start*/

.rebook-collections-ui btn{
    vertical-align:bottom;

}
.datepicker .table-condensed {
    width:100%;
}
.datepicker table thead tr:first-child th.next, .datepicker table thead tr:first-child th.prev {
    font-size: 20px;
}
.collections-banner .collection-form {
    margin-bottom: 35px;
}
.dropoff-locations .dropoff-details .drop-off-time-slot {
    display: block;
    font-size: 14px;
    color: #666;
}
.drop-off-location-header {
    border-bottom: 1px solid #e8e8e8;
    margin: 30px 0;
    padding-bottom: 15px;
}

.drop-off-location-header .drp-view-control {
    font-weight: 500;
}

.drop-off-location-header span .active {
    color: #169bd5 !important;
}

.dropoff-locations li {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}
.drp-list-view-section .drp-so-more {
    display:none;
}
.slide-ui h3.slide-title {
    color: #333;
    font-size: 24px;
}
.slide-ui h4.slide-title {
    color: #333;
    font-size: 18px;
}

/*Marker used in maps*/
.gMarker{cursor:pointer;color:#8c8e8c;background-color:rgba(255,255,255,0.7);min-width:150px;border-radius:5px;font-size:12px;border:solid 2px rgba(255,0,0,0.5);box-shadow:3px 3px 5px #aaa;-moz-box-shadow:3px 3px 5px #aaa;-webkit-box-shadow:3px 3px 5px #aaa;}
.gMarker:hover{background-color:#fff;border:solid 2px #f00;color:#000;transition-property:background-color,color;transition-duration:.5s 1s;transition-timing-function:linear;-webkit-transition-property:background-color,color;-webkit-transition-duration:.5s 1s;-webkit-transition-timing-function:linear;}
.gMarker:after,.gMarker:before{border:solid 7px transparent;content:'';position:absolute}
.gMarker:after{border-top:solid 10px #fff;bottom:-14px;left:45%}
.gMarker:before{border-top:solid 10px rgba(255,0,0,0.5);bottom:-17px;left:45%}
.gMarker:hover:before{border-top:solid 10px #f00}
.gMarker img{display:inline-block;margin-right:5px}
.gMarker div{display:inline-block;vertical-align:middle}
.gMarker .dvCarrierLogo{padding:5px 5px 5px 10px}
.activeMarker{color:#000;background-color:#fff;}
.gMarker .homeMarker{padding:5px 10px;background-color:#d9534f;border-right:solid 1px #b10f0a;margin-right:10px;font-size:24px;color:#fff}
.gMarker .homeMarkerInfo{font-weight:bold}

.gMarker.apDPD{height:50px;padding:7px 5px 5px 5px;}
.gMarker.apDPD .dvCarrierLogo img{margin:10px 0px 0px 0px}
.gMarker .dvCounter{position:absolute;color:#fff;padding:0px 5px;top:5px;left:16px;line-height:12px;background-color:#dc0032;border:solid 1px #a10327;border-radius:2px}
.gMarker .dvCounter:after{position:absolute;left:3px;bottom:-10px;content:'';width:0px;line-height:0px;border:solid 5px transparent;border-top:solid 5px #dc0032}
#dvcontent{padding:0px;}
#dvcontent h4{font-size:16px;margin:20px auto 10px auto;}
.ms-block-foot{color:#999cad;font-size:14px;font-weight:400;}
.ms-block-foot strong {font-weight:600;}
.ms-block-foot > div{border:solid 1px #dcdcdc;padding:5px;}
.ms-block-foot .txt-block {margin:10px 0px;}
.ms-block-foot .txt-block .the-icon {width:15%;text-align:center;vertical-align:top;display:inline-block;}
.ms-block-foot .txt-block .the-icon img {max-width:80%;margin-top:5px;display:inline-block;}
.ms-block-foot .txt-block .the-texts {width:75%;vertical-align:top;padding-left:5px;display:inline-block;text-transform:capitalize;}
.ms-block-foot .dvInfoIcon{width:10%;display:inline-block;font-size:24px;padding-top:10px;}
.ms-block-foot .txt-block .the-texts b{font-weight:600}
.ms-block-foot #dvAccessPointDetails{background-color:#fff;}
.ms-block-foot #dvAccessPointDetails .txt-block{border:none;margin-bottom:10px;}
#dvAccessPointsList.ms-block-foot{border:none;background-color:#fff;}
.ms-block-foot h4{margin:20px 0px 10px 0px;color:#2180bf;font-size:16px;font-weight:400;}
/*map overrides*/
.gMarker{background-color:rgba(255,255,255,0.99);border:solid 2px #8c8e8c;}
.gMarker:hover{border: solid 2px #4db546;}
.gMarker:before{border-top:solid 10px rgba(133, 133, 133, 0.5); }
.gMarker:hover:before{border-top:solid 10px #4db546;}
.activeMarker{border-color:#4db546;}
.gMarker .map-drop-off-txt-selected{display:none;}
.gMarker.activeMarker .map-drop-off-txt-selected{display:block;}
.gMarker.activeMarker .map-drop-off-txt{display:none;}
.mapinfo-hdr{background: rgb(77, 181, 70);margin: 0px;padding: 8px 11px;text-transform: uppercase;display: block;color: rgb(255, 255, 255) !important;margin-bottom: 0!important;}
.mapinfo-hdr span.glyphicon-ok{float: left!important;color: #ffffff!important;padding-right: 9px;}
.mapinfo-hdr.ovrl {display: block!important;margin-top: 0!important;margin-bottom: 12px!important;opacity: 0.75;}
@media only screen and (max-width:767px) { .mapinfo-hdr.ovrl { display:none!important; }}
@media only screen and (max-width:768px) 
{
.gMarker{min-width:auto}    
.gMarker .dvCarrierLogo{padding:5px}
.gMarker .dvCounter{left:auto}
.gMarker:before,.gMarker:after{left:35%}
.gMarker .homeMarker{margin-right:0px}
.gMarker img{margin-right:0px}
.tracking-number-form.collection-form .coll-btn-cntnr { margin-top: 35px; }
.tracking-number-form.collection-form .element-group { margin: 22px 0 40px 0; }
}
.manual-post-code-drop-off .drop-off-shipment-postcode {
    display:none;
}
.drp-map-view-section {
    position:relative;
}
.selected-dropoff-content {
    position: absolute;
    top: 10px;
    max-width: 275px;
    background: #ffffff;
    left: 10px;
    border: 1px solid #909090;
}
.remove-selected-dropoff {
    right: 6px;
    top: 6px!important;
    position: absolute!important;
    font-size: 25px;
    z-index: 10;
}
#dvcontent .gmap-overly {
    padding: 20px;
    font-size: 15px;
    font-weight:500;
    color: #000000;
}
#dvcontent .gmap-overly .boxes2 {
    padding-bottom: 4px;
}
#dvcontent .gmap-overly .boxes2.drp-address {
    padding-bottom:13px;
}
#dvcontent .gmap-overly .boxes2.drp-consignee {
    padding-top: 8px;
    padding-bottom: 7px;
}
#dvcontent .gmap-overly .boxes2 .drop-off-dist br {
    display:none;
}
.drop-off-confirm-btn{
    text-align:center;
    margin-bottom:10px;
}
.drop-off-confirm-btn input{
    background: #169bd5;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
}
.drop-off-confirm-btn input:hover, .drop-off-confirm-btn input:active, .drop-off-confirm-btn input:visited, .drop-off-confirm-btn input:focus {
    color:#ffffff;
    background:#1186b9;
}
.remove-selected-dropoff:hover {
    cursor: pointer;
}
.manual-post-code-drop-off .drop-off-confirm-btn, .manual-post-code-drop-off .drop-off-confirm-btn-select {
    display: none!important;
}
a:hover {
  text-decoration: none !important;
}
.icon_cross.remove-selected-dropoff {
    background: url(/Content/images/icon_cross.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    background: #394E53!important;
    color: #7F9CA5;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #394E53!important;
    color: #d5d7d8;
}
.datepicker table thead tr:last-child th, .datepicker table thead tr:last-child th:hover {
    background: #eee;
}
.datepicker table thead tr:last-child th, .datepicker table thead tr:last-child th:hover {
    background: #eee;
}
#Preauthorizationcharge .drag-handle {
    background: none;
}
#Preauthorizationcharge .popup-payment-hdr {
    margin-top: 10px;
    color: #000000;
    font-size: 17px;
    font-weight:600;
}
.rebook-popup-sec .btn-action:hover,
.rebook-popup-sec .btn-action:focus,
.rebook-popup-sec .btn-action:active {
    color:#ffffff;
}
.rebook-popup-sec .btn-back-payment {
    padding-top:23px;
}
.rebook-popup-sec .btn-back-payment a {
    color:#169bd5;
    font-weight: 400;
}
.rebook-popup-sec .btn-back-payment a:hover, .rebook-popup-sec .btn-back-payment a:active, .rebook-popup-sec .btn-back-payment a:focus {
    text-decoration:none!important;
}
.rebook-popup-sec {
    padding: 20px;
    font-size: 16px;
}
.rebook-popup-sec .btn-action {
    margin-top: 10px;
    font-size: 14px;
}
#changeCollectionDate {
    background:#ffffff;
}
#Preauthorizationcharge .rebook-popup-sec p {
    font-weight: 400;
    text-align: left;
}
.rebook-main-btn.btn-disabled {
    background: rgba(0,0,0,.25)!important;
}
.tracking-number-form .element-group .error-item
{
    color:#fffeb4 !important;
}
.collection-ui {
    min-height:415px;
}

.drag-contentarea .cancel-booking-popup .btn-action:hover,
.drag-contentarea .cancel-booking-popup .btn-action:focus,
.drag-contentarea .cancel-booking-popup .btn-action:active
 {
    color: #fff;
  outline: none;
  box-shadow: none;
  background: #1186b9;
}
.drag-contentarea .cancel-booking-popup .btn-action{
    color: #fff;
    background: #169bd5;
    border-radius:0px!important;
}
.drag-contentarea .cancel-booking-popup p{
    padding-left:6px;
    font-weight:300;
    font-size:16px;
}
.drag-contentarea .cancel-booking-popup .btn-cancled {
    color: #169bd5;
    font-weight: 400;
    font-size: 16px;
    padding-top: 4px;
}
.datetime-same-validation{
      border: 2px solid #169bd5;
      padding:10px 10px;
      margin-top:25px;
      margin-bottom:25px;
      font-size:14px;
      font-weight:bold;
      display:none;
}
/* custom style end*/

/*tracking custom css start*/

    .amend-confirmation-popup h3 {
        font-size: 18px;
        color: #333333;
        margin-top: 0;
        margin-bottom: 23px;
        font-weight:600;
    }
    .amend-confirmation-popup ol {
        padding-left: 16px;
    }
    .amend-confirmation-popup ol li {
        line-height:30px;
        list-style-position: outside;
    }
    .amend-confirmation-popup .btn-success {
        background: #169cd5;
        border: none;
        border-radius: 0;
        padding: 11px 27px;
    }
    .amend-confirmation-popup .btn-danger {
        border: none;
        border-radius: 0;
        padding: 11px 27px;
    }
    .amend-confirmation-popup .btn-danger:focus {
        outline:none;
    }
    .amend-confirmation-popup .btn-success:hover, .amend-confirmation-popup .btn-success:focus, .amend-confirmation-popup .btn-success:active, .amend-confirmation-popup .btn-success:active:focus, .amend-confirmation-popup .btn-success:active:hover {
        background: #0790ca;
        outline:none;
    }

    #AmendLoginWindow .drag-handle {
        display:none;
    }
    #AmendLoginWindow .drag-contentarea {
        height:auto;
        min-height:290px;
        padding: 20px;
    }
    #AmendLoginWindow .nice-box-contents {
        margin-top: 32px;
    }
    #AmendLoginWindow .nice-box-contents button#btnLogin, #AmendLoginWindow .nice-box-contents button#btnForgetPassword {
        padding: 12px 7px;
        font-size:17px;
        border-radius:0;
        border:none;
        font-weight: 500;
        margin-bottom:10px;
    }
    #AmendLoginWindow .nice-box-contents button#btnForgetPassword {
        color:#5d5c5c;
    }
    #AmendLoginWindow .nice-box-contents button#btnForgetPassword:hover {
        background:#9f9e9e;
        color:#3e3d3d;
    }
    #AmendLoginWindow .nice-box-contents button#btnForgetPassword[disabled] {
        cursor: not-allowed;
    }
    #AmendLoginWindow .nice-box-contents button#btnForgetPassword[disabled]:hover {
        color:#5d5c5c;
        background: #dddddd;
    }
    #AmendLoginWindow .nice-box-contents button#btnLogin.btn-arrow:after, #AmendLoginWindow .nice-box-contents button#btnForgetPassword.btn-arrow:after {
        background:none;
    }
    #AmendLoginWindow .nice-box-contents .input-group-addon {
        min-width:39px;
    }
    #AmendLoginWindow .nice-box-contents .input-group-addon .fa-lock {
        font-size:19px;
    }
    #AmendLoginWindow .nice-box-contents .central.spacy {
        font-weight: 600;
        font-size: 15px;
        text-align: left;
    }
    #lgnBtnCancel {
        display:block!important;
        background: url(/content/images/icon_cross.png) no-repeat;
        height: 29px;
        width: 24px;
        position: absolute;
        cursor: pointer;
        top: 23px;
        right: 17px;
        z-index:5;
    }
    #lgnBtnCancel1 {
        display:block!important;
    }
    .frmActivateAccount {
        padding:10px 40px;
    }
    .frmActivateAccount input[type="text"], .frmActivateAccount input[type="password"], .frmActivateAccount select {
        width: 100%;
        border: 1px solid #ccc;
        line-height: 21px;
        padding: 6px;
        font-size: 15px;
        border-radius:0;
    }
    .frmActivateAccount .heading-act {
        font-weight: 600;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .frmActivateAccount h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .frmActivateAccount .LoginActButton, #lgnBtnCancel1 {
        position: absolute;
        padding: 10px 27px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        height: 45px!important;
        bottom: -55px;
        z-index:5;
    }
    .frmActivateAccount .LoginActButton {
        right: 0;
        background-image: none!important;
        background-color: #169cd5;
        width: 120px!important;
    }
    #lgnBtnCancel1 {
        background-image: none!important;
        border-radius: 0;
    }
    .frmActivateAccount #chkShowPass {
        height: 18px;
        width: 18px;
    }
    .frmActivateAccount span.lbl-show-pass {
        vertical-align: super;
        font-size: 15px;
        font-weight: 500;
    }
    .frmActivateAccount .LoginActButton:hover, .frmActivateAccount .LoginActButton:active {
        background: #0790ca;
    }
    .frmActivateAccount table.tblActivationForm .tbl-active-nested {
        width: 100%!important;
    }
    .frmActivateAccount .tbl-active-nested input, .frmActivateAccount select {
        width: 100%!important;
    }
    .frmActivateAccount #lstReceivers {
        width:100%;
        max-width: 393px;
        z-index: 5;
    }
    .frmActivateAccount .lbl-act {
        font-size: 15px;
    }

    .frmActivateAccount .act-btn-cntnr {
        position:relative;
    }
    .frmActivateAccount .act-btn-cont {
        position: relative;
        margin-bottom: 65px;
    }

    #AmendLoginWindow .red-btn, #AmendLoginWindow a.red-btn, #AmendLoginWindow a.red-btn:focus {
        color: #FFF;
        background-color: #fe4141;
    }
    #AmendLoginWindow .red-btn:hover, #AmendLoginWindow .red-btn:active {
        color: #FFF;
        background-color: #cf3434;
    }

    .amend-auth-validation-wrap {
        border: 1px solid #dedede;
        margin-top: 20px;
        background:#ffffff;
    }
    .amend-auth-validation-wrap .element-group {
        margin: 22px 0 10px 0;
    }
    .amend-auth-validation-wrap:before, .amend-auth-validation-wrap:after {
        top: -16px;
        right: 50%;
        content: '';
        display: block;
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid transparent;
    }
    .amend-auth-validation-wrap:before {
        border-bottom-color: #828284;
    }
    .amend-auth-validation-wrap:after {
        border-bottom-color: #fff;
    }



.mini-block.del-options {
    margin:0!important;
}
.del-btn-section {
    margin-top: 30px;
}
.tracking-pre-collection-activities .redBookButtons {
    background: #169cd5;
    margin-bottom: 5px;
    width:100%;
}
.tracking-pre-collection-activities .redBookButtons:hover, .tracking-pre-collection-activities .redBookButtons:active {
    background: #0790ca;
}
.section-cancel-booking {
    display: flex;
    margin-top:24px;

}
    .section-cancel-booking .cancellation-drop-off-parcel-alternate-section {
        border-color: #43C59E;
        font-family: 'Roboto-Regular', 'Roboto', sans-serif !important;
        width: 320px;
        height: 402px;
        margin-right: 30px;
        padding: 6px;
    }

        .section-cancel-booking .cancellation-drop-off-parcel-alternate-section .discount-text {
            /*margin-top: 20px;*/
            font-weight: 400;
            font-size: 16px;
            padding: 0 10px;
            text-align:left;
            padding-top:5px;
        }
        .section-cancel-booking .cancellation-drop-off-parcel-alternate-section .cancellation-drop-off-parcel-alternate {
            margin-bottom: 5px;
            padding-left: 20px;
            padding-right: 20px;
        }

.collection-pay-amt-header-text {
    font-size: 20px;
    font-weight: 400;
    padding-right: 15px;
    color:rgb(102,102,102);
}

#cancel-booking-panel2.cancel-booking {
    margin-top: 30px;
}

#cancel-booking-panel2.cancel-booking-left-margin {
    margin-left: -349px;
}
.sectionBookingShipmentDetails-colllection .order-summary-item-payment .summary-payment-details .block-title .text-medium-subtitle {
    color: #333 !important;
}
.slide-ui h4.slide-title {
    font-family: 'Roboto-Regular', 'Roboto', sans-serif !important;
}
.slide-ui .slide-sub-title {
    font-family: 'Roboto-Regular', 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
}
/*.section-cancel-booking .cancellation-drop-off-parcel-alternate {
    margin-top: 20px;
}*/
.cancellation-drop-off-parcel-alternate .collection-dropoff-image{
    height:94px;
    padding-left:36px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: inherit !important;
    background-color: white !important;
    border-color: white !important;
}
.collapse.in {
    display: block !important;
}
.fit-in-min-hight {
    min-height: 320px;   
}

/*.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    position: relative;
    display: block;
}*/
/*tracking custom css end*/
@media (max-width:767.98px) {

}

@media (max-width: 991.98px) {
    #transitTimeService .serviceinfo-content .serviceinfo-content-cols {
        flex-direction: column;
        justify-content: center;
    }

        #transitTimeService .serviceinfo-content .serviceinfo-content-cols > label {
            padding-left: 10px;
        }

        #transitTimeService .serviceinfo-content .serviceinfo-content-cols .serviceinfo-content-col {
            width: 50%;
            display: block;
            margin: 0 auto;
        }
}

@media (max-width: 767.98px) {
    #transitTimeService .serviceinfo-content .serviceinfo-content-cols .serviceinfo-content-col {
        width: 80%;
    }
}

@media (max-width: 575.98px) {

    #transitTimeService .serviceinfo-content .serviceinfo-content-cols .serviceinfo-content-col {
        width: 100%;
    }
}

@media (max-width: 448px) {

    #transitTimeService .serviceinfo-content .serviceinfo-content-cols .serviceinfo-content-col {
        width: 100%;
    }
}