* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  box-sizing: border-box;
  width: 100%;
  font-family: sans-serif;
}

/* .container {
  width: 968px;
  max-width: 600px;
  height: auto;
  padding: 10px;
} */

.software-cat-title h2 {
  font-size: 32px;
  color: #da291c;
  padding: 18px 0;
}

.soft-meal-body {
  padding: 25px;
}
.soft-cat-intro {
  padding: 30px 45px;
}
.soft-cat-intro p{
  text-align: center;
}
.soft-meal-body p {
  color: #575c5f;
}
.soft-cat-element {
  padding: 5px;
  /* background: #f3f2ee; */
  color: #575c5f;
  margin: 8px 0;
  border-radius: 5px;
  width: 100%;
}

.soft-cat-btn-icn {
  height: 30px;
  width: 30px;
}
.soft-cat-element .soft-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background: #f3f2ee;
  border-radius: 4px;
}

.soft-cat-accordion-title {
  display: flex;
  align-items: center;
}

.soft-cat-accordion-title h3 {
  padding-left: 15px;
}
.soft-cat h3 {
  font-family: sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 17px;
  text-align: center;
}
.soft-cat button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.soft-cat i {
  color: white;
  font-size: 20px;
}
.soft-cat .soft-cat-icon {
  height: 20px;
  width: 25px;
  transition: all 0.4s linear;
}

.animate-cat-icn {
  transform: rotate(90deg);
  transition: all 0.4s linear;
  background-color: #fff !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animate-cat-icn img {
  height: 80% !important;
  width: 80%c !important;
}
.soft-cat .soft-cat-icon img {
  height: 100%;
  width: 100%;
}
.soft-cat-element .open-cat-details {
  padding: 10px 20px;
  animation: animate 0.7s;
}
/* p {
  font-family: sans-serif;
} */
.hideText {
  display: none;
}

.soft-cat-main-title span {
  display: inline-block;
  height: 21px;
  width: 80px;
  background-color: #da291c;
}

.soft-cat-main-title h2 {
  display: inline-block;
  margin-left: 15px;
  color: #575c5f;

  font-weight: 700;
  font-size: 28px;
}

.soft-cat-content {
  margin: 25px 0;
  margin-top: 40px !important;
}
.soft-cat-brand {
  margin: 18px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.soft-cat-brand .brand-img {
  height: 140px;
  width: 150px;
}

.soft-cat-brand .brand-img img {
  height: 95%;
  width: 95%;
}

.soft-cat-brand-details {
  width: calc(100% - 240px);
  margin: 0 18px;
  text-align: justify;
}

.soft-cat-recom span {
  display: inline-block;
  padding: 8px 20px;
  background-color: #da291c;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
}

.soft-cat-list {
  padding: 15px 0;
}

.soft-cat-list h4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.soft-cat-list h4::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: '';
  height: 3px;
  width: 100%;
  background-color: #da291c;
}
.soft-cat-element .soft-cat.soft-cat-toggle {
  background-color: #da291c !important;
  color: #fff !important;
}
.soft-cat-list-item {
  padding: 20px;
}
.soft-cat-list-item h5 {
  color: #575c5f;
  font-size: 16px;
  padding-bottom: 10px;
}

.soft-cat-list-item a {
  color: #da291c;
  font-style: italic;
  display: inline-block;
  padding-top: 10px;
}

/* New css start */

/*=======> GENERAL <=======*/

.topbar {
  height: 60px;
  width: 100%;
  background-color: #c3c3c3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_body {
  display: flex;
}
.mysidebar {
  height: 100vh;

  width: 350px;
  background-color: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mycontent {
  height: 100vh;
  width: 100%;

  overflow-y: scroll;
  padding: 25px 50px 25px 50px;
}
/* .container {
  max-width: 1200px;
  margin-left: 1rem;
  margin-right: 1rem;
} */

/*=======> LAYOUT <=======*/
/* .accordion {
  min-height: 100vh;
  padding: 2rem 0;
  display: grid;
  place-items: center;
} */

/* .accordion__content {
 
  background: var(--white);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
} */

.accordion__title {
  font-size: var(--big-font);
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 2rem;
}

.accordion__item {
  border-radius: 6px;
  margin-top: 8px;
  background-color: #f3f2ee;
  margin-left: 50px;
}

/* .accordion__item.active {
  background-color: #da291c !important;
  color: #fff;
} */

.item__header {
  display: flex;
  column-gap: 12px;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  justify-content: space-between;
  border-radius: 3px;
}

.item__header.active {
  background-color: #da291c !important;
  color: #fff;
}
.soft__cat_item {
  display: flex;
  align-items: center;
}
.soft__cat_item img {
  height: 35px;
  width: 35px;
}

.soft__cat_item h3 {
  padding-left: 15px;
}
.item__icon {
  font-size: 1.5rem;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.item__question {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.active .item__icon {
  transform: rotate(180deg);
}

.active .item__question {
  font-weight: 500;
}

.item__content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
  background-color: #fff;
}

.item__answer {
  line-height: 150%;
  padding: 0 3.5rem;
}

/* p ~ p {
  margin-top: 0.5rem;
} */

/* .item__content :last-child {
  margin-bottom: 1.25rem;
} */

/*=======> MEDIAS QUERIES <=======*/
/* @media screen and (min-width: 992px) {
  .container {
    margin: 0 auto;
  }

  .item__header {
    padding: 10px;
    column-gap: 1.5rem;
  }

  .item__answer {
    padding: 0 4.5rem;
  }
  p ~ p {
    margin-top: 0.5rem;
  }

  .item__content :last-child {
    margin-bottom: 1.5rem;
  }
} */

/* ============================= */

.lang-card-body {
  padding: 8px;
  border-radius: 3px;
  /* background-color: #e9e1e0; */
  width: 100%;
  display: flex;
  align-items: center;
}
.lang-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lang-card .lang-img {
  height: 75px;
  width: 85px;
  background-color: white;
}
.lang-card .lang-img img {
  height: 70px;
  width: 70px;
}

.lang-card .lang-description {
  width: calc(100% - 120px);
  padding: 10px;
}
.tabbed-content {
  position: relative;
  margin: 25px 0;
  overflow: hidden;
  font-family: arial, 'sans-serif';
  color: #525252;
}
.soft-tab {
  margin: 0;
  padding: 0;
  list-style: none;

  line-height: normal;
}
.soft-tab li {
  display: inline-block;
  margin: 10px;
}
.soft-tab li:first-child {
  margin-left: 0 !important;
}
.tab-link {
  text-transform: uppercase;
  /* font-size: 2em; */
  font-size: 12.5px;
  text-align: left;
  color: #2a314e;
  display: block;
  /* padding: 15px 25px; */
  margin-bottom: 10px;
  background: #f3f2ee;
  width: 290px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tab-link.current {
  background: #da291c;
  color: #fff;
}
/* .soft-tab-wrapper {
  
} */
.tab-content {
  display: none;

  padding: 20px;
  margin: 0;
  /* float: left; */

  width: 100%;
  box-sizing: border-box;
  /* position: relative; */
  -moz-box-sizing: border-box;
}
.tab-content.current {
  display: block;
}
.tab-content *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 650px) {
  .soft-tab {
    width: 100%;
    float: none;
  }
  .tab-link {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .tabs-wrapper {
    width: 100%;
  }
  .tab-content {
    min-height: 0;
  }
}


.custom-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .custom-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    width: 1170px;
  }
}