@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-ExtraLight.woff2") format("woff2"),
    url("../fonts/Cairo/Cairo-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Light.woff2") format("woff2"),
    url("../fonts/Cairo/Cairo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Regular.woff2") format("woff2"),
    url("../fonts/Cairo/Cairo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-SemiBold.woff2") format("woff2"),
    url("../fonts/Cairo/Cairo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Black.woff2") format("woff2"),
    url("../fonts/Cairo/Cairo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Bold.woff2") format("woff2"),
    url("../fonts/Cairo/Cairo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  font-family: "Cairo";
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: #000;
}
.overflow-body {
  overflow: hidden;
}
p {
  font-size: 18px;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.list-unstyled {
  margin-bottom: 0;
}
svg {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.link-om {
  color: #cdaa6a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link-om:hover {
  color: #cdaa6a;
  text-decoration: none;
}
.link-om.with_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-om.with_icon .icon__ {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.seconde_link__ {
  text-decoration: none;
  color: #cdaa6a;
  font-size: 12px;
  border-radius: 5px;
  padding: 4px 6px;
  border: 1px solid #cdaa6a;
  background-color: #e4f9fb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seconde_link__:hover {
  background-color: #cdaa6a;
  color: #fff;
  text-decoration: none;
}
.links_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.link__om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link__om.twitter_like {
  border-color: #2abdf4;
  color: #2abdf4;
  font-size: 12px;
  height: 26px;
  width: 85px;
}
.link__om.twitter_like:hover {
  background-color: rgba(42, 189, 244, 0.1);
}
.link__om.facebook_link {
  border-color: #4979ba;
  color: #4979ba;
  font-size: 12px;
  height: 26px;
  width: 85px;
}
.link__om.facebook_link:hover {
  background-color: rgba(73, 121, 186, 0.1);
}
.link__om.linkedin_link {
  border-color: #2279ef;
  color: #2279ef;
  font-size: 12px;
  height: 26px;
  width: 85px;
}
.link__om.linkedin_link:hover {
  background-color: rgba(34, 121, 239, 0.1);
}
.link__om.add_deal_link {
  font-size: 16px;
  max-width: 160px;
  height: 56px;
  background-color: #fff;
  color: #cdaa6a;
}
@media only screen and (max-width: 991px) {
  .link__om.add_deal_link {
    min-width: 100%;
  }
}
.link__om.add_deal_link:hover {
  background-color: #fafafa;
}
.link__om.consultation_box_link {
  background-color: rgba(205, 170, 106, 0.23);
  min-width: 50px;
  height: 204px;
}
.link__om.consultation_box_link:hover {
  background-color: #cdaa6a;
}
.link__om.consultation_box_link:hover .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.link__om:hover {
  text-decoration: none;
}
.button__ {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
  cursor: pointer;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button__ .icon__ {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.button__.modify_button__ {
  border-radius: 5px;
  border: 1px solid #cdaa6a;
  color: #cdaa6a;
  height: 32px;
  min-width: 87px;
}
.button__.modify_button__:hover {
  background-color: rgba(205, 170, 106, 0.1);
}
.button__.delete_button__ {
  border-radius: 5px;
  border: 1px solid #f54748;
  color: #f54748;
  height: 32px;
  min-width: 87px;
}
.button__.delete_button__:hover {
  background-color: rgba(245, 71, 72, 0.1);
}
.button__.forget_password_model_button__ {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  color: #cdaa6a;
}
.button__.forget_password_model_button__:hover {
  text-decoration: underline;
}
.buttons_group__.flex_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.buttons_group__.flex_group__.group_gap__ {
  gap: 15px;
}
.buttons_group__.flex_group__.none_margin__ {
  margin: 0;
}
.overlay {
  display: none;
}
@media only screen and (max-width: 991px) {
  .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.active {
    opacity: 0.7;
    visibility: visible;
  }
}
::-moz-selection {
  color: #fff;
  background: #cdaa6a;
}
::selection {
  color: #fff;
  background: #cdaa6a;
}
@media only screen and (min-width: 991px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #cdaa6a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #cdaa6a;
  }
  .dropdown-menu {
  }
  .dropdown-menu .inner::-webkit-scrollbar {
    width: 2px;
  }
}
.loading-omd {
  background-color: #fafafa !important;
  position: relative;
  overflow: hidden;
}
.loading-omd img {
  opacity: 0 !important;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}
.figure__ {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.figure__ img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.asp-om {
  position: relative;
  padding-bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asp-om img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.close-button__ {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  top: 14px;
  left: 20px;
}
.close-button__:focus,
.close-button__:hover {
  outline: none;
}
html[dir="ltr"] .close-button__ {
  right: 20px;
  left: unset;
}
.close-button__:after,
.close-button__:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  top: 4px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.close-button__:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion .card {
  margin-bottom: 20px;
  border: 1px solid #d9e0e5 !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
}
.accordion .card-header {
  padding: 0;
}
.accordion .card-header .btn-link {
  padding: 20px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion .card-header .btn-link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../images/common_questions/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion .card-header .btn-link:not(.collapsed):after {
  background-image: url(../images/common_questions/negative.svg);
}
.accordion .card-body {
  font-size: 16px;
  color: #000;
}
.modal .close {
  position: absolute;
  top: 45px;
  inset-inline-start: 30px;
}
.modal .close:active,
.modal .close:focus {
  border: none;
  outline: none;
}
.modal .modal-content {
  padding: 45px 25px;
  border-radius: 10px;
}
.modal-dialog {
  max-width: 500px;
}
.modal_block__ > .figure__ {
  padding-bottom: 0;
  width: 63px;
  height: 63px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal_block__ > .figure__ .img-om {
  width: 100%;
}
.modal_block__ .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}
.modal_block__ .sub_title__ {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.modal_block__ .parag__ {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.modal_block__ .links_group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.modal_block__ .links_group .submit-button__ {
  margin: 0;
  text-decoration: none;
}
.modal_block__ .input_group__:last-of-type {
  margin-bottom: 0;
}
.nav-tabs {
  padding: 0;
  border: none;
  margin-bottom: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 500px) {
  .nav-tabs {
    gap: 20px;
  }
}
.nav-tabs .nav-item {
  border: 1px solid #cdaa6a;
  height: 63px;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .nav-tabs .nav-item {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .nav-tabs .nav-item {
    padding: 15px 20px;
    font-size: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.nav-tabs .nav-item.active {
  background-color: #cdaa6a;
  color: #fff;
  position: relative;
}
.nav-tabs .nav-item.active:after {
  content: "";
  position: absolute;
  border-width: 11px 8px;
  border-style: solid;
  border-color: #cdaa6a transparent transparent transparent;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-pills {
  padding: 0;
  border: none;
}
.nav-pills .nav-link {
  border: none;
  height: 48px;
  min-width: 240px;
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .nav-pills .nav-link {
    min-width: 100%;
  }
}
.nav-pills .nav-link .icon__ {
  -webkit-margin-end: 13px;
  margin-inline-end: 13px;
  width: 20px;
  height: 20px;
}
.nav-pills .nav-link.active {
  background-color: #cdaa6a;
  color: #fff;
}
.nav-pills .nav-link.active .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site_link {
  padding: 0 26px;
  background-color: #cdaa6a;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 162px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .site_link {
    min-width: 100px;
  }
}
.site_link:hover {
  background-color: rgba(205, 170, 106, 0.9);
  text-decoration: none;
  color: #fff;
}
.site_link .icon__ {
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
}
.main_head_wrapper__ .site_main_title {
  font-size: 30px;
  font-weight: 700;
  color: #cdaa6a;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .main_head_wrapper__ .site_main_title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .main_head_wrapper__ .site_main_title {
    font-size: 20px;
  }
}
.main_head_wrapper__ .sub-title__ {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .main_head_wrapper__ .sub-title__ {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .main_head_wrapper__ .sub-title__ {
    font-size: 16px;
  }
}
.main_head_wrapper__.center__ {
  text-align: center;
}
.main_head_wrapper__.center__ .site_main_title {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.main_head_wrapper__.center__ .sub-title__ {
  text-align: center;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.pagination__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .pagination__ {
    margin-top: 25px;
  }
}
.pagination__ .item {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #979797;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 5px;
}
.pagination__ .item.active__,
.pagination__ .item:hover {
  background-color: #cdaa6a;
  color: #fff;
}
.pagination__ .arrow__ {
  color: #cdaa6a;
  background-color: rgba(205, 170, 106, 0.3);
  width: 41px;
  height: 25px;
  border-radius: 25px;
  margin: 0 26px;
}
.pagination__ .arrow__.next_arrow svg {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.pagination__ .arrow__.prev_arrow svg {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.pagination__ .arrow__:hover {
  color: #fff;
  background-color: #cdaa6a;
}
.search_content__ {
  background-color: #fff;
  padding: 22px 25px;
  border-radius: 20px;
}
.search_content__ .row__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .search_content__ .row__ {
    display: block;
  }
}
.search_content__ .row__ .col__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .search_content__ .row__ .col__ {
    display: block;
  }
}
.search_content__ .row__ .col__:not(:last-child) {
  width: 16%;
}
@media only screen and (max-width: 991px) {
  .search_content__ .row__ .col__:not(:last-child) {
    border-bottom: 1px solid #dedfeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.search_content__ .row__ .col__:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #dedfeb;
  margin: 0 20px;
}
@media only screen and (max-width: 991px) {
  .search_content__ .row__ .col__:not(:last-child):after {
    display: none;
  }
}
.search_content__ .row__ .col__.search_input_col__ {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search_content__ .search_group__ {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search_content__ .label__ {
  margin-bottom: 8px;
}
.search_content__ .select__ .dropdown-toggle {
  border: none;
  background-color: transparent;
  height: auto;
  padding: 0;
}
.search_content__ .search_input_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .search_content__ .search_input_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search_content__ .submit-button__ {
  min-width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .search_content__ .submit-button__ {
    min-width: 100%;
  }
}
.conversation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px;
  max-height: 800px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.conversation_wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.message_wrapper__ {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.message_wrapper__ .time__ {
  font-size: 15px;
  font-weight: 500;
  color: #4b4b4b;
  margin: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-start: 174px;
  margin-inline-start: 174px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 500px) {
  .message_wrapper__ .time__ {
    -webkit-margin-start: 74px;
    margin-inline-start: 74px;
  }
}
.message_wrapper__ .message__ {
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 18px;
  color: #fff;
  background-color: #cdaa6a;
  border-radius: 5px 20px 20px 20px;
  min-width: 403px;
  max-width: 587px;
}
@media only screen and (max-width: 500px) {
  .message_wrapper__ .message__ {
    min-width: 215px;
    font-size: 12px;
  }
}
.message_wrapper__.message_received {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.message_wrapper__.message_received .time__ {
  -webkit-margin-end: unset;
  margin-inline-end: unset;
  -webkit-margin-start: 174px;
  margin-inline-start: 174px;
}
@media only screen and (max-width: 500px) {
  .message_wrapper__.message_received .time__ {
    -webkit-margin-start: 74px;
    margin-inline-start: 74px;
  }
}
.message_wrapper__.message_received .message__ {
  color: #434343;
  border-color: #cdaa6a;
  border-radius: 20px 5px 20px 20px;
  background-color: #fff;
}
.service_card__ {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}
.service_card__ .img_block__ {
  padding: 35px 0;
}
.service_card__ .img_block__ .icon__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service_card__ .description__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 45px;
}
.service_card__ .description__ .title__ {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
html[dir="ltr"] .service_card__ .description__ .title__ {
  font-size: 26px;
}
.service_card__ .description__ .parag__ {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.service_card__:hover {
  -webkit-box-shadow: 0 3px 6px #cdaa6a;
  box-shadow: 0 3px 6px #cdaa6a;
  border-color: #cdaa6a;
}
.service_card__:hover .main_site_button__ {
  color: #fff;
  background-color: #cdaa6a;
}
.service_card__:hover .main_site_button__ .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.service_card__:hover .main_site_button__:after {
  top: 10px;
  inset-inline-start: -10px;
  opacity: 1;
}
.partner_card__ {
  border-radius: 10px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
  display: block;
  padding: 5px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner_card__ .figure__ {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden !important;
  max-height: 100% !important;
}
.partner_card__ .figure__ .img-om {
  max-height: 125px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner_card__:hover {
  -webkit-box-shadow: 0 3px 6px #cdaa6a;
  box-shadow: 0 3px 6px #cdaa6a;
  border-color: #cdaa6a;
}
.partner_card__:hover .figure__ .img-om {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.customer_opinion_card__ {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 53px 0 31px;
  -webkit-padding-start: 35px;
  padding-inline-start: 35px;
  background-color: #fff;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.customer_opinion_card__ .img_block__ {
  position: absolute;
  top: -39px;
  inset-inline-start: 74px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.customer_opinion_card__ .img_block__ .figure__ {
  width: 78px;
  height: 78px;
  padding: 0;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
}
.customer_opinion_card__ .img_block__:after {
  content: url(../images/shapes/customer-photo-border.svg);
  position: absolute;
  top: 1px;
  inset-inline-start: -4px;
  z-index: 1;
}
.customer_opinion_card__ .head_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.customer_opinion_card__ .head_wrapper__ .name__ {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  gap: 15px;
  max-width: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .customer_opinion_card__ .head_wrapper__ .name__ {
    font-size: 14px;
  }
}
.customer_opinion_card__ .head_wrapper__ .name__:before {
  content: url(../images/shapes/customer-message.svg);
}
.customer_opinion_card__ .head_wrapper__ .date__ {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #cdaa6a;
  padding: 0 15px;
  height: 28px;
  min-width: 80px;
  border-radius: 0 15px 15px 0;
}
html[dir="ltr"] .customer_opinion_card__ .head_wrapper__ .date__ {
  border-radius: 15px 0 0 15px;
}
.customer_opinion_card__ .parag__ {
  max-width: 452px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: start;
}
.customer_opinion_card__:hover {
  -webkit-box-shadow: 0 3px 6px #cdaa6a;
  box-shadow: 0 3px 6px #cdaa6a;
  border-color: #cdaa6a;
}
.rating_wrapper__ {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.rating_star_icon__ {
  color: #c2c2c2;
  font-size: 20px;
}
.rating_star_icon__.active {
  color: #ffc918;
}
.page_head_section {
  background-image: url(../images/page_head/business-concept-with-team-close-up.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 250px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_head_section .overlay__ {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .page_head_section {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .page_head_section {
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .page_head_section {
    height: 100px;
  }
}
.page_head_section .page_main_head_title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .page_head_section .page_main_head_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page_head_section .page_main_head_title {
    font-size: 20px;
  }
}
.page_head_section:after,
.page_head_section:before {
  content: url(../images/shapes/background1.svg);
  position: absolute;
  width: 74px;
  height: 230px;
  bottom: -345px;
  inset-inline-start: 0;
  z-index: 1;
}
.page_head_section:before {
  bottom: -945px;
  inset-inline-start: unset;
  inset-inline-end: 0;
}
.consultation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  position: relative;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}
.consultation_box .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 25px;
  width: 100%;
}
.consultation_box .content_wrapper > .figure__ {
  height: 150px;
  width: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .consultation_box .content_wrapper > .figure__ {
    margin-bottom: 15px;
    min-width: 180px;
  }
}
.consultation_box .content_wrapper > .figure__ .img-om {
  width: 100%;
}
.consultation_box .consultation_description {
  width: 100%;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
}
.consultation_box .consultation_description .head__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.consultation_box .consultation_description .name__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.consultation_box .consultation_description .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.consultation_box .consultation_description .rate .rating_by_number {
  font-size: 20px;
  font-weight: 500;
  color: #4b4b4b;
}
.consultation_box .consultation_description .date__ {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.consultation_box .consultation_description .date_info__ {
  font-weight: 500;
  color: #cdaa6a;
}
.consultation_box .consultation_description .date_info__ .date_info__ {
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
}
.consultation_box .consultation_description .parag__ {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.consultation_box:not(:last-of-type) {
  margin-bottom: 30px;
}
.consultation_box:hover .figure__ .img-om {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.consultation_box .consultation_box_link {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 50px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .consultation_box .date__,
  .consultation_box .name__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consultation_box .parag__ {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .consultation_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-padding-end: unset;
    padding-inline-end: unset;
    padding-bottom: 50px;
  }
  .consultation_box .content_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px;
  }
  .consultation_box .consultation_description {
    margin: 0;
  }
  .consultation_box .consultation_box_link {
    top: unset;
    bottom: 0;
    height: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .consultation_box .content_wrapper > .figure__ {
    width: 90px;
  }
  .consultation_box .consultation_description .date__,
  .consultation_box .consultation_description .name__ {
    font-size: 12px;
    gap: 5px;
  }
  .consultation_box .consultation_description .date__ .rate .rating_star_icon__,
  .consultation_box
    .consultation_description
    .name__
    .rate
    .rating_star_icon__ {
    font-size: 10px;
  }
  .consultation_box .consultation_description .date__ .rate .rating_by_number,
  .consultation_box .consultation_description .name__ .rate .rating_by_number {
    font-size: 12px;
  }
  .consultation_box .consultation_description .parag__ {
    font-size: 8px;
  }
}
.dropdown__ {
  position: relative;
}
.dropdown__ .butt__,
.dropdown__ > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 179px;
  height: 39px;
  padding: 5px 10px 2px 8px;
  background-color: #cdaa6a;
  margin: 0;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .dropdown__ .butt__,
  .dropdown__ > a {
    width: 130px;
  }
}
@media only screen and (max-width: 500px) {
  .dropdown__ .butt__,
  .dropdown__ > a {
    font-size: 10px;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dropdown__ .butt__:after,
.dropdown__ > a:after {
  content: url(../images/shapes/arrow-down.svg);
  margin: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  border: none !important;
  margin-top: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  height: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .dropdown__ .butt__:after,
  .dropdown__ > a:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media only screen and (max-width: 500px) {
  .dropdown__ .butt__:after,
  .dropdown__ > a:after {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
  }
}
.dropdown__ .butt__:hover,
.dropdown__ > a:hover {
  text-decoration: none;
}
.dropdown__ .sub-menu__ {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  display: table;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  z-index: -1;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .dropdown__ .sub-menu__ {
    min-width: 152px;
  }
}
.dropdown__ .sub-menu__ li .sub_menu_item__ {
  border: 0;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.dropdown__ .sub-menu__ li .sub_menu_item__:hover {
  background-color: #cdaa6a;
  color: #fff;
}
.dropdown__ .sub-menu__ li .sub_menu_item__:hover .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.dropdown__:hover .butt__,
.dropdown__:hover > a {
  background-color: #fff;
  color: #000;
  border-radius: 5px 5px 0 0;
}
.dropdown__:hover .butt__:after,
.dropdown__:hover > a:after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.dropdown__:hover .sub-menu__ {
  visibility: visible;
  opacity: 1;
  z-index: 111;
}
.sing-up-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks {
    display: block;
  }
}
.sing-up-blocks .singup_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cdaa6a;
  border: 1px solid #cdaa6a;
  height: 48px;
  min-width: 132px;
  padding: 3px 20px;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1199px) {
  html[dir="ltr"] .sing-up-blocks .singup_link {
    font-size: 13px;
    min-width: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks .singup_link {
    border-radius: 0;
    margin-bottom: 0;
    height: 40px;
    min-width: 70px;
    font-size: 12px;
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 50%;
    border: 0;
  }
}
.sing-up-blocks .singup_link:not(:last-child) {
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks .singup_link:not(:last-child) {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
.sing-up-blocks .singup_link:hover {
  background-color: rgba(205, 170, 106, 0.9);
  color: #fff;
}
.sing-up-blocks .singup_link:active,
.sing-up-blocks .singup_link:focus {
  border: none;
  outline: none;
}
.sing-up-blocks .singup_link.login_link {
  border-color: transparent;
  background-color: transparent;
  color: #000;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0;
}
.sing-up-blocks .singup_link.login_link:hover {
  color: #cdaa6a;
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks .singup_link.login_link {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1199px) {
  html[dir="ltr"] .sing-up-blocks .singup_link.login_link {
    margin: 0;
  }
}
.sing-up-blocks .singup_link .icon__ {
  background-color: transparent !important;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.sing-up-blocks.nav_sign_block__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks.nav_sign_block__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .sing-up-blocks.nav_sign_block__ .icon__ {
    display: none;
  }
}
.header_logo__ {
  width: 170px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .header_logo__ {
    width: 120px;
    margin: 0;
  }
}
.header_logo__ .figure__ {
  width: 100%;
  max-height: 120px;
}
@media only screen and (max-width: 991px) {
  .header_logo__ .figure__ {
    max-height: 65px;
  }
}
.header_logo__ img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .nav-om .nav-list-om {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    }
}
.nav-om .close-button__,
.nav-om .nav_logo__ {
  display: none;
}
.nav-om .nav-list-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  gap: 35px;
}
@media only screen and (max-width: 1199px) {
  .nav-om .nav-list-om {
    gap: 10px;
  }
}
html[dir="ltr"] .nav-om .nav-list-om {
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  html[dir="ltr"] .nav-om .nav-list-om {
    /* -webkit-padding-start: 15px;
    padding-inline-start: 15px; */
    gap: 13px;
  }
}
.nav-om .nav-list-om > li > a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1199px) {
  html[dir="ltr"] .nav-om .nav-list-om > li > a {
    font-size: 12px;
    font-weight: 500;
  }
}
.nav-om .nav-list-om > li > a:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0;
  border-radius: 20px;
  background-color: #cdaa6a;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav-om .nav-list-om > li > a:hover {
  color: #cdaa6a;
}
.nav-om .nav-list-om > li > a:hover:after {
  width: 100%;
  height: 5px;
  border-radius: 20px;
  bottom: 0;
}
.nav-om .nav-list-om > li.active > a {
  font-weight: 700;
}
.nav-om .nav-list-om > li.active > a:after {
  width: 11px;
  height: 11px;
}
.nav-om .nav-list-om > li.active > a:hover:after {
  width: 100%;
  height: 5px;
  bottom: 0;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .col_modify {
    display: contents;
  }
  .nav-om {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 80%;
    z-index: 1111;
    padding: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    display: block;
    padding-top: 90px;
    margin: 0;
    background-color: #cdaa6a;
  }
  .nav-om .nav_logo__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 150px;
  }
  .nav-om .nav_logo__ img {
    max-height: 90px;
    max-width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .nav-om .close-button__ {
    display: block;
  }
  .nav-om .bavbar-logo-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .nav-om .bavbar-logo-om img {
    max-width: 100%;
  }
  html[dir="ltr"] .nav-om {
    left: -100%;
    right: unset;
  }
  .nav-om.active-menu {
    right: 0;
  }
  html[dir="ltr"] .nav-om.active-menu {
    left: 0;
    right: unset;
  }
  .nav-om .nav-list-om {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 0;
  }
  html[dir="ltr"] .nav-om .nav-list-om {
    margin: 0;
  }
  .nav-om .nav-list-om > li {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
  .nav-om .nav-list-om > li:not(:last-child) {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
  .nav-om .nav-list-om > li > a {
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    margin: 0;
  }
  .nav-om .nav-list-om > li > a:after {
    content: none;
    display: none;
  }
  html[dir="ltr"] .nav-om .nav-list-om > li > a {
    margin: 0;
  }
  .nav-om .nav-list-om > li > a:hover {
    background-color: transparent;
  }
  .nav-om .nav-list-om > li:nth-child(odd) > a {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.menu_button__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu_button__ {
    width: 49px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(205, 170, 106, 0.1);
    position: relative;
    width: 40px;
    height: 40px;
    color: #cdaa6a;
    border-radius: 50%;
  }
  .menu_button__ svg {
    width: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .menu_button__ {
    width: 30px;
    height: 30px;
  }
  .menu_button__ svg {
    width: 10px;
  }
}
.toolbar_options__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ {
    margin-top: 0;
    gap: 10px;
  }
}
.toolbar_options__ .header_notification_block__ {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  background-color: transparent;
  border: 1px solid rgba(205, 170, 106, 0.9);
  border-radius: 10px;
  min-width: 45px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.toolbar_options__ .header_notification_block__ a .figure__ {
  color: rgba(205, 170, 106, 0.9);
  background-color: #fff;
  transition: 0.5s;
}
.toolbar_options__ .header_notification_block__:hover {
  background-color: rgba(205, 170, 106, 0.9);
}

.toolbar_options__ .header_notification_block__:hover a {
  text-decoration: none;
  color: #fff !important;
}
.toolbar_options__ .header_notification_block__:hover a .figure__ {
  text-decoration: none;
  background-color: rgba(205, 170, 106, 0.9);
  color: #fff !important;
}
@media only screen and (max-width: 1199px) {
  .toolbar_options__ .header_notification_block__ {

    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    min-height: 38px;
  
  }
}
@media only screen and (max-width: 500px) {
  .toolbar_options__ .header_notification_block__ {
    min-width: 30px;
    min-height: 30px;
  }
}
.toolbar_options__ .header_notification_block__ .icon__ {
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 30px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .toolbar_options__ .header_notification_block__ .icon__ {
    width: 16.666px;
    height: 20px;
  }
}
.toolbar_options__ .header_notification_block__ .header_notification_number__ {
  position: absolute;
  top: -10px;
  inset-inline-start: -7px;
  background-color: #ff0000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .toolbar_options__
    .header_notification_block__
    .header_notification_number__ {
    width: 20px;
    height: 20px;
    inset-inline-start: -4px;
    font-size: 9px;
  }
}
.toolbar_options__ .block__.small_size_only__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ .block__.small_size_only__ {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ .block__.larg_size_only__ {
    display: none;
  }
}
.fixed_header__ {
  background-color: #f9f4ec;
  position: relative;
  z-index: 111;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .fixed_header__ {
    padding: 15px 0;
  }
}
.fixed_header__.active_menu__,
.fixed_header__.not_active_menu__ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: 0s;
  transition: 0s;
}
.fixed_header__.active_menu__ {
  -webkit-animation: active-menu 0.5s;
  animation: active-menu 0.5s;
}
.fixed_header__.not_active_menu__ {
  -webkit-animation: not-active-menu 0.5s;
  animation: not-active-menu 0.5s;
  top: -200px;
}
@-webkit-keyframes active-menu {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes active-menu {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes not-active-menu {
  0% {
    top: 0;
  }
  to {
    top: -200px;
  }
}
@keyframes not-active-menu {
  0% {
    top: 0;
  }
  to {
    top: -200px;
  }
}
.footer_sec__ {
  position: relative;
  padding: 95px 0;
  background-color: #cdaa6a;
}
@media only screen and (max-width: 991px) {
  .footer_sec__ {
    padding: 40px 0 0;
  }
}
.footer_sec__:after,
.footer_sec__:before {
  content: url(../images/shapes/footer_background.svg);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 131px;
  height: 254px;
}
.footer_sec__:before {
  top: unset;
  inset-inline-start: unset;
  bottom: 40px;
  inset-inline-end: 0;
}
.footer_content__ {
  position: relative;
}
.footer_content__:after {
  content: url(../images/shapes/footer_backgroun2.svg);
  position: absolute;
  bottom: -95px;
  inset-inline-end: 320px;
  width: 131px;
  height: 38px;
}
@media only screen and (max-width: 991px) {
  .footer_content__:after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_content__:after {
    inset-inline-end: 150px;
  }
}
.footer_head__ {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .footer_head__ {
    text-align: center;
  }
}
.footer_list__ {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .footer_list__ {
    margin-bottom: 40px;
  }
}
.footer_list__ li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer_list__ li {
    margin-bottom: 10px;
  }
}
.footer_list__ a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_list__ a:before {
  content: url(../images/shapes/Line.svg);
  display: block;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
}
@media only screen and (max-width: 991px) {
  .footer_list__ a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer_list__ a:hover {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.footer_list__.contact_info a {
  font-size: 14px;
}
.footer_list__.contact_info a:before {
  display: none;
}
.footer_list__.contact_info a .figure__ {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}
.footer_socials__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .footer_socials__ {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.footer_socials__ .li__:not(:last-child) {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
.footer_socials__ .link__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_socials__ .link__ img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer_socials__ .link__:hover {
  background-color: #cdaa6a;
  border-color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer_socials__ .link__:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.copyrights_content___ {
  padding: 24px 0;
  background-color: #fff;
}
.copyrights__ {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .copyrights__ {
    font-size: 12px;
  }
}
.input__ {
  height: 63px;
  border: solid 1px #d9e0e5;
  background-color: #fff;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 20px 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.input__:focus,
.input__:hover {
  border-color: #cdaa6a;
}
.input__::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 18px;
}
.input__::-moz-placeholder {
  color: #aaaaaa;
  font-size: 18px;
}
.input__:-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 18px;
}
.input__::-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 18px;
}
.input__::placeholder {
  color: #aaaaaa;
  font-size: 18px;
}
.textarea-om {
  height: 144px;
  resize: none;
  width: 100%;
  border: 1px solid #d9e0e5;
  border-radius: 10px;
  padding: 20px 29px;
}
.textarea-om.max_height_textarea_ {
  height: 159px;
}
.textarea-om:focus,
.textarea-om:hover {
  outline: 0;
  border-color: #cdaa6a;
}
.textarea-om::-webkit-input-placeholder {
  color: #aaa;
  font-size: 18px;
}
.textarea-om::-moz-placeholder {
  color: #aaa;
  font-size: 18px;
}
.textarea-om:-ms-input-placeholder {
  color: #aaa;
  font-size: 18px;
}
.textarea-om::-ms-input-placeholder {
  color: #aaa;
  font-size: 18px;
}
.textarea-om::placeholder {
  color: #aaa;
  font-size: 18px;
}
.submit-button__ {
  color: #fff;
  background: #cdaa6a;
  border: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  padding: 0 30px;
  height: 53px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  min-width: 180px;
}
.submit-button__ .icon__ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-button__:hover {
  background-color: rgba(205, 170, 106, 0.9);
}
.submit-button__:focus {
  border: none;
  outline: none;
}
.submit-button__.centered__ {
  margin: 0 auto;
  min-width: 236px;
}
.submit-button__.full_width__ {
  width: 100%;
}
.submit-button__.fixed_size__ {
  min-width: 140px;
}
@media only screen and (max-width: 991px) {
  .submit-button__.full_width_sm__ {
    min-width: 100%;
    width: 100%;
  }
}
.submit-button__.log_out_link__ {
  background-color: #ff0000;
}
.submit-button__.log_out_link__:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.7);
}
.submit-button__.log_out_cancellation__ {
  background-color: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.submit-button__.log_out_cancellation__:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.submit-button__.modal_bordered_button__ {
  background-color: #fff;
  border: 1px solid #cdaa6a;
  color: #4b4b4b;
  margin-bottom: 0;
}
.submit-button__.modal_bordered_button__:hover {
  background-color: rgba(205, 170, 106, 0.2);
}
.submit-button__.about_us_button__ {
  height: 63px;
  max-width: 170px;
  padding: 15px 11px;
  gap: 5px;
  position: relative;
}
.submit-button__.about_us_button__:after {
  content: url(../images/shapes/button_background.svg);
  position: absolute;
  top: 10px;
  inset-inline-start: -10px;
}
.submit-button__.main_site_button__ {
  background-color: transparent;
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  height: 63px;
  width: 170px;
  padding: 0;
  gap: 5px;
  position: relative;
}
.submit-button__.main_site_button__:after {
  content: url(../images/shapes/button_background.svg);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-button__.main_site_button__:hover {
  color: #fff;
  background-color: #cdaa6a;
}
.submit-button__.main_site_button__:hover .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.submit-button__.main_site_button__:hover:after {
  top: 10px;
  inset-inline-start: -10px;
  opacity: 1;
}
.submit-button__.message_send_button {
  font-size: 16px;
  height: 64px;
  border-radius: 5px;
  width: 119px;
}
@media only screen and (max-width: 767px) {
  .submit-button__.message_send_button {
    padding: 0;
    font-size: 12px;
    min-width: 50px !important;
  }
}
.select__ {
  width: 100% !important;
  margin-bottom: 0;
}
.select__ .dropdown-toggle {
  border-radius: 10px;
  border: solid 1px #d9e0e5;
  background-color: #fff;
  height: 63px;
  padding: 13px 30px;
  font-size: 18px;
  font-stretch: normal;
  color: #000;
  outline: none !important;
}
.select__ .dropdown-toggle:after {
  content: url(../images/shapes/arrow-down2.svg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  border: none !important;
  margin-top: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  width: 12px;
  height: 22px;
}
.select__ .dropdown-toggle .filter-option {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  text-align: right;
}
html[dir="ltr"] .select__ .dropdown-toggle .filter-option {
  text-align: left;
}
.select__ .dropdown-toggle:active,
.select__ .dropdown-toggle:focus {
  background-color: #fff !important;
  border-color: #cdaa6a !important;
  color: #000 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select__.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #cdaa6a !important;
  color: #000 !important;
  outline: none !important;
}
.select__ .dropdown-menu li .dropdown-item {
  outline: none !important;
  font-size: 14px;
  color: #000;
  border-radius: 0;
}
.select__ .dropdown-menu li .dropdown-item.active,
.select__ .dropdown-menu li .dropdown-item:active,
.select__ .dropdown-menu li .dropdown-item:hover {
  outline: none !important;
  background-color: #cdaa6a;
  color: #fff;
}
.checkbox-group-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-group-om .checkbox-om {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.checkbox-group-om .checkbox-om:checked + .checkbox-label-om {
  background-color: #cdaa6a;
  border-color: #cdaa6a;
  background-image: url(../images/shapes/checkbox.svg);
}
.checkbox-group-om .checkbox-label-om {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox-group-om .label__ {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #000;
  cursor: pointer;
}
.checkbox-group-om .label__ .link__ {
  color: #cdaa6a;
}
.radio-group-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-group-om .radio-om {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.radio-group-om .radio-om:checked + .radio-label-om {
  border-color: #cdaa6a;
  background-image: url(../images/check.svg);
}
.radio-group-om .radio-label-om {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #86959f;
  background-position: center center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.radio-group-om .text_ {
  margin: 0;
  font-size: 15px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  color: #000;
}
.ui-datepicker {
  background-color: #fff;
  width: 400px;
  z-index: 11;
  border: 1px solid #d7dbdd;
  border-radius: 10px;
  padding: 0;
  position: relative;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker .ui-datepicker-header {
  padding: 15px 15px;
  border-bottom: 1px solid #d7dbdd;
}
.ui-datepicker .ui-datepicker-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: unset;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 82%;
  }
}
.ui-datepicker thead {
  border-bottom: 1px solid #d7dbdd;
  min-height: 58px;
}
.ui-datepicker th span {
  color: #8f9bb3;
  font-size: 14px;
}
.ui-datepicker td {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker td {
    padding: 0;
  }
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 15px;
  color: #333743;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 2px auto;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker td a,
  .ui-datepicker td span {
    width: 30px;
    height: 30px;
  }
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
  background-color: #cdaa6a;
  color: #fff;
}
.ui-datepicker td.ui-state-disabled {
  opacity: 0.7;
}
.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span {
  color: #ddd;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev {
  left: 25px;
  right: unset;
}
html[dir="ltr"] .ui-datepicker .ui-datepicker-prev {
  left: unset !important;
  right: 5px !important;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: url(../images/date-arrow-right.svg);
}
.ui-datepicker .ui-datepicker-next {
  right: unset;
  left: 5px;
}
html[dir="ltr"] .ui-datepicker .ui-datepicker-next {
  right: 25px !important;
  left: unset !important;
}
.ui-datepicker .ui-datepicker-next:after {
  content: url(../images/date-arrow-left.svg);
}
.datepicker_group_:after {
  content: url("../images/date__.svg");
  position: absolute;
  top: 16px;
  left: 32px;
  pointer-events: none;
}
.file_input__ {
  display: none;
}
.file_input_label__ {
  background-color: #fafafa;
  height: 63px;
  border: solid 1px #d9e0e5;
  border-radius: 10px;
  width: 100%;
  padding: 20px 29px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.file_input_label__ .file_input_placeholder {
  margin: 0;
  color: #aaaaaa;
  font-size: 18px;
}
.file_input_label__ .file_input_placeholder.uploaded {
  color: #000;
}
.file_input_label__ .icon__ {
  padding: 0 !important;
}
.file_input_label__:hover {
  border-color: #cdaa6a;
}
.form_wrapper__ {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  border: 1px solid #f0f1f6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .form_wrapper__ {
    padding: 20px;
    border-radius: 20px;
  }
}
.form_image__ {
  padding-bottom: 73%;
  margin-bottom: 20px;
}
.form_image__ img {
  -o-object-fit: contain;
  object-fit: contain;
}
.form_image__.small_size_image__ {
  max-width: 259px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 44%;
  margin-top: 30px;
}
.default_form__ {
  max-width: 510px;
}
.main_form__ {
  max-width: 970px;
}
.form_title__ {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .form_title__ {
    text-align: center;
  }
}
.form_title__ .sub_title__ {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #cdaa6a;
}
@media only screen and (max-width: 767px) {
  .form_title__ .sub_title__ {
    font-size: 16px;
  }
}
.form_title__ .title__ {
  font-size: 28px;
  color: #333743;
  margin-bottom: 0;
  font-weight: bold;
}
.form_title__ .title__.title_first__ {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .form_title__ .title__ {
    font-size: 22px;
  }
}
.form_title__ .parg__ {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.form_title__ .parg__.not_full_width__ {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .form_title__ .parg__.not_full_width__ {
    max-width: 100%;
  }
}
.form_title__ .link__ {
  font-size: 14px;
  color: #cdaa6a;
  margin-top: 10px;
}
.form_title__.centered {
  text-align: center;
}
.input_group__ {
  margin-bottom: 20px;
  text-align: start;
}
.input_group__.flex_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_group__.flex_group__.group_gap__ {
  gap: 20px;
}
.input_group__.none_margin__ {
  margin: 0;
}
.final_buttons_wrapper__ {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.input_group_unit__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_group_unit__ .input__ {
  border-radius: 0 10px 10px 0;
}
html[dir="ltr"] .input_group_unit__ .input__ {
  border-radius: 10px 0 0 10px;
}
.input_group_unit__ .unit__ {
  min-width: 67px;
  height: 56px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #d9e0e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
}
.label__ {
  color: #333743;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.label__ .optional__ {
  font-size: 13px;
  color: #aaaaaa;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}
.label__.centered {
  text-align: center;
}
.password-group-om {
  position: relative;
}
.password-group-om .input__ {
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
}
.password-group-om .show-password-button-om {
  position: absolute;
  top: 50%;
  inset-inline-end: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  width: 22px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}
.password-group-om .show-password-button-om .icon__ {
  fill: #aaa;
}
.password-group-om .show-password-button-om:focus {
  outline: none;
}
.password-group-om .show-password-button-om.show-om .icon__ {
  fill: #cdaa6a;
}
.drag_file_upload .drag_file_label {
  border: 1px solid #d9e0e5;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.drag_file_upload .drag_file_label .head__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 15px;
}
.drag_file_upload .drag_file_label .head__ .icon__ {
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2f3fc;
}
.drag_file_upload .drag_file_label .head__ .head_info .title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.drag_file_upload .drag_file_label .head__ .head_info .upload_rules {
  font-size: 12px;
  color: #aaaaaa;
  margin: 0;
}
.drag_file_upload .drag_file_label .uploaded_files {
  padding: 17px 15px;
  border-top: 1px solid #d9e0e5;
}
.drag_file_upload .drag_file_label .uploaded_files .strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.drag_file_upload .drag_file_label .uploaded_files .strip .icon__ {
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}
.drag_file_upload .drag_file_label .uploaded_files .strip .file_name {
  margin: 0;
  font-size: 12px;
  color: #000;
}
.drag_file_upload
  .drag_file_label
  .uploaded_files
  .strip
  .file_name
  .file_size {
  color: #aaaaaa;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}
.drag_file_upload .drag_file_label .uploaded_files .strip .delete_file_button {
  background-color: transparent;
  border: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f54748;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drag_file_upload
  .drag_file_label
  .uploaded_files
  .strip
  .delete_file_button
  .icon__ {
  -webkit-margin-start: 7px;
  margin-inline-start: 7px;
}
.drag_file_upload
  .drag_file_label
  .uploaded_files
  .strip
  .delete_file_button:hover {
  text-decoration: underline;
}
.drag_file_upload .drag_file_label .uploaded_files .strip:not(:last-child) {
  margin-bottom: 10px;
}
.drag_file_upload .drug_file_input {
  display: none;
}
.form_section .main_head_wrapper__ .sub-title__ {
  max-width: 576px;
}
.form_section .contact_us_row_modify__ {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .form_section .contact_us_row_modify__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.form_section .input__,
.form_section .textarea-om {
  background-color: #fafafa;
}
.form_section .select__ .btn {
  background-color: #fafafa;
}
.form_section .final_buttons_wrapper__ {
  margin-top: 35px;
}
.form_section .figure__ {
  padding-bottom: 76.086%;
}
.form_section.without_border .input__,
.form_section.without_border .select__,
.form_section.without_border .textarea-om {
  border: none;
}
.form_section.consultation_section .figure__ {
  padding-bottom: 81.77%;
}
.form_section.profile_section .figure__ {
  padding-bottom: 127.52%;
}
.swiper-button-next,
.swiper-button-prev {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 5px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: url("../images/shapes/Vector.svg");
  display: block;
  position: static;
  height: 64px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
html[dir="ltr"] .swiper-button-next:after,
html[dir="ltr"] .swiper-button-prev:after {
  -webkit-transform: unset;
  transform: unset;
}
.swiper-button-next.single_page_button,
.swiper-button-prev.single_page_button {
  position: static;
}
.swiper-button-next.single_page_button:after,
.swiper-button-prev.single_page_button:after {
  content: url("../images/shapes/Vector.svg");
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.swiper-button-next.single_page_button:hover,
.swiper-button-prev.single_page_button:hover {
  background-color: #cdaa6a;
  border-color: #cdaa6a;
}
.swiper-button-next.single_page_button:hover:after,
.swiper-button-prev.single_page_button:hover:after {
  -webkit-filter: unset;
  filter: unset;
}
.swiper-button-next:after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
html[dir="ltr"] .swiper-button-next:after {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 2px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cdaa6a;
}
.default_page__ {
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
.add_deal_page,
.common_questions_page__,
.consultation_request_page,
.divisions_page,
.sectors_divisions_page__,
.sectors_page__ {
  padding: 50px 0;
}
.section__ {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}
.section__ .head__ {
  padding: 25px 20px 15px;
  border-bottom: 1px solid #d9e0e5;
  font-size: 16px;
  font-weight: 700;
}
.section__ .site_head__ {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.section_defaults {
  position: relative;
  padding: 100px 0;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .section_defaults {
    padding: 30px 0;
  }
}
.home_page_section_background.about_us_section__ {
  position: relative;
}
.home_page_section_background.about_us_section__:after,
.home_page_section_background.about_us_section__:before {
  content: url(../images/shapes/background1.svg);
  position: absolute;
  width: 74px;
  height: 230px;
  top: 165px;
  inset-inline-start: 0;
  z-index: 1;
}
.home_page_section_background.about_us_section__:before {
  top: unset;
  bottom: 43px;
  inset-inline-start: unset;
  inset-inline-end: 0;
}
.home_page_section_background.our_service_section {
  background-color: #fafafa;
}
.home_page_section_background.form_section {
  background-image: url(../images/shapes/background4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home_page_section_background.customers_opinions_section {
  background-color: rgba(205, 170, 106, 0.13);
}
.slider_section__ .home_slider {
  position: relative;
}
.slider_section__ .swiper-slide {
  position: relative;
}
.slider_section__ .swiper-slide .figure__ {
  padding-bottom: 600px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .slider_section__ .swiper-slide .figure__ {
    padding-bottom: 380px;
  }
}
.slider_section__ .swiper-slide .figure__:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider_section__ .slide_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slider_section__ .slide_content {
    min-width: 100%;
    padding: 0 20px;
  }
}
.slider_section__ .slide_content .title__ {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .slider_section__ .slide_content .title__ {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .slider_section__ .slide_content .title__ {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .slider_section__ .slide_content .title__ {
    font-size: 20px;
  }
}
html[dir="ltr"] .slider_section__ .slide_content .title__ {
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
  html[dir="ltr"] .slider_section__ .slide_content .title__ {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  html[dir="ltr"] .slider_section__ .slide_content .title__ {
    font-size: 20px;
  }
}
.slider_section__ .slide_content .title__ .color_change {
  color: #cdaa6a;
}
.slider_section__ .slide_content .parag__ {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-height: 132px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .slider_section__ .slide_content .parag__ {
    font-size: 18px;
    max-height: 142px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section__ .slide_content .parag__ {
    font-size: 16px;
    max-height: 132px;
  }
}
@media only screen and (max-width: 500px) {
  .slider_section__ .slide_content .parag__ {
    font-size: 14px;
  }
}
.slider_section__ .swiper_buttons_group__ {
  position: absolute;
  bottom: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .slider_section__ .swiper_buttons_group__ {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section__ .swiper_buttons_group__ {
    bottom: 30px;
  }
}
.slider_section__ .swiper_buttons_group__ .buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .about_us_section__ .row_modify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.about_us_section__ .site_main_title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .about_us_section__ .site_main_title {
    text-align: center;
  }
}
.about_us_section__ .parag__ {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 35px;
  max-width: 478px;
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .about_us_section__ .parag__ {
    text-align: center;
    margin: 0px auto 35px;
  }
}
@media only screen and (max-width: 500px) {
  .about_us_section__ .parag__ {
    font-size: 16px;
  }
}
.about_us_section__ .site_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .about_us_section__ .site_info_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.about_us_section__ .site_info_wrapper .info_block__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #4e4e4e;
}
@media only screen and (max-width: 500px) {
  .about_us_section__ .site_info_wrapper .info_block__ {
    font-size: 14px;
  }
}
.about_us_section__ .site_info_wrapper .info_block__ .number__ {
  font-size: 45px;
  font-weight: 700;
  color: #cdaa6a;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .about_us_section__ .site_info_wrapper .info_block__ .number__ {
    font-size: 30px;
  }
}
.about_us_section__ .about_us_photo {
  padding: 30px;
  position: relative;
}
.about_us_section__ .about_us_photo .figure__ {
  padding-bottom: 85.51%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .about_us_section__ .about_us_photo .figure__ {
    max-height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .about_us_section__ .about_us_photo .figure__ {
    max-height: 300px;
  }
}
.about_us_section__ .about_us_photo .figure__:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.39);
}
.about_us_section__ .about_us_photo:before {
  content: url(../images/shapes/about_us_photo_shape_up.png);
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
.about_us_section__ .about_us_photo:after {
  content: url(../images/shapes/about_us_photo_shape_down.png);
  position: absolute;
  bottom: -7px;
  inset-inline-start: 0;
}
html[dir="ltr"] .about_us_section__ .about_us_photo:before {
  inset-inline-end: unset;
  inset-inline-start: 0;
}
html[dir="ltr"] .about_us_section__ .about_us_photo:after {
  inset-inline-start: unset;
  inset-inline-end: 0;
}
.about_us_section__ .about_us_video {
  padding: 30px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_us_section__ .about_us_video .figure__ {
  position: relative;
  padding-bottom: 85.51%;
  height: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  min-height: 280px;
}
.about_us_section__ .about_us_video .figure__ .video__ {
  position: absolute;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_us_section__ .about_us_video .figure__:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.39);
}
.about_us_section__ .about_us_video:before {
  content: url(../images/shapes/about_us_photo_shape_up.png);
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
.about_us_section__ .about_us_video:after {
  content: url(../images/shapes/about_us_photo_shape_down.png);
  position: absolute;
  bottom: -7px;
  inset-inline-start: 0;
}
html[dir="ltr"] .about_us_section__ .about_us_video:before {
  inset-inline-end: unset;
  inset-inline-start: 0;
}
html[dir="ltr"] .about_us_section__ .about_us_video:after {
  inset-inline-start: unset;
  inset-inline-end: 0;
}
@media only screen and (max-width: 991px) {
  .about_us_section__ .submit-button__ {
    margin: 0 auto;
  }
}
.customers_opinions_section .main_head_wrapper__ {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .customers_opinions_section .customers_opinions_row_modify {
    gap: 65px;
  }
}
.our_partners_section .col-12:not(:last-child),
.our_partners_page .col-12:not(:last-child) {
  margin-bottom: 30px;
}
.contact_page {
  padding: 100px 0 60px;
}
@media only screen and (max-width: 991px) {
  .contact_page {
    padding: 30px 0;
  }
}
.contacts_section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .contacts_section {
    margin-bottom: 0;
  }
}
.contact_box__ {
  background-color: rgba(205, 170, 106, 0.13);
  border-radius: 10px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 30px;
}
.contact_box__ .figure__:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 41px;
  bottom: 30px;
  background-color: rgba(205, 170, 106, 0.48);
  -webkit-transform: rotate(51deg);
  transform: rotate(51deg);
  border-radius: 5px;
}
.contact_box__ .title__ {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact_box__ .content__ {
  font-size: 16px;
  color: #000;
}
.advisor_card__ {
  width: 100%;
  position: relative;
}
.advisor_card__ .figure__ {
  padding-bottom: 131.081%;
  overflow: hidden;
}
.advisor_card__ .advisor_name__ {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin: 0;
  border-radius: 50px 50px 0 0;
  background-color: #cdaa6a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.advisor_card__:hover .figure__ .img-om {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.advisor_card__:hover .advisor_name__ {
  padding-bottom: 40px;
}
.our_advisors_section .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.our_advisors_section .swiper-container .buttons_wrapper {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  height: 33px;
}
.our_advisors_section .swiper-container .buttons_wrapper .swiper-button-next,
.our_advisors_section .swiper-container .buttons_wrapper .swiper-button-prev {
  margin: 0;
  background-color: rgba(205, 170, 106, 0.4);
}
.our_advisors_section
  .swiper-container
  .buttons_wrapper
  .swiper-button-next:after,
.our_advisors_section
  .swiper-container
  .buttons_wrapper
  .swiper-button-prev:after {
  content: url("../images/shapes/Vector2.svg");
  -webkit-filter: unset;
  filter: unset;
}
.our_advisors_section
  .swiper-container
  .buttons_wrapper
  .swiper-button-next:hover,
.our_advisors_section
  .swiper-container
  .buttons_wrapper
  .swiper-button-prev:hover {
  background-color: #cdaa6a;
}
.our_advisors_section
  .swiper-container
  .buttons_wrapper
  .swiper-button-next:hover:after,
.our_advisors_section
  .swiper-container
  .buttons_wrapper
  .swiper-button-prev:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.rules_block__ {
  padding: 60px 34px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.rules_block__ .parag_head {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .rules_block__ .parag_head {
    font-size: 14px;
  }
}
.rules_block__ .parag__ {
  font-size: 18px;
  color: #4b4b4b;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .rules_block__ .parag__ {
    font-size: 12px;
  }
}
.rules_block__ .parag__:not(:last-of-type) {
  margin-bottom: 57px;
}
.rules_block__.terms_and_conditions_block {
  -webkit-padding-start: 65px;
  padding-inline-start: 65px;
}
.rules_block__.terms_and_conditions_block .parag_head {
  position: relative;
}
.rules_block__.terms_and_conditions_block .parag_head:before {
  content: url(../images/shapes/terms_title_head_icon.svg);
  position: absolute;
  inset-inline-start: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
}
.consultation_box {
  margin-bottom: 60px;
}
.chat_block__ {
  background-color: #fff;
  padding: 60px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .chat_block__ {
    padding: 40px 0;
  }
}
.message_input_wrapper {
  margin: 0 30px;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #cdaa6a;
}
.message_input_wrapper .input__ {
  border: 0;
}

