/*---Help Center Page Design Start*/
body.cms-page-view.cms-quick-tips .main-container {
  margin-top: 0;
}
.hc-mainblock {
  border: 2px solid var(--primary-color);
  border-left: 0;
  margin-top: 7rem;
  position: relative;
  float: left;
}
.hc-mainblock>h1 {
  float: left;
  font-size: 7rem;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 50px 10px 0px;
  margin-top: -6rem;
  background-color: var(--white-color);
  position: relative;
}
.hc-mainblock>h1>span {
  color: var(--primary-color);
  font-weight: 400;
}
.hc-mainblock>h1:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100%;
  right: 0;
  top: calc(50% - 5px);
}
.hc-mainblock .hc-leftblock {
  float: left;
  color: var(--grey-color-tone-four);
  width: 65%;
}
.hc-mainblock .hc-rightblock {
  float: right;
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hc-mainblock .hc-leftblock h2 {
  font-size: 40px;
  color: var(--grey-color-tone-four);
  margin: 0 0 20px;
}
.hc-mainblock .hc-leftblock p {
  font-size: clamp(18px,2vw,20px);
  font-weight: 400;
  margin: 0 0 40px;
  line-height: 1.4;
  word-spacing: 6px;
  letter-spacing: 1px;
}
.hc-mainblock .hc-leftblock .hc-imgblock {
  float: left;
  padding: 0 0 18px;
  width: 100%;
}
.hc-mainblock .hc-leftblock .hc-imgblock>li {
  float: left;
  width: 44%;
  text-align: center;
  font-size: clamp(18px,2vw,20px);
  line-height: 1.3;
}
.hc-mainblock .hc-leftblock .hc-imgblock>li>img {
  margin: 0 auto 20px;
  clear: both;
  display: block;
}
.hc-mainblock .hc-leftblock .hc-imgblock>li:first-child>img {
  width: 100px;
}
.hc-mainblock .hc-leftblock .hc-imgblock>li:last-child>img {
  margin: 40px auto 54px;
}
.hc-mainblock .hc-featurebox {
  padding-left: 0;
  width: 100%;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
.hc-mainblock .hc-featurebox>li {
  width: 24%;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
}
.hc-mainblock .hc-featurebox>li:last-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  padding: 25px;
}
.hc-mainblock .hc-featurebox>li:last-child>span {
  width: auto;
  float: none;
  padding-left: 30px;
}
.hc-mainblock .hc-featurebox>li>div {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
}

.hc-mainblock .hc-featurebox>li>div>img {
  width: 70px;
}
.hc-mainblock .hc-featurebox>li>span {
  float: none;
  width: auto;
  position: relative;
  display: inline-block;
}
.hc-mainblock .hc-featurebox>li>span:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  background-color: var(--primary-color);
  right: 0;
}
.hc-mainblock .hc-rightblock img {
  position: relative;
  right: 60px;
  top: 1px;
  max-width: 150%;
  width: 125%;
}
.hc-mainblock:after {
  content: "";
  width: 2px;
  height: 120px;
  position: absolute;
  background-color: var(--primary-color);
  left: 0;
  bottom: 0;
}
.hc-mainblock:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100%;
  left: -5px;
  bottom: 112px;
}
.hc-titleline {
  float: left;
  width: 100%;
  text-align: center;
  font-size: clamp(22px,2vw,26px);
  line-height: 1.4;
  font-weight: 700;
  padding: 35px 0 25px;
  letter-spacing: 0.5px;
  margin: 0 0 40px;
  color: var(--primary-color);
}
.hc-titleline>span {
  color: var(--grey-color-tone-four);
}
.hc-arrow {
  background-image: url(../images/help-center/hc-arrrow.png);
  width: 50px;
  height: 20px;
  display: block;
  margin: 0 auto;
  clear: both;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hc-protimeblock {
  border: 2px solid var(--primary-color);
  padding: 30px 30px 0;
  margin: 80px 0 10rem;
  text-align: center;
  position: relative;
  float: left;
}
.hc-protimeblock h3 {
  font-size: 60px;
  line-height: 1.3;
  display: inline-block;
  margin: -40px 0 0;
  background-color: var(--white-color);
  padding: 10px 8rem 10px 7rem;
  position: relative;
  top: -40px;
  color: var(--primary-color);
}
.hc-protimeblock h3 strong {
  font-weight: 900;
}
.hc-protimeblock h3:after, .hc-protimeblock h3:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100%;
  top: calc(50% - 6px);
}
.hc-protimeblock h3 strong {
  color: var(--dark-color);;
}
.hc-protimeblock h3:before {
  left: 0;
}
.hc-protimeblock h3:after {
  right: 0;
}
.hc-protimeblock .hc-proimgblock {
  float: left;
  width: 60%;
  position: relative;
  right: 9%;
  margin-top: -10%;
  top: 125px;
}
.hc-protimeblock .hc-proimgblock img {
  max-width: 105%;
}
.hc-protimeblock .hc-prorightblock {
  float: right;
  width: 40%;
  text-align: justify;
  padding: 30px 0;
  color: var(--dark-color);
}
.hc-protimeblock .hc-prorightblock>p {
  font-size: clamp(16px,2vw,22px);
  line-height: 1.4;
  margin: 0px 0 40px;
  position: relative;
}
.hc-returninnerblock p strong {
  color: var(--grey-color-tone-four);
}
.hc-protimeblock .hc-prorightblock>p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  border-radius: 100%;
  left: -40px;
  top: 10px;
}
.hc-returnblock {
  margin: 8rem 0 0;
  border: 2px solid var(--primary-color);
  padding: 30px;
  text-align: center;
  float: left;
}
.hc-returnblock>h4 {
  font-size: 80px;
  line-height: 1.3;
  display: inline-block;
  margin: -64px 0 0;
  background-color: var(--white-color);
  padding: 10px 6rem 10px 5rem;
  position: relative;
  top: -30px;
  text-transform: uppercase;
  color: var(--dark-color);;
  font-weight: 900;
}
.hc-returnblock .hc-returninnerblock {
  text-align: justify;
}
.hc-returnblock>h4:before, .hc-returnblock>h4:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100%;
  top: calc(50% - 4px);
}
.hc-returnblock>h4:before {
  left: 0;
}
.hc-returnblock>h4:after {
  right: 0;
}
.hc-returninnerblock .hcli-block {
  float: left;
  width: 100%;
}
.hc-returninnerblock .hcli-block>h5 {
  font-size: 24px;
  font-weight: 700;
  padding: 0px 0px 20px 35px;
  position: relative;
  color: var(--primary-color);
}
.hc-returninnerblock .hcli-block>p, .hc-returninnerblock p {
  font-size:clamp(16px,2vw,22px);
  line-height: 1.4;
  color: var(--dark-color);
}
.hc-returninnerblock .hcli-block>h5:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  border-radius: 100%;
  left: 0;
  position: absolute;
  top: calc(50% - 17px);
}
.hc-returnblock .hc-returninnerblock .hcretuern-row {
  float: left;
  width: 100%;
}
.hc-returninnerblock .hcretuern-row .hcreturn-col {
  float: left;
  width: 50%;
  padding: 40px 0;
}
.hc-returninnerblock .hcretuern-row .hcreturn-colimg {
  float: right;
  width: 43%;
  text-align: right;
  margin-top: 8%;
}
.hc-returninnerblock .hcretuern-row .hcreturn-col .hcli-block {
  padding: 0 0 20px;
  color: var(--grey-color-tone-four);
}
.hc-returninnerblock .hcretuern-row .hcreturn-col>p {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.hc-button {
  border: 2px solid var(--primary-color);
  box-shadow: rgb(29 29 29 / 55%) 0px 7px 10px -10px inset;
  max-width: 340px;
  display: block;
  clear: both;
  text-align: center;
  padding: 10px;
  font-size: clamp(16px,2vw,18px);
  border-radius: 40px;
  color: var(--dark-color);
  background-color: var(--white-color);;
  white-space: nowrap;
}
.hc-button>strong {
  color: var(--primary-color);
}
.hc-returninnerblock .hcretuern-row .hcreturn-colimg>img {
  width: 100%;
}
.hc-garrntyblock {
  text-align: center;
  padding: 30px;
  margin: -30px 0 50px;
}
.hc-garrntyblock h4 {
  font-size: 48px;
  line-height: 1.3;
  display: inline-block;
  margin: -44px 0 0;
  background-color: var(--white-color);
  padding: 10px 5rem;
  position: relative;
  color: var(--primary-color);
}
.hc-garrntyblock h4 strong {
  color: var(--dark-color);
  font-weight: 900;
}
.hc-garrntyblock>p {
  font-size: clamp(18px,2vw,28px);
  line-height: 1.4;
  color: var(--dark-color);
  margin: 0 0 5rem;
}
.hc-garrntyblock>h4:before, .hc-garrntyblock>h4:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100%;
  top: calc(50% - 10px);
}
.hc-garrntyblock>h4:before {
  left: 0;
}
.hc-garrntyblock>h4:after {
  right: 0;
}
.hc-shippblock {
  border: 2px solid var(--primary-color);
  padding: 30px;
  text-align: center;
  position: relative;
  min-height: 420px;
  max-width: 1100px;
  margin: 38px auto 80px;
  display: block;
  clear: both;
}
.hc-shippblock>h3 {
  font-size: 80px;
  line-height: 1.3;
  display: inline-block;
  margin: -55px 0 0;
  background-color: var(--white-color);
  padding: 10px 15rem;
  position: relative;
  top: -46px;
  text-transform: uppercase;
  color: var(--dark-color);
  font-weight: 900;
}
.hc-shippblock>h3:before, .hc-shippblock>h3:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100%;
  top: calc(50% + 1px);
}
.hc-shippblock>h3:before {
  left: 0;
}
.hc-shippblock>h3:after {
  right: 0;
}
.hc-shippblock .hcgurr-leftblock {
  float: left;
  position: absolute;
  top: -18px;
  left: -30px;
}
.hc-shippblock .hcgurr-rightblock {
  float: right;
  width: 50%;
  text-align: justify;
  margin-top: -3%;
}
.hc-shippblock .hcgurr-rightblock>p {
  font-size:clamp(18px,2vw,25px);
  color: var(--dark-color);
  line-height: 35px;
  position: relative;
}
.hc-shippblock .hcgurr-rightblock .hc-button {
  float: right;
  padding: 10px 20px;
  margin: 45px 24px 45px 0;
}
.hc-line {
  background-image: url(../images/help-center/hc-line.png);
  width: 120px;
  height: 20px;
  display: block;
  margin: 0 auto;
  clear: both;
  background-repeat: no-repeat;
  background-position: center center;
}
.hc-shippblock .hcgurr-rightblock .hc-button {
  max-width: 425px;
  width: 100%;
}
.hc-services-block {
  max-width: 1100px;
  margin: 0 auto;
  clear: both;
  display: block;
  padding: 5rem 0 0;
}
.hc-services-block h4 {
  font-size: 54px;
  line-height: 1.3;
  float: left;
  padding-right: 3rem;
  width: 25%;
  color: var(--primary-color);
}
.hc-services-block h4>strong {
  color: var(--dark-color);
}
.hc-services-block ul {
  padding-left: 0;
  width: 75%;
  float: left;
}
.hc-services-block ul>li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: clamp(16px,2vw,18px);
  font-weight: 600;
  color: var(--grey-color-tone-four);
}
.hc-services-block ul>li>i.hcser-icon {
  background-image: url(../images/help-center/hcservice-sprites.png);
  width: 100px;
  height: 80px;
  display: block;
  clear: both;
  background-size: 100px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
}
.hc-services-block ul>li>i.hcser-icon.hcbuyback {
  background-position: -5px -15px;
}
.hc-services-block ul>li>i.hcser-icon.hcdevices {
  background-position: -3px -166px;
}
.hc-services-block ul>li>i.hcser-icon.hcrmaprogram {
  background-position: -3px -327px;
}
.hc-services-block ul>li>i.hcser-icon.hcswapprogram {
  background-position: -3px -487px;
}
.hc-services-block ul>li>span {
  position: relative;
}
.hc-services-block ul>li>span:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background-color: var(--primary-color);
  right: 0;
}
.hc-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  clear: both;
}
.hccpservice-block {
  background-color: var(--grey-color-tone-six);
  margin: 4rem 0 0;
  border-top: 1px solid var(--grey-color-tone-six);
  padding: 3rem 0;
  float:left;
  width: 100%;
}
.hccpservice-block img {
  float: left;
  margin-left: 8%;
  margin-top: 10px;
  width: 90px;
}
.hccpservice-block h4 strong {
  font-weight: 800;
}
.hccpservice-block .hc-contactbox {
  float: left;
  width: 75%;
  text-align: center;
}
.hccpservice-block h4 {
  font-size: clamp(24px,2vw,30px);
  color: var(--dark-color);
  margin: 0 0 10px;
}
.hccpservice-block p {
  font-size: clamp(16px,2vw,22px);
  line-height: 1.3;
  color: var(--dark-color);
}
.hc-wrapper .hc-contactinfo {
  padding: 20px 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1rem;
}
.hc-contactinfo>li:first-child{
  padding-left: 150px;
}
.hc-contactinfo>li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  color: var(--dark-color);
  line-height: 0;
}
.hc-contactinfo>li:last-child {
  width: 100%;
}
.hc-contactinfo>li:last-child p{
  width: auto;
  text-align: left;
}
.hc-contactinfo>li>.hccontact-icon {
  background-image: url(../images/help-center/hc-sprites.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 98px;
}
.hc-contactinfo>li>.hcphone-icon {
  background-position: 5px -26px;
}
.hc-contactinfo>li>.hcaddr-icon {
  background-position: 5px -273px;
}
.hc-contactinfo>li>.hctimer-icon {
  background-position: 0px -151px;
  position: relative;
}
.hc-contactinfo>li p {
  font-size: clamp(15px, 3vw, 16px);
  line-height: 1.3;
  margin: 0;
  width: calc(100% - 50px);
  text-align: left;
}
.hc-contactinfo>li>p {
  display: inline;
}
.hcbottom-callsection {
  background-color: var(--grey-color-tone-six);
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 35px;
}
.hcbottom-callsection .hcclactionbtn {
  font-size: clamp(18px,2vw,24px);
  line-height: 1.1;
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 18px 40px 18px 55px;
  text-transform: uppercase;
  border-radius: 40px;
  width: 360px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.hcbottom-callsection .hcclactionbtn .hcbutton-icon {
  background-image: url(../images/help-center/hc-sprites.png);
  width: 80px;
  height: 90px;
  position: absolute;
  top: -14px;
  right: 30px;
  background-position: 0 -772px;
  background-size: 80px;
}
body.cms-page-view.cms-quick-tips #footer-top {
  margin-top: 0;
}
.hc-shippblock .hcgurr-rightblock>p:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    border-radius: 100%;
    top: 10px;
    left: -24px;
}


/* start media query */
@media screen and (max-width: 1499px) {
  .hc-mainblock .hc-rightblock img{
    width: 100%;
    right: -20px;
  }
}

@media screen and (max-width: 1366px) {
  .hc-protimeblock .hc-proimgblock {
      width: 50%;
      right: 0;
  }
  .hc-protimeblock .hc-proimgblock img {
      max-width: 100%;
  }
  .hc-mainblock .hc-rightblock img {
      right: -15px;
      max-width: 100%;
      width: 100%;
  }
  .hc-returnblock>h4{
    font-size: 65px;
  }
  .hc-shippblock>h3{
    font-size: 65px;
  }
  .hc-shippblock .hcgurr-rightblock .hc-button{
    margin: 35px auto;
    max-width: 350px;
  }
  .hc-shippblock>h3:before, .hc-shippblock>h3:after{
    top: calc(60% + 1px);
  }
  .hc-returnblock>h4:before, .hc-returnblock>h4:after{
    top: calc(54% - 4px);
  }
}
@media only screen and (max-width: 1200px) {
  #maincontent .hc-protimeblock .hc-proimgblock {
    width: 50%;
    right: 35px;
  }
  #maincontent .hc-protimeblock .hc-proimgblock img {
    max-width: 100%;
  }
}
@media screen and (max-width:1100px) {
  #maincontent .hc-protimeblock .hc-proimgblock {
    width: 100%;
    right: 0;
  }
  .hc-mainblock .hc-rightblock{
    border-bottom: 5px solid var(--primary-color);
  }
  .hc-mainblock .hc-rightblock img {
    margin-left: 0;
  }
  .hc-protimeblock .hc-proimgblock img {
      max-width: 100%;
  }
  .hc-mainblock .hc-featurebox>li {
      max-width: 25%;
  }
  .hc-mainblock .hc-rightblock img {
      max-width: 150%;
      width: 70%;
  }
  .hc-mainblock .hc-rightblock img {
    right: 0;
  }
  .hc-mainblock>h1:after, .hc-mainblock:after, .hc-mainblock:after, .hc-mainblock:before, .hc-protimeblock h3:after, .hc-protimeblock h3:before {
      display: none;
  }
  .hc-mainblock {
      text-align: center;
      border: 0;
      margin-top: 1rem;
  }
  .hc-mainblock>h1 {
      width: 100%;
      font-size: 4rem;
      padding: 0 0 20px;
      margin: 0;
  }
  .hc-mainblock .hc-leftblock, .hc-mainblock .hc-rightblock {
      width: 100%;
      position: relative;
  }

  .hc-mainblock .hc-leftblock .hc-imgblock {
      width: 560px;
      margin: 0 auto;
      clear: both;
      float: none;
  }
  .hc-mainblock .hc-leftblock p {
      float: left;
      width: 100%;
      margin: 0 0 20px;
  }
  .hc-mainblock .hc-leftblock .hc-imgblock>li {
      margin: 0 0 20px;
  }
  .hc-protimeblock {
    border: 0;
    margin: 70px 0 2rem;
  }
  .hc-protimeblock h3 {
      margin: 0;
  }
  .hc-protimeblock .hc-proimgblock {
      width: 100%;
      position: inherit;
      right: inherit;
      margin: 0;
      top: inherit;
  }
  .hc-protimeblock .hc-prorightblock {
      width: 100%;
  }
  .hc-protimeblock .hc-prorightblock>p:before {
      left: 0;
      width: 12px;
      height: 12px;
  }
  .hc-returninnerblock .hcli-block>h5:before{
    width: 12px;
    height: 12px;
  }
  .hc-protimeblock .hc-prorightblock>p {
      margin: 0px 0 20px;
      padding-left: 25px;
  }
  .hc-mainblock .hc-featurebox{
    padding: 0;
  }
  .hc-garrntyblock{
    margin: 0 0 35px;
  }
  .hc-garrntyblock>p{
    margin: 0 0 3rem;
  }
  #maincontent .hc-protimeblock .hc-proimgblock img{
    width: 70%;
    margin: 0 auto;
  }
  .hccpservice-block img{
    margin-left: 5%;
  }
  .hc-contactinfo>li:first-child {
    padding-left: 50px;
  }
  .hcbottom-callsection .hcclactionbtn{
    width: 310px;
  }
}

@media screen and (max-width: 1024px) {
  .hc-shippblock .hcgurr-rightblock {
      width: 42%;
  }
  .hc-returnblock>h4:before, .hc-returnblock>h4:after, .hc-garrntyblock>h4:before, .hc-garrntyblock>h4:after, .hc-shippblock>h3:before, .hc-shippblock>h3:after {
    display: none;
  }
  .hc-mainblock .hc-featurebox>li>span:after, .hc-services-block ul>li>span:after {
    display: none;
  }
  .hc-returnblock {
      border: 0;
      margin: 3rem 0 0;
  }
  .hc-shippblock {
      border: 0;
  }
  .hc-returnblock>h4, .hc-garrntyblock h4, .hc-shippblock>h3 {
      margin: 0;
  }
  .hc-services-block, .hc-wrapper {
      max-width: 100%;
      width: 100%;
      float: left;
      clear: none;
      margin: 0;
  }
  .hc-services-block h4 {
      float: left;
      width: 100%;
      text-align: center;
      margin: 0 0 2.5rem;
      padding-right: 0;
  }
  .hc-services-block ul {
      width: 100%;
  }
  .hc-mainblock .hc-featurebox>li:last-child {
      text-align: center;
  }
  .hc-shippblock>h3 {
      padding: 0;
  }
}

@media screen and (max-width:980px) {
  .hc-shippblock .hcgurr-rightblock>p {
    padding-left: 0;
  }
  .hc-shippblock .hcgurr-rightblock>p:before {
      display: none;
  }
  .hc-shippblock {
      max-width: 100%;
      float: left;
      width: 100%;
      margin: 0;
      min-height: 0;
  }
  .hc-shippblock .hcgurr-leftblock {
      position: inherit;
      top: inherit;
      left: inherit;
      width: 100%;
  }
  .hc-shippblock .hcgurr-rightblock {
      width: 100%;
      text-align: center;
  }
  .hc-shippblock .hcgurr-rightblock .hc-button {
      float: none;
      margin: 20px auto 10px;
  }
  .hc-returninnerblock .hcretuern-row .hcreturn-col {
      width: 100%;
  }
  .hc-returninnerblock .hcretuern-row .hcreturn-colimg {
      width: 100%;
  }
  .hc-contactinfo>li{
    width: 50%;
  }
}

@media screen and (max-width: 840px) {
  .hc-protimeblock h3 {
    padding: 10px 6rem;
  }
}

@media screen and (max-width: 768px) {
  .hc-protimeblock h3 {
      padding: 10px 4rem;
  }
}

@media screen and (max-width: 640px) {
  .hc-mainblock .hc-featurebox {
    padding-right: 0;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    padding: 30px 0 0;
  }
  .hc-mainblock .hc-leftblock .hc-imgblock {
      width: 100%;
      float: left;
      padding: 0 0 10px;
  }
  .hc-mainblock .hc-leftblock .hc-imgblock>li {
      width: 100%;
  }
  .hc-mainblock .hc-leftblock .hc-imgblock+p {
      font-weight: 700;
  }
  .hc-mainblock .hc-featurebox>li {
      max-width: 33.333%;
      flex: 0 0 33.333%;
      margin: 0 0 20px;
      padding: 0 10px;
  }
  .hc-mainblock .hc-featurebox>li:last-child>span {
      float: left;
      width: 100%;
      padding-left: 0;
  }
  .hc-mainblock .hc-featurebox>li:last-child {
      flex: 0 0 33.333%;
      padding: 0;
      flex-direction: column;
  }
  .hc-mainblock .hc-rightblock {
      padding: 0px 40px;
      border-bottom: 5px solid var(--primary-color);
  }
  .hc-protimeblock h3, .hc-returnblock>h4, .hc-garrntyblock h4 {
      padding: 0;
  }
  .hc-protimeblock h3 strong {
      float: left;
      width: 100%;
  }
  .hc-mainblock>h1, .hc-protimeblock h3, .hc-returnblock>h4, .hc-garrntyblock h4, .hc-shippblock>h3, .hc-services-block h4 {
      font-size: 2.6rem;
  }
  .hc-mainblock .hc-leftblock h2 {
      font-size: 28px;
  }
  .hc-mainblock .hc-leftblock p {
      font-size: 18px;
  }

  .hc-returninnerblock .hcli-block>h5 {
      font-size: 20px;
      padding: 0 0 20px 20px;
  }
  .hc-button {
      margin: 0 auto;
  }
  .hc-garrntyblock>p>br {
      display: none;
  }
  .hc-protimeblock {
      border-bottom: 5px solid var(--primary-color);
      margin: 40px 0 4rem;
      padding: 20px 5px;
  }
  .hc-protimeblock .hc-prorightblock {
      padding: 30px 0 10px;
  }
  .hc-returninnerblock .hcretuern-row .hcreturn-colimg {
      text-align: center;
  }
  .hccpservice-block img {
      float: none;
      margin: 0 auto 30px;
      display: block;
      clear: both;
  }
  .hccpservice-block .hc-contactbox {
      text-align: center;
      padding: 0;
      width: 100%;
  }
  .hc-contactinfo>li {
      width: 100%;
      line-height: normal;
      padding: 5px 0 20px;
  }
  .hc-contactinfo>li>.hccontact-icon {
      margin: 0;
      clear: both;
      display: block;
  }
  .hc-contactinfo>li:last-child {
      padding-bottom: 0;
  }
  .hc-services-block ul>li {
      width: 50%;
      padding: 0 0 40px;
  }
  .hccpservice-block {
      padding:15px;
      margin: 2rem 0 0 0;;
  }
  .hc-services-block {
      padding: 3rem 0 0;
  }
  .hc-shippblock .hcgurr-rightblock {
      padding: 0 0 1rem;
  }
  .hc-services-block ul>li>span:after {
      bottom: -9px;
      right: inherit;
      left: calc(50% - 10px);
  }
  .hccpservice-block img:not(.no-display) {
      display: none;
  }
  .hccpservice-block h4 {
      margin: 0 0 20px;
  }
  .hc-shippblock .hcgurr-leftblock {
      position: relative;
      padding: 0 0 20px;
      margin: 0 0 30px;
  }
  .hc-shippblock .hcgurr-leftblock:before {
      content: "";
      width: 100px;
      height: 4px;
      background-color: var(--primary-color);
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px);
  }
  .hc-shippblock .hcgurr-leftblock:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: var(--primary-color);
      border-radius: 100%;
      bottom: -7px;
      left: calc(50% - 10px);
  }
  .hc-mainblock .hc-featurebox>li>div>img{
    width: 50px;
  }
  .hc-mainblock .hc-featurebox>li>span{
    font-size: 16px;
  }
  .hc-titleline{
    margin: 0 0 25px;
  }
  .hc-garrntyblock>p{
    margin: 0 0 2rem;
  }
  .hc-returnblock, .hc-garrntyblock, .hc-shippblock{
    padding: 20px 5px;
  }
  .hc-wrapper .hc-contactinfo, .hcbottom-callsection{
    padding: 20px 5px;
  }
  .hc-shippblock .hcgurr-rightblock .hc-button{
    max-width: 100%;
  }
  .hc-contactinfo>li:last-child p {
    width: calc(100% - 50px);
    text-align: left;
  }
  .hc-contactinfo>li:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .hc-mainblock>h1, .hc-protimeblock h3, .hc-returnblock>h4, .hc-garrntyblock h4, .hc-shippblock>h3, .hc-services-block h4 {
    font-size: 2rem;
  }
  .hc-mainblock {
      padding: 0 5px;
  }
  .hcbottom-callsection .hcclactionbtn {
    padding: 15px 35px 15px 22px;
    width: 250px;
  }
  .hcbottom-callsection .hcclactionbtn .hcbutton-icon {
    right: 20px;
    top: -18px;
  }
  .hc-contactinfo>li p{
    font-size: 15px;
  }
}

/* end media query */