* {
  font-family: Quicksand, sans-serif; }

img {
  height: auto;
  max-width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container.grid-container {
  width: auto; }

@-webkit-keyframes "shine" {
  100% {
    left: 125%; } }

@keyframes "shine" {
  100% {
    left: 125%; } }

@-webkit-keyframes "zoomIn" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes "zoomIn" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes "pulse" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "pulse" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes "tada" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "tada" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "opa" {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes "contentheight" {
  from {
    max-height: 0px;
    opacity: 0; }
  to {
    max-height: 5000px;
    opacity: 1; } }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px; }

body {
  overflow-x: hidden;
  background: transparent;
  animation-name: opa;
  animation-duration: 2s; }
  body .grid-container {
    max-width: 1220px; }

div#banner_gr img {
  width: 100%;
  height: auto;
  pointer-events: none;
  object-fit: cover; }

div#banner_gr .banner_img {
  display: flex;
  position: relative; }
  div#banner_gr .banner_img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 88px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.78) 39%, rgba(0, 0, 0, 0.33) 74%, transparent 100%);
    opacity: 0.5; }

h3.sub_title {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 20px; }

a:visited {
  color: unset; }

.content {
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 100; }

.full_width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_white {
  color: #fff !important; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.overflow_hidden {
  overflow: hidden; }

.heading_h2 {
  color: #000000;
  font-weight: 400;
  font-size: 35px;
  text-transform: uppercase; }
  .heading_h2 b {
    font-weight: 700; }

.line_heading {
  padding-bottom: 15px;
  position: relative; }
  .line_heading:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #259bd4;
    content: ''; }

.heading_h2_line {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 45px; }
  .heading_h2_line:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    top: 50%;
    z-index: -1;
    margin-top: -1px;
    right: -1010px; }
  .heading_h2_line:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    top: 50%;
    z-index: -1;
    margin-top: -1px;
    left: 0; }

.heading_h2_line.text_white:before {
  background-color: rgba(255, 255, 255, 0.5); }

.heading_h2_line.text_white:after {
  background-color: rgba(255, 255, 255, 0.5); }

.headline_h3 {
  color: #333;
  line-height: 23px;
  margin-bottom: 40px; }

.headline_h4 {
  color: #333;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  margin-bottom: 30px; }

.box_content a img:hover {
  transform: scale(1) !important; }

.box_content a:hover img {
  transform: scale(1.2) !important; }

.box_content .img_box {
  overflow: hidden; }

.about_carez_page .box_content {
  box-shadow: 0 0 26px 1px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  background-color: #ffffff;
  padding: 0 100px 250px 100px;
  position: relative;
  margin: auto;
  margin-top: -100px;
  width: 90%; }
  .about_carez_page .box_content ol {
    list-style: decimal;
    margin: 0 0 1.5em 3em; }
  .about_carez_page .box_content img.icon_top {
    margin-top: -115px;
    margin-bottom: 10px; }
  .about_carez_page .box_content h2.heading_h2 {
    margin-bottom: 45px; }
  .about_carez_page .box_content .content {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #666666; }

.about_carez_page img.combo_bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%); }

.about_carez_page .bg_bottom {
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }
  .about_carez_page .bg_bottom .box_slider .box_img {
    width: 107px;
    height: 107px;
    border: 1px solid #177379;
    background-color: white;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: .5s;
    margin: auto;
    margin-bottom: 20px;
    transition: .5s; }
    .about_carez_page .bg_bottom .box_slider .box_img img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      filter: brightness(1) invert(0);
      transition: .5s; }
  .about_carez_page .bg_bottom .box_slider .content {
    padding: 0 15px;
    font-size: 13px;
    line-height: 18px; }
    .about_carez_page .bg_bottom .box_slider .content h3 {
      color: #177379;
      font-size: 25px;
      margin-bottom: 5px; }

.about_carez_page .box_slider {
  margin: auto;
  position: relative;
  display: none;
  margin-top: 60px; }
  .about_carez_page .box_slider .slider {
    margin-top: 150px; }

.about_carez_page .arrow.arrow-next {
  display: block;
  transform: none;
  top: -10px;
  right: 28px;
  border: 1px solid #177379;
  background-color: #ffffff;
  color: #177379;
  font-size: 20px;
  transform: rotate(-45deg);
  right: -20px; }

.about_carez_page .arrow.arrow-prev {
  display: block;
  transform: none;
  top: 10px;
  left: 28px;
  border: 1px solid #177379;
  background-color: #ffffff;
  color: #177379;
  font-size: 20px;
  transform: rotate(45deg);
  left: -20px; }

.about_carez_page .arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-align: center;
  line-height: 42px; }
  .about_carez_page .arrow i {
    color: #177379; }

@media (max-width: 991px) {
  .about_carez_page .slider_group {
    display: none; }
  .about_carez_page .box_slider {
    display: unset; } }

@media (max-width: 767px) {
  .about_carez_page .box_content {
    padding: 0 30px 100px 30px;
    width: 100%; }
    .about_carez_page .box_content img.icon_top {
      margin-top: -45px;
      width: 100px; }
    .about_carez_page .box_content h2.heading_h2 {
      margin-bottom: 30px; }
  .about_carez_page .box_slider .slider {
    margin-top: 100px; } }

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }

.circular-slider .wrapper .slides-holder__item .box_img {
  width: 122px;
  height: 122px;
  border: 1px solid #177379;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  transition: .3s; }
  .circular-slider .wrapper .slides-holder__item .box_img img {
    width: auto;
    height: auto;
    object-fit: contain;
    transform: rotate(180deg); }

.circular-slider .wrapper .slides-holder__item .content {
  transform: rotate(180deg);
  text-align: center;
  margin-top: 20px;
  position: relative;
  top: -15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 109px; }
  .circular-slider .wrapper .slides-holder__item .content h3 {
    color: #177379;
    font-size: 25px;
    font-family: Quicksand, sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700; }

.circular-slider .wrapper .slides-holder__item_active .box_img {
  background-color: #177379;
  transition: .3s; }

.circular-slider .wrapper .slides-holder__item_active img {
  transform: rotate(180deg);
  text-align: center;
  filter: brightness(0) invert(1); }

.circular-slider .wrapper .slides-holder__item_active .content {
  transform: rotate(180deg);
  text-align: center; }

.circle_item {
  position: relative;
  bottom: 90px; }

.slider_body .wrapper {
  height: 380px !important; }

.icon-wrapper svg {
  display: none; }

.slider_group {
  overflow: hidden;
  margin-top: 80px; }

.slider_body {
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -465px; }

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }

.circular-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.circular-slider .wrapper {
  transform: rotate(180deg);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  overflow: hidden; }

.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right, .circular-slider .wrapper .controls__autoplay {
  position: absolute;
  z-index: 999;
  -webkit-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all; }

.circular-slider .wrapper .controls__left:hover .icon-wrapper, .circular-slider .wrapper .controls__right:hover .icon-wrapper, .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1; }

.circular-slider .wrapper .controls__left .icon-wrapper, .circular-slider .wrapper .controls__right .icon-wrapper, .circular-slider .wrapper .controls__autoplay .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8EB8E5;
  font-size: 1.5em; }

.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right {
  top: 50%; }

.circular-slider .wrapper .controls__left {
  left: 202px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(259deg) translate(0%, -50%);
  -ms-transform: rotate(259deg) translate(0%, -50%);
  transform: rotate(259deg) translate(0%, -50%);
  margin-top: 156px; }

.circular-slider .wrapper .controls__left .icon-wrapper:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 20px;
  bottom: 27px;
  right: 25px; }

.circular-slider .wrapper .controls__right {
  right: 186px;
  -webkit-transform: rotate(185deg) translate(0%, -50%);
  -ms-transform: rotate(185deg) translate(0%, -50%);
  transform: rotate(185deg) translate(0%, -50%);
  margin-top: 143px; }

.circular-slider .wrapper .controls__right .icon-wrapper, .circular-slider .wrapper .controls__left .icon-wrapper {
  position: relative; }

.circular-slider .wrapper .controls__right .icon-wrapper:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 20px;
  top: -15px;
  left: -15px; }

.circular-slider .wrapper .controls__autoplay {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.circular-slider .wrapper .controls__autoplay_running .pause {
  display: none; }

.circular-slider .wrapper .controls__autoplay_running .run {
  display: none; }

.circular-slider .wrapper .controls__autoplay_paused .pause {
  display: none; }

.circular-slider .wrapper .controls__autoplay_paused .run {
  display: block; }

.circular-slider .wrapper .slides-holder {
  border-radius: 50%;
  border: 2px solid #8EB8E5;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100; }

.circular-slider .wrapper .slides-holder__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circular-slider .wrapper .slides-holder__item_active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

.circular-slider .wrapper .descriptions {
  display: none;
  position: absolute;
  bottom: 0%;
  z-index: 0; }

.circular-slider .wrapper .descriptions__item {
  width: 100%;
  height: 0%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0s 0s linear;
  -o-transition: opacity 0s 0s linear;
  transition: opacity 0s 0s linear; }

.circular-slider .wrapper .descriptions__item_visible {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .6s 0s linear;
  -o-transition: opacity .6s 0s linear;
  transition: opacity .6s 0s linear; }

.circular-slider .wrapper .descriptions__item h1, .circular-slider .wrapper .descriptions__item .description {
  font-family: Quicksand, sans-serif;
  color: #fff;
  text-align: center; }

.circular-slider .wrapper .descriptions__item h1 {
  font-size: 200%;
  padding-top: 5px; }

.circular-slider .wrapper .descriptions__item .description {
  font-size: 100%;
  margin-top: 5px;
  padding: 0% 10%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-y: hidden; }

.gradient_border {
  --borderWidth: 1px;
  background: #1D1F20;
  position: relative;
  background: #fff;
  width: auto;
  display: inline-block; }
  .gradient_border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    border-radius: calc(0 * var(--borderWidth));
    background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%; }

.vision_and_mission {
  padding: 50px 0; }
  .vision_and_mission .gradient_border:after {
    background: linear-gradient(-76deg, #16747a 50%, #efdc25 100%); }
  .vision_and_mission .content {
    color: #666666;
    line-height: 22px; }
  .vision_and_mission .grid-container {
    display: flex;
    flex-wrap: wrap; }
    .vision_and_mission .grid-container .grid-40 {
      flex: 0 0 auto;
      width: 40%;
      padding-top: 30px; }
      .vision_and_mission .grid-container .grid-40 h2 {
        margin-bottom: 30px; }
      .vision_and_mission .grid-container .grid-40 .content {
        padding-right: 170px; }
    .vision_and_mission .grid-container .grid-60 {
      width: 60%;
      flex: 0 0 auto; }
      .vision_and_mission .grid-container .grid-60 .box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        .vision_and_mission .grid-container .grid-60 .box .item {
          flex: 0 0 auto;
          width: calc(50% - 10px);
          padding: 65px 35px; }
          .vision_and_mission .grid-container .grid-60 .box .item h3 {
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 25px; }
  @media (max-width: 991px) {
    .vision_and_mission .grid-container .grid-40 .content {
      padding: 0; } }
  @media (max-width: 767px) {
    .vision_and_mission h2.heading_h2 {
      margin-bottom: 10px !important; }
    .vision_and_mission .grid-container .grid-40 {
      padding-top: 0;
      text-align: center;
      margin-bottom: 20px;
      width: 100%; }
    .vision_and_mission .grid-container .grid-60 {
      width: 100%; }
      .vision_and_mission .grid-container .grid-60 .box .item {
        width: calc(50% - 5px);
        padding: 30px 15px; }
        .vision_and_mission .grid-container .grid-60 .box .item h3 {
          font-size: 15px;
          margin-bottom: 10px; } }

.carez_tecnology {
  padding: 75px 0 70px 0;
  background-color: #f5f5f5; }
  .carez_tecnology .box {
    display: flex;
    flex-wrap: wrap; }
    .carez_tecnology .box_left {
      width: 33.3333%;
      padding: 0 30px; }
      .carez_tecnology .box_left .content {
        color: #666666;
        margin-bottom: 20px; }
      .carez_tecnology .box_left .slick-slide.slick-current.slick-active .item {
        background-color: #177379;
        transition: .5s; }
        .carez_tecnology .box_left .slick-slide.slick-current.slick-active .item h3 {
          color: #FFF;
          transition: .5s; }
    .carez_tecnology .box_right {
      width: 33.3333%;
      padding-left: 30px;
      padding-top: 30px; }
      .carez_tecnology .box_right .content {
        color: #666666;
        font-size: 15px;
        line-height: 22px; }
  @media (max-width: 1199px) {
    .carez_tecnology .box {
      display: inline-block;
      width: 100%; }
      .carez_tecnology .box_left, .carez_tecnology .box_right {
        width: 100%; }
      .carez_tecnology .box_left {
        text-align: center; } }
  @media (max-width: 767px) {
    .carez_tecnology .box_left, .carez_tecnology .box_right {
      padding: 0; }
    .carez_tecnology .box_left .content {
      padding: 0 10px; } }

.slick_nav_tab {
  position: relative;
  z-index: 9; }
  .slick_nav_tab .slick-list {
    height: auto !important; }
  .slick_nav_tab .gradient_border {
    background-color: #f5f5f5; }
  .slick_nav_tab h3 {
    margin-bottom: 0;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    transition: .5s; }
  .slick_nav_tab .item {
    margin-bottom: 14px;
    padding: 15px;
    width: 100% !important;
    transition: .5s;
    cursor: pointer; }
  .slick_nav_tab .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.quality_about_us {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 105px 0 90px 0; }
  .quality_about_us h2 {
    margin-bottom: 50px; }
  .quality_about_us .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px; }
    .quality_about_us .box .item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: calc(33.3333% - 15px);
      padding: 40px 30px;
      box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      background-color: #ffffff; }
      .quality_about_us .box .item img {
        max-width: 100px;
        height: auto; }
      .quality_about_us .box .item .box_content {
        width: calc(100% - 100px);
        padding-left: 50px; }
        .quality_about_us .box .item .box_content h3 {
          color: #333333;
          font-size: 18px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .quality_about_us .box .item .box_content .content {
          color: #666666;
          font-size: 13px;
          line-height: 18px; }
  @media (max-width: 991px) {
    .quality_about_us .box .item {
      width: calc(33.3333% - 70px);
      padding: 30px;
      text-align: justify;
      justify-content: center; } }
  @media (max-width: 767px) {
    .quality_about_us .box .item {
      width: 100%;
      padding: 30px;
      margin-bottom: 30px;
      min-height: 150px; } }

.consumer_services {
  padding: 100px 0 60px 0; }
  .consumer_services .grid-container {
    display: flex;
    flex-wrap: wrap; }
    .consumer_services .grid-container .grid-25 {
      flex: 0 0 auto;
      width: 25%; }
    .consumer_services .grid-container .grid-75 {
      flex: 0 0 auto;
      width: 75%; }
      .consumer_services .grid-container .grid-75 .box_top {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap; }
        .consumer_services .grid-container .grid-75 .box_top .item {
          width: 25%;
          position: relative; }
          .consumer_services .grid-container .grid-75 .box_top .item img {
            margin-bottom: 18px; }
            .consumer_services .grid-container .grid-75 .box_top .item img h3 {
              color: #333333;
              font-size: 14px;
              margin-bottom: 20px; }
  @media (max-width: 767px) {
    .consumer_services .grid-container .grid-75, .consumer_services .grid-container .grid-25 {
      width: 100%; }
    .consumer_services .grid-container .grid-25.top_info {
      text-align: center;
      margin-bottom: 30px; }
    .consumer_services .grid-container .grid-75 .box_top {
      margin-bottom: 0; }
      .consumer_services .grid-container .grid-75 .box_top .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px; }
        .consumer_services .grid-container .grid-75 .box_top .item img {
          height: 40px;
          margin-bottom: 10px; }
      .consumer_services .grid-container .grid-75 .box_top h3 {
        font-size: 13px; } }

@media (max-width: 1199px) {
  .slick_nav_tab .item {
    padding: 10px; } }

@media (max-width: 1024px) {
  h3.sub_title {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .content {
    font-size: 13px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .heading_h2 {
    font-size: 20px; }
  .vision_and_mission, .carez_tecnology, .consumer_services, .quality_about_us {
    padding: 40px 0; }
  .slick_nav_tab h3 {
    line-height: 20px;
    font-size: 12px; } }
