.main-nojoom-btn {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  background-color: #ed1c24;
  min-width: 163px;
  height: 40px;
  border-radius: 30px;
  padding: 12px 31px;
  font-family: "Rubik"; }
  .main-nojoom-btn:hover {
    color: #FFF;
    text-decoration: none; }
	
@media (min-width: 821px) and (max-width: 870px) {
	.custom-breadcrumb{top: 125px !important;}
	.custom-breadcrumb .container{max-width: calc(100vw - 60px) !important;}
	.ooredoo-fusion-wrappeer{padding-top: 156px !important;}
	.shahry-tabs__info {padding: 0 15px;}
	.fine-print .accordion .collapse:not(.show){display: none !important;}
	.custom-breadcrumb .custom-breadcrumb__list{padding: 11px 0 !important;}
	.CMS-footer-menu .menu-links{padding: 0px !important;}
	/*.cms_html_template {margin-top: 115px !important;}*/
}	
@media (min-width: 500px) and (max-width: 800px) {
	.custom-breadcrumb{top: 125px !important;}
	.CMS-shahryAddons header{padding: 0px;}
	.custom-breadcrumb .container{max-width: calc(100vw - 40px) !important;}
	.fine-print .accordion .collapse:not(.show){display: none !important;}
	/*.cms_html_template {margin-top: 115px !important;}*/
}
@media (min-width: 800px) and (max-width: 820px){
	.cms_html_template{margin-top: 142px;}
	.custom-breadcrumb .custom-breadcrumb__list{padding: 11px 0;}
	.custom-breadcrumb{top: 125px !important;}
	.custom-breadcrumb .container{max-width: calc(100vw - 50px) !important;}
	.ooredoo-fusion-wrappeer{padding-top: 123px;}
	
}
@media (min-width: 769px) and (max-width: 820px){.CMS-footer-menu .menu-links .items{width: 48%;}}
* {
  box-sizing: border-box; }
/*
.link-with-arrow {
  color: #ed1c24;
  font-size: 14px;
  font-weight: 900;
  font-family: "Rubik";
  line-height: 17px; }
  */
  .link-with-arrow {
    border: 1px solid #f4eeee;
    border-radius: 20px;
    display: inline-block;
    font: normal normal 600 16px / 31px "Noto Sans";
    color: #ed1c24 !important;
    padding: 0 7px 0 7px;
}
  /*
  .link-with-arrow::after {
    content: "";
    background: url("../images/red-right-arrow.svg") no-repeat center center !important;
    background-size: cover;
    width: 15px;
    height: 9.92px;
    display: inline-block;
    margin-left: 5px; }
	*/
	.link-with-arrow::after {
  content: "";
  background: url("../images/Open CTA Arrow.svg") no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 11px;
  display: inline-block;
  margin-left: 0px;
}
	
  .link-with-arrow:hover {
    color: #ed1c24;
    text-decoration: none; }
	
	

.main-color {
  color: #ed1c24; }

.secondary-color {
  color: #666; }

.move-color {
  color: #3c4161; }

.light-move-color {
  color: #777ca1; }

.ooredoo-heavy {
  font-family: "Rubik"; }

.secondary-font {
  font-family: "Noto Sans"}

.secondary-top-section {
  padding: 3em 0 9em !important; }

.main-top-section {
  padding: 3em 0 14em;
  background: #edefee url("../images/head-corner-bg.png") no-repeat top;
  background-size: 100%;
  margin-top: 142px; }
  .main-top-section.in-inner-quezs {
    padding-bottom: 10em; }
  @media (max-width: 769px) {
    .main-top-section {
      margin-top: 87px;
      padding-bottom: 10em; } }

.main-top-section__title {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 10px
 }
  @media (max-width: 769px) {
    .main-top-section__title {
      font-size: 26.6px; } }

.main-top-section__secondary-title {
  color: #3c4161;
  font-size: 20px; }
  @media (max-width: 769px) {
    .main-top-section__secondary-title {
      font-size: 13px; } }

.main-top-section___brief {
  font-size: 16px; 
  color: #777ca1
}

.search-wrapper {
  max-width: 650px;
  margin: 3em auto;
  position: relative; }
  .search-wrapper .search-input {
    border: 0;
    background-color: #FFF;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    font-size: .85em;
    padding: 0 50px 0 20px;
    line-height: 50px;
    outline: none;
    transition: box-shadow .15s linear;
    color: #666; }
    .search-wrapper .search-input + img {
      position: absolute;
      top: 17px;
      right: 20px;
      width: auto; }
    .search-wrapper .search-input:focus {
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }
  .search-wrapper ::-moz-placeholder {
    color: #CCC; }
  .search-wrapper :-ms-input-placeholder {
    color: #CCC; }
  .search-wrapper ::placeholder {
    color: #CCC; }
  .search-wrapper .search-results {
    background-color: #fff;
    position: absolute;
    top: 50px;
    border-radius: 15px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-height: 280px;
    height: 0;
    overflow-y: auto;
    text-align: left; }
    .search-wrapper .search-results.active {
      height: auto; }
    .search-wrapper .search-results li {
      border-bottom: 1px solid #eee; }
      .search-wrapper .search-results li a {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        font-size: 15px;
        color: #666;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none !important;
        transition: all 0.2s; }
        .search-wrapper .search-results li a:hover {
          color: #ed1c24;
          background-color: rgba(238, 238, 238, 0.5); }
      .search-wrapper .search-results li img {
        width: 20px;
        margin-right: 5px; }

.main-categories {
  margin-top: -10em;
  padding: 1em 0 2em; }
  @media (max-width: 769px) {
    .main-categories {
      margin-top: -9em; } }
  .main-categories .row {
    max-width: 880px;
    margin: auto;
    position: relative;
    flex-wrap: wrap; }
    .main-categories .row::before {
      content: url("../images/icon-bg-dots.svg");
      position: absolute;
      -webkit-margin-start: calc(-50% + 20px);
              margin-inline-start: calc(-50% + 20px);
      top: -30px; }
    @media (min-width: 769px) {
      .main-categories .row > div {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        margin-bottom: 30px; } }
    @media (max-width: 769px) {
      .main-categories .row > div {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px; } }
  .main-categories .articles-count {
    background-color: #f5f5f5;
    margin: 0;
    position: absolute;
    font-size: .7em;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 15px;
    bottom: 1em;
    right: 1em;
    align-self: flex-end;
    color: #666 !important; }

.main-category-box {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  position: relative;
  padding: 1.8em 1em 3.6em;
  height: 100%; }
  @media (max-width: 769px) {
    .main-category-box {
      padding: 1.2em .5em 2em; } }
  .main-category-box:hover {
    transform: scale(1.04);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .main-category-box.do-it-box {
    padding: 0;
    min-height: 120px; }
    .main-category-box.do-it-box .main-category-box__link {
      margin: 1em 1em 3em;
      display: inline-block;
      color: #666;
      font-weight: 400;
      transition: all 0.5s; }
    .main-category-box.do-it-box .main-category-box__banner img {
      height: auto;
      width: 100%;
      border-radius: 5px 5px 0 0; }
    .main-category-box.do-it-box:hover .main-category-box__link {
      color: #ed1c24; }

.main-category-box__img img {
  max-height: 64px;
  max-width: 64px;
  object-fit: contain;
  margin: 0 auto 1.6em; }
  @media (max-width: 769px) {
    .main-category-box__img img {
      max-height: 60px;
      max-width: 60px;
      margin-bottom: 0.8em; } }

.main-category-box__link {
  font-size: 17.6px;
  transition: all .2s ease-in-out; }
  
  @media (max-width: 820px) {
	.link-with-arrow {
		font-size: 12px;
		padding: 0 5px 0 10px;
		bottom: 15px;
		right: 10px;
		position: static;
	}
	.page-template-postpaid-fusion-2023 .link-with-arrow::after{     
		width: 15px;
		height: 8px; 
	}
	.page-template-postpaid-fusion-2023 .fusion-card{
		margin-top: 0px;
	}
	.page-template-postpaid-fusion-2023 .social_icons img {
		display: inline-block;
		margin-right: 5px;
	}
	.page-template-postpaid-fusion-2023 .fusion-card__extended-label{
		min-height: 0px;
	}
	.fusion-card__prices-wrapper.hala_buy_now {
		min-width: 80px;
		min-height: 80px;
		width: 80px;
		height: 80px;
	}
	.link-with-arrow.hala_buy_now{
		bottom: 10px;
	}
}

  @media (max-width: 769px) {
    .main-category-box__link {
      font-size: 14.08px;
      line-height: 20px;
      display: inline-block;
      margin-bottom: 7px; } }
  .main-category-box__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 5px;
    transition: all .2s ease-in-out; }
  .main-category-box__link:hover {
    color: #ed1c24;
    text-decoration: none; }
    .main-category-box__link:hover::before {
      box-shadow: inset 0 0 0 1px #ed1c24; }

.questions-cats {
  margin-top: -10em;
  padding: 1em 0 2em; }
  .questions-cats .questions-wrapper {
    width: 80%;
    margin: 0 auto; }

.questions-cat:not(:first-child) {
  margin-top: 20px; }

.questions-cat__heading {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 21px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 3; }
  .questions-cat__heading span {
    font-weight: bold;
    font-size: 16px; }
  .questions-cat__heading i {
    font-size: 28px;
    color: #ec1c23; }

.questions-cat__questions {
  background-color: #FFF;
  margin-top: -8px;
  border: 1px solid #e2e2e2;
  border-radius: 0 0 10px 10px;
  display: none; }

.hc-accordion:nth-child(even) {
  background-color: #f8f8f8; }

.hc-accordion__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 15px;
  cursor: pointer; }
  .hc-accordion__heading span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transition: all 0.5s; }
  .hc-accordion__heading i {
    font-size: 28px;
    color: #000;
    transition: all 0.5s; }
  .hc-accordion__heading.active span, .hc-accordion__heading.active i {
    color: #ed1c24; }
  .hc-accordion__heading.active i {
    transform: rotate(0.5turn); }

.hc-accordion__body {
  padding: 0 15px 15px;
  font-size: 16px;
  color: #666;
  display: none; }
  .hc-accordion__body p:last-child {
    margin-bottom: 0; }

.faq-cats {
  max-width: 880px;
  margin: auto;
  margin-top: 50px; }

.faq-cat {
  width: 24%;
  margin: 2% 1.5%;
  background-color: #fff;
  min-height: 75px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .2s;
  border-radius: 5px;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box; }
  @media (max-width: 769px) {
    .faq-cat {
      width: 47%; } }
  .faq-cat:hover {
    transform: scale(1.04);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }

.faq-cat__img {
  flex-grow: 1; }
  .faq-cat__img img {
    max-width: 50px;
    height: 50px;
    width: auto; }

.faq-cat__link {
  color: #333 !important;
  flex-grow: 3;
  font-size: 14px;
  text-decoration: none !important;
  text-align: left; }
  .faq-cat__link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.hc-detailed-page {
  background-color: #f5f5f5;
  margin-top: 140px;
  padding-top: 38px; }
  @media (max-width: 769px) {
    .hc-detailed-page {
      margin-top: 87px; } }
  .hc-detailed-page .hc-links {
    padding-bottom: 40px; 
    display: flex;
  justify-content: center;
  }
  .hc-detailed-page .hc-link-box {
    background-color: #fff;
    border-radius: 11px;
    width: 140px;
    display: inline-block;
    margin: 0 31px;
    transition: box-shadow .15s linear;
    text-align: center;
    text-decoration: none !important; }
    @media (max-width: 769px) {
      .hc-detailed-page .hc-link-box {
        width: 100px;
        margin: 0 5px; }
        .hc-detailed-page .hc-link-box:first-child {
          margin-left: 0; }
        .hc-detailed-page .hc-link-box:last-child {
          margin-right: 0; } }
    .hc-detailed-page .hc-link-box:hover {
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15); }
  .hc-detailed-page .hc-link-box__img {
    padding: 17px;
    border-bottom: 2px solid #f5f5f5; }
    @media (max-width: 769px) {
      .hc-detailed-page .hc-link-box__img {
        padding: 13px; } }
    .hc-detailed-page .hc-link-box__img img {
      height: 38px;
      width: auto !important; }
      @media (max-width: 769px) {
        .hc-detailed-page .hc-link-box__img img {
          height: 28px; } }
  .hc-detailed-page .hc-link-box__title {
    display: inline-block;
    padding: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #221e20; }
    @media (max-width: 769px) {
      .hc-detailed-page .hc-link-box__title {
        font-size: 11px;
        line-height: 15px; } }
  .hc-detailed-page .hc-detailed-page__top-area {
    margin-bottom: 90px; }
    @media (max-width: 769px) {
      .hc-detailed-page .hc-detailed-page__top-area {
        margin-bottom: 40px; } }
  .hc-detailed-page .questions-cats {
    margin-top: 0;
    padding-bottom: 50px; }
    .hc-detailed-page .questions-cats > .quezs-title {
      color: #777ca1;
      font-size: 1rem;
      width: calc(80% - 30px);
      margin: 0 auto 30px; }
      @media (max-width: 769px) {
        .hc-detailed-page .questions-cats > .quezs-title {
          font-size: 0.6rem;
          width: 100%;
          margin: 0 auto 15px; } }
    @media (max-width: 769px) {
      .hc-detailed-page .questions-cats .questions-wrapper {
        width: 100%; } }
    @media (max-width: 769px) {
      .hc-detailed-page .questions-cats > .container {
        padding: 0; } }
    .hc-detailed-page .questions-cats .questions-cat__heading::after,
    .hc-detailed-page .questions-cats .hc-accordion__heading::after {
      transition: transform .25s;
      height: 33px;
      margin-top: -3px;
      margin-bottom: -3px;
      transform: rotate(180deg); }
    .hc-detailed-page .questions-cats .questions-cat__heading.expanded::after,
    .hc-detailed-page .questions-cats .hc-accordion__heading.expanded::after {
      transform: rotate(0); }
    .hc-detailed-page .questions-cats .questions-cat__heading::after {
      content: url("../images/icon-arrow-parent.png"); }
    .hc-detailed-page .questions-cats .hc-accordion__heading::after {
      content: url("../images/icon-arrow-red.svg");
      cursor: pointer; }
    .hc-detailed-page .questions-cats .hc-single-quez a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 16px;
      padding: 16px 18px;
      color: #666;
      text-decoration: none !important; }
    .hc-detailed-page .questions-cats .hc-single-quez:hover a {
      color: #ed1c24; }
    .hc-detailed-page .questions-cats .hc-accordion:nth-child(even) {
      background: none !important; }
    .hc-detailed-page .questions-cats .hc-accordion__heading {
      padding: 16px 18px; }
      .hc-detailed-page .questions-cats .hc-accordion__heading span {
        color: #666;
        font-size: 16px;
        font-weight: normal; }
      .hc-detailed-page .questions-cats .hc-accordion__heading:hover span {
        color: #ed1c24; }
    .hc-detailed-page .questions-cats .shared-quez img {
      width: auto; }
    .hc-detailed-page .questions-cats .shared-quez:nth-child(even) {
      background-color: #f8f8f8 !important; }
    .hc-detailed-page .questions-cats .hc-accordion__body {
      padding: 0; }
      .hc-detailed-page .questions-cats .hc-accordion__body .shared-quez:nth-child(odd) {
        background-color: #FFF !important; }
    .hc-detailed-page .questions-cats .faq-heading + .hc-accordion__body .hc-single-quez {
      padding: 12px 18px;
      font-weight: normal; }

.hc-detailed-page__title {
  margin-bottom: 17.5px;
  padding-bottom: 17.5px;
  border-bottom: 1px solid #777ca1;
  font-size: 24px;
  line-height: 33px;
  color: #777ca1;
  text-transform: uppercase; }
  @media (max-width: 769px) {
    .hc-detailed-page__title {
      font-size: 18px;
      line-height: 24px; } }

.hc-detailed-page__content {
  padding: 12px 3px; }
  @media (max-width: 769px) {
    .hc-detailed-page__content {
      margin-bottom: 25px; } }
  .hc-detailed-page__content p, .hc-detailed-page__content ul {
    font-size: 1.25em;
    color: #777ca1;
    margin-bottom: 10px; }
    @media (max-width: 769px) {
      .hc-detailed-page__content p, .hc-detailed-page__content ul {
        font-size: 14px; } }

.hc-detailed-page__video {
  position: relative;
  margin-top: 25px; }
  @media (max-width: 769px) {
    .hc-detailed-page__video {
      margin-top: 0; } }
  .hc-detailed-page__video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; }
  .hc-detailed-page__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.top-videos {
  margin-top: 50px; }
  .top-videos .video-card {
    margin-bottom: 20px; }

.video-card {
  text-align: center;
  border-radius: 15px; }

.video-card__img {
  position: relative; }
  .video-card__img > img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 15px; }
  .video-card__img > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
  .video-card__img:hover i {
    font-size: 4rem; }

.video-card__title {
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 0;
  color: #666;
  line-height: 24px;
  transition: all 0.3s ease-in-out; }
  .video-card__title:hover {
    color: #ed1c24; }
  @media (max-width: 769px) {
    .video-card__title {
      margin-top: 12px; } }

.video-modal .modal-dialog {
  max-width: 560px;
  /* transform: translate(0, 50%) !important;  */
  margin-top: 0;
  margin-bottom: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal .modal-dialog iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .video-modal .modal-dialog iframe {
    height: 56.25vh;
    width: 100%;
  }
  .video-modal .modal-dialog {
    max-width: 70%;
  }
}
@media (max-width: 769px) {
  .videos-body .row .row {
    justify-content: center; } }

@media (max-width: 769px) {
  .videos-body .container > .row .col-lg-8 {
    order: 2; }
  .videos-body .container > .row .col-lg-4 {
    order: 1; } }

.videos-body .videos-body__title {
  color: #3c4161;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 0; }

.videos-body .video-card {
  margin-top: 40px; }
  @media (max-width: 769px) {
    .videos-body .video-card iframe {
      max-width: 100%; } }

.videos-body .videos-filter__mobile-title {
  margin-bottom: 20px;
  margin-top: 0;
  transition: all .3s;
  font-size: 16px; }
  .videos-body .videos-filter__mobile-title i {
    font-size: 30px; }

.videos-body .videos-filter {
  padding: 3rem 2rem; }
  @media (max-width: 769px) {
    .videos-body .videos-filter {
      border: 1px solid #d6d6d6;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 0 3px 1px #d6d6d6;
      margin-top: 3rem;
      height: 60px;
      overflow: hidden; }
      .videos-body .videos-filter.active {
        height: auto; }
        .videos-body .videos-filter.active .videos-filter__mobile-title i {
          transform: rotate(180deg); } }

.videos-body .videos-filter__label {
  color: #0f1137;
  font-size: 16px;
  cursor: pointer; }
  @media (max-width: 769px) {
    .videos-body .videos-filter__label {
      margin-bottom: 22px; } }
  .videos-body .videos-filter__label i {
    font-size: 22px;
    transition: all 0.3s ease-in-out; }
  .videos-body .videos-filter__label.active i {
    transform: rotate(180deg); }
  .videos-body .videos-filter__label + div {
    margin-top: 15px; }
  .videos-body .videos-filter__label:last-of-type {
    margin-top: 50px; }
    @media (max-width: 769px) {
      .videos-body .videos-filter__label:last-of-type {
        margin-top: 25px; } }

.videos-body .form-group {
  margin-bottom: 20px; }

.videos-body .main-checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }
  .videos-body .main-checkbox + label {
    position: relative;
    font-size: 16px;
    color: #0f1137;
    cursor: pointer;
    margin: 0; }
    .videos-body .main-checkbox + label:hover::before {
      background-color: #edefee; }
    @media (max-width: 769px) {
      .videos-body .main-checkbox + label {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse; } }
    .videos-body .main-checkbox + label:before {
      content: '' !important;
      -webkit-appearance: none;
      background-color: #FFF;
      border: 1px solid #9f9fb1;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 12px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 11px;
      border-radius: 7px; }
      @media (max-width: 769px) {
        .videos-body .main-checkbox + label:before {
          margin-right: 0; } }
  .videos-body .main-checkbox:checked + label::before {
    background-color: #ed1c24;
    border-color: #ed1c24; }
  .videos-body .main-checkbox:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 7px;
    height: 14px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
    @media (max-width: 769px) {
      .videos-body .main-checkbox:checked + label::after {
        right: 10px;
        left: auto; } }

.help-bottom {
  padding: 35px 0 30px;
  background-image: url("../images/contact_us.png");
  background-size: 190px auto;
  background-repeat: no-repeat;
  margin-top: 4rem;
  background-color: #f9f9f9; }
  @media (max-width: 769px) {
    .help-bottom {
      margin-top: 3rem;
      background-size: 150px auto !important; } }

.help-bottom-info {
  padding-left: calc(3rem - 15px);
  padding-right: calc(3rem - 15px); }
  @media (max-width: 769px) {
    .help-bottom-info {
      padding-left: 155px;
      padding-right: 15px; } }

.help-bottom-info__title {
  font-size: 20px;
  margin: 10px 0; }
  @media (max-width: 769px) {
    .help-bottom-info__title {
      font-size: 13.3px; } }

.help-bottom-info__brief {
  font-size: 16px; }

.help-bottom-cats {
  flex-wrap: wrap;
  padding: 0; }

.help-bottom-cat {
  margin: 0 30px;
  position: relative; }
  .help-bottom-cat:first-child {
    margin-left: 0; }
  .help-bottom-cat:hover img {
    transform: rotate(1turn); }
  @media (max-width: 769px) {
    .help-bottom-cat {
      margin: 10px !important; } }
  @media (max-width: 550px) {
    /*.help-bottom-cat:first-child {
      margin-left: 50px !important; }
    .help-bottom-cat:nth-child(2) {
      margin-right: 50px !important; }*/ }

.help-bottom-cat__img {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  margin: 0 auto; }
  @media (max-width: 769px) {
    .help-bottom-cat__img {
      width: 65px;
      height: 65px;
      line-height: 65px; } }
  .help-bottom-cat__img img {
    transition: all 0.7s linear;
    width: 40px;
    height: 40px; }

.help-bottom-cat__link {
  margin-top: 15px;
  font-size: 14px;
  color: #000 !important;
  text-decoration: none !important;
  display: inline-block; }
  .help-bottom-cat__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

 .hc-accordion ul.bullet {
      margin-left: 15px;
  }
  .hc-accordion ul.bullet li {
    list-style: disc;
}  