/*** LTR websites ***/
html, body, iframe, header, footer, main, aside, nav, section, article, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption, a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, input, select, textarea, button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption, form, fieldset, legend, label, input, select, textarea, button {
  display: block;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl, dt, dd, ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

u, ins, del {
  text-decoration: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  height: auto;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
@supports (-ms-ime-align: auto) {
  .comparison-table p {
    line-break: anywhere;
  }
}
@font-face {
  font-family: mainFont;
  src: url(../fonts/GE_SS_Two_Bold.otf);
}
* {
  box-sizing: border-box;
  outline: none;
}

body,
html {
  color: black;
  font: 400 16px/1 "Cairo", sans-serif;
  font-size: 16px;
  height: 100%;
  position: relative;
  background: #f5f5f5;
}
body .ng-star-inserted,
html .ng-star-inserted {
  display: none !important;
}

body {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.site-main {
  margin: 0 !important;
}

body ul,
body ol {
  margin: 0;
}
body input,
body input[type=text],
body input[type=button],
body input[type=submit],
body input[type=number],
body input[type=email],
body input[type=tel],
body input[type=url],
body input[type=password],
body input[type=search],
body button,
body select,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  color: black;
  font-family: mainFont !important;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tcl {
  display: table-cell;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

a {
  text-decoration: unset;
}

.btn_green {
  background: #0facae;
  border-radius: 42px;
  color: white;
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: max-content;
  font-family: mainFont !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_green:hover {
  background: #0d9394;
}
@media screen and (max-width: 999px) {
  .btn_green {
    font-size: 12px;
  }
  .btn_green span {
    font-size: 18px;
  }
}

.grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 770px) {
  .grid {
    padding: 0 15px;
  }
}
.grid.mb-30 {
  margin-bottom: 30px;
}

.grid-row {
  margin: 0 -8px;
  font-size: 0;
}

.grid-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  box-sizing: border-box;
}

.grid-col_1 {
  width: calc(100% / (24/1));
}

.grid-col_2 {
  width: calc(100% / (24/2));
}

.grid-col_3 {
  width: calc(100% / (24/3));
}

.grid-col_4 {
  width: calc(100% / (24/4));
}

.grid-col_5 {
  width: calc(100% / (24/5));
}

.grid-col_6 {
  width: calc(100% / (24/6));
}

.grid-col_7 {
  width: calc(100% / (24/7));
}

.grid-col_8 {
  width: calc(100% / (24/8));
}

.grid-col_9 {
  width: calc(100% / (24/9));
}

.grid-col_10 {
  width: calc(100% / (24/10));
}

.grid-col_11 {
  width: calc(100% / (24/11));
}

.grid-col_12 {
  width: calc(100% / (24/12));
}

.grid-col_13 {
  width: calc(100% / (24/13));
}

.grid-col_14 {
  width: calc(100% / (24/14));
}

.grid-col_15 {
  width: calc(100% / (24/15));
}

.grid-col_16 {
  width: calc(100% / (24/16));
}

.grid-col_17 {
  width: calc(100% / (24/17));
}

.grid-col_18 {
  width: calc(100% / (24/18));
}

.grid-col_19 {
  width: calc(100% / (24/19));
}

.grid-col_20 {
  width: calc(100% / (24/20));
}

.grid-col_21 {
  width: calc(100% / (24/21));
}

.grid-col_22 {
  width: calc(100% / (24/22));
}

.grid-col_23 {
  width: calc(100% / (24/23));
}

.grid-col_24 {
  width: calc(100% / (24/24));
}

@media screen and (max-width: 1219px) {
  .grid-col_lg-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_lg-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_lg-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_lg-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_lg-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_lg-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_lg-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_lg-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_lg-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_lg-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_lg-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_lg-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_lg-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_lg-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_lg-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_lg-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_lg-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_lg-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_lg-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_lg-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_lg-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_lg-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_lg-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_lg-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 999px) {
  .grid-col_md-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_md-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_md-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_md-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_md-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_md-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_md-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_md-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_md-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_md-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_md-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_md-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_md-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_md-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_md-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_md-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_md-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_md-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_md-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_md-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_md-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_md-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_md-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_md-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 767px) {
  .grid-col_sm-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_sm-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_sm-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_sm-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_sm-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_sm-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_sm-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_sm-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_sm-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_sm-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_sm-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_sm-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_sm-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_sm-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_sm-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_sm-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_sm-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_sm-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_sm-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_sm-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_sm-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_sm-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_sm-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_sm-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 479px) {
  .grid-col_xs-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_xs-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_xs-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_xs-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_xs-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_xs-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_xs-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_xs-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_xs-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_xs-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_xs-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_xs-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_xs-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_xs-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_xs-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_xs-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_xs-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_xs-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_xs-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_xs-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_xs-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_xs-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_xs-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_xs-24 {
    width: calc(100% / (24/24));
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 999px) {
  .section_header {
    display: none;
  }
}
.section_header .container .section_top_bar {
  background: #1E2A36;
}
.section_header .container .section_top_bar .section_content {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.section_header .container .section_top_bar .section_content .row {
  width: 33.3333333333%;
}
.section_header .container .section_top_bar .section_content .row.section_whatsapp {
  justify-items: flex-end;
}
.section_header .container .section_top_bar .section_content .row.section_whatsapp .link_whats {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  color: white;
  font-weight: 600;
}
.section_header .container .section_top_bar .section_content .row.section_message p {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.section_header .container .section_top_bar .section_content .row.section_social ul {
  display: flex;
  align-items: center;
}
.section_header .container .section_top_bar .section_content .row.section_social ul li {
  padding-left: 10px;
}
.section_header .container .section_top_bar .section_content .row.section_social ul li:last-child {
  padding-left: 0;
}
.section_header .container .section_header {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.section_header .container .section_header .section_content {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.section_header .container .section_header .section_content .row.section_logo {
  width: 12%;
}
.section_header .container .section_header .section_content .row.nav_menu {
  width: 78%;
  justify-items: center;
}
.section_header .container .section_header .section_content .row.nav_menu ul {
  display: flex;
  align-items: center;
}
.section_header .container .section_header .section_content .row.nav_menu ul li {
  padding-left: 20px;
}
.section_header .container .section_header .section_content .row.nav_menu ul li:last-child {
  padding-left: 0;
}
.section_header .container .section_header .section_content .row.nav_menu ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #491F83;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_header .container .section_header .section_content .row.nav_menu ul li a:hover {
  color: #0FACAE;
}
.section_header .container .section_header .section_content .row.actions {
  width: 14%;
  justify-items: flex-end;
}

.section_header_mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section_header_mobile {
    display: block;
  }
}
.section_header_mobile .section_top_bar {
  background: #1E2A36;
}
.section_header_mobile .section_top_bar .section_content {
  padding: 12px 0;
}
.section_header_mobile .section_top_bar .section_content .section_message {
  width: 100%;
  text-align: center;
}
.section_header_mobile .section_top_bar .section_content .section_message p {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.section_header_mobile .header_details_col_one {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.section_header_mobile .header_details_col_one .menu_button_mobile {
  width: 30px;
}
.section_header_mobile .header_details_col_one .menu_button_mobile .menu_mobile_icon i {
  color: black;
}
.section_header_mobile .header_details_col_one .menu_button_mobile .menu_mobile_icon.open.hide {
  display: none;
}
.section_header_mobile .header_details_col_one .menu_button_mobile .menu_mobile_icon.close {
  display: none;
}
.section_header_mobile .header_details_col_one .menu_button_mobile .menu_mobile_icon.close.show {
  display: block;
}
.section_header_mobile .header_details_col_one .section_logo {
  width: calc(100% - 30px);
}
.section_header_mobile .header_details_col_one .section_logo img {
  max-width: 100px;
}
.section_header_mobile .header_details_col_two .mobile-nav {
  position: fixed;
  top: 89px;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: white;
  z-index: 99999999;
  padding: 0px 0 20px;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section_header_mobile .header_details_col_two .mobile-nav.active {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu {
  overflow: auto;
  height: 100%;
  padding: 20px;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container {
  padding-bottom: 20px;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu {
  margin: 0;
  display: block;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item {
  padding-bottom: 10px;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item:last-child {
  padding-bottom: 0;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item a {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item.menu-item-has-children > a {
  position: relative;
  pointer-events: none;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item.menu-item-has-children > a::before {
  content: "expand_more";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item.menu-item-has-children.active > a::before {
  content: "expand_less";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item.menu-item-has-children .submenu-wrapper {
  display: none;
  padding-top: 10px;
  padding-left: 20px;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item.menu-item-has-children .submenu-wrapper.active {
  display: block;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.parent_menu li.menu-item.menu-item-has-children .submenu-wrapper .col {
  color: black;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .section_whatsapp {
  padding: 15px 0;
}
.section_header_mobile .header_details_col_two .mobile-nav .mobile-menu .main-navigation .section_whatsapp .link_whats {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  color: black;
  font-weight: 600;
}

footer .section_footer .footer_container {
  background: #111828;
  padding: 70px 0;
}
@media (max-width: 1200px) {
  footer .section_footer .footer_container {
    padding: 40px 0;
  }
}
footer .section_footer .footer_container .content {
  display: flex;
}
footer .section_footer .footer_container .content .logo {
  width: 30%;
}
footer .section_footer .footer_container .content .logo p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  padding-top: 20px;
}
footer .section_footer .footer_container .content .logo .sm {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-top: 20px;
}
footer .section_footer .footer_container .content .menu {
  width: 20%;
  display: flex;
  padding: 30px 50px 0;
}
footer .section_footer .footer_container .content .menu ul li {
  padding-bottom: 25px;
}
footer .section_footer .footer_container .content .menu ul li:last-child {
  padding-bottom: 0;
}
footer .section_footer .footer_container .content .menu ul li a {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
footer .section_footer .footer_container .content .menu ul li a:hover {
  text-decoration: underline;
}
footer .section_footer .footer_container .content .contact {
  width: 25%;
}
footer .section_footer .footer_container .content .contact ul {
  padding-top: 25px;
}
footer .section_footer .footer_container .content .contact ul li {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
  padding-bottom: 15px;
}
footer .section_footer .footer_container .content .contact ul li:last-child {
  padding-bottom: 0;
}
footer .section_footer .footer_container .content .contact ul li img {
  margin-top: 5px;
}
footer .section_footer .footer_container .content .contact ul li h5 {
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-family: "Cairo" !important;
}
footer .section_footer .footer_container .content .contact ul li h5 a {
  color: white;
  font-size: 14px;
  line-height: 26px;
}
footer .section_footer .footer_container .content .soical_media {
  width: 20%;
  padding-right: 30px;
  padding-top: 30px;
}
footer .section_footer .footer_container .content .soical_media ul {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
footer .section_footer .footer_container .content .soical_media ul li {
  padding-left: 10px;
}
footer .section_footer .footer_container .content .soical_media ul li:last-child {
  padding-left: 0;
}
footer .section_footer .bottom {
  background: #010101;
  padding: 25px 0;
}
footer .section_footer .bottom .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .section_footer .bottom .content .copy_right {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
footer .section_footer .bottom .content .powerd {
  font-size: 14px;
  font-weight: 600;
  font-family: inherit !important;
}
footer .section_footer .bottom .content .powerd a {
  color: #fff;
}
footer .section_footer .bottom .content .powerd a:hover {
  text-decoration: underline;
}
footer .section_footer .bottom .content .powerd span {
  color: #0facae;
  font-weight: 900;
}
footer .section_footer .bottom .content .powerd span:hover {
  text-decoration: underline;
}

.home_page .section_hero {
  position: relative;
  font-size: 0;
}
.home_page .section_hero.two {
  padding: 80px 0;
}
.home_page .section_hero img {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: 1/1/span 3/span 3;
  position: relative;
}
.home_page .section_hero .grid {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .home_page .section_hero .grid {
    top: 0;
    bottom: 0;
  }
}
.home_page .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 570px;
}
.home_page .section_hero .section_text p {
  font-size: 16px;
  color: #121212;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .home_page .section_hero .section_text p {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .home_page .section_hero .section_text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home_page .section_hero .section_text h1 {
  font-size: 77px;
  font-weight: 900;
  color: #491f83;
  line-height: 100px;
  padding: 0 0 25px;
}
@media (max-width: 1200px) {
  .home_page .section_hero .section_text h1 {
    font-size: 67px;
    line-height: 80px;
  }
}
@media screen and (max-width: 999px) {
  .home_page .section_hero .section_text h1 {
    font-size: 22px;
    line-height: 32px;
    padding: 10px 0;
  }
}
.home_page .section_hero .section_text .btn_green {
  margin-top: 20px;
}
.home_page .section_box {
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  .home_page .section_box {
    padding: 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .home_page .section_box {
    padding-top: 30px;
  }
}
.home_page .section_box .all_box .s_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.home_page .section_box .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.home_page .section_box .all_box .s_box .section_text h3 {
  color: #491f83;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.home_page .section_box .all_box .s_box .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: #111828;
  line-height: 32px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text p {
    font-size: 14px;
    line-height: 26px;
  }
}
.home_page .section_box .all_box .s_box .section_text .btn_green {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .home_page .section_box .all_box .s_box .section_text .btn_green {
    margin-top: 5px;
  }
}
.home_page .section_box .all_box .s_box .section_text .number {
  display: flex;
  align-items: center;
  padding: 25px 0px 15px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text .number {
    flex-wrap: wrap;
  }
}
.home_page .section_box .all_box .s_box .section_text .number li {
  text-align: center;
  padding-left: 35px;
}
.home_page .section_box .all_box .s_box .section_text .number li:last-child {
  padding-left: 0;
}
.home_page .section_box .all_box .s_box .section_text .number li span {
  display: flex;
  font-size: 36px;
  font-weight: 600;
  color: #491f83;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.home_page .section_box .all_box .s_box .section_text .number li span b {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text .number li span {
    font-size: 22px;
  }
}
.home_page .section_box .all_box .s_box .section_text .number li h5 {
  font-size: 16px;
  font-weight: bold;
  color: #491f83;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text .number li h5 {
    font-size: 14px;
  }
}
.home_page .section_box .all_box .s_box .section_text .number li p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .home_page .section_box .all_box .s_box .section_text .number li p {
    font-size: 12px;
    font-weight: 600;
  }
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text .number li p {
    font-size: 14px;
  }
}
.home_page .section_box .all_box .s_box .section_text .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0px 15px;
}
.home_page .section_box .all_box .s_box .section_text .info li {
  padding-left: 20px;
  padding-bottom: 40px;
  width: 50%;
}
.home_page .section_box .all_box .s_box .section_text .info li:last-child {
  padding-left: 0;
}
.home_page .section_box .all_box .s_box .section_text .info li h5 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #491f83;
}
@media (max-width: 1200px) {
  .home_page .section_box .all_box .s_box .section_text .info li h5 {
    font-size: 18px;
  }
}
.home_page .section_box .all_box .s_box .section_text .info li p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1200px) {
  .home_page .section_box .all_box .s_box .section_text .info li p {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
  }
}
.home_page .section_box .all_box .s_box .section_text.why_section .sec-title h3 {
  padding-bottom: 15px;
}
.home_page .section_box .all_box .s_box .section_text.why_section .sec-title p {
  font-weight: 600;
  font-size: 18px;
}
.home_page .section_box .all_box .s_box .section_text.why_section .decro {
  display: block;
  position: relative;
  height: 1px;
  background-color: #491f83;
  width: 70%;
  margin: 30px 0 10px;
}
@media (max-width: 1200px) {
  .home_page .section_box .all_box .s_box .section_text.why_section .decro {
    width: 100%;
    margin: 20px 0 5px;
  }
}
@media (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_text.why_section .decro {
    width: 50%;
  }
}
.home_page .section_box .all_box .s_box .section_text.why_section .decro::before, .home_page .section_box .all_box .s_box .section_text.why_section .decro::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: -1px;
  top: -2.8px;
  border-radius: 50%;
  background-color: #491f83;
}
.home_page .section_box .all_box .s_box .section_text.why_section .decro::after {
  right: auto;
  left: -1px;
}
.home_page .section_box .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.home_page .section_box .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.home_page .section_list .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .section_list .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.home_page .section_list .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
}
.home_page .section_list .list_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.home_page .section_list .list_container .s_list {
  width: 33.3333333333%;
  padding: 15px 10px;
}
.home_page .section_list .list_container .s_list .box {
  position: relative;
}
.home_page .section_list .list_container .s_list .box::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #491f83 68.22%);
  top: 185px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 0 0 40px 40px;
}
.home_page .section_list .list_container .s_list .box:hover .sec_text {
  max-height: 180px;
  padding-bottom: 60px;
}
.home_page .section_list .list_container .s_list .box:hover .sec_text .btn_green {
  opacity: 1;
  transform: translateY(0);
}
.home_page .section_list .list_container .s_list .box img {
  width: 100%;
  border-radius: 40px;
}
.home_page .section_list .list_container .s_list .box .sec_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  max-height: 120px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.home_page .section_list .list_container .s_list .box .sec_text h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .home_page .section_list .list_container .s_list .box .sec_text h5 {
    font-size: 14px;
  }
}
.home_page .section_list .list_container .s_list .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding-top: 18px;
}
.home_page .section_list .list_container .s_list .box .sec_text .btn_green {
  opacity: 0;
  margin: 20px auto;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 999px) {
  .home_page .section_list .list_container .s_list {
    width: 50%;
  }
  .home_page .section_list .list_container .s_list .sec_text {
    max-height: 180px !important;
    padding-bottom: 10px;
  }
  .home_page .section_list .list_container .s_list .sec_text .btn_green {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.home_page .section_list_new {
  padding: 50px 0 100px;
}
@media screen and (max-width: 999px) {
  .home_page .section_list_new {
    padding-top: 30px;
  }
}
.home_page .section_list_new .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .section_list_new .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.home_page .section_list_new .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.home_page .section_list_new .list_container_new {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.home_page .section_list_new .list_container_new .s_new {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .home_page .section_list_new .list_container_new .s_new {
    width: 50%;
  }
}
.home_page .section_list_new .list_container_new .s_new .box {
  position: relative;
  border-radius: 40px;
  background: white;
}
.home_page .section_list_new .list_container_new .s_new .box img {
  width: 100%;
  border-radius: 40px 40px 0 0;
}
.home_page .section_list_new .list_container_new .s_new .box .sec_text {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
.home_page .section_list_new .list_container_new .s_new .box .sec_text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #491f83;
}
@media screen and (max-width: 999px) {
  .home_page .section_list_new .list_container_new .s_new .box .sec_text h5 {
    font-size: 14px;
  }
}
.home_page .section_list_new .list_container_new .s_new .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #491f83;
  line-height: 20px;
  padding: 18px 0;
}
.home_page .section_list_new .list_container_new .s_new .box .sec_text .btn_green {
  margin: auto;
}
.home_page .section_box_faq {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 999px) {
  .home_page .section_box_faq {
    padding-top: 30px;
  }
}
.home_page .section_box_faq .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .section_box_faq .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
@media (max-width: 999px) {
  .home_page .section_box_faq .section_title_component .sec_text h3 {
    font-size: 30px;
  }
}
.home_page .section_box_faq .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .home_page .section_box_faq .section_title_component .sec_text p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 12px;
  }
}
.home_page .section_box_faq .all_box .s_box {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box_faq .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.home_page .section_box_faq .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .home_page .section_box_faq .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq {
  border: 1px solid #0facae;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_info:first-child {
  padding: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_info:first-child {
    padding: 0 0 10px;
  }
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
  padding: 20px 0 0;
}
@media screen and (max-width: 770px) {
  .home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
    padding: 10px 0 0;
  }
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .content_info {
  padding-bottom: 0;
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #491f83;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
    font-size: 16px;
  }
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #491f83;
  font-size: 26px;
  font-weight: 300;
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
}
.home_page .section_box_faq .all_box .s_box .section_text .section_faq .single_faq.active .title_faq::after {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
.home_page .section_box_faq .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box_faq .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.home_page .section_box_faq .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.home_page .section_list_team {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_team {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 999px) {
  .home_page .section_list_team {
    padding-top: 30px;
  }
}
.home_page .section_list_team .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .section_list_team .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
@media (max-width: 999px) {
  .home_page .section_list_team .section_title_component .sec_text h3 {
    font-size: 30px;
  }
}
.home_page .section_list_team .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .home_page .section_list_team .section_title_component .sec_text p {
    font-size: 16px;
    padding-top: 12px;
  }
}
.home_page .section_list_team .list_container_team {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.home_page .section_list_team .list_container_team .s_team {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .home_page .section_list_team .list_container_team .s_team {
    width: 50%;
  }
}
.home_page .section_list_team .list_container_team .s_team .box {
  position: relative;
}
.home_page .section_list_team .list_container_team .s_team .box img {
  width: 100%;
  border-radius: 40px;
}
.home_page .section_list_team .list_container_team .s_team .box .sec_text {
  background: white;
  text-align: center;
  padding: 30px;
  border-radius: 30px 30px 30px 0;
  margin-top: 10px;
}
.home_page .section_list_team .list_container_team .s_team .box .sec_text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #491f83;
}
@media screen and (max-width: 999px) {
  .home_page .section_list_team .list_container_team .s_team .box .sec_text h5 {
    font-size: 14px;
  }
}
.home_page .section_list_team .list_container_team .s_team .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #491f83;
  line-height: 20px;
  padding: 18px 0;
}
.home_page .section_list_team .list_container_team .s_team .box .sec_text .btn_green {
  margin: auto;
}
.home_page .section_list_review {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_review {
    padding: 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .home_page .section_list_review {
    padding-top: 30px;
  }
}
.home_page .section_list_review .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .section_list_review .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.home_page .section_list_review .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.home_page .section_list_review .list_container_review {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_review .list_container_review {
    flex-wrap: nowrap;
    padding-top: 50px;
    overflow: auto;
    margin: 0 -20px;
  }
  .home_page .section_list_review .list_container_review::-webkit-scrollbar {
    display: none;
  }
}
.home_page .section_list_review .list_container_review .s_review {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_review .list_container_review .s_review {
    flex: 0 0 440px;
  }
}
.home_page .section_list_review .list_container_review .s_review .box {
  position: relative;
  border-radius: 40px;
  background: white;
}
.home_page .section_list_review .list_container_review .s_review .box .top {
  text-align: center;
}
.home_page .section_list_review .list_container_review .s_review .box .top img {
  margin-top: -30px;
}
.home_page .section_list_review .list_container_review .s_review .box .top img.stars {
  margin-top: 10px;
}
.home_page .section_list_review .list_container_review .s_review .box .top h5 {
  font-size: 16px;
  font-weight: 700;
  color: #263238;
  font-family: inherit !important;
  margin-top: 12px;
}
.home_page .section_list_review .list_container_review .s_review .box .sec_text {
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0px 15px;
}
.home_page .section_list_review .list_container_review .s_review .box .sec_text p {
  font-size: 14px;
  font-weight: 700;
  color: #491f83;
  line-height: 26px;
  padding: 18px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_review .list_container_review .s_review .box .sec_text p {
    padding: 10px 0;
  }
}
.home_page .section_list_review .list_container_review .s_review .box .sec_text p::before {
  content: "";
  background-image: url(../img/web_icon/icon_right.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px;
  right: -20px;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_review .list_container_review .s_review .box .sec_text p::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.home_page .section_list_review .list_container_review .s_review .box .sec_text p::after {
  content: "";
  background-image: url(../img/web_icon/icon_left.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px;
  left: -50px;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .home_page .section_list_review .list_container_review .s_review .box .sec_text p::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: -30px;
  }
}
.home_page .section_box_contactus {
  background: white;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box_contactus {
    padding-top: 30px;
  }
}
.home_page .section_box_contactus .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .section_box_contactus .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.home_page .section_box_contactus .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.home_page .section_box_contactus .all_box {
  padding-top: 40px;
}
.home_page .section_box_contactus .all_box .s_box {
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .home_page .section_box_contactus .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.home_page .section_box_contactus .all_box .s_box .section_form {
  width: 65%;
  background: #f3f4f6;
  padding: 60px 70px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .home_page .section_box_contactus .all_box .s_box .section_form {
    width: 100%;
  }
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input label {
  font-size: 12px;
  font-weight: 700;
  color: #6c7275;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input {
  border: 1px solid #0facae;
  background: white;
  border-radius: 6px;
  padding: 0 20px;
  padding-right: 40px;
  line-height: 60px;
  color: #52646d;
  width: 100%;
  font-size: 16px;
  font-weight: 600 !important;
  font-family: "Cairo", sans-serif !important;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input::placeholder {
  color: #52646d;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_names_first_name_, .home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_names_last_name_ {
  background: #fff url(../img/form/name.png) no-repeat 95% 50%;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_email {
  background: #fff url(../img/form/email.png) no-repeat 97.6% 50%;
  padding-right: 44px;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_numeric_field {
  background: #fff url(../img/form/phone.png) no-repeat 97.6% 50%;
  padding-right: 44px;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input select {
  border: 1px solid #0facae;
  background: white;
  border-radius: 6px;
  padding: 0 20px;
  height: 60px;
  padding-right: 40px;
  font-size: 16px;
  color: #52646d;
  font-weight: 600 !important;
  font-family: "Cairo", sans-serif !important;
  cursor: pointer;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input select#ff_1_dropdown_1 {
  background: #fff url(../img/form/branch.png) no-repeat 95% 50%;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input select#ff_1_dropdown {
  background: #fff url(../img/form/service.png) no-repeat 95% 50%;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #0facae;
  background: white;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  height: 220px !important;
  font-weight: 600 !important;
  font-family: "Cairo", sans-serif !important;
  box-shadow: none;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .row_input textarea::placeholder {
  color: #52646d;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .btn_green {
  background: #0facae !important;
  border-radius: 42px !important;
  color: white !important;
  font-size: 16px !important;
  padding: 12px 30px !important;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .ff-el-group {
  margin-bottom: 30px;
}
.home_page .section_box_contactus .all_box .s_box .section_form form fieldset .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.home_page .section_box_contactus .all_box .s_box .section_img {
  width: 35%;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .home_page .section_box_contactus .all_box .s_box .section_img {
    display: none;
  }
}
.home_page .section_box_contactus .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}

.m-product-tag--soldout > .m-product-card__content .m-product-option--button .m-product-option--node__label[data-selected=true] {
  opacity: 0.5;
}

.consmetic_services .section_hero {
  position: relative;
  font-size: 0;
}
.consmetic_services .section_hero img {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  user-select: none;
}
.consmetic_services .section_hero .grid {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #491f8396;
}
.consmetic_services .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.consmetic_services .section_hero .section_text h1 {
  font-size: 68px;
  font-weight: 900;
  color: white;
  line-height: 80px;
  padding: 20px 0 10px;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_hero .section_text h1 {
    font-size: 30px;
  }
}
.consmetic_services .section_hero .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 28px;
}
.consmetic_services .section_list {
  padding-top: 50px;
  background: white;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_list {
    padding-top: 30px;
  }
}
.consmetic_services .section_list .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consmetic_services .section_list .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.consmetic_services .section_list .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.consmetic_services .section_list .list_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  border-bottom: 1px solid #00000040;
  padding-bottom: 100px;
}
.consmetic_services .section_list .list_container .s_list {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_list .list_container .s_list {
    width: 50%;
  }
}
.consmetic_services .section_list .list_container .s_list .box {
  position: relative;
}
.consmetic_services .section_list .list_container .s_list .box::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #491f83 68.22%);
  top: 185px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 0 0 40px 40px;
}
.consmetic_services .section_list .list_container .s_list .box:hover .sec_text {
  max-height: 180px;
  padding-bottom: 60px;
}
.consmetic_services .section_list .list_container .s_list .box:hover .sec_text .btn_green {
  opacity: 1;
  transform: translateY(0);
}
.consmetic_services .section_list .list_container .s_list .box img {
  width: 100%;
  border-radius: 40px;
}
.consmetic_services .section_list .list_container .s_list .box .sec_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  max-height: 120px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.consmetic_services .section_list .list_container .s_list .box .sec_text h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_list .list_container .s_list .box .sec_text h5 {
    font-size: 14px;
  }
}
.consmetic_services .section_list .list_container .s_list .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding-top: 18px;
}
.consmetic_services .section_list .list_container .s_list .box .sec_text .btn_green {
  opacity: 0;
  margin: 20px auto;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
.consmetic_services .section_box_faq {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_box_faq {
    padding-top: 30px;
  }
}
.consmetic_services .section_box_faq .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consmetic_services .section_box_faq .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.consmetic_services .section_box_faq .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.consmetic_services .section_box_faq .all_box .s_box {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_box_faq .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq {
  border: 1px solid #0facae;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:first-child .title_info {
  padding: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:first-child .title_info {
    padding: 0 0 10px;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
  padding: 20px 0 0;
}
@media screen and (max-width: 770px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
    padding: 10px 0 0;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .content_info {
  padding-bottom: 0;
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #491f83;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #491f83;
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
    font-size: 14px;
    padding: 5px 0;
  }
  .consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
    font-size: 16px;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 770px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
    padding-bottom: 0;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1025px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
    font-size: 12px;
    line-height: 28px;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_text .section_faq .single_faq.active .title_faq::after {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
.consmetic_services .section_box_faq .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_box_faq .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.consmetic_services .section_box_faq .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.consmetic_services .section_list_review {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_list_review {
    padding-top: 30px;
  }
}
.consmetic_services .section_list_review .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consmetic_services .section_list_review .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.consmetic_services .section_list_review .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.consmetic_services .section_list_review .list_container_review {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.consmetic_services .section_list_review .list_container_review .s_review {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .consmetic_services .section_list_review .list_container_review .s_review {
    width: 50%;
  }
}
.consmetic_services .section_list_review .list_container_review .s_review .box {
  position: relative;
  border-radius: 40px;
  background: white;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .top {
  text-align: center;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .top img {
  margin-top: -30px;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .top img.stars {
  margin-top: 10px;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .top h5 {
  font-size: 16px;
  font-weight: 700;
  color: #263238;
  font-family: inherit !important;
  margin-top: 12px;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .sec_text {
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0px 15px;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .sec_text p {
  font-size: 14px;
  font-weight: 700;
  color: #491f83;
  line-height: 26px;
  padding: 18px 0;
  position: relative;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .sec_text p::before {
  content: "";
  background-image: url(../img/web_icon/icon_right.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px;
  right: -20px;
  top: 0px;
}
.consmetic_services .section_list_review .list_container_review .s_review .box .sec_text p::after {
  content: "";
  background-image: url(../img/web_icon/icon_left.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px;
  left: -50px;
  bottom: 20px;
}

.consmetic_nutrition .section_hero {
  position: relative;
}
.consmetic_nutrition .section_hero img {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  user-select: none;
}
.consmetic_nutrition .section_hero .grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #491f8396;
  max-width: 100%;
  font-size: 0;
}
.consmetic_nutrition .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.consmetic_nutrition .section_hero .section_text h1 {
  font-size: 68px;
  font-weight: 900;
  color: white;
  line-height: 110px;
  padding: 20px 0 10px;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_hero .section_text h1 {
    font-size: 30px;
  }
}
.consmetic_nutrition .section_hero .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 28px;
}
.consmetic_nutrition .section_list {
  padding-top: 50px;
  background: white;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_list {
    padding-top: 30px;
  }
}
.consmetic_nutrition .section_list .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consmetic_nutrition .section_list .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.consmetic_nutrition .section_list .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.consmetic_nutrition .section_list .list_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  border-bottom: 1px solid #00000040;
  padding-bottom: 100px;
}
.consmetic_nutrition .section_list .list_container .s_list {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_list .list_container .s_list {
    width: 50%;
  }
}
.consmetic_nutrition .section_list .list_container .s_list .box {
  position: relative;
}
.consmetic_nutrition .section_list .list_container .s_list .box::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #491f83 68.22%);
  top: 185px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 0 0 40px 40px;
}
.consmetic_nutrition .section_list .list_container .s_list .box:hover .sec_text {
  max-height: 180px;
  padding-bottom: 60px;
}
.consmetic_nutrition .section_list .list_container .s_list .box:hover .sec_text .btn_green {
  opacity: 1;
  transform: translateY(0);
}
.consmetic_nutrition .section_list .list_container .s_list .box img {
  width: 100%;
  border-radius: 40px;
}
.consmetic_nutrition .section_list .list_container .s_list .box .sec_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  max-height: 120px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.consmetic_nutrition .section_list .list_container .s_list .box .sec_text h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_list .list_container .s_list .box .sec_text h5 {
    font-size: 14px;
  }
}
.consmetic_nutrition .section_list .list_container .s_list .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding-top: 18px;
}
.consmetic_nutrition .section_list .list_container .s_list .box .sec_text .btn_green {
  opacity: 0;
  margin: 20px auto;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
.consmetic_nutrition .section_box_faq {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_box_faq {
    padding-top: 30px;
  }
}
.consmetic_nutrition .section_box_faq .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consmetic_nutrition .section_box_faq .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.consmetic_nutrition .section_box_faq .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.consmetic_nutrition .section_box_faq .all_box .s_box {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq {
  border: 1px solid #0facae;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:first-child .title_info {
  padding: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:first-child .title_info {
    padding: 0 0 10px;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
  padding: 20px 0 0;
}
@media screen and (max-width: 770px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
    padding: 10px 0 0;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .content_info {
  padding-bottom: 0;
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #491f83;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #491f83;
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
    font-size: 14px;
    padding: 5px 0;
  }
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
    font-size: 16px;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 770px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
    padding-bottom: 0;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1025px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
    font-size: 12px;
    line-height: 28px;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_text .section_faq .single_faq.active .title_faq::after {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_box_faq .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.consmetic_nutrition .section_box_faq .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.consmetic_nutrition .section_list_review {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_list_review {
    padding-top: 30px;
  }
}
.consmetic_nutrition .section_list_review .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consmetic_nutrition .section_list_review .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.consmetic_nutrition .section_list_review .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.consmetic_nutrition .section_list_review .list_container_review {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .consmetic_nutrition .section_list_review .list_container_review .s_review {
    width: 50%;
  }
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box {
  position: relative;
  border-radius: 40px;
  background: white;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .top {
  text-align: center;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .top img {
  margin-top: -30px;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .top img.stars {
  margin-top: 10px;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .top h5 {
  font-size: 16px;
  font-weight: 700;
  color: #263238;
  font-family: inherit !important;
  margin-top: 12px;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .sec_text {
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0px 15px;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .sec_text p {
  font-size: 14px;
  font-weight: 700;
  color: #491f83;
  line-height: 26px;
  padding: 18px 0;
  position: relative;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .sec_text p::before {
  content: "";
  background-image: url(../img/web_icon/icon_right.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px;
  right: -20px;
  top: 0px;
}
.consmetic_nutrition .section_list_review .list_container_review .s_review .box .sec_text p::after {
  content: "";
  background-image: url(../img/web_icon/icon_left.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px;
  left: -50px;
  bottom: 20px;
}

.single_service .section_hero {
  position: relative;
  font-size: 0;
}
.single_service .section_hero img {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  user-select: none;
}
.single_service .section_hero .grid {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #491f8396;
}
.single_service .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  align-items: center;
}
.single_service .section_hero .section_text ul {
  display: inline-block;
  flex-direction: row;
  align-items: center;
}
.single_service .section_hero .section_text ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .single_service .section_hero .section_text ul li {
    font-size: 10px;
  }
}
.single_service .section_hero .section_text ul li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: white;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .single_service .section_hero .section_text ul li::before {
    background-size: 15px;
  }
}
.single_service .section_hero .section_text ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .single_service .section_hero .section_text ul li a {
    font-size: 10px;
  }
}
.single_service .section_hero .section_text ul li a:hover {
  text-decoration: underline;
}
.single_service .section_hero .section_text ul li:last-child {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .single_service .section_hero .section_text ul li:last-child {
    font-size: 10px;
  }
}
.single_service .section_hero .section_text ul li:last-child::before {
  display: none;
}
.single_service .section_hero .section_text h1 {
  font-size: 68px;
  font-weight: 900;
  color: white;
  line-height: 110px;
  padding: 20px 0 10px;
}
@media screen and (max-width: 999px) {
  .single_service .section_hero .section_text h1 {
    font-size: 30px;
  }
}
.single_service .section_hero .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 28px;
  text-align: center;
}
.single_service .section_hero .section_text .btn_green {
  margin-top: 20px;
}
.single_service .section_box {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 999px) {
  .single_service .section_box {
    padding-top: 30px;
  }
}
.single_service .section_box .all_box .s_box {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.single_service .section_box .all_box .s_box:last-child {
  padding-bottom: 0;
}
.single_service .section_box .all_box .s_box.row_reverse {
  flex-direction: row-reverse;
}
.single_service .section_box .all_box .s_box.row_reverse .section_img {
  padding-left: 50px;
  padding-right: 0;
}
.single_service .section_box .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .single_service .section_box .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.single_service .section_box .all_box .s_box .section_text h3 {
  color: #491f83;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box .all_box .s_box .section_text h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.single_service .section_box .all_box .s_box .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: #111828;
  line-height: 28px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box .all_box .s_box .section_text p {
    font-size: 14px;
    line-height: 26px;
  }
}
.single_service .section_box .all_box .s_box .section_text .number {
  display: flex;
  align-items: center;
  padding: 25px 0px 15px;
}
.single_service .section_box .all_box .s_box .section_text .number li {
  padding-left: 20px;
}
.single_service .section_box .all_box .s_box .section_text .number li:last-child {
  padding-left: 0;
}
.single_service .section_box .all_box .s_box .section_text .number li span {
  font-size: 36px;
  font-weight: 400;
  color: #491f83;
}
.single_service .section_box .all_box .s_box .section_text .number li h5 {
  font-size: 16px;
  font-weight: bold;
  color: #491f83;
}
.single_service .section_box .all_box .s_box .section_text .number li p {
  font-size: 16px;
  font-weight: 400;
}
.single_service .section_box .all_box .s_box .section_text .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0px 15px;
}
.single_service .section_box .all_box .s_box .section_text .info li {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 50%;
}
.single_service .section_box .all_box .s_box .section_text .info li:last-child {
  padding-left: 0;
}
.single_service .section_box .all_box .s_box .section_text .info li h5 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #491f83;
}
.single_service .section_box .all_box .s_box .section_text .info li p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.single_service .section_box .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.single_service .section_box .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.single_service .section_box_faq {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_faq {
    padding-top: 30px;
  }
}
.single_service .section_box_faq .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_service .section_box_faq .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.single_service .section_box_faq .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.single_service .section_box_faq .all_box .s_box {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_faq .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_faq .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq {
  border: 1px solid #0facae;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:first-child .title_info {
  padding: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:first-child .title_info {
    padding: 0 0 10px;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
  padding: 20px 0 0;
}
@media screen and (max-width: 770px) {
  .single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .title_info {
    padding: 10px 0 0;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq:last-child .content_info {
  padding-bottom: 0;
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #491f83;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #491f83;
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq {
    font-size: 14px;
    padding: 5px 0;
  }
  .single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .title_faq::after {
    font-size: 16px;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 770px) {
  .single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq {
    padding-bottom: 0;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1025px) {
  .single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq .content_faq p {
    font-size: 12px;
    line-height: 28px;
  }
}
.single_service .section_box_faq .all_box .s_box .section_text .section_faq .single_faq.active .title_faq::after {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
.single_service .section_box_faq .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_faq .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.single_service .section_box_faq .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.single_service .section_list_new {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .single_service .section_list_new {
    padding-top: 30px;
  }
}
.single_service .section_list_new .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_service .section_list_new .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.single_service .section_list_new .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.single_service .section_list_new .list_container_new {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.single_service .section_list_new .list_container_new .s_new {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .single_service .section_list_new .list_container_new .s_new {
    width: 50%;
  }
}
.single_service .section_list_new .list_container_new .s_new .box {
  position: relative;
}
.single_service .section_list_new .list_container_new .s_new .box img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0px 0px 4px 0px #00000040;
}
.single_service .section_list_new .list_container_new .s_new .box .sec_text {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
.single_service .section_list_new .list_container_new .s_new .box .sec_text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #491f83;
}
@media screen and (max-width: 999px) {
  .single_service .section_list_new .list_container_new .s_new .box .sec_text h5 {
    font-size: 14px;
  }
}
.single_service .section_list_new .list_container_new .s_new .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #491f83;
  line-height: 20px;
  padding: 18px 0;
}
.single_service .section_list_new .list_container_new .s_new .box .sec_text .btn_green {
  margin: auto;
}
.single_service .section_box_contactus {
  background: white;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_contactus {
    padding-top: 30px;
  }
}
.single_service .section_box_contactus .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_service .section_box_contactus .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.single_service .section_box_contactus .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.single_service .section_box_contactus .all_box {
  padding-top: 40px;
}
.single_service .section_box_contactus .all_box .s_box {
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_contactus .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.single_service .section_box_contactus .all_box .s_box .section_form {
  width: 60%;
  background: #f3f4f6;
  padding: 50px;
  border-radius: 40px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_contactus .all_box .s_box .section_form {
    width: 100%;
  }
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one {
  padding-bottom: 40px;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one:last-child {
  padding-bottom: 0;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one h6 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .row_input {
  padding-bottom: 25px;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .row_input:last-child {
  padding-bottom: 0;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .row_input label {
  font-size: 12px;
  font-weight: 700;
  color: #6c7275;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .row_input input {
  border: 1px solid #0facae;
  background: white;
  border-radius: 6px;
  padding: 10px 20px;
  color: #52646d;
  width: 100%;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .row_input select {
  border: 1px solid #0facae;
  background: white;
  border-radius: 6px;
  padding: 10px 20px;
  color: #52646d;
  width: 100%;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .row_input textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #0facae;
  background: white;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  height: 145px !important;
  box-shadow: none;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .group {
  display: flex;
  column-gap: 20px;
}
.single_service .section_box_contactus .all_box .s_box .section_form form .col_one .group .row_input {
  width: 50%;
}
.single_service .section_box_contactus .all_box .s_box .section_img {
  width: 40%;
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .single_service .section_box_contactus .all_box .s_box .section_img {
    width: 100%;
    padding-left: 0;
  }
}
.single_service .section_box_contactus .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}

.contact_us .section_hero {
  position: relative;
  font-size: 0;
}
.contact_us .section_hero img {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  user-select: none;
}
.contact_us .section_hero .grid {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #491f8396;
}
.contact_us .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  align-items: center;
}
.contact_us .section_hero .section_text ul {
  display: inline-block;
  flex-direction: row;
  align-items: center;
}
.contact_us .section_hero .section_text ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .contact_us .section_hero .section_text ul li {
    font-size: 10px;
  }
}
.contact_us .section_hero .section_text ul li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: white;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .contact_us .section_hero .section_text ul li::before {
    background-size: 15px;
  }
}
.contact_us .section_hero .section_text ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .contact_us .section_hero .section_text ul li a {
    font-size: 10px;
  }
}
.contact_us .section_hero .section_text ul li a:hover {
  text-decoration: underline;
}
.contact_us .section_hero .section_text ul li:last-child {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .contact_us .section_hero .section_text ul li:last-child {
    font-size: 10px;
  }
}
.contact_us .section_hero .section_text ul li:last-child::before {
  display: none;
}
.contact_us .section_hero .section_text h1 {
  font-size: 48px;
  font-weight: 900;
  color: white;
  line-height: 70px;
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .contact_us .section_hero .section_text h1 {
    font-size: 30px;
  }
}
.contact_us .section_hero .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 28px;
  text-align: center;
}
.contact_us .section_hero .section_text .btn_green {
  margin-top: 20px;
}
.contact_us .section_box {
  padding-top: 100px;
  background: white;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box {
    padding-top: 30px;
  }
}
.contact_us .section_box .all_box .s_box {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.contact_us .section_box .all_box .s_box:last-child {
  padding-bottom: 0;
}
.contact_us .section_box .all_box .s_box.row_reverse {
  flex-direction: row-reverse;
}
.contact_us .section_box .all_box .s_box.row_reverse .section_img {
  padding-left: 50px;
  padding-right: 0;
}
.contact_us .section_box .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.contact_us .section_box .all_box .s_box .section_text h3 {
  color: #491f83;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box .all_box .s_box .section_text h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.contact_us .section_box .all_box .s_box .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: #111828;
  line-height: 28px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box .all_box .s_box .section_text p {
    font-size: 14px;
    line-height: 26px;
  }
}
.contact_us .section_box .all_box .s_box .section_text .number {
  display: flex;
  align-items: center;
  padding: 25px 0px 15px;
}
.contact_us .section_box .all_box .s_box .section_text .number li {
  padding-left: 20px;
}
.contact_us .section_box .all_box .s_box .section_text .number li:last-child {
  padding-left: 0;
}
.contact_us .section_box .all_box .s_box .section_text .number li span {
  font-size: 36px;
  font-weight: 400;
  color: #491f83;
}
.contact_us .section_box .all_box .s_box .section_text .number li h5 {
  font-size: 16px;
  font-weight: bold;
  color: #491f83;
}
.contact_us .section_box .all_box .s_box .section_text .number li p {
  font-size: 16px;
  font-weight: 400;
}
.contact_us .section_box .all_box .s_box .section_text .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0px 15px;
}
.contact_us .section_box .all_box .s_box .section_text .info li {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 50%;
}
.contact_us .section_box .all_box .s_box .section_text .info li:last-child {
  padding-left: 0;
}
.contact_us .section_box .all_box .s_box .section_text .info li h5 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #491f83;
}
.contact_us .section_box .all_box .s_box .section_text .info li p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.contact_us .section_box .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.contact_us .section_box .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.contact_us .section_box_contactus {
  background: white;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box_contactus {
    padding-top: 30px;
  }
}
.contact_us .section_box_contactus .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_us .section_box_contactus .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.contact_us .section_box_contactus .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.contact_us .section_box_contactus .all_box {
  padding-top: 40px;
}
.contact_us .section_box_contactus .all_box .s_box {
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box_contactus .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.contact_us .section_box_contactus .all_box .s_box .section_form {
  width: 65%;
  background: #f3f4f6;
  padding: 60px 70px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 999px) {
  .contact_us .section_box_contactus .all_box .s_box .section_form {
    width: 100%;
  }
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input label {
  font-size: 12px;
  font-weight: 700;
  color: #6c7275;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input {
  border: 1px solid #0facae;
  background: white;
  border-radius: 6px;
  padding: 0 20px;
  padding-right: 40px;
  line-height: 60px;
  color: #52646d;
  width: 100%;
  font-size: 16px;
  font-weight: 600 !important;
  font-family: "Cairo", sans-serif !important;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input::placeholder {
  color: #52646d;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_names_first_name_, .contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_names_last_name_ {
  background: #fff url(../img/form/name.png) no-repeat 95% 50%;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_email {
  background: #fff url(../img/form/email.png) no-repeat 97.6% 50%;
  padding-right: 44px;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input input#ff_1_numeric_field {
  background: #fff url(../img/form/phone.png) no-repeat 97.6% 50%;
  padding-right: 44px;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input select {
  border: 1px solid #0facae;
  background: white;
  border-radius: 6px;
  padding: 0 20px;
  height: 60px;
  padding-right: 40px;
  font-size: 16px;
  color: #52646d;
  font-weight: 600 !important;
  font-family: "Cairo", sans-serif !important;
  cursor: pointer;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input select#ff_1_dropdown_1 {
  background: #fff url(../img/form/branch.png) no-repeat 95% 50%;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input select#ff_1_dropdown {
  background: #fff url(../img/form/service.png) no-repeat 95% 50%;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #0facae;
  background: white;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  height: 220px !important;
  font-weight: 600 !important;
  font-family: "Cairo", sans-serif !important;
  box-shadow: none;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .row_input textarea::placeholder {
  color: #52646d;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .btn_green {
  background: #0facae !important;
  border-radius: 42px !important;
  color: white !important;
  font-size: 16px !important;
  padding: 12px 30px !important;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .ff-el-group {
  margin-bottom: 30px;
}
.contact_us .section_box_contactus .all_box .s_box .section_form form fieldset .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.contact_us .section_box_contactus .all_box .s_box .section_img {
  width: 35%;
  margin-left: 30px;
}
@media screen and (max-width: 999px) {
  .contact_us .section_box_contactus .all_box .s_box .section_img {
    width: 100%;
    margin-left: 0;
  }
}
.contact_us .section_box_contactus .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}

.about_page .section_hero {
  position: relative;
}
.about_page .section_hero img {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  user-select: none;
}
.about_page .section_hero .grid {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #491f8396;
}
.about_page .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.about_page .section_hero .section_text h1 {
  font-size: 68px;
  font-weight: 900;
  color: white;
  line-height: 110px;
  padding: 20px 0 10px;
}
@media screen and (max-width: 999px) {
  .about_page .section_hero .section_text h1 {
    font-size: 30px;
  }
}
.about_page .section_hero .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 28px;
}
.about_page .section_box {
  background: white;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  .about_page .section_box {
    padding: 30px 0;
  }
}
.about_page .section_box .all_box .s_box {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.about_page .section_box .all_box .s_box:last-child {
  padding-bottom: 0;
}
.about_page .section_box .all_box .s_box.row_reverse {
  flex-direction: row-reverse;
}
.about_page .section_box .all_box .s_box.row_reverse .section_img {
  padding-left: 50px;
  padding-right: 0;
}
.about_page .section_box .all_box .s_box .section_text {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text {
    width: 100%;
    padding-top: 20px;
  }
}
.about_page .section_box .all_box .s_box .section_text h3 {
  color: #491f83;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.about_page .section_box .all_box .s_box .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: #111828;
  line-height: 32px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text p {
    font-size: 14px;
    line-height: 26px;
  }
}
.about_page .section_box .all_box .s_box .section_text .btn_green {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text .btn_green {
    margin-top: 5px;
  }
}
.about_page .section_box .all_box .s_box .section_text .number {
  display: flex;
  align-items: center;
  padding: 25px 0px 15px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text .number {
    flex-wrap: wrap;
  }
}
.about_page .section_box .all_box .s_box .section_text .number li {
  text-align: center;
  padding-left: 35px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text .number li {
    width: 50%;
    padding-bottom: 10px;
  }
}
.about_page .section_box .all_box .s_box .section_text .number li:last-child {
  padding-left: 0;
}
.about_page .section_box .all_box .s_box .section_text .number li span {
  display: flex;
  font-size: 36px;
  font-weight: 600;
  color: #491f83;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.about_page .section_box .all_box .s_box .section_text .number li span b {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text .number li span {
    font-size: 22px;
  }
}
.about_page .section_box .all_box .s_box .section_text .number li h5 {
  font-size: 16px;
  font-weight: bold;
  color: #491f83;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text .number li h5 {
    font-size: 14px;
  }
}
.about_page .section_box .all_box .s_box .section_text .number li p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_text .number li p {
    font-size: 14px;
  }
}
.about_page .section_box .all_box .s_box .section_text .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0px 15px;
}
.about_page .section_box .all_box .s_box .section_text .info li {
  padding-left: 20px;
  padding-bottom: 40px;
  width: 50%;
}
.about_page .section_box .all_box .s_box .section_text .info li:last-child {
  padding-left: 0;
}
.about_page .section_box .all_box .s_box .section_text .info li h5 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #491f83;
}
.about_page .section_box .all_box .s_box .section_text .info li p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.about_page .section_box .all_box .s_box .section_text.why_section .sec-title h3 {
  padding-bottom: 15px;
}
.about_page .section_box .all_box .s_box .section_text.why_section .sec-title p {
  font-weight: 600;
  font-size: 18px;
}
.about_page .section_box .all_box .s_box .section_text.why_section .decro {
  display: block;
  position: relative;
  height: 1px;
  background-color: #491f83;
  width: 70%;
  margin: 30px 0 10px;
}
.about_page .section_box .all_box .s_box .section_text.why_section .decro::before, .about_page .section_box .all_box .s_box .section_text.why_section .decro::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: -1px;
  top: -2.8px;
  border-radius: 50%;
  background-color: #491f83;
}
.about_page .section_box .all_box .s_box .section_text.why_section .decro::after {
  right: auto;
  left: -1px;
}
.about_page .section_box .all_box .s_box .section_img {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 999px) {
  .about_page .section_box .all_box .s_box .section_img {
    width: 100%;
    padding-right: 0;
  }
}
.about_page .section_box .all_box .s_box .section_img img {
  width: 100%;
  border-radius: 40px;
}
.about_page .section_list_team {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .about_page .section_list_team {
    padding-top: 30px;
  }
}
.about_page .section_list_team .section_title_component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_page .section_list_team .section_title_component .sec_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #491f83;
}
.about_page .section_list_team .section_title_component .sec_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.about_page .section_list_team .list_container_team {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.about_page .section_list_team .list_container_team .s_team {
  width: 33.3333333333%;
  padding: 15px 10px;
}
@media screen and (max-width: 999px) {
  .about_page .section_list_team .list_container_team .s_team {
    width: 50%;
  }
}
.about_page .section_list_team .list_container_team .s_team .box {
  position: relative;
}
.about_page .section_list_team .list_container_team .s_team .box img {
  width: 100%;
  border-radius: 40px;
}
.about_page .section_list_team .list_container_team .s_team .box .sec_text {
  background: white;
  text-align: center;
  padding: 30px;
  border-radius: 30px 30px 30px 0;
  margin-top: 10px;
}
.about_page .section_list_team .list_container_team .s_team .box .sec_text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #491f83;
}
@media screen and (max-width: 999px) {
  .about_page .section_list_team .list_container_team .s_team .box .sec_text h5 {
    font-size: 14px;
  }
}
.about_page .section_list_team .list_container_team .s_team .box .sec_text p {
  font-size: 12px;
  font-weight: 400;
  color: #491f83;
  line-height: 20px;
  padding: 18px 0;
}
.about_page .section_list_team .list_container_team .s_team .box .sec_text .btn_green {
  margin: auto;
}

.faq_page .section_hero {
  position: relative;
  font-size: 0;
}
.faq_page .section_hero img {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  transform-origin: bottom;
  border-radius: inherit;
  user-select: none;
}
.faq_page .section_hero .grid {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #491f8396;
}
.faq_page .section_hero .section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.faq_page .section_hero .section_text h1 {
  font-size: 68px;
  font-weight: 900;
  color: white;
  line-height: 110px;
  padding: 20px 0 10px;
}
@media screen and (max-width: 999px) {
  .faq_page .section_hero .section_text h1 {
    font-size: 30px;
  }
}
.faq_page .section_hero .section_text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 28px;
}
.faq_page .content_page {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
.faq_page .content_page .tab_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.faq_page .content_page .tab_menu .single_tab {
  border: 1px solid #0facae;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #491f83;
  padding: 22px 15px;
  transition: all 0.2s ease;
}
.faq_page .content_page .tab_menu .single_tab:hover {
  background: #0facae;
  color: white;
}
.faq_page .content_page .tab_menu .single_tab.active {
  background: #0facae;
  color: white;
}
.faq_page .content_page .list .section_faq {
  padding-top: 30px;
  padding-bottom: 100px;
}
.faq_page .content_page .list .section_faq .single_faq {
  display: none;
  border: 1px solid #0facae;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.faq_page .content_page .list .section_faq .single_faq:first-child .title_info {
  padding: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .faq_page .content_page .list .section_faq .single_faq:first-child .title_info {
    padding: 0 0 10px;
  }
}
.faq_page .content_page .list .section_faq .single_faq:last-child .title_info {
  padding: 20px 0 0;
}
@media screen and (max-width: 770px) {
  .faq_page .content_page .list .section_faq .single_faq:last-child .title_info {
    padding: 10px 0 0;
  }
}
.faq_page .content_page .list .section_faq .single_faq:last-child .content_info {
  padding-bottom: 0;
}
.faq_page .content_page .list .section_faq .single_faq .title_faq {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #491f83;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.faq_page .content_page .list .section_faq .single_faq .title_faq::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #491f83;
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .faq_page .content_page .list .section_faq .single_faq .title_faq {
    font-size: 14px;
    padding: 5px 0;
  }
  .faq_page .content_page .list .section_faq .single_faq .title_faq::after {
    font-size: 16px;
  }
}
.faq_page .content_page .list .section_faq .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 770px) {
  .faq_page .content_page .list .section_faq .single_faq .content_faq {
    padding-bottom: 0;
  }
}
.faq_page .content_page .list .section_faq .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1025px) {
  .faq_page .content_page .list .section_faq .single_faq .content_faq p {
    font-size: 12px;
    line-height: 28px;
  }
}
.faq_page .content_page .list .section_faq .single_faq.show {
  display: block;
}
.faq_page .content_page .list .section_faq .single_faq.active .title_faq::after {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}

/*# sourceMappingURL=main.css.map */
