/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
.row {
  max-width: 150rem;
  margin: 0 auto;
  padding: 3rem; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 1rem; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: right;
    margin-right: 1.8rem;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 37.5em) {
      .row [class^="col-"] {
        margin-right: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        padding: 0; } }
    .row [class^="col-"]:not(:last-child) {
      margin-left: 1rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 1rem;
          padding: 0; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-12 {
    width: 75%;
    margin-bottom: 0rem; }
    @media only screen and (min-width: 112.5em) {
      .row .col-1-of-12 .custom-file-label {
        font-size: 2.3rem; }
      .row .col-1-of-12 .custom-file {
        margin-bottom: 2.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-12 {
        width: 100rem; } }
  .row .col-1-of-2 {
    width: calc((100% - 10rem) / 2); }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-2 {
        width: 100%; } }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 1rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 1rem) / 3) + 1rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 1rem) / 5); }
    @media only screen and (max-width: 75em) {
      .row .col-1-of-4 {
        width: calc((100% - 2 * 1rem) / 4) !important; } }
    @media only screen and (max-width: 56.25em) {
      .row .col-1-of-4 {
        width: calc((100% - 2 * 1rem) / 3) !important; } }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-4 {
        width: 100% !important; } }
  .row .col-1-of-5 {
    width: calc((100% - 7 * 1rem) / 8);
    margin-top: 5rem; }
    @media only screen and (max-width: 75em) {
      .row .col-1-of-5 {
        width: calc((100% - 1rem) / 3) !important; } }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-5 {
        width: calc((100% - 3 * 1rem) / 3) !important; } }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 1rem) / 4) + 1rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 1rem) / 4) + 2 * 1rem); }

.footer {
  background-color: #000;
  padding: 10rem 0;
  font-size: 1.4rem;
  color: #f7f7f7; }
  @media only screen and (max-width: 56.25em) {
    .footer {
      padding: 8rem 0; } }
  .footer__logo-box {
    text-align: center;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__logo-box {
        margin-bottom: 6rem; } }
  .footer__logo {
    width: 15rem;
    height: auto; }
  .footer__navigation {
    border-top: 1px solid #777;
    padding-top: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        width: 100%;
        text-align: center; } }
  .footer__list {
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 1.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #f7f7f7;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s; }
  .footer__link:hover, .footer__link:active {
    color: #55c57a;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.3); }
  .footer__copyright {
    border-top: 1px solid #777;
    padding-top: 2rem;
    width: 80%;
    float: right;
    text-align: center; }
    @media only screen and (max-width: 56.25em) {
      .footer__copyright {
        width: 100%;
        float: none; } }

.footer_bottom {
  background-color: #000; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: #777; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem; }
  .heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3.5rem;
    animation-name: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    /*
    animation-delay: 3s;
    animation-iteration-count: 3;
    */ }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        letter-spacing: 1rem;
        font-family: 5rem; } }
  .heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.75rem;
    animation: moveInRight 1s ease-out; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub {
        letter-spacing: .5rem; } }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  transition: all .2s;
  text-align: right;
  float: right; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  .heading-secondary:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 3rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
.story {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  padding-top: 5rem;
  padding-bottom: 3rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 56.25em) {
    .story {
      width: 100%;
      padding: 4rem;
      padding-left: 7rem; } }
  @media only screen and (max-width: 37.5em) {
    .story {
      transform: skewX(0);
      padding: 1px 0px 0px 0px; }
      .story p {
        padding: 5px; } }
  .story__shape {
    width: 20rem;
    height: 20rem;
    float: right;
    transform: translateX(-3rem) skewX(12deg);
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .story__shape {
        -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
        -webkit-shape-outside: circle(50% at 50% 50%);
        shape-outside: circle(50% at 50% 50%);
        border-radius: none; } }
    @media only screen and (max-width: 37.5em) {
      .story__shape {
        transform: translateX(-3rem) skewX(0); } }
  .story__img {
    height: 100%;
    transform: translateX(-4rem) scale(1.4);
    backface-visibility: hidden;
    transition: all .5s; }
  .story__text {
    text-align: center;
    margin: 3rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 37.5em) {
      .story__text {
        transform: skewX(0);
        margin: 1px 1px 1px 1px; } }
  .story__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
    opacity: 0;
    transition: all .5s;
    backface-visibility: hidden; }
  .story:hover .story__caption {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .story:hover .story__img {
    transform: translateX(-4rem) scale(1);
    filter: blur(3px) brightness(80%); }

.form__group:not(:last-child) {
  margin-bottom: 3rem; }
.form__input {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 100%;
  display: block;
  transition: all .3s; }
  @media only screen and (max-width: 56.25em) {
    .form__input {
      width: 100%; } }
  .form__input:focus {
    outline: none;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #55c57a; }
  .form__input:focus:invalid {
    border-bottom: 3px solid #ff7730; }
  .form__input::-webkit-input-placeholder {
    color: #000; }
.form__label {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0rem;
  display: block;
  transition: all .3s;
  float: right;
  color: #28b485; }
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem); }
.form__radio-group {
  width: 49%;
  display: inline-block; }
  @media only screen and (max-width: 56.25em) {
    .form__radio-group {
      width: 100%;
      margin-bottom: 2rem; } }
.form__radio-input {
  display: none; }
.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 4.5rem; }
.form__radio-button {
  height: 3rem;
  width: 3rem;
  border: 5px solid #55c57a;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -.4rem; }
  .form__radio-button::after {
    content: "";
    display: block;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #55c57a;
    opacity: 0;
    transition: opacity .2s; }
.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1; }

.radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer; }
  .radio label {
    font-size: 1.5rem;
    padding-top: 2rem;
    margin: 1rem;
    color: #777;
    text-align: justify; }
    @media only screen and (max-width: 37.5em) {
      .radio label {
        font-size: 1rem;
        padding: 0rem;
        margin: 0rem; } }

.r_input {
  display: none; }

.rd_input {
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border: 3px solid #660000;
  border-radius: 50px;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 3px;
  padding-top: 4px;
  font-size: 1.5rem;
  margin-left: 4px;
  background: #ffffff; }
  @media only screen and (max-width: 37.5em) {
    .rd_input {
      font-size: 1.5rem; } }

.rd_input::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #660000;
  border-radius: 50px;
  transform: scale(0);
  transition: transform 0.15s; }

.r_input:checked + .rd_input::after {
  transform: scale(1); }

.btno, .btno:link, .btno:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer; }
.btno:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btno:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }
.btno:active, .btno:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }
.btno--white {
  background-color: #fff;
  color: #777;
  float: right; }
  .btno--white::after {
    background-color: #fff; }
.btno--green {
  background-color: #55c57a;
  color: #fff;
  float: right;
  margin: 2rem; }
  @media only screen and (max-width: 37.5em) {
    .btno--green {
      width: 100%;
      margin: 1rem;
      text-align: center; } }
  .btno--green::after {
    background-color: #55c57a; }
.btno--edite {
  border-radius: 1rem;
  background-color: #55c57a;
  color: #fff !important;
  float: right;
  font-size: 1.5rem;
  margin: 1rem;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .btno--edite {
      width: 90%;
      margin: 1rem;
      text-align: center;
      padding-left: 3px; } }
  .btno--edite::after {
    background-color: #55c57a; }
.btno::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s; }
.btno--animated {
  animation: moveInBottom .5s ease-out .75s;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #55c57a;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #55c57a;
  padding: 3px;
  transition: all .2s; }
.btn-text:hover {
  background-color: #55c57a;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px); }
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0); }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: #777; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem; }
  .heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3.5rem;
    animation-name: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    /*
    animation-delay: 3s;
    animation-iteration-count: 3;
    */ }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        letter-spacing: 1rem;
        font-family: 5rem; } }
  .heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    animation: moveInRight 1s ease-out;
    letter-spacing: 0rem; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub {
        letter-spacing: .5rem; } }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  transition: all .2s; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  .heading-secondary:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

html {
  font-size: 60.5%; }

body {
  /*background: $color-green1;*/
  font-family: DIN Next LT Arabic;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: #777; }

.slider {
  background-color: #000; }

.book {
  padding-top: 20rem;
  width: 100%;
  height: 100%; }
  .book .nav-item {
    width: 24.1%;
    text-align: center;
    font-family: DIN Next LT Arabic;
    font-weight: 500;
    font-size: 1.5rem; }
    @media only screen and (max-width: 75em) {
      .book .nav-item {
        width: 33.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 2rem;
        font-weight: 700; } }
    @media only screen and (max-width: 56.25em) {
      .book .nav-item {
        width: 32.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 1.5rem;
        font-weight: 700; } }
    @media only screen and (max-width: 37.5em) {
      .book .nav-item {
        width: 32.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 1rem;
        font-weight: 700; } }
  .book .nav-link.active {
    color: #333;
    background: none;
    border-bottom: solid 2px #660000;
    border-radius: 0px; }
  .book .nav-link:hover {
    color: #660000;
    background-color: #e5e5e5;
    border-radius: 0px; }
  .book .btn-primary {
    border-color: #660000;
    background-color: #660000;
    font-size: 1.6rem;
    padding: .6rem; }
  .book .form-control {
    margin: 0px;
    font-size: 1.8rem;
    padding: .5rem; }
  .book .card-header {
    background: none;
    font-weight: 700; }

.tabs {
  margin: 1rem; }
  .tabs .nav {
    width: 100%;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .tabs .nav {
        width: 100%; } }
  .tabs .nav-item {
    width: 24.1%;
    text-align: center;
    font-family: DIN Next LT Arabic;
    font-weight: 500;
    font-size: 2rem; }
    @media only screen and (max-width: 75em) {
      .tabs .nav-item {
        width: 33.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 2rem;
        font-weight: 700; } }
    @media only screen and (max-width: 56.25em) {
      .tabs .nav-item {
        width: 32.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 1.5rem;
        font-weight: 700; } }
    @media only screen and (max-width: 37.5em) {
      .tabs .nav-item {
        width: 32.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 1rem;
        font-weight: 700; } }
  .tabs .nav-link.active {
    color: #fff;
    background-color: #660000;
    border-radius: 0px; }
  .tabs .nav-link:hover {
    color: #660000;
    background-color: #e5e5e5;
    border-radius: 0px; }
  .tabs .img_ctg {
    width: 100%; }
  .tabs .col-1-of-4 {
    margin: 2.5rem; }
    .tabs .col-1-of-4 .one {
      animation: moveInBottom .5s ease-in-out .40s;
      animation-fill-mode: backwards; }
    .tabs .col-1-of-4 .two {
      animation: moveInBottom .5s ease-in-out .50s;
      animation-fill-mode: backwards; }
    .tabs .col-1-of-4 .three {
      animation: moveInBottom .5s ease-in-out .60s;
      animation-fill-mode: backwards; }
    .tabs .col-1-of-4 .four {
      animation: moveInBottom .5s ease-in-out .70s;
      animation-fill-mode: backwards; }
  .tabs .card {
    width: 100;
    background-color: #660000;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    transition: transform .3s; }
    .tabs .card:hover {
      transform: translateZ(-1.5rem) scale(1.1); }
    .tabs .card h2 {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      margin: 2rem;
      color: #fff; }
  .tabs .img_ctg-new {
    width: 100%;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    transition: transform .3s; }
    .tabs .img_ctg-new:hover {
      transform: translateZ(-1.5rem) scale(1.1); }

.cart {
  padding-top: 15rem;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 37.5em) {
    .cart .table td {
      padding: 0;
      padding-top: .5rem;
      vertical-align: top;
      border-top: 0px solid #dee2e6; } }
  .cart .nav {
    width: 100%;
    background-color: #999;
    align-items: center; }
  .cart .nav-item {
    width: 24.1%;
    text-align: center;
    font-family: DIN Next LT Arabic;
    font-weight: 500;
    font-size: 2rem; }
    @media only screen and (max-width: 75em) {
      .cart .nav-item {
        width: 33.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 2rem;
        font-weight: 700; } }
    @media only screen and (max-width: 56.25em) {
      .cart .nav-item {
        width: 32.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 1.5rem;
        font-weight: 700; } }
    @media only screen and (max-width: 37.5em) {
      .cart .nav-item {
        width: 32.1%;
        text-align: center;
        font-family: DIN Next LT Arabic;
        font-size: 1rem;
        font-weight: 700; } }
  .cart .nav-link.active {
    color: #fff;
    background-color: #660000;
    border-radius: 0px; }
  .cart .nav-link:hover {
    color: #660000;
    background-color: #e5e5e5;
    border-radius: 0px; }
  .cart .tab-content {
    width: 100%; }
  .cart .img_ctg-new {
    width: 80px;
    height: 120px; }
    @media only screen and (max-width: 37.5em) {
      .cart .img_ctg-new {
        width: 100%; } }
  .cart .form-control {
    font-size: 2rem;
    width: 100%; }
  .cart .btn-primary {
    border-color: #660000;
    background-color: #660000;
    font-size: 1.6rem;
    padding: .6rem; }
  .cart .card-footer {
    background-color: #999; }
  .cart .modal-body {
    background-color: #fff; }
    .cart .modal-body__input {
      border-radius: 1.5rem !important;
      font-size: 1rem;
      font-family: inherit;
      color: inherit;
      padding: 1.5rem 2rem;
      border-radius: 1.5px;
      background-color: rgba(255, 255, 255, 0.5);
      border: solid 1px rgba(119, 119, 119, 0.3);
      width: 100%;
      display: block;
      transition: all .3s; }
      @media only screen and (max-width: 56.25em) {
        .cart .modal-body__input {
          width: 100%; } }
      .cart .modal-body__input:focus {
        outline: none;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
        border-bottom: 3px solid #55c57a; }
      .cart .modal-body__input:focus:invalid {
        border-bottom: 3px solid #ff7730; }
      .cart .modal-body__input::-webkit-input-placeholder {
        color: #55c57a;
        font-size: 1.7rem; }
    .cart .modal-body__label {
      font-size: 1.5rem;
      font-weight: 500;
      margin-left: 2rem;
      margin-top: 0rem;
      display: block;
      transition: all .3s;
      float: right;
      color: #777; }
    .cart .modal-body__input:placeholder-shown + .cart .modal-body__label {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-4rem); }
  .cart .card-header {
    margin: 1rem;
    border-bottom: solid 2px #660000;
    color: #777;
    background: none;
    font-weight: 700; }

/********************************************************
	14. Team Start
*******************************************************/
.loc_team_wrapper {
  padding: 69px 0 44px;
  background: var(--main-bg-color); }

.team_slider.swiper-container {
  padding-bottom: 36px; }

.loc_team_img {
  height: 35vh;
  position: relative;
  padding-top: 2rem;
  border-bottom: solid 0.5rem #ff7730; }

.loc_team_img img {
  border: none;
  border-radius: 8px; }

.loc_team_identity {
  background-color: #fff;
  color: #ff7730;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 1rem; }
  .loc_team_identity p {
    font-size: 1.5rem;
    font-weight: 500; }
  .loc_team_identity h3 {
    font-size: 1.7rem;
    color: #ff7730;
    font-weight: 700;
    line-height: 20px;
    display: inline-block; }

.loc_team_section:hover .loc_team_identity a {
  color: var(--main-color); }

.loc_team_inner {
  margin: auto;
  text-align: center;
  color: var(--main-bg-color); }

.loc_team_hover {
  background: rgba(85, 197, 122, 0.7);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  -o-transform: translateY(-500px);
  transform: translateY(-500px); }
  .loc_team_hover .btn-success {
    width: 100%;
    text-align: center;
    font-size: 1.5rem; }
  .loc_team_hover .btn-outline-success {
    width: 90%;
    text-align: center;
    font-size: 1.5rem;
    border-color: #fff;
    color: #fff;
    margin-left: 2rem;
    font-weight: 700; }

.loc_team_section:hover .loc_team_hover {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.loc_team_section {
  background: var(--main-bg-color);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  margin: 0;
  border: none;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  height: auto; }

.loc_team_section:hover .loc_team_identity h4, .loc_team_section:hover, .loc_team_hover, .loc_team_section:hover .loc_team_hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.loc_team_social, .loc_team_info {
  width: 100%;
  display: inline-block; }

.loc_team_info {
  text-align: center; }

.loc_team_info a {
  color: var(--main-bg-color); }

.loc_team_info a:hover {
  color: var(--main-color); }

.loc_team_info:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative; }

.loc_team_info:first-child:before {
  background: var(--main-bg-color);
  content: "";
  position: absolute;
  height: 1px;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0; }

.loc_team_social {
  margin-top: 20px; }

.loc_team_social li {
  display: inline-block;
  margin: 0 6px;
  line-height: 1;
  padding-top: 8px; }

.loc_team_social li a {
  color: var(--main-bg-color); }

.loc_team_social li a:hover {
  color: var(--main-color); }

.loc_team_social ul {
  width: auto;
  background: rgba(249, 249, 249, 0.1);
  display: inline-block;
  padding: 6px 20px;
  border: none;
  border-radius: 30px; }

.swiper-button-prev1, .swiper-button-next1 {
  width: 40px;
  color: var(--main-color);
  cursor: pointer;
  position: absolute;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.swiper-button-prev1 {
  left: -90px; }

.swiper-button-next1 {
  right: -100px; }

.loc_team_button {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled {
  color: var(--main-txt-color); }

.loc_team_wrapper.loc_team_page_wrapper {
  padding: 80px 0 50px; }

.loc_team_wrapper.loc_team_page_wrapper .loc_team_section {
  margin-bottom: 30px; }

.loc_team_wrapper .loc_heading_wrapper {
  margin-bottom: 41px; }

.ctg {
  background-color: #777;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem; }

/*css_to_scss*/
a:hover, a:focus, button, button:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.relative {
  position: relative; }

img {
  max-width: 100%; }

input, textarea, select, button, button:focus, button:hover, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus {
  outline: none;
  box-shadow: none; }

ul, p {
  padding: 0;
  margin: 0;
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.full_width {
  width: 100%; }

.padder0 {
  padding: 0; }

.mb_30 {
  margin-bottom: 30px; }

.mt_30 {
  margin-top: 30px; }

.mt_40 {
  margin-top: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_50 {
  margin-bottom: 50px; }

.mb_0 {
  margin: 0; }

.padder_right {
  padding-right: 0; }

.padder_left {
  padding-left: 0; }

.overflow_hidden {
  overflow: hidden; }

button {
  cursor: pointer; }

.display_flex {
  display: flex;
  flex-wrap: wrap; }

.nice-select .list {
  width: 100%; }

.map_bg {
  background: var(--main-border-color); }

.white {
  color: var(--main-bg-color); }

.fullWidth {
  width: 100% !important; }

iframe {
  width: 100%;
  border: none; }

.response {
  color: var(--red);
  position: absolute;
  right: 12px;
  bottom: 12px; }

/********************************************************
    2. Top Button CSS
*******************************************************/
#scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 9;
  visibility: hidden;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px); }

#scroll.active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s; }

@keyframes bounce {
  0%, 100% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0px); } }
/********************************************************
    3. PreLoader CSS
*******************************************************/
.preloader_active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999; }

.preloader_active .preloader_holder {
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999; }

.preloader_active .preloader_holder .preloader span {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  position: absolute;
  -webkit-animation: loadingCircles 1s infinite;
  -moz-animation: loadingCircles 1s infinite;
  animation: loadingCircles 1s infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

.preloader_wrapper > .preloader > span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.preloader_wrapper > .preloader > span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.preloader_holder {
  display: none; }

.preloader_open {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.preloader_open.loaded {
  opacity: 0;
  visibility: hidden; }

.preloader_open.loaded:before, .preloader_open.loaded:after {
  width: 0%; }

.preloader_open:before, .preloader_open:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.preloader_open:before {
  top: 0;
  left: 0; }

.preloader_open:after {
  bottom: 0;
  right: 0; }

/********************************************************
    4. Search CSS
*******************************************************/
.searchBox {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  left: 0%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: url(/img/close_search.png), auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.searchBox.show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.searchBox.show, .searchBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.searchBoxContainer {
  width: 50%;
  position: relative;
  text-align: end;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  visibility: hidden; }

.searchBox.show .searchBoxContainer {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible; }

.searchBox.show .searchBoxContainer, .searchBoxContainer {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; }

.search_bar_inner {
  position: relative;
  height: 50px; }

.search_bar_inner input {
  width: 100%;
  height: 50px;
  padding: 12px 55px 12px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid var(--main-bg-color);
  color: #ffffff; }

.search_bar_inner input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 90%; }

.search_bar_inner input::-moz-placeholder {
  color: var(--main-bg-color);
  opacity: 90%; }

.search_bar_inner input:-ms-input-placeholder {
  color: var(--main-bg-color);
  opacity: 90%; }

.search_bar_inner input:-moz-placeholder {
  color: #ffffff;
  opacity: 90%; }

.search_bar_inner button {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: none;
  background: transparent;
  color: #ffffff;
  width: 45px;
  font-size: 20px;
  border-radius: 26px; }

.closeBtn {
  margin: 0 0 20px 0;
  display: inline-block;
  padding: 0 15px; }

.closeBtn svg {
  width: 20px;
  fill: #ffffff; }

/********************************************************
	2. Comman CSS
*******************************************************/
.loc_heading_wrapper {
  margin-bottom: 45px; }

.loc_heading_wrapper h2 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 8px;
  color: #222222; }

.loc_heading_wrapper h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 124px;
  height: 1px;
  right: 0;
  background: #5350ff;
  margin: auto;
  z-index: 0; }

.loc_heading_wrapper h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 84px;
  height: 1px;
  right: 0;
  background: #5350ff;
  margin: auto; }

.loc_sub_heading {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize; }

.loc_sub_heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #5350ff; }

.loc_sub_heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100px;
  height: 1px;
  background: #5350ff; }

.loc_divider {
  margin: 22px 0;
  display: block; }

#scroll {
  background-color: #5350ff; }

#scroll span {
  color: #ffffff; }

.loc_section_heading {
  color: #222222;
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: 700; }

.loc_btn.white:hover {
  background: #ffffff; }

/********************************************************
	3. Preloader CSS
*******************************************************/
.preloader_active .preloader_holder {
  background-color: #ffffff; }

.preloader_active .preloader_holder .preloader span {
  box-shadow: 0px 0px 0px 0px #5350ff; }

@-webkit-keyframes loadingCircles {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
    box-shadow: 0px 0px 0px 10px var(--main-color); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    box-shadow: 0px 0px 0px 2px var(--main-color); } }
@-moz-keyframes loadingCircles {
  0% {
    -moz-transform: scale(0);
    opacity: 1;
    box-shadow: 0px 0px 0px 10px var(--main-color); }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
    box-shadow: 0px 0px 0px 2px var(--main-color); } }
@keyframes loadingCircles {
  0% {
    transform: scale(0);
    opacity: 1;
    box-shadow: 0px 0px 0px 10px var(--main-color); }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: 0px 0px 0px 2px var(--main-color); } }
.preloader_open:before, .preloader_open:after {
  background-color: var(--main-bg-color); }

/********************************************************
	4. Header Start
*******************************************************/
.loc_header_wrapper {
  background: #55c57a;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 26px 0;
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%; }

.main_menu_wrapper ul > li.active > a {
  color: #28b485; }

.loc_search_wrapper ul {
  justify-content: space-between;
  align-items: center;
  margin: 10px; }

.main_menu_wrapper ul > li.active > a {
  color: #333; }

.loc_search_wrapper .loc_btn {
  margin: 0;
  line-height: 45px; }

.loc_search_wrapper {
  position: relative; }

.loc_search_wrapper li {
  display: flex;
  margin-right: 15px; }

.loc_search_btn {
  width: 16px;
  display: inline-block;
  font-size: 16px;
  margin-right: 24px; }

/********************************************************
    5. Header CSS
*******************************************************/
.main_menu_parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.main_menu_wrapper ul, .main_menu_wrapper li {
  display: inline-block;
  position: relative; }

.main_menu_wrapper ul > li > a {
  padding: 12px 20px;
  display: inline-block;
  font-size: 1.7rem;
  color: #fff; }

.main_menu_wrapper > ul > li {
  position: relative; }

.fa-search:before {
  color: #fff; }

/********************************************************
	25. Responsive CSS Start
********************************************************/
@media (min-width: 1200px) {
  .loc_search_wrapper {
    padding-left: 25px;
    margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .loc_nav_items {
    width: 68%; }

  .loc_btn {
    padding: 0 30px; }

  .loc_nav_items ul > li > a {
    padding: 0 10px; }

  .loc_search_wrapper li:last-of-type {
    margin-left: 6px; }

  .loc_insta_field ul li {
    margin: 0 0 6px; } }
@media (max-width: 991.98px) {
  .loc_search_wrapper {
    width: 100%; }

  .loc_search_wrapper ul {
    justify-content: flex-end; }

  .main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
    background: rgba(255, 255, 255, 0.9); }

  .loc_search_btn {
    text-align: center;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0; }

  .menu_btn {
    color: #222222; } }
/*mobile*/
@media (max-width: 767.98px) {
  body {
    font-family: DIN Next LT Arabic;
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 1.7;
    color: #777;
    padding: 0rem; }

  .loc_search_wrapper li:last-of-type {
    padding: 0 15px; }

  .loc_search_wrapper .loc_btn {
    width: auto;
    height: 40px;
    line-height: 36px;
    padding: 0 20px; }

  .menu_btn {
    margin: 0; }

  .loc_search_bar input {
    padding: 6px 100px 6px 15px; }

  .menu_btn {
    padding: 13px 0 0;
    color: #fff; }

  .loc_search_wrapper li {
    display: flex;
    margin-right: 0px; } }
@media (max-width: 575.98px) {
  body {
    font-family: DIN Next LT Arabic;
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 1.7;
    color: #777;
    padding: 0rem; }

  .loc_header_wrapper {
    padding: 15px 0; }

  .loc_logo {
    padding: 0 0 12px;
    text-align: center; }

  .loc_search_bar_container {
    width: 80%; }

  .loc_btn {
    padding: 0 30px;
    width: auto;
    height: 40px;
    line-height: 40px; }

  .loc_search_wrapper .loc_btn {
    margin: 0;
    line-height: 38px;
    margin-bottom: -10px; }

  .loc_search_wrapper ul {
    justify-content: space-between; }

  .loc_search_wrapper li:last-of-type {
    padding: 0; }

  .loc_search_wrapper li {
    margin-right: 0px; } }
/********************************************************
    6. Responsive CSS
*******************************************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0; }

  .closeBtn {
    display: none; } }
@media (min-width: 991.98px) {
  .menu_btn {
    display: none; }

  ul.sub_menu {
    position: absolute;
    width: max-content;
    min-width: 200px;
    top: 60px;
    left: 0;
    z-index: 9;
    transform: translate(20px, 0px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-radius: 0 0 10px 10px;
    padding: 0 0 15px;
    background: none;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.06); }

  ul.sub_menu li {
    display: block;
    text-align: left;
    padding: 0; }

  ul.sub_menu li a {
    display: block;
    padding: 12px 20px 0;
    overflow: hidden;
    position: relative; }

  .main_menu_wrapper > ul > li:hover ul.sub_menu {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1; } }
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
    line-height: 20px; }

  .menu_btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 21px 0 16px 0; }

  .menu_btn span {
    display: block;
    width: 18px;
    height: 2px;
    transition: 0.3s;
    margin: 0 auto 3px;
    background: #fff; }

  .menu_btn_wrap.open .menu_btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden; }

  .menu_btn_wrap.open .menu_btn span:nth-child(1) {
    transform: translate(0px, 4px) rotate(-48deg); }

  .menu_btn_wrap.open .menu_btn span:nth-child(3) {
    transform: translate(0px, -6px) rotate(48deg); }

  .main_menu_wrapper {
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    background: #000;
    box-shadow: 2px 4px 28px 0px rgba(0, 0, 0, 0.1); }

  .main_menu_wrapper.open {
    left: 0; }

  .main_menu_wrapper, .main_menu_wrapper.open {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .main_menu_wrapper li {
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main-border-color); }

  .main_menu_wrapper li.has_submenu {
    padding-left: 0; }

  .main_menu_wrapper li.has_submenu > ul {
    display: none; }

  .main_menu_wrapper li:last-child {
    border: none;
    padding-bottom: 0; }

  .main_menu_wrapper li > ul > li {
    padding-left: 25px; }

  .main_menu_wrapper ul > li > a {
    padding: 15px 20px 0px;
    width: 100%; }

  .main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
    position: absolute;
    bottom: 0;
    content: ''; }

  .main_menu_wrapper li.has_submenu:after {
    right: 21px;
    width: 12px;
    height: 2px;
    top: 25px; }

  .main_menu_wrapper li.has_submenu:before {
    right: 26px;
    width: 2px;
    height: 12px;
    top: 20px; }

  .main_menu_wrapper li.has_submenu.open::before {
    content: unset; }

  .main_menu_wrapper::-webkit-scrollbar {
    width: 3px; }

  .main_menu_wrapper::-webkit-scrollbar-track {
    background-color: var(--main-border-color); }

  .main_menu_wrapper::-webkit-scrollbar-thumb {
    background-color: var(--main-txt-color); } }
@media (max-width: 767.98px) {
  .menu_btn {
    height: 40px;
    padding: 16px 0 0; }

  .searchBoxContainer {
    width: 80%; } }
@media (max-width: 575.98px) {
  .main_menu_wrapper {
    left: -200px;
    width: 200px; }

  .menu_btn {
    padding: 10px 0 0; }

  .response {
    position: unset; } }

/*# sourceMappingURL=sass.css.map */
