#maincontent aside {
  order: 1;
}
@media (max-width: 992px) {
  #maincontent aside {
    order: 2;
  }
}
#maincontent section {
  order: 2;
}
@media (max-width: 992px) {
  #maincontent section {
    order: 1;
  }
}
aside .left-menu-title {
  background-color: var(--theme-color);
  color: white;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
aside .left-menu-title i {
  margin-right: 10px;
}
aside .left-menu-box {
  border: var(--border);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  margin-bottom: 20px;
}
aside .left-menu-box a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: var(--border);
}
aside .left-menu-box i {
  margin-right: 5px;
}
.help-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--border-color);
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: bold;
}
.help-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  border-radius: var(--border-radius);
  background-color: var(--theme-color);
}
h3 {
  display: flex;
  align-items: center;
  color: var(--theme-color);
  position: relative;
  background-color: var(--background-color2);
  padding: 0.3rem 1rem;
  border-radius: var(--border-radius);
  font-size: 21px;
}
h3 i {
  margin-right: 10px;
}
h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: var(--border-radius);
}
.accordion-button i {
  margin-right: 5px;
}
.help-ul-list li {
  display: flex;
  align-items: center;
  line-height: 2.2;
}
.help-ul-list li i {
  margin-right: 5px;
}
.help-content p img {
  border-radius: var(--border-radius);
  border: var(--border);
}
.breadcrumb-heading h1 {
  display: none;
}
.gbigLine {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  margin: 1em 0;
}
.gbigLine i {
  display: inline-block;
  background-color: var(--theme-color);
  color: white;
  padding: 0.5em 1em;
}
.gbigLine b {
  margin-left: 0.8em;
}
.help-block {
  color: var(--red);
  font-size: 13px;
}
#btnSubmit {
  width: 10rem;
}
.form-horizontal label {
  display: flex;
  padding-right: 0;
}
.form-horizontal label span {
  font-size: 14px;
  width: 100%;
  text-align: right;
  color: var(--gray);
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .form-horizontal label span {
    text-align: left;
  }
}
.help-content p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
.note p {
  margin-bottom: 0;
}
.note p a,
.note p b {
  color: var(--theme-color);
  font-weight: 500;
}
.skills-header h1 {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  font-weight: bold;
}
.skills-part,
.borderTop-dotted-ccc {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.7;
  color: #333;
}
.skills-part h2,
.borderTop-dotted-ccc h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.skills-part h3,
.borderTop-dotted-ccc h3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.skills-part p,
.borderTop-dotted-ccc p {
  margin-bottom: 10px !important;
}
.skills-part li,
.borderTop-dotted-ccc li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .gvtable thead {
    display: none;
  }
}
.gvtable tbody td:nth-child(n+3) {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gvtable tbody tr {
    display: block;
    margin-bottom: 10px;
    counter-increment: item;
  }
  .gvtable tbody tr:first-child {
    display: none;
  }
  .gvtable tbody td {
    display: flex;
    font-size: 12px;
  }
  .gvtable tbody td div {
    width: calc(100% - 175px);
  }
  .gvtable tbody td:not(:last-child) {
    border-bottom: var(--border);
  }
  .gvtable tbody td:before {
    width: 175px;
    font-weight: bold;
  }
  .gvtable tbody td:nth-child(1):before {
    content: 'Shipping Methods ' counter(item);
  }
  .gvtable tbody td:nth-child(2):before {
    content: 'Ship To';
  }
  .gvtable tbody td:nth-child(3):before {
    content: 'Estimated Delivery Time';
  }
  .gvtable tbody td:nth-child(4):before {
    content: 'Shipping Cost';
  }
}
/*# sourceMappingURL=help.css.map */