@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

body,
body * {
  font-family: 'Raleway', sans-serif;
  scrollbar-width: thin;
}

/* line 2, ../../src/sass/utils/_custom-modules.scss */
*:focus {
  outline: 0px;
}

/* line 6, ../../src/sass/utils/_custom-modules.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 10, ../../src/sass/utils/_custom-modules.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* line 17, ../../src/sass/utils/_custom-modules.scss */
.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* line 26, ../../src/sass/utils/_custom-modules.scss */
.block {
  display: block;
  float: none;
}

/* line 31, ../../src/sass/utils/_custom-modules.scss */
.block-inline {
  font-size: 0;
}

/* line 33, ../../src/sass/utils/_custom-modules.scss */
.block-inline>div {
  display: inline-block;
  font-size: 16px;
}

/* line 37, ../../src/sass/utils/_custom-modules.scss */
.block-inline>li {
  display: inline-block;
  font-size: 16px;
}

/* line 43, ../../src/sass/utils/_custom-modules.scss */
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

/* line 49, ../../src/sass/utils/_custom-modules.scss */
.position-relative {
  position: relative;
}

/* line 53, ../../src/sass/utils/_custom-modules.scss */
.position-absolute {
  position: absolute;
}

/* line 57, ../../src/sass/utils/_custom-modules.scss */
.reset {
  padding: 0px;
  margin: 0px;
}

/* line 61, ../../src/sass/utils/_custom-modules.scss */
.full-height {
  height: 100%;
}

/* line 65, ../../src/sass/utils/_custom-modules.scss */
.table {
  display: table;
}

/* line 67, ../../src/sass/utils/_custom-modules.scss */
.table .cell {
  display: table-cell;
}

/* line 71, ../../src/sass/utils/_custom-modules.scss */
.v-middle {
  vertical-align: middle;
}

/* line 74, ../../src/sass/utils/_custom-modules.scss */
.v-top {
  vertical-align: top;
}

/* line 77, ../../src/sass/utils/_custom-modules.scss */
.v-bottom {
  vertical-align: bottom;
}

/* line 81, ../../src/sass/utils/_custom-modules.scss */
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 88, ../../src/sass/utils/_custom-modules.scss */
.bg.cover {
  background-size: cover;
}

/* line 93, ../../src/sass/utils/_custom-modules.scss */
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 100, ../../src/sass/utils/_custom-modules.scss */
.layer.white {
  background: #fff;
}

/* line 103, ../../src/sass/utils/_custom-modules.scss */
.layer.black {
  background: #000;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-0 {
  opacity: 0;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-10 {
  opacity: 0.1;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-20 {
  opacity: 0.2;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-30 {
  opacity: 0.3;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-40 {
  opacity: 0.4;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-50 {
  opacity: 0.5;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-60 {
  opacity: 0.6;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-70 {
  opacity: 0.7;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-80 {
  opacity: 0.8;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-90 {
  opacity: 0.9;
}

/* line 107, ../../src/sass/utils/_custom-modules.scss */
.layer.op-100 {
  opacity: 1;
}

/* line 111, ../../src/sass/utils/_custom-modules.scss */
.spinner-animate {
  -moz-animation: spinner-animate linear 1s infinite;
  -webkit-animation: spinner-animate linear 1s infinite;
  animation: spinner-animate linear 1s infinite;
}

@-moz-keyframes spinner-animate {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-animate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-animate {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 124, ../../src/sass/utils/_custom-modules.scss */
div[class*="space-"] {
  display: block;
  width: 100%;
  background-color: transparent;
  position: relative;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-10 {
  height: 10;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-20 {
  height: 20;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-30 {
  height: 30;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-40 {
  height: 40;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-50 {
  height: 50;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-60 {
  height: 60;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-70 {
  height: 70;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-80 {
  height: 80;
}

/* line 132, ../../src/sass/utils/_custom-modules.scss */
.space-90 {
  height: 90;
}

@media only screen and (max-width: 1200px) {

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-10 {
    height: 10;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-20 {
    height: 20;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-30 {
    height: 30;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-40 {
    height: 40;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-50 {
    height: 50;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-60 {
    height: 60;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-70 {
    height: 70;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-80 {
    height: 80;
  }

  /* line 137, ../../src/sass/utils/_custom-modules.scss */
  .space-lg-90 {
    height: 90;
  }
}

@media only screen and (max-width: 991px) {

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-10 {
    height: 10;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-20 {
    height: 20;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-30 {
    height: 30;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-40 {
    height: 40;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-50 {
    height: 50;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-60 {
    height: 60;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-70 {
    height: 70;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-80 {
    height: 80;
  }

  /* line 142, ../../src/sass/utils/_custom-modules.scss */
  .space-md-90 {
    height: 90;
  }
}

@media only screen and (max-width: 767px) {

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-10 {
    height: 10;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-20 {
    height: 20;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-30 {
    height: 30;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-40 {
    height: 40;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-50 {
    height: 50;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-60 {
    height: 60;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-70 {
    height: 70;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-80 {
    height: 80;
  }

  /* line 147, ../../src/sass/utils/_custom-modules.scss */
  .space-sm-90 {
    height: 90;
  }
}

@media only screen and (max-width: 590px) {

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-10 {
    height: 10;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-20 {
    height: 20;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-30 {
    height: 30;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-40 {
    height: 40;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-50 {
    height: 50;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-60 {
    height: 60;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-70 {
    height: 70;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-80 {
    height: 80;
  }

  /* line 152, ../../src/sass/utils/_custom-modules.scss */
  .space-mobile-90 {
    height: 90;
  }
}

/* line 4, ../../src/sass/_fonts.scss */
.font-primary,
p,
h5,
h6,
a,
small {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

/* line 8, ../../src/sass/_fonts.scss */
.font-primary-ultra-bold,
h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

/* line 12, ../../src/sass/_fonts.scss */
.font-primary-bold,
h2,
h3,
h4,
b,
strong,
h2 a,
h2 p,
h3 a,
h3 p,
h4 a,
h4 p,
b a,
b p,
strong a,
strong p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

/* line 16, ../../src/sass/_fonts.scss */
.font-primary-light {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

/* line 20, ../../src/sass/_fonts.scss */
.font-primary-ultra-light {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

/* line 3, ../../src/sass/_modules.scss */
.gray {
  background-color: #f7f7f7;
}

/* line 7, ../../src/sass/_modules.scss */
.line {
  border-bottom: 1px solid #e6e3cd;
}

/* line 10, ../../src/sass/_modules.scss */
.btn {
  color: #fff !important;
  border: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 14, ../../src/sass/_modules.scss */
.btn:hover {
  opacity: 0.95;
}

/* line 18, ../../src/sass/_modules.scss */
.btn-warning {
  background-color: #FC5C1F;
}

/* line 21, ../../src/sass/_modules.scss */
.btn-info {
  background-color: #009deb;
}

/* line 24, ../../src/sass/_modules.scss */
.btn-primary {
  background-color: #323232 !important;
}

/* line 28, ../../src/sass/_modules.scss */
.modal-backdrop.in {
  opacity: 0.7;
}

/* line 33, ../../src/sass/_modules.scss */
.custom-select {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* line 37, ../../src/sass/_modules.scss */
.custom-select .placeholder {
  position: relative;
  border: 1px solid #d3d3d3;
  background-color: #f6f6f6;
  padding: 10px 15px;
  cursor: pointer;
  min-height: 56px;
  max-height: 56px;
}

/* line 43, ../../src/sass/_modules.scss */
.custom-select .placeholder img,
.custom-select .placeholder span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.custom-select .placeholder img {
  width: 50px;
}

/* line 48, ../../src/sass/_modules.scss */
.custom-select .placeholder .detail {
  padding: 0 10px;
}

/* line 50, ../../src/sass/_modules.scss */
.custom-select .placeholder .detail span {
  display: block;
  font-size: 12px;
}

/* line 55, ../../src/sass/_modules.scss */
.custom-select .placeholder:after {
  content: "";
  clear: both;
  position: absolute;
  width: 10px;
  height: 6px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-top: 6px solid #363636;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/* line 70, ../../src/sass/_modules.scss */
.custom-select .options {
  background-color: #f6f6f6;
  border: 1px solid lightgray;
  border-top: none;
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
}

/* line 78, ../../src/sass/_modules.scss */
.custom-select .options img {
  width: 50px;
}

/* line 81, ../../src/sass/_modules.scss */
.custom-select .options span {
  padding: 0 10px;
  font-size: 13px;
}

/* line 85, ../../src/sass/_modules.scss */
.custom-select .options li {
  padding: 7px 15px;
  cursor: pointer;
}

/* line 88, ../../src/sass/_modules.scss */
.custom-select .options li:hover {
  background-color: #fcfcfc;
}

/* line 94, ../../src/sass/_modules.scss */
.custom-select.open .placeholder {
  border-bottom: 1px solid #f6f6f6;
}

/* line 97, ../../src/sass/_modules.scss */
.custom-select.open .options {
  display: block;
}

/* line 9, ../../src/sass/main.scss */
body h3 {
  font-size: 23px;
}

/* line 12, ../../src/sass/main.scss */
body .table {
  margin: 0;
}

/* line 15, ../../src/sass/main.scss */
body header {
  height: 78px;
  background-color: #684229;
}

/* line 20, ../../src/sass/main.scss */
body header img,
body header h1 {
  display: inline-block;
  vertical-align: middle;
}

/* line 24, ../../src/sass/main.scss */
body header h1 {
  color: #fff;
  line-height: 24px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  margin: 0px 0px 0px 14px;
}

body header .container {
  position: relative;
}

body header .row {
  font-size: 0;
}

body header .table {
  height: 100%;
}

body header .row>div {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

body header .row>div.logo {
  width: 24%
}

body header .row {
  margin-left: 95px;
  padding-top: 16px;
}

body header .row>div.menu {
  width: 76%
}



@media(max-width: 992px) {
  body header {
    height: 78px;
  }

  body header .row {
    margin-left: 0px;
    margin-top: 70px;
  }

  body header .row .menu {
    margin: 0 auto;
    display: block;
  }
}

body header .logo {
  position: absolute;
  top: 24px;
  left: 30px;
}

body header .toolbar {
  position: absolute;
  right: 0px;
  text-align: right;
  color: #fff;
  width: 320px;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 24px;
  top: 17px;
}

body header .toolbar.yahoo {
  top: 26px;
}

body header .toolbar p {
  margin-bottom: 0px;
  font-size: 11px;
}

body header .toolbar img {
  width: 100%;
  height: auto;
}

body header ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

body header ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 22px;
}

@media (max-width: 1199px) {
  body header ul li {
    margin-right: 5px;
    font-size: 16px;
  }
}

body header ul li:last-child {
  margin: 0;
}



body header ul li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid transparent;
  position: relative;
}

body header ul li a:after {
  clear: both;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

body header ul li a:hover {
  color: #fff;
  text-decoration: none;
}

body header ul li:first-child a {
  border: 1px solid #fff;
  font-size: 24px;
}

body header ul li:first-child a:after {
  display: block;
}

@media (max-width: 1199px) {
  body header ul li:first-child a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 590px) {

  /* line 24, ../../src/sass/main.scss */
  body header h1 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 380px) {

  /* line 24, ../../src/sass/main.scss */
  body header h1 {
    font-size: 14px;
    margin: 0px 0px 0px 4px;
  }
}

/* line 41, ../../src/sass/main.scss */
body section .row img {
  max-width: 100%;
}

/* line 47, ../../src/sass/main.scss */
body .track {
  background-color: #fff;
}

/* line 49, ../../src/sass/main.scss */
body .track>.container {
  padding: 30px 15px;
}

@media only screen and (max-width: 991px) {

  /* line 49, ../../src/sass/main.scss */
  body .track>.container {
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 56, ../../src/sass/main.scss */
  body .track>.container {
    background-size: cover;
  }
}

/* line 62, ../../src/sass/main.scss */
body .track .box {
  background-color: #f3f4f6;
  padding: 22px;
  border: 1px solid #e1e3e8;
}

/* line 67, ../../src/sass/main.scss */
body .track .box p,
body .track .box h1,
body .track .box h2,
body .track .box h3,
body .track .box h4,
body .track .box h5,
body .track .box h6 {
  margin: 0 0 10px 0;
}

/* line 71, ../../src/sass/main.scss */
body .track .box p,
body .track .box table {
  font-size: 13px;
}

body .track .box p.disclaimer {
  font-size: 12px;
  color: #bbb;
  line-height: 1.2;
  margin-bottom: 0px;
}

body .track .box p.disclaimer a {
  text-decoration: underline;
  color: #bbb;
  font-weight: bold;
}

/* line 74, ../../src/sass/main.scss */
body .track .box table tbody>tr>td {
  padding: 10px;
}

/* line 78, ../../src/sass/main.scss */
body .track .box fieldset {
  margin-bottom: 15px;
}

/* line 81, ../../src/sass/main.scss */
body .track .box fieldset.last {
  margin-bottom: 0px;
  padding-top: 10px;
}

/* line 85, ../../src/sass/main.scss */
body .track .box label {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

body .track .box h4 {
  font-size: 21px;
}

@media only screen and (max-width: 1200px) {
  body .track .box h4 {
    font-size: 20px;
  }
}

/* line 90, ../../src/sass/main.scss */
body .track .box button,
body .track .box a.button {
  display: block;
  border: medium none;
  background-color: #ff6600;
  background-size: 100% 100%;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  /* text-shadow: 0px 0px 2px white; */
  color: #FFF;
  width: 40%;
  height: 56px;
  font-size: 20px;
  float: right;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
}

body .track .box button.yahoo,
body .track .box a.button.yahoo {
  line-height: 22px;
}

body .track .box button i {
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 17px;
  text-transform: none;
}

/* line 109, ../../src/sass/main.scss */
body .track .box textarea {
  border: 1px solid #d3d3d3;
  resize: none;
  /*width: 100%;*/
  padding: 16px 15px;
  height: 56px;
  font-size: 15px;
  width: 60%;
  float: left;
}
@media only screen and (max-width: 1200px) {
  body .track .box textarea {
    font-size: 14px;
  }
}
@media only screen and (max-width: 590px) {

  /* line 90, ../../src/sass/main.scss */
  body .track .box button {
    font-size: 19px;
    float: none;
    display: block;
    width: 100%;
    position: relative;
  }

  body .track .box textarea {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 991px) {

  /* line 62, ../../src/sass/main.scss */
  body .track .box {
    margin: 15px 0px;
  }
}

/* line 124, ../../src/sass/main.scss */
body .features .container>.row {
  padding: 35px 0;
}

@media only screen and (max-width: 991px) {

  /* line 124, ../../src/sass/main.scss */
  body .features .container>.row {
    padding: 35px 0px 20px 0px;
  }

  /* line 128, ../../src/sass/main.scss */
  body .features .container>.row .row {
    margin-bottom: 15px;
  }
}

/* line 134, ../../src/sass/main.scss */
body .features h4 {
  margin: 0px 0px 5px;
}

/* line 137, ../../src/sass/main.scss */
body .features p {
  font-size: 13px;
  line-height: 22px;
}

/* line 142, ../../src/sass/main.scss */
body .features-list {
  border-top: 1px solid #e6e3cd;
}

/* line 144, ../../src/sass/main.scss */
body .features-list .row {
  padding: 55px 60px;
}

@media only screen and (max-width: 991px) {

  /* line 144, ../../src/sass/main.scss */
  body .features-list .row {
    padding: 55px 0;
  }
}

/* line 149, ../../src/sass/main.scss */
body .features-list .row img {
  margin-top: 50px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {

  /* line 149, ../../src/sass/main.scss */
  body .features-list .row img {
    margin-top: 0;
  }
}

/* line 160, ../../src/sass/main.scss */
body .action {
  background-color: #fecb2f;
  padding: 30px 0;
}

/* line 163, ../../src/sass/main.scss */
body .action p {
  color: #000;
  margin: 0;
  font-size: 15px;
}

/* line 168, ../../src/sass/main.scss */
body .action .btn {
  margin: 0px 10px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {

  /* line 168, ../../src/sass/main.scss */
  body .action .btn {
    margin: 10px 10px 0px 10px;
  }
}

/* line 177, ../../src/sass/main.scss */
body footer {
  background-color: #212730;
}

/* line 179, ../../src/sass/main.scss */
body footer .row {
  padding: 30px 0px;
}

/* line 185, ../../src/sass/main.scss */
body footer p,
body footer a,
body footer span {
  color: #848484;
  font-size: 13px;
}

/* line 189, ../../src/sass/main.scss */
body footer a {
  text-decoration: underline;
  color: #848484 !important;
}

/* line 193, ../../src/sass/main.scss */
body footer img {
  max-width: 100%;
}

/* line 197, ../../src/sass/main.scss */
body footer p.links {
  margin: 20px 0 0 0;
}

/* line 199, ../../src/sass/main.scss */
body footer p.links a {
  font-size: 12px;
}

/* line 202, ../../src/sass/main.scss */
body footer p.links span {
  padding: 0 5px;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {

  /* line 209, ../../src/sass/main.scss */
  body footer img {
    display: block;
    margin: 0px auto 15px;
  }

  /* line 213, ../../src/sass/main.scss */
  body footer p.links {
    text-align: center;
  }
}

/* line 2, ../../src/sass/_modals.scss */
.modal.fade .modal-dialog {
  margin: 100px auto;
  min-height: 180px;
  -moz-transition: -moz-transform 0.3s ease-out 0s, width 0.15s ease 0s, height 0.15s ease 0s;
  -o-transition: -o-transform 0.3s ease-out 0s, width 0.15s ease 0s, height 0.15s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease-out, width 0.15s ease, height 0.15s ease;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: transform 0.3s ease-out 0s, width 0.15s ease 0s, height 0.15s ease 0s;
}

@media only screen and (max-width: 767px) {

  /* line 2, ../../src/sass/_modals.scss */
  .modal.fade .modal-dialog {
    margin: 15px auto;
  }
}

/* line 10, ../../src/sass/_modals.scss */
.modal.fade .modal-content {
  border: none;
  overflow: hidden;
}

/* line 14, ../../src/sass/_modals.scss */
.modal.fade .modal-body {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}

/* line 19, ../../src/sass/_modals.scss */
.modal.fade .modal-sm {
  width: 700px;
}

@media only screen and (max-width: 767px) {

  /* line 19, ../../src/sass/_modals.scss */
  .modal.fade .modal-sm {
    max-width: 100%;
    padding: 0 15px;
  }
}

/* line 26, ../../src/sass/_modals.scss */
.modal.fade .modal-md {
  width: 700px;
}

@media only screen and (max-width: 767px) {

  /* line 26, ../../src/sass/_modals.scss */
  .modal.fade .modal-md {
    max-width: 100%;
    padding: 0px 15px;
  }
}

/* line 34, ../../src/sass/_modals.scss */
.modal.fade .modal-lg {
  width: 830px;
}

.modal.fade .modal-lg.v3 {
  width: 700px;
}

@media only screen and (max-width: 830px) {

  /* line 34, ../../src/sass/_modals.scss */
  .modal.fade .modal-lg {
    max-width: 100%;
    padding: 0 15px;
  }
}

/* line 41, ../../src/sass/_modals.scss */
.modal.fade h2 {
  font-size: 38px;
  font-weight: bold;
  color: #684229;
}

/* line 45, ../../src/sass/_modals.scss */
.modal.fade h5 {
  font-size: 16px;
  color: #684229;
  font-weight: 700;
}

/* line 50, ../../src/sass/_modals.scss */
.modal.fade .btn {


  margin: 0 auto;
  font-size: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  width: 245px;
  font-weight: bold;
  line-height: 22px;
  padding: 19px 0;

}

/* line 59, ../../src/sass/_modals.scss */
.modal.fade .list {
  margin: 0px auto;
  width: 320px;
}

@media only screen and (max-width: 767px) {

  /* line 59, ../../src/sass/_modals.scss */
  .modal.fade .list {
    width: 95%;
  }
}

/* line 65, ../../src/sass/_modals.scss */
.modal.fade .list li {
  margin: 15px 0;
  padding-left: 35px;
  position: relative;
}

/* line 69, ../../src/sass/_modals.scss */
.modal.fade .list li:before {
  content: "";
  clear: both;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/check-icon.png");
}

/* line 82, ../../src/sass/_modals.scss */
.modal.fade .list p {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {

  /* line 82, ../../src/sass/_modals.scss */
  .modal.fade .list p {
    font-size: 14px;
  }
}

/* line 92, ../../src/sass/_modals.scss */
.modal.fade .found p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {

  /* line 92, ../../src/sass/_modals.scss */
  .modal.fade .found p {
    font-size: 15px;
  }
}

/* line 101, ../../src/sass/_modals.scss */
.modal.fade .alert {
  border: none;
}

/* line 103, ../../src/sass/_modals.scss */
.modal.fade .alert p {
  color: #242424;
  line-height: 24px;
  font-size: 15px;
}

/* line 107, ../../src/sass/_modals.scss */
.modal.fade .alert p strong {
  color: #242424;
}

/* line 110, ../../src/sass/_modals.scss */
.modal.fade .alert p a {
  color: #FC5C1F;
}

/* line 114, ../../src/sass/_modals.scss */
.modal.fade .alert.alert-warning {
  background-color: #FCF8E3;
}

/* line 119, ../../src/sass/_modals.scss */
.modal.fade .table p {
  margin: 0;
}

@media only screen and (max-width: 767px) {

  /* line 119, ../../src/sass/_modals.scss */
  .modal.fade .table p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 125, ../../src/sass/_modals.scss */
  .modal.fade .table td {
    padding: 3px;
  }
}

/* line 131, ../../src/sass/_modals.scss */
.modal.fade .status {
  padding: 0px 22px;
}

/* line 134, ../../src/sass/_modals.scss */
.modal.fade .tracking {
  padding: 67px 50px;
}

/* line 136, ../../src/sass/_modals.scss */
.modal.fade .tracking h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px;
  text-align: left;
}

/* line 140, ../../src/sass/_modals.scss */
.modal.fade .tracking .loading {
  margin-top: 15px;
  width: 32px;
  opacity: 0.4;
}

/* line 146, ../../src/sass/_modals.scss */
.modal.fade .content-a {
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {

  /* line 146, ../../src/sass/_modals.scss */
  .modal.fade .content-a {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 151, ../../src/sass/_modals.scss */
  .modal.fade .content-a .status {
    padding: 0;
  }
}

/* line 157, ../../src/sass/_modals.scss */
.modal.fade .content-b {
  font-size: 0;
}

/* line 160, ../../src/sass/_modals.scss */
.modal.fade .content-b h2 {
  margin: 0;
}

/* line 163, ../../src/sass/_modals.scss */
.modal.fade .content-b .btn {
  background: transparent url("../images/bg-btn.png") repeat scroll 0% 0%/100% 100%;
  text-shadow: 0px 0px 2px #FFF;
  color: #492400 !important;
  width: 245px;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  padding: 19px 0;
}

/* line 172, ../../src/sass/_modals.scss */
.modal.fade .content-b .btn:hover {
  opacity: 0.85;
}

/* line 176, ../../src/sass/_modals.scss */
.modal.fade .content-b .found {
  width: 71%;
  display: inline-block;
  vertical-align: middle;
}

.modal.fade .v3 .content-b .found {
  width: 90%;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {

  /* line 176, ../../src/sass/_modals.scss */
  .modal.fade .content-b .found {
    width: 62.5%;
  }
}

@media only screen and (max-width: 630px) {

  /* line 176, ../../src/sass/_modals.scss */
  .modal.fade .content-b .found {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

/* line 188, ../../src/sass/_modals.scss */
.modal.fade .content-b .found p {
  margin: 30px 0;
  font-weight: 300;
  padding: 0;
  line-height: 28px;
  font-size: 18px;
}

.modal.fade .content-b .found p strong {
  font-weight: 400;
}

/* line 195, ../../src/sass/_modals.scss */
.modal.fade .content-b .status {
  background-image: url("../images/shadow.jpg");
  background-repeat: repeat-y;
  width: 29%;
  padding: 27px 17px 27px 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: #EBEBEB;
  min-height: 320px;
}

@media only screen and (max-width: 767px) {

  /* line 195, ../../src/sass/_modals.scss */
  .modal.fade .content-b .status {
    width: 37.5%;
  }
}

@media only screen and (max-width: 630px) {

  /* line 195, ../../src/sass/_modals.scss */
  .modal.fade .content-b .status {
    width: 100%;
  }
}

/* line 209, ../../src/sass/_modals.scss */
.modal.fade .content-b .status p {
  font-size: 13px;
  margin: 0 0 3px 0;
}

/* line 213, ../../src/sass/_modals.scss */
.modal.fade .content-b .status h5 {
  font-size: 16px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cfcfd0;
  padding: 0px 0px 10px;
}

/* line 219, ../../src/sass/_modals.scss */
.modal.fade .content-b .status .view {
  padding: 10px 0px 3px 0px;
}

/* line 221, ../../src/sass/_modals.scss */
.modal.fade .content-b .status .view p {
  color: #FC5C1F;
}

/* line 224, ../../src/sass/_modals.scss */
.modal.fade .content-b .status .view p strong {
  font-size: 14px;
  color: #684229;
  margin: 5px 0 0 0;
}

/* line 234, ../../src/sass/_modals.scss */
.modal.fade .tracking.in,
.modal.fade .content-a.in,
.modal.fade .content-b.in {
  opacity: 1;
}

.modalsfooter .modal-dialog {
  width: 90%;
  max-width: 640px;
}

.modalsfooter .modal-content {
  overflow: visible !important;
}

.modalsfooter .modal-content .modal-body {
  padding: 20px 30px 20px 30px;
  font-size: 13px;
  color: #303030;
}

.modalsfooter .modal-content .modal-header {
  background: #684229;
  border: none;
  padding: 15px 30px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.modalsfooter .modal-content .modal-header h4 {
  font-size: 22px;
  color: #fff;
}

.modalsfooter .modal-content .modal-header .close {
  margin-top: 0;
  background: url("../images/close-icon.png");
  width: 40px;
  height: 41px;
  opacity: 1;
  float: none;
  position: absolute;
  right: -19px;
  top: -18px;
  text-indent: -100000000px;
  overflow: hidden;
  display: block;
}

.modal.fade .content-b .again {
  position: absolute;
  bottom: 0px;
  right: 33.5%;
  padding: 0px 10px 5px 0px;
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}

.modal.fade .content-b .close,
.modal.fade .content-c .close {
  position: fixed;
  top: 5px;
  right: 15px;
  float: none;
  font-size: 44px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.fade .content-c .close {
  top: -9px;
  left: -11px;
  z-index: 100;
}

@media only screen and (max-width: 590px) {
  body header h1 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 420px) {
  body header h1 {
    font-size: 16px;
  }
}

.view-status {
  color: #000;
  text-decoration: underline;
}

.view-status:hover,
.view-status:focus {
  color: #000;
}

/*new popup variation*/
.popup-variation-2.modal .content-b .found {
  padding: 30px;
  width: 100%;
}

.popup-variation-2.modal .content-b .again {
  right: 0;
  padding: 0px 15px 10px 0px;
}

.popup-variation-2.modal .tracking-results {
  max-height: 112px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 30px 0 0 0;
}

.popup-variation-2.modal .content-b .found .tracking-results p {
  margin: 0;
  font-size: 16px;
}

.popup-variation-2.modal .content-b .found .tracking-results br {
  font-size: 5px;
}

.popup-variation-2.modal .modal-lg {
  width: 700px;
}



body.fedex header {
  background-color: #333366;
}
body.ups header {
  background-color: #684229;
}
body.usps header {
  background-color: rgb(52, 50, 101);
}
body.dhl header {
  background-color: #e21d0d;
}

body.canada-post header {
  background-color: #004a91;
}

/*new css after install popup*/
.modal.fade .modal-sm.popup-after {
  width: 748px;
  margin: 15px auto;
}

.popup-after .ads.ads-728x90 {
  width: 728px;
  height: 90px;
  padding: 10px;
}

.popup-after .ads.ads-300x250 {
  width: 300px;
  height: auto;
}

.popup-after .ads {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  display: block;
}

.popup-after #top-back {
  background: #fff;
  position: relative;
  z-index: 2;
  display: block;
  text-align: left;
}

.popup-after .clearfix {
  background: #f6f6f6;
}

.popup-after #top-back .bar {
  background-color: #363636;
  height: 46px;
  width: 100%;
}

.popup-after #top-back .bar a {
  background-color: #4d90fe;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  font-size: 14px;
  width: 250px;
  text-align: center;
  outline: none;
}

.popup-after #sidebar-ads {
  width: 320px;
  background: #fff;
  display: block;
  z-index: 2;
  padding: 10px;
}

.popup-after #warning {
  padding: 15px;
  display: block;
}

.popup-after #warning div {
  text-align: center;
  font-weight: bold;
  background: #FFF9D5;
  padding: 10px;
}

.popup-after #warning p {
  margin: 0px;
  line-height: 18px;
  font-size: 13px;
}

.popup-after #warning a {
  color: #306BE1;
  text-decoration: underline;
}

.popup-after .loop {
  width: 428px;
  overflow: hidden;
  padding: 15px 0;
}

.popup-after .loop p {
  font-size: 13px;
  margin: 0 0 3px 0;
}

.popup-after .loop h5 {
  font-size: 16px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cfcfd0;
  padding: 0px 0px 10px;
}

.popup-after .loop .view {
  padding: 10px 0px 3px 0px;
}

.popup-after .loop .view p {
  font-size: 14px;
  color: #684229;
  margin: 5px 0 0 0;
}




.ads {
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ads-728x90 {
  width: 728px;
  height: 90px;
}

.ads-300x250 {
  width: 300px;
  height: 250px;
}

.ads-300x600 {
  width: 300px;
  height: 600px;
}

.ng-cloak {
  opacity: 0;
}

#ads-top.ads-300x250 {
  padding: 10px;
}


.progress-info {
  font-weight: 500;
  color: #464646;
  text-align: left;
  padding-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

#slider {
  border-radius: 0;
  border: none;
  height: 40px;
  background: #2b180c;
}

#slider .ui-slider-range {
  border-radius: 0;
  background: #684229;
}

#slider.ui-slider .ui-slider-handle {
  display: none;
}


body.fedex #slider {
  background: #210431;
}

body.fedex #slider .ui-slider-range {
  background: #4a0072;
}

body.usps #slider {
  background: rgb(20, 20, 43);
}

body.usps #slider .ui-slider-range {
  background: rgb(52, 50, 101);
}

body.dhl #slider {
  background: #bd190c;
}

body.dhl #slider .ui-slider-range {
  background: #e21d0d;
}

body.canada-post #slider {
  background: #004a91;
}

body.canada-post #slider .ui-slider-range {
  background: #0072DD;
}


@media only screen and (max-width: 1023px) {
  img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 349px) {
  .popup-after .ads.ads-300x250 {
    width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .modal.fade .tracking h4 {
    font-size: 22px;
  }

  .popup-after .tracking-records {
    float: none !important;
    display: block;
    width: 100%;
  }

  .popup-after .loop {
    width: 100%;
  }

  .modal.fade .tracking {
    padding: 67px 20px;
  }
}

@media only screen and (min-width: 992px) {
  #ads-middle {
    margin: 15px auto 0 auto;
  }

}

#ads-top-search-again,
#ads-middle-search-again {
  display: none;
}

#ads-middle-search-again {
  margin-top: 15px;
}

body.search-again #ads-top-search-again,
body.search-again #ads-middle-search-again {
  display: block;
}

body.tablet.search-again #ads-top-search-again,
body.mobile.search-again #ads-top-search-again,
body.tablet.search-again #ads-middle-search-again,
body.mobile.search-again #ads-middle-search-again {
  display: none;
}


.modal.fade .content-b .found .tracking-results .details {
  text-align: center;
  margin: 6px 0;
  font-size: 0;
}

.modal.fade .content-b .found .tracking-results .details p {
  font-size: 14px;
  display: block;
  margin: 0;
  line-height: 17px;
  padding: 0;
}

.popup-after .loop .details {
  border-bottom: 1px solid #cfcfd0;
  margin: 10px 0;
}

.popup-after .loop .details:first-child {
  margin-top: 0;
}

.popup-after .loop .details:last-child {
  margin-bottom: 0;
  border: none;
}

#ads-top-search-again,
#ads-top {
  padding: 15px 0;
}

.checkbox-wrap {
  position: relative;
  z-index: 1002;
  margin: auto;
  margin-bottom: auto;
  width: 312px;
  color: black;
}

#overlay-opt {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

#checkbox-opt-label-wrap {
  margin-right: 10px;
  padding-top: 6px;
  width: 0 !important;
  height: 0 !important;
}

.arrow_box-opt {
  color: black;
  display: none;
  text-align: center;
  position: absolute;
  top: -143px;
  left: -148px;
  width: 260px;
  padding: 25px;
  background: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  z-index: 1001;
}

.arrow_box-opt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid black;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-left-color: black;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  top: 100%;
  left: 37px;
}

.oc-homeCheckbox {
  margin-right: 14px !important;
}

.oc-searchCheckbox {
  margin-right: 14px !important;
}

.arrow_box-opt #arrow-text-opt {
  font-size: 21px;
  line-height: 18px;
  margin-bottom: 10px;
}

.arrow_box-opt p {
  font-size: 12px;
  line-height: 15px;
}

.oc-checkboxContainer {
  clear: both;
  padding: 10px 0 0;
  margin: 0 auto;
  font-size: 12px;
  color: #bbb;
  line-height: 1.2;
}

.oc-extension-directions-overlay .oc-chrome-overlay-new {
  margin-top: -60px;
}

p.disclaimer,
.modal.fade .content-b .found p.disclaimer,
body .track .box p.disclaimer {
  clear: both;
  margin: 20px 0px 0px;
  font-size: 11px;
  line-height: 1.4;
  color: #aaa;
  text-align: left;
  font-weight: normal;
}

p.disclaimer a {
  color: #aaa;
  text-decoration: underline;
  outline: none;
}

#install-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
  background: black;
  position: fixed;
  opacity: .9;
  pointer-events: none;
  display: none;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#loading-bar {
  display: none;
  width: 600px;
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}

#loading-bar span {
  position: absolute;
  top: -45px;
  font: 400 28px sans-serif;
  color: #fff;
}

#loading-bar-inner {
  height: 100%;
  background-color: #44a248;
  border-radius: 20px;
  transition: width 2000ms linear;
  display: block;
  width: 0;
}

#loading-bar-inner.load {
  width: 100%;
}

#loading-bar .loading-disclaimer {
  position: fixed;
  bottom: -45vh;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 100%;
  font-family: sans-serif;
}

body .sp .sp__arrow {
  display: none;
}

body .sp .sp__info-box {
  margin-left: 50px;
  width: 250px;
  box-sizing: border-box;
  margin-top: 92px;
}

.confirm {
  position: fixed;
  width: 500px;
  height: 200px;
  background: #fff;
  z-index: 100000;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  border: solid 2px #ccc;
  display: none;
}

.confirm p {
  font-size: 23px;
  color: #010101;
  font-weight: normal;
  line-height: 29px;
  margin: 20px 0 0 20px;
  text-align: left;
}

.confirm .actions {
  text-align: right;
  margin: 50px 20px 0 0;
}

.confirm .actions .btn {
  background: #f3f2f2;
  border: 1px solid #acacac !important;
  font-size: 24px;
  margin-left: 20px;
  color: #000 !important;
  font-weight: normal;
  border-radius: 5px;
  padding: 6px 35px;
  text-decoration: none !important;
}

.confirm .actions .btn.blue {
  border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
  background: #498cfe;
  color: #fff !important;
}

p.tb-disclaimer,
.modal.fade .content-b .found p.tb-disclaimer {
  font-size: 10px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

p.tb-disclaimer a,
.modal.fade .content-b .found p.tb-disclaimer a {
  color: inherit;
  text-decoration: underline;
}

header p.tb-disclaimer {
  position: absolute;
  right: 30px;
  color: #fff;
  top: 26px;
  width: 250px;
  text-align: right;
  font-size: 11px;
}

.modal.fade .content-b .found p.tb-disclaimer {
  width: 550px;
  margin: 1em auto;
}

body .track .box p.tb-disclaimer {
  font-size: 11px;
  text-align: center;
  margin-top: -10px;
}

#alert-container {
  padding: 6px 0;
  background: #ed1c24;
  margin: 0;
  border: solid #fff;
  border: none;
}

#alert {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}

#alert span {
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 5px 0 0;
  font-weight: bold;
}

#alert a {
  color: #fff;
  padding: 0 0 0 10px;
}

#alert a:hover {
  text-decoration: none;
}

.box.left p.tb-disclaimer {
  padding: 10px 20px 0px;
  margin: 0;
  font-size: 10px !important;
}

#trackData {
  margin-top: 15px;
  max-height: 90px !important;
  overflow: overlay;
}

#trackData p {
  margin: 0;
  font-weight: 600;
}

#trackingId,
#trackingCarrier {
  font-weight: 400;
  margin-bottom: 15px !important;
}

#trackingDetails {
  padding-left: 15px;
}

@media (max-width: 780px){
  #trackData {
    max-height: 100px !important;
  }
}
@media (max-width: 540px){
  #trackData {
    max-height: 91px !important;
    margin-top: 8px !important;
  }
}
/* header and box content  */
@media (max-width: 450px){
  header p.tb-disclaimer {
    width: 210px !important;
    margin: 0;
  }
  #alert-container {
    padding: 6px 9px !important;
  }
}
@media (max-width: 380px){
  header p.tb-disclaimer {
    width: 180px !important;
  }
  body header .logo {
    left: 19px;
  }
  header p.tb-disclaimer {
    right: 19px;
  }
  #alert span {
    font-size: 14px !important;
  }
  #alert {
    font-size: 12px;
  }
  body header {
    height: 85px !important;
  }
  #alert-container {
    padding: 6px 16px !important;
  }
}
@media (max-width: 320px){
  header p.tb-disclaimer {
    width: 140px !important;
  }
  body header {
    height: 95px !important;
  }
  
  body .track .box table tbody > tr > td {
    padding: 0px !important;
  }
  body .track .box textarea {
    font-size: 12px !important;
    height: 51px !important;
  } 
}

@media(max-width: 280px) {
  body header {
    height: 100px !important;
  }
  header p.tb-disclaimer {
    width: 120px !important;
  }
  
}