  body {
      font-size: 1rem;
      line-height: normal;
  }

  a {
      text-decoration: none;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-weight: 700;
  }

   :root {
      --main-color: #CCE081;
      --main-bg: #4F4FA1;
      --swiper-navigation-size: 14px;
      --swiper-theme-color: #000;
      --bs-font-sans-serif: "Questv", sans-serif;
  }

  p.fw-bold {
      line-height: 1.9;
  }

  nav.navbar {
      background: var(--main-bg);
      border-bottom: 1px solid hsl(0deg 0% 99% / 10%);
  }

  footer {
      background: var(--main-bg);
      padding: 4.4rem 0;
  }

  nav.navbar a.nav-link {
      color: white;
  }

  nav.navbar a.nav-link.active,
  nav.navbar a.nav-link:hover {
      color: #cce081;
  }

  .navbar-nav {
      column-gap: 25px;
  }

  .lang.langeuages {
      display: flex;
      gap: 5px;
  }

  .langeuages {
      column-gap: 55px;
  }

  .langeuages a {
      color: #CCE081;
      text-decoration: none;
      display: flex;
      align-items: center;
  }

  .langeuages .lang {
      display: flex;
      align-items: center;
      gap: 6px;
  }

  .login-but button {
      background-color: var(--main-color);
      border: 0;
      color: black;
      min-height: 48px;
      border-radius: 50px;
      min-width: 146px;
      border: 1px solid transparent;
  }

  .login-but button:hover {
      color: #fff;
      background-color: transparent;
      border-color: var(--main-color);
  }

  #ajerly_toggle {
      display: flex;
      cursor: pointer;
      flex-direction: column;
      justify-content: space-between;
      width: 30px;
      height: 22px;
      position: relative;
  }

  #ajerly_toggle>div::before {
      transition: top 75ms ease 0.12s, opacity 75ms ease;
  }

  #ajerly_toggle>div:before {
      top: -10px;
  }

  #ajerly_toggle>div:after,
  #ajerly_toggle>div:before {
      display: block;
      content: "";
  }

  #ajerly_toggle>div,
  #ajerly_toggle>div::before,
  #ajerly_toggle>div::after {
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: 0.15s;
      transition-property: transform;
      border-radius: 4px;
  }

  #ajerly_toggle>div::after {
      transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
  }

  #ajerly_toggle>div:after {
      bottom: -10px;
  }

  #ajerly_toggle>div:after,
  #ajerly_toggle>div:before {
      display: block;
      content: "";
  }

  #ajerly_toggle>div,
  #ajerly_toggle>div::before,
  #ajerly_toggle>div::after {
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: 0.15s;
      transition-property: transform;
      border-radius: 4px;
  }

  nav.opened #ajerly_toggle>div {
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: rotate(45deg);
  }

  #ajerly_toggle>div {
      top: 50%;
      display: block;
      margin-top: -2px;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition-duration: 75ms;
  }

  nav.opened #ajerly_toggle>div::after {
      bottom: 0px;
      transition: bottom 75ms ease 0s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transform: rotate(-90deg);
  }

  nav.opened #ajerly_toggle>div::before {
      top: 0px;
      transition: top 75ms ease 0s, opacity 75ms ease 0.12s;
      opacity: 0;
  }

  #ajerly_toggle>div,
  #ajerly_toggle>div::before,
  #ajerly_toggle>div::after {
      background-color: rgb(255, 255, 255);
      position: absolute;
      width: 100%;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: 0.15s;
      transition-property: transform;
      border-radius: 4px;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .navigation {
      flex: 1;
  }

  [dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
      margin: 0 !important;
  }
  /*******hero **********/

  .swiper {
      width: 100%;
      height: 100%;
  }

  .swiper-slide {
      text-align: center;
      font-size: 1.125rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }

  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  section.home_hero .inner-text {
      height: 100vh;
      display: flex;
      align-items: center;
      max-height: 760px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
  }

  .max-w {
      max-width: 1080px;
      margin: auto;
      padding: 0 15px;
      z-index: 3;
  }

  .inner-text:before {
      background-image: url(/themes/custom/ajerly/assets/images/overlay.png);
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      z-index: 2;
  }

  section.home_hero .inner-text h1 {
      color: #FFFFFF;
      font-size: 48px;
  }

  section.home_hero .inner-text p {
      color: white;
  }

  section.home_hero {
      position: relative;
  }

  section.home_hero .hero-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
  }
  /*******.rich-footer**********/

  .rich-footer {
      background: #FAFAFA;
      padding: 2rem 0 2rem;
  }

  .rich-footer .item {
      gap: 0 30px;
      height: 100%;
  }

  .rich-footer h4 {
      color: #C88566;
      font-size: 1.375rem;
  }

  .rich-footer .col-lg-4:last-child .item {
      border: 0;
  }

  section.rich-footer .cards-images {
      margin-top: 20px;
  }
  /**************footer***********/

  footer h4 {
      font-size: 1rem;
      color: #FFFFFF;
      margin-bottom: 15px;
  }

  .footer-menu ul {
      font-size: 0.875rem;
      list-style: none;
      padding: 0;
      color: #FFFFFF;
      display: grid;
      row-gap: 15px;
  }

  footer .contacts {
      width: max-content;
  }

  footer .phone a {
      font-size: 1.25rem;
      color: var(--main-color);
  }

  footer .phone {
      margin-bottom: 25px;
  }

  footer .social {
      column-gap: 30px;
  }

  section.footer-bottom {
      background: #EEEEEE;
      padding: 5px 0;
  }

  section.footer-bottom p {
      font-size: 0.875rem;
      color: var(--main-bg);
      margin-bottom: 0;
  }

  .cards-images {
      column-gap: 30px;
  }
  /********************/

  hr {
      opacity: 1;
      background: #DCDCDC;
      margin: 0;
  }

  hr:before {
      content: '';
      position: absolute;
      width: 180px;
      height: 5px;
      background: #CCE081;
      top: -2.5px;
  }

  hr.middle:before {
      left: 0;
      right: 0;
      margin: auto;
  }

  .partners .title {
      max-width: 500px;
      margin-bottom: 36px;
  }

  h2 {
      font-size: 1.875rem;
      color: var(--main-bg);
      margin-bottom: 24px;
  }

  .card {
      border: 1px solid #EEEEEE;
      border-radius: 7px;
      padding: 1rem;
      text-align: initial;
  }

  .partners .card {
      height: 100%;
  }

  .partners .swiper-slide {
      height: auto;
  }

  .partners .swiper-slide img {
      object-fit: contain;
  }
  /************/

  .box-shadow {
      box-shadow: 0px 5px 10px #0000000d;
  }

  .provider .avatar {
      border: 1px solid #EEEEEE;
      border-radius: 7px;
      /* max-width: 72px; */
      padding: 10px;
  }

  .provider .card {
      width: 100%;
      height: 100%;
  }

  .provider .swiper-slide {
      height: auto;
  }

  .swiper-provider p {
      color: #000000;
      font-size: 1rem;
      text-align: initial;
      margin: 0;
  }

  .provider .name p {
      opacity: 0.5;
  }

  .btn-secondary {
      color: #000000;
      background-color: transparent;
      border-color: var(--main-color);
      border-radius: 5px;
  }

  .btn-secondary:hover {
      background-color: var(--main-color);
      border-color: var(--main-color);
  }

  .provider h6 {
      font-size: 1.125rem;
      margin-bottom: 0;
      color: #58595B;
  }

  .provider:after {
      content: '';
      background: var(--main-bg);
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 330px;
      right: 0;
      z-index: -1;
  }

  .provider {
      background-repeat: no-repeat;
      background-image: url(/themes/custom/ajerly/assets/images/provider-bg.png);
      background-position: left top;
  }

  .provider .title {
      margin: 48px 0;
  }

  .provider .title h2 {
      margin-bottom: 10px;
  }

  body .swiper-button-next,
  body .swiper-button-prev {
      position: relative;
      top: 0;
      left: auto !important;
      right: auto !important;
      background: var(--main-color);
      border: 1px solid var(--main-color);
      ;
      border-radius: 5px;
      padding: 18px;
      margin-top: 24px;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
      font-weight: bold;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
      opacity: 1;
      cursor: auto;
      pointer-events: none;
      background: transparent;
      border: 1px solid var(--main-color);
  }

  .swiper-nav {
      direction: initial;
      gap: 20px;
  }
  /*************/

  .play_icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  section.about .text {
      height: 100%;
  }

  [dir="ltr"] .text.card,
  [dir="ltr"] .text.card>* {
      transform: scaleX(-1);
  }

  section.about hr:before {
      width: 100px;
  }

  section.about {
      padding: 7rem 0;
  }

  section.about .title h3 {
      font-size: 1.5rem;
      color: #4F4FA1;
      margin-left: 24px;
  }

  section.about .text {
      background-image: url('/themes/custom/ajerly/assets/images/Mask Group 3.png');
      background-repeat: no-repeat;
      background-position: bottom left;
      padding-left: 10rem;
      padding-top: 2rem;
      padding-right: 2rem;
  }

  section.about .sperated {
      margin-bottom: 20px;
  }

  section.about .title {
      margin-bottom: 88px;
  }

  section.about video {
      width: 100%;
  }
  /*******************/

  h3 {
      font-size: 1.5rem;
      color: #4F4FA1;
  }

  .services .btn.btn-primary {
      margin-bottom: 18px;
      max-width: 100%;
  }

  .services img {
      width: fit-content;
      margin: auto;
  }

  .btn-primary {
      color: #000;
      border-color: var(--main-color);
      background-color: var(--main-color);
      border-radius: 5px;
      max-width: max-content;
  }

  .btn-primary:hover {
      color: #000;
      border-color: var(--main-color);
      background-color: transparent;
  }

  .login-box {
      padding: 2rem;
      margin-top: 60px;
  }

  .services-block {
      margin-top: 40px;
  }

  .services-block h6 {
      font-size: 1.25rem;
      color: #C88566;
      margin-bottom: 0;
  }

  .services-block h3 {
      margin: 12px 0 14px;
  }

  section.services {
      padding-bottom: 5rem;
  }

  section.services .service {
      margin-bottom: 60px;
      position: relative;
      padding: 1rem;
      cursor: pointer;
  }

  section.services .service:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      transform: scaleX(0) scaleY(0);
      transform-origin: right bottom;
      height: 100%;
      background-color: rgb(238 238 238);
      width: 100%;
      transition: transform 400ms ease-in-out 0s;
      z-index: -1;
      border-radius: 4px;
  }

  section.services .service.d-flex:hover:before {
      transform: scaleX(100%) scaleY(100%);
      transform-origin: left top;
  }
  /*************/

  .tab-content {
      box-shadow: 0px 5px 10px #0000000d;
      background-color: #fff;
      padding: 2rem;
  }

  section.filter {
      margin-top: -100px;
      z-index: 999;
      position: relative;
  }

  section.filter .nav-tabs {
      border-bottom: 0;
  }

  section.filter .nav-tabs .nav-link {
      background: hsl(0deg 0% 100% / 60%);
      color: #000000;
      border-radius: 0;
      border: 0;
      font-size: 0.875rem;
      padding: 13px 30px;
  }

  section.filter .nav-tabs .nav-link.active {
      background-color: white;
  }

  section.filter label {
      font-size: 0.875rem;
      margin-bottom: 5px;
  }

  .filter .form-select {
      background-color: #F8F8F8;
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      font-weight: bold;
      background-image: url(/themes/custom/ajerly/assets/images/arrow_down.svg);
  }

  .form-select:focus {
      box-shadow: none;
  }

  .filter .col:last-child {
      max-width: 67px;
  }

  .filter input.form-select {
      background: transparent;
      border-color: #CCE081;
  }
  /*************/

  .sidebar-login {
      position: fixed;
      right: 0;
      z-index: 99999;
      top: 0;
      bottom: 0;
      background-color: white;
      box-shadow: 0px 10px 15px #0000001a;
      border-radius: 10px 0px 0px 10px;
      max-width: 436px;
      width: 100%;
      background-image: url('/themes/custom/ajerly/assets/images/Mask Group 3.png');
      background-repeat: no-repeat;
      background-position: bottom left;
      right: -443px;
      transition: all 0.5s ease;
  }

  .sidebar-login.open-side {
      right: 0;
  }

  .block-head {
      padding-top: 1rem;
  }

  button.close-login-req.btn {
      position: absolute;
      left: 0;
  }

  .block-body {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 0 50px;
  }

  .block-body input.form-control {
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      margin-top: 0;
      min-height: 48px;
  }

  .status-message hr:before {
      display: none;
  }

  .sidebar-login .block-body p {
      font-size: 0.875rem;
      margin-top: 10px;
  }

  .sidebar-login a {
      color: #4F4FA1;
      text-decoration: underline;
  }

  .btn-check:focus+.btn,
  .btn:focus {
      box-shadow: none;
  }

  .login-links {
      margin-top: 100px;
  }

  .sidebar-login form {
      margin-top: 30px;
  }

  .sidebar-login .btn.btn-primary {
      margin-top: 16px;
      min-height: 48px;
  }

  .restore-password-block,
  .user_register-block,
  .sidebar-login fieldset label {
      display: none;
  }

  .overlay {
      background: hsl(0deg 0% 50% / 50%);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      display: none;
  }
  /****rtl******/

  [dir="rtl"] .provider .avatar {
      margin-left: 12px;
  }

  [dir="rtl"] .service .image {
      margin-left: 18px;
  }

  [dir="rtl"] .filter li.nav-item {
      margin-left: 1px;
  }

  [dir="rtl"] .filter .nav-item:first-child .nav-link {
      border-radius: 0px 7px 0px 0px;
  }

  [dir="rtl"] .filter .nav-item:last-child .nav-link {
      border-radius: 7px 0px 0px 0px;
  }

  [dir="rtl"] nav.navbar a.nav-link img {
      padding-left: 10px;
  }

  [dir="rtl"] .tab-content {
      border-radius: 7px 0px 7px 7px;
  }

  [dir="rtl"] .card-bottom b {
      margin-right: 5px;
  }

  [dir="rtl"] .rich-footer .item {
      padding: 4rem 0px 4rem 4rem;
      border-left: 1px solid #DCDCDC;
  }

  [dir="rtl"] footer .phone a {
      margin-left: 10px;
  }
  /*******ltr*********/

  [dir="ltr"] footer .phone a {
      margin-right: 10px;
  }

  [dir="ltr"] .rich-footer .item {
      padding: 4rem 4rem 4rem 0;
      border-right: 1px solid #DCDCDC;
  }

  [dir="ltr"] .card-bottom b {
      margin-left: 5px;
  }

  [dir="ltr"] .swiper-nav {
      flex-direction: row-reverse;
  }

  [dir="ltr"] .provider .avatar {
      margin-right: 12px;
  }

  [dir="ltr"] .service .image {
      margin-right: 18px;
  }

  [dir="ltr"] nav.navbar a.nav-link img {
      padding-right: 10px;
  }

  [dir="ltr"] .filter .nav-item:first-child .nav-link {
      border-radius: 7px 0 0px 0px;
  }

  [dir="ltr"] .filter .nav-item:last-child .nav-link {
      border-radius: 0px 7px 0px 0px;
  }

  [dir="ltr"] .tab-content {
      border-radius: 0px 7px 7px 7px;
  }

  [dir="ltr"] .filter li.nav-item {
      margin-right: 1px;
  }

  [dir="ltr"] .filter .form-select {
      background-position: right 0.75rem center;
  }

  [dir="ltr"] .about .title h3 {
      margin-right: 24px;
      margin-left: 0;
  }
  /***************FAQ Page*********************/

  .inner-hero {
      background-image: url('/themes/custom/ajerly/assets/images/Mask Group 3.png');
      background-repeat: no-repeat;
      background-position: bottom left;
      background-color: var(--main-bg);
      min-height: 440px;
      display: flex;
      align-items: center;
      padding-top: 86px;
      color: #fff;
  }

  .inner-hero h1 {
      font-size: 3rem;
  }

  .breadcrumbs {
      padding: 40px 0;
  }

  .breadcrumbs li a {
      color: #000000;
      font-size: 1.125rem;
  }

  .breadcrumbs li:after {
      content: '';
      width: 15px;
      background-image: url(/themes/custom/ajerly/assets/images/arrow_down.svg);
      background-repeat: no-repeat;
      transform: rotate(90deg);
      margin-right: 20px;
  }

  [dir="rtl"] .breadcrumbs li {
      padding-left: 10px;
  }

  [dir="ltr"] .breadcrumbs li {
      padding-right: 10px;
  }

  .breadcrumbs li:last-child:after {
      display: none;
  }

  [dir="rtl"] .breadcrumbs ul img {
      margin-left: 16px;
  }

  [dir="ltr"] .breadcrumbs ul img {
      margin-right: 16px;
  }

  [dir="rtl"] .size-control {
      margin-left: 16px;
  }

  [dir="ltr"] .size-control {
      margin-right: 16px;
  }

  .last-update span {
      color: #000000;
      opacity: 0.5;
  }

  [dir="rtl"] .last-update img {
      margin-left: 10px;
  }

  [dir="ltr"] .last-update img {
      margin-right: 10px;
  }

  [dir="rtl"] .last-update {
      margin-left: 25px;
  }

  [dir="ltr"] .last-update {
      margin-right: 25px;
  }

  .share-control,
  .size-control {
      border: 1px solid rgb(79 79 161 / 20%);
      border-radius: 5px;
      width: 36px;
      height: 36px;
  }

  .inner-filter {
      padding-bottom: 20px;
  }

  .inner-filter input,
  .inner-filter .select-block {
      min-height: 60px;
      border: 1px solid #DCDCDC;
      border-radius: 5px;
  }

  .inner-filter .select-block {
      background-color: #fff;
  }

  .inner-filter input {
      background-image: url('/themes/custom/ajerly/assets/images/loupe\ \(4\).svg');
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: .75rem;
  }

  [dir="ltr"] .inner-filter input {
      background-position-x: 98%;
  }

  .inner-filter select {
      background-image: url(/themes/custom/ajerly/assets/images/arrow_down.svg);
      color: #4F4FA1;
      font-weight: 700;
      border: 0;
  }

  [dir="rtl"] .inner-filter select {
      padding-right: 10px;
  }

  [dir="ltr"] .inner-filter select {
      padding-left: 10px;
      background-position-x: 98%;
  }

  [dir="rtl"] .inner-filter label {
      padding-right: 18px;
  }

  [dir="ltr"] .inner-filter label {
      padding-left: 18px;
  }

  [dir="ltr"] .breadcrumbs li:after {
      transform: rotate(270deg);
      margin-left: 20px;
      margin-right: 0;
  }

  [dir="ltr"] .accordion-button::after {
      margin-left: auto;
      margin-right: 0;
  }

  [dir="ltr"] .accordion-header .accordion-button {
      text-align: left;
  }

  select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }

  .accordion-button:not(.collapsed)::after {
      background-image: url(/themes/custom/ajerly/assets/images/arrow_down.svg);
      background-color: white;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      background-position: center;
  }

  .accordion-button::after {
      background-image: url(/themes/custom/ajerly/assets/images/arrow_down.svg);
      margin-left: 0;
  }

  .accordion-item {
      margin-bottom: 18px;
      border-radius: 5px;
  }

  .accordion-header .accordion-button {
      min-height: 72px;
  }

  .accordion-button:not(.collapsed) {
      color: #000000;
      background-color: #EEEEEE;
      box-shadow: none;
      border: 0;
      border-bottom: 1px solid #DCDCDC;
      border-radius: 5px 5px 0px 0px;
  }

  .accordion-button:focus {
      box-shadow: none;
  }

  button.accordion-button {
      border-radius: 5px;
  }

  .accordion-item:not(:first-of-type) {
      border-top: 1px solid #DCDCDC;
  }

  .accordion-header {
      width: 100%;
  }
  /**************provider*******************************/

  .provider-page.provider .card {
      width: 100%;
  }

  .provider-page {
      background-image: none;
  }

  .provider-page [class^=col],
  .services-page [class^=col],
  .contact [class^=col] {
      margin-bottom: 25px;
  }
  /**********************************/

  .services-page h3 {
      font-size: 1.25rem;
      color: #C88566;
      margin-bottom: 0;
  }

  .services-page .service img {
      width: fit-content;
  }

  .services-page .title {
      margin: 16px 0;
  }

  .w-fit {
      width: fit-content;
  }

  .bg-gray {
      background: #fafafa;
  }

  .services-page .service {
      height: 100%;
  }

  .services-page .icons {
      display: flex;
      gap: 15px;
  }
  /**********************************************/

  .contact h6 {
      color: #C88566;
      font-size: 1rem;
      font-weight: 500;
  }

  .contact .title {
      margin-bottom: 50px;
  }

  .contact .card {
      padding: 2rem;
  }

  .contact a {
      color: #000000;
  }

  .contact-channel {
      margin-top: 50px;
  }

  [dir="rtl"] .contact-channel a:first-child {
      margin-left: 20px;
  }

  [dir="ltr"] .contact-channel a:first-child {
      margin-right: 20px;
  }
  /**************************404*********************/

  .sec_404 {
      background-image: url(/assets/images/404bg.png);
      background-repeat: no-repeat;
      background-position-y: bottom;
  }

  .sec_404 .eror-top {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .sec_404 .eror-top h2 {
      font-size: 120px;
      font-weight: 800 !important;
      margin: 0 30px;
  }

  .sec_404 .err-info {
      margin-bottom: 23px;
  }

  .sec_404 .err-info h2 {
      text-align: center;
      font-size: 44px;
      font-weight: 700 !important;
  }

  .sec_404 .err-info-text p {
      padding: 0 35px;
      font-size: 1.438rem;
      text-align: center;
  }

  .sec_404 .err-info-text {
      margin-bottom: 43px;
  }

  .vh-70.sec_404 {
      MIN-height: 80vh;
  }

  @media only screen and (max-width:991px) {
      .sec_404 .eror-top h2 {
          margin: 0 15px;
      }
      .sec_404 .err-info-text p {
          padding: 0;
      }
  }

  @media only screen and (max-width:767px) {
      .sec_404 .err-info h2 {
          font-size: 35px;
      }
  }

  @media only screen and (max-width:567px) {
      .sec_404 {
          background-size: 50%;
      }
  }
  /******media**********************************/

  @media (min-width: 1400px) {
      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
          max-width: 80%;
      }
      .filter .container {
          max-width: 1200px;
      }
      .partners .swiper-nav {
          display: none !important;
      }
  }

  @media (min-width:1200px) and (max-width:1400px) {
      .navbar-nav {
          column-gap: 10px;
      }
      .langeuages {
          column-gap: 25px;
      }
  }

  @media (min-width:992px) and (max-width:1199px) {
      nav.navbar a.nav-link img {
          padding-left: 5px;
          width: 28px;
      }
      .langeuages {
          column-gap: 15px;
      }
      .navbar-nav {
          column-gap: 10px;
      }
      a.nav-link {
          font-size: 0.875rem;
      }
      .login-but button {
          min-width: 120px;
          font-size: 0.875rem;
      }
      .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0;
      }
      footer .phone a {
          font-size: 0.875rem;
      }
      .card-body {
          padding: 1rem 0;
      }
      .rich-footer .item {
          padding: 4rem 0px 4rem 1rem;
          gap: 0 15px;
      }
      .rich-footer h4 {
          font-size: 1.125rem;
      }
      section.rich-footer .cards-images {
          column-gap: 15px;
      }
  }

  @media (min-width:768px) and (max-width:991px) {
      footer .phone a {
          font-size: 12px;
          margin-left: 0;
      }
      .form-input {
          min-width: 160px;
      }
      .filter .col {
          margin-bottom: 14px;
      }
      .breadcrumbs li a {
          font-size: 0.875rem;
      }
      [dir="ltr"] footer .phone a {
          margin-right: 5px;
      }
  }

  @media (max-width:991px) {

      .navbar-collapse {
          position: absolute;
          left: 0px;
          right: 0px;
          background: rgb(79, 79, 161);
          margin-top: 43px;
          border-top: 2px solid rgb(204, 224, 129);
          padding: 20px;
      }
      nav.contextual-region {
          position: unset;
      }
      button.navbar-toggler {
          flex: 1;
          justify-content: center;
          display: flex;
      }
      .navigation {
          display: none;
      }
      nav.opened .navigation {
          display: flex;
          flex: initial;
      }
      .inner-hero {
          min-height: 600px;
          padding-bottom: 80px;
      }
      [dir="rtl"] section.about .text {
          padding-left: 2rem;
          padding-bottom: 10rem;
      }
      [dir="ltr"] section.about .text {
          padding-left: 2rem;
          padding-bottom: 10rem;
      }
      .rich-footer .item {
          border: 0 !important;
          padding: 0 0 35px;
          gap: 15px;
      }
  }

  @media (min-width:768px) {
      footer .col {
          flex: 1 0 0%;
      }
      [dir="ltr"] .text-md-end {
          text-align: right !important;
      }
      .swiper-partners .swiper-wrapper {
          justify-content: center;
      }
  }
  /****************properties-houses****************/

  .properties-houses {
      margin-bottom: 20px;
  }

  .properties-houses .advants {
      grid-template-columns: repeat(4, 1fr);
      gap: 10px 15px;
  }

  .properties-houses .row {
      --bs-gutter-y: 1.5rem;
  }

  .properties-houses .box {
      box-shadow: 0px 5px 10px #0000000d;
      border: 1px solid #EEEEEE;
      border-radius: 7px;
      overflow: hidden;
  }

  .properties-houses img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }

  .properties-houses .box:hover img {
      -webkit-transform: scale(1.06, 1.06);
      transform: scale(1.06, 1.06);
  }

  .properties-houses h3 {
      font-size: 1.25rem;
      color: #C88566;
  }

  .properties-houses .homes-address {
      color: #4F4FA1;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.9rem;
  }

  .properties-houses .item {
      color: #212529;
      font-size: 0.9rem;
  }

  [dir="rtl"] .properties-houses .item span {
      margin-right: 4px;
  }

  [dir="ltr"] .properties-houses .item span {
      margin-left: 4px;
  }

  .properties-houses .item i {
      color: var(--main-bg);
  }

  .properties-houses .item p {
      margin: 0;
  }

  @media (min-width:991px) and (max-width:1199px) {
      .properties-houses .card-body {
          padding: 1rem 1rem;
      }
  }

  .tools .resize a {
      background: whitesmoke;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--main-bg);
      font-weight: 800;
      border-radius: 4px;
      padding-bottom: 8px;
  }

  .tools .resize {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
      padding: 0 1rem!important;
  }

  .social-share {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 0 1rem;
  }

  .socila-media-sharing.dropdown-menu {
      min-width: auto;
  }

  .social-share i {
      color: var(--main-bg);
      transition: all 0.4s 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;
  }

  .social-share a:hover i {
      color: #C88566 !important;
  }

  form#user-register-form {
      background: white;
      padding: 1.5rem;
      border-radius: 6px;
      max-width: 1000px;
      margin: auto;
      box-shadow: 0px 0px 2px grey;
      position: relative;
  }

  .ajerly-otp-form .btn-primary {
      width: 100%;
      max-width: inherit;
      margin: 3px 0 10px !important;
  }

  .path-otp .inner-hero {
      min-height: 220px;
  }

  .path-otp .breadcrumbs {
      display: none;
  }

  #edit-field-user-type {
      display: flex;
      gap: 40px;
      margin-top: 60px;
      margin-bottom: 10px;
  }
  #user-quick-add-form #edit-field-user-type{
    margin-top: 6px;
  }
  .form-check-input:checked {
      background-color: var(--main-bg);
      border-color: var(--main-bg);
  }

  .form-item-captcha-response .input-group {
      max-width: max-content;
  }

  #user-register-form [data-drupal-selector ^="edit-actions"] {
      text-align: center;
      margin-top: 20px;
  }

  #user-register-form .js-form-type-password {
      flex: 0 0 50%;
      max-width: calc(50% - 15px);
      margin-bottom: 0 !important;
  }

  #user-register-form #edit-pass {
      display: flex;
      flex-wrap: wrap;
      gap: 15px 30px;
  }

  #user-register-form #edit-pass--description {
      flex: 0 0 100%;
  }

  .resend_code a {
      text-decoration: underline;
  }

  .mx-475 {
      max-width: 475px;
  }

  .did-not-get {
      display: none;
  }

  @media (max-width:767px) {
      .ajerly-otp-form label {
          font-size: 14px;
      }
      #user-register-form #edit-pass {
          display: block;
      }
      .contact .card {
          padding: 1rem;
      }
      section.home_hero .inner-text h1 {
          font-size: 38px;
      }
      .breadcrumbs li a {
          color: #000000;
          font-size: 1rem;
      }
      section.home_hero .inner-text {
          max-height: 600px;
      }
      .footer-logo {
          text-align: center;
          margin-bottom: 30px;
      }
      footer {
          padding: 1.4rem 0;
      }
      section.footer-bottom {
          text-align: center;
      }
      .footer-bottom .content {
          margin: 7px 0;
      }
      .filter .col {
          flex: 1 0 50%;
      }
      .filter .col:last-child {
          margin: 20px auto 0;
      }
      section.about {
          padding: 3rem 0;
      }
      section.about .title img {
          max-width: 170px;
      }
      section.about .images {
          margin-top: 30px;
      }
      .login-box {
          margin-top: 0;
      }
      .services .title {
          margin-top: 2rem;
      }
      section.services {
          padding-bottom: 0;
      }
      .provider .card {
          margin: 0 15px;
      }
      .provider {
          background-size: 30%;
      }
      .mb-xs-2 {
          margin-bottom: 0.5rem !important;
      }
      .provider-page.provider .card {
          width: 100%;
          margin: 0;
      }

      #user-register-form .js-form-type-password {
          max-width: 100%;
      }
  }

  .user_account_menu .account-user-avatar {
      width: 50px;
      height: 50px;
      display: block;
      object-fit: contain;
  }

  .user_account_menu .account-user-avatar img {
      max-width: 100%;
      height: 100%;
      padding: 0 !important
  }

  li.dropdown.user_account_menu {
      list-style: none;
      padding: 0;
  }

  .user_account_menu .nav-link.dropdown-toggle {
      padding: 0;
      display: flex;
      align-items: center;
  }
