:root {
  --white-color-FF: #FFFFFF;
  --white-color-F2: #F2F3F6;
  --white-color-F7: #F7F7F7;  
  --black-color-1E: #1E1E1E;
  --black-color-12: #121212;
  --gray-color-76: #767373;
  --gray-color-60: #606161;
  --gray-color-EE: #EEEEEE;
  --green-color-F1: #F1F9F9;
  --green-color-0A: #0A9A8F;
  --orange-color-FF:#FF6B00;
  --green-color-2B: #2BB642;
  --brown-color-EB: #EB001B;
  --padding-12: 12px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-34: 34px;
  --font-12: 12px;
  --font-14: 14px;
  --font-18: 18px;
  --font-22: 22px;
  --padding-4p: 4%;
  --padding-24: 24px;
}

@font-face {
  font-family: "Filson-Pro-400";
  src: url("./Fonts/FilsonPro/FilsonProRegular.otf");
}

body {
  direction: rtl;
  font-family: "Almarai", serif;
  font-weight: 300;
  font-style: normal;
}
.almarai-light {
  font-family: "Almarai", serif;
  font-weight: 300;
  font-style: normal;
}

.almarai-regular {
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}

.almarai-bold {
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}

.extrabold {
  font-family: "Almarai", serif;
  font-weight: 800;
  font-style: normal;
}
.login-btn {
  background-color: var(--black-color-12);
  color: #FFFFFF;
  padding: 8px 10px;
}
.menu-list {
  background-color: var(--white-color-FF);
  border: 1px solid #F7F7F7;
}
.footer-style {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
}
.ul-style {
  flex-direction: row !important;
}
.content-center {
  align-content: center;
}
.padding-R {
  padding-right: 10px;
}
.card-style {
  padding: 9% 0px 32%;
  border: none;
}
.position-R {
  position: relative;
}
.phone-icon {
  position: absolute;
  top: 45px;
  left: 28px;
  color: #d6d6d6c2;
  font-size: var(--font-22);
}
.phone-input {
  padding: var(--padding-12);
  border-radius: var(--radius-12);
  align-content: center;
  border: 1px solid var(--gray-color-EE);
}
.text-style {
  font-size: var(--font-14);
  color: var(--gray-color-76);
}
.textAccount {
  font-size: var(--font-14);
  color: var(--gray-color-76);
}
.createAccount {
  background-color: var(--green-color-F1);
  border: 1px solid var(--green-color-0A);
  color: var(--black-color-12);
}
.text-color {
  color: var(--green-color-0A);
  font-size: var(--font-18);
}
a {
  color: var(--black-color-12);
  text-decoration: none !important;
}
.otpInput {
  border-radius: var(--radius-12);
  align-content: center;
  border: 1px solid #EEEEEE;
  padding: 12px;
  max-width: 23%;
  margin: 2px;
}
.font-20 {
  font-size: 20px;
}
.orange-font {
  color: var(--orange-color-FF);
  font-size: var(--font-14);
}
.home {
  margin-top: -9%;
  background-image: url("/assets/images/Rectangle-404.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 100%; */
  /* top: 0; */
  /* z-index: 0; */
}
/* .home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
  z-index: 1;
} */
.padding-T {
  padding-top: 28px;
}
.search-btn {
  background-color: var(--orange-color-FF);
  color: var(--white-color-FF);
}
.nav-style {
  position: absolute;
  top: 2%;
  right: 6%;
  z-index: 1;
  left: 6%;
}
.padding-b14 {
  padding-bottom: 14%;
}
.font-40 {
  font-size: 40px;
}
.font-FilsonPro {
  font-family: "Filson-Pro-400";
}
.icon-color {
  position: absolute;
  top: 30%;
  left: 20%;
  color: #767373;
  font-size: 24px;
}
.buttonStyle {
  background-color: var(--orange-color-FF);
  color: var(--white-color-FF);
  border: none;
}
.button-center {
  align-content: center;
}
.p-content {
  color: var(--gray-color-76);
  font-size: var(--font-14);
}
.width-icon {
  max-width: 34px;
}
.border-style {
  border: 1px solid #dadee22e;
}
.hidden-fileds {
  display: none;
}
.bg-button {
  background-color: #FFF2E8 ;
  border-radius: var(--radius-12);
  cursor: pointer;
}
.bg-shadow {
  box-shadow: 0px 4px 4px #FDCEAD !important;
  border-color: #FFF2E8 !important;
  background-color: #fff;
}
.bg-card {
  background-color: #FFF2E8;
  border-radius: 20px;
}
.shadow-card {
  box-shadow:  0px -0.5rem 1rem #00000026;
}

.input-style {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #eee;
}
.input-style-profile {
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #eee;
}
.check-radio {
  position: absolute;
  left: 42px;
  bottom: 24px;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: var(--orange-color-FF);
  border-color: var(--orange-color-FF);
}
.mouse-hand {
  cursor: pointer;
}
.select-style {
  border-radius: var(--radius-12);
  border-color: var(--gray-color-EE);
}
.button-bg {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
}
.pt-14 {
  padding-top: 14%;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.balck-bg {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
}
.post {
  position: absolute;
  top: 24%;
  right: 3%;
  padding: 1% 4%;
}
.fonttext-14 {
  font-size: 14px;
}
.gray-color {
  color: var(--gray-color-76);
}
.Padding-t {
  padding-top: 12%;
}
.header-menu {
  position: absolute;
  width: 100%;
  top: 0;
}
.background-shadow {
  background-color: #00000082;
  /* margin-top: -9%; */
}
.content-body {
  padding-top: 9%;
}
.padding-container {
  padding-top: 12%;
  padding-bottom: 5%;
}
.green-color-F {
  color: var(--green-color-2B);
}
.padding-4p {
  padding: var(--padding-4p);
}
.card-border {
  border-color: #F2F3F6;
  border-radius: 6%;
}
.border-color-w {
  border-color: #e1e1e1;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff !important;
}
.card-icons {
  position: absolute;
  background-color: #fefefe9c;
  z-index: 2;
  top: 8%;
  right: 7%;
  font-size: 12px;
  border-radius: 12px;
  padding: 3px 8px;
}
.studio-icons {
  position: absolute;
  background-color: #fefefe9c;
  z-index: 2;
  top: 8%;
  right: 30%;
  font-size: 12px;
  border-radius: 12px;
  padding: 3px 8px;
}
.card-icon1 {
  position: absolute;
  background-color: #ffffff60;
  z-index: 2;
  top: 8%;
  right: 7%;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 40px;
}
.card-icon2 {
  position: absolute;
  background-color: #ffffff60;
  z-index: 2;
  top: 8%;
  right: 30%;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 40px;
}
.card-icon3 {
  position: absolute;
  background-color: #ffffff60;
  z-index: 2;
  top: 8%;
  right: 52%;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 40px;
}
.font-22 {
  font-size: 22px;
}
.borderCard {
  border-radius: var(--radius-12);
  border-color: #eee;
}
.panner {
  display: flex;
  border-radius: var(--radius-12);
  background-color: #F3F3F3;
  overflow: hidden;
}
.font-30 {
  font-size: 30px;
}
.black-button {
  background-color: var(--black-color-12);
  color: #FFFFFF;
}
.bgo-color {
  background-color: #FFF2E8 ;
  color: var(--orange-color-FF);
}
.white-button {
  background-color: #fff;
  border-color: #EEEEEE;
}
.font-12 {
  font-size: 12px;
}
.agent-color {
  color: #8D8D8D;
}
.br-radius {
  border-radius: var(--radius-12);
}
.bg-modal {
  background-color: #000000b3;
}
.max-w {
  max-width: 650px !important;
}
.font-24 {
  font-size: 24px;
}
.space {
  white-space: nowrap;
}
.menu-button {
  background-color: #ffffff;
}
.z-index-1 {
  z-index: 3;
}
.profile-button {
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;

}
.classification-b {
  padding: 10px 86px;
  border: 1px solid #eee;
  position: relative;
}
.btn-background {
  background-color: var(--orange-color-FF);
  border-color: var(--orange-color-FF);
  color: #ffffff;
}
.red-color {
  color: red;
}
.delete-icon {
  position: absolute;
  right: 6px;
  top: 5px;
}
.width-UL {
  width: 320px;
  border-radius: var(--radius-12);
}
.icon-whatsapp {
  background-color: #16de16;
  color: #fff;
  font-size: 20px;
  border-radius: 12px;
}
.width-prcentage {
  width: 9%;
}
.orange-color {
  color: var(--orange-color-FF);
}
.dots-button {
  position: absolute;
  left: 4%;
  top: 5%;
  font-size: 25px;
  color: #fff;
}
.style-img {
  width: 200px;
  height: 170px;
  border-radius: 16px;
}
.right-move {
  right: 34%;
}
.div-style {
  padding: 10px 64px;
  border-radius: 50px;
  border: 1px solid #EEEEEE;
}
.div-style-price {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  padding-left: 82px;
}
.width-24 {
  width: 24px;
  position: absolute;
  right: 4%;
}
.br-radius4 {
  border-radius: 4px;
}
.page-link {
  color: #121212;
}
.global-edit-icon {
  position: absolute;
  left: 5%;
  top: 32%;
  border-right: 2px solid #eee;
}
.padding-12 {
  padding: 12px;
}
.border-black {
  border: 1px solid #121212;
}
.green-2B {
  color: var(--green-color-2B);
}
.wallet-bg {
  background-color: #121212;
  border-radius: var(--radius-16);
}
.padding-24 {
  padding: var(--padding-24);
}
.credit-btn {
  padding: 10px 112px;
  border-radius: var(--radius-34);
}
.credit-button {
  padding: 10px;
  border-radius: var(--radius-34);
}
.types {
  padding: 16px 36px;
  border-radius: 16px;
}
.w-24 {
  width: 24px;
}
.filter-buttons {
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid #eee;
}
.scroll-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}


.style-image {
  max-width: 200px;
  background-color: #ebebeb;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}
.p-6 {
  padding: 6px;
}
.div-time {
  padding: 16px 8px;
  border-radius: 40px;
  background-color: #FFF2E8;
  text-align: center;
  color: var(--orange-color-FF);
  font-size: 14px;
}
.back {
  padding: 16px 24px;
  border-radius: 34px;
  background-color: #121212;
  color: var(--white-color-FF);
}
.width-800 {
  max-width: 800px !important ;
}
.bg-color-B {
  background-color: #000000a1;
}
.submit-button {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
  padding: 13px 16px;
  border-radius: 34px;
}
.black-color {
  color: var(--black-color-12);
}
.w-prcentage-12 {
  width: 12%;
}
.card-delete {
  position: absolute;
  left: 2%;
}
.m-left-10 {
  margin-left: 10px;
}
.padding-10 {
  padding: 10px;
}
.br-radius-16 {
  border-radius: 16px;
}
.width-120 {
  width: 120px;
}
.reservation-style {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #ebebeb;
  display: inline-block;
}
.retrieve {
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #eee;
}
.width-100 {
  width: 100px;
}
.br-radius-50 {
  border-radius: 50%;
}
.map-btn {
  padding: 13px 16px;
  border: 1px solid #eee;
  border-radius: 47px;
}
.cancel-btn {
  padding: 16px 24px;
  border: 1px solid #000000;
  border-radius: 34px;
}
.select-time {
  padding: 16px;
  border-radius: 16px;
}
.padding-style {
  padding: 13px 16px;
  border-radius: 34px;
}
.logo-card {
  position: absolute;
  top: 45%;
  left: 3%;
}
.btn-close:focus {
  box-shadow: none;
}
.v3dp__clearable {
  display: inline;
  position: absolute !important;
  left: 20px !important;
  cursor: pointer;
  bottom: 20px !important;
}
.width-140 {
  width: 140px;
}
.invoice {
  background-color: #F5F5F5;
  border-radius: 64px;
  padding: 8px;
}
.border-EEE {
  border: 1px solid #eee;
}
.owner {
  padding: 8px;
  border-radius: 40px;
  background-color: #FFF4EB;
  color: #FF6B00;
}
.profileStep {
  display: flex;
  background-color: #FFF2E8;
  border-radius: 16px;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  justify-content: space-between;
}
.small-Font {
  font-size: 14px;
  color: var(--gray-color-76);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}

.btn:hover {
  color: #fff;
  background-color: var(--orange-color-FF);
}
.nav {
  --bs-nav-link-padding-x: 7rem !important;
}
.nav-style-ul {
  padding: 4px;
  border-radius: 82px;
}
.accordion-button::after {
  margin-right: 12px !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #444444 !important;
}
.question-icon {
  background-color: #FF6B00;
  color: #E7E7E7;
}
.accordion-button:focus {
  border-color: #FF6B00 !important;
  box-shadow: 0 0 0 0.10rem #ff6b0096 !important;
}
.accordion-item button:not(.collapsed) i {
  background-color: #FF6B00;
  color: #E7E7E7;
}
.width-56 {
  width: 56px;
}
.br-right {
  border-right: 1px solid #c5b754;
}

.line {
  display: inline-block;
  background-color: #425538;
  height: 3px;
  width: 30px;
  margin-bottom: 5px;
}
.heart-icon {
  position: absolute;
  background-color: #ffffff60;
  padding: 16px;
  border-radius: 40px;
  z-index: 2;
  width: 32px;
  height: 32px;
  left: 6%;
  top: 9%;
}
.heart-icon-1 {
  position: absolute;
  background-color: #ffffff60;
  padding: 16px;
  border-radius: 40px;
  z-index: 2;
  width: 32px;
  height: 32px;
  left: 8%;
  top: 8%;
}
.favorite {
  position: absolute;
  background-color: #ffffff60;
  padding: 20px;
  border-radius: 40px;
  z-index: 2;
  left: 2%;
  top: 2%;
  cursor: pointer;
}
.favorite-icon {
  position: absolute;
  left: 12%;
  top: 14%;
  color: var(--orange-color-FF);
  font-size: 30px;
}
.favorite-icon-remove {
  position: absolute;
  left: 12%;
  top: 14%;
  color: #BEBEBE;
  font-size: 30px;
}
.heart {
  position: absolute;
  left: 22%;
  top: 20%;
  color: #BEBEBE;
  font-size: 18px;
}
.orange-Heart {
  position: absolute;
  left: 22%;
  top: 20%;
  color: var(--orange-color-FF);
  font-size: 18px;
}
.way {
  background-color: #eeeeee60;
  border-radius: 40px;
  padding: 8px 16px;
}
.img-width {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
.font-36 {
  font-size: 36px;
}
.plus-icon {
  vertical-align: middle;
  font-size: 16px;
}
.border-dash {
  border-right-style: dashed;
  border-right-color: #ADADAD;
  border-right-width: 2px;
}
.button-steps {
  position: absolute;
  top: 64%;
  right: -13px;
}
.inActive {
  color: #1E1E1E !important;
  font-family: "Almarai", serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
.form-select {
  background-position: left 0.77rem center !important;
  padding: .375rem .75rem .375rem 2.25rem !important;
}
.gray-B4 {
  color: #B4B4B4;
}
.pagination-style {
  color: #FF6B00;
  font-size: 22px;
  font-weight: bold;
  align-content: center;
  margin: 0px 12px;
}
.pagination-padding {
  padding: 6px 30px;
}
.tag-style {
  background-color: #ffffff60;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 2;
}
.position-Abso {
  position: absolute;
  right: 12%;
}
.img-panner {
  width: 1220px;
  height: 640px;
}

.width-48 {
  width: 48px;
}

.active {
  font-family: "Almarai", serif;
  font-weight: 800;
  font-style: normal;
}
.vertical-sub {
  vertical-align: sub;
}
.button-dropdown {
  border: 1px solid rgb(205, 201, 201);
  box-shadow: rgb(108 108 108 / 35%) 2px 2px 4px;
}
.padding-right {
  padding-right: 6rem;
}
.number {
  font-size: 28px;
  padding: 8px;
  background-color: antiquewhite;
  color: var(--orange-color-FF);
  text-align: center;
  
}
.readMore {
  max-width: 500px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.readLess {
  overflow: visible;
}

.vuecal__cell--selected {
  background-color: #ff6b0094 !important;
  z-index: 2 !important;
}

.nav-tabs {
  border-bottom: #fff !important;
}
.nav-link {
  color: #000000;
  
}
.profileStep .active {
  border-color: #fff !important;
  box-shadow: 0px 4px 4px #FDCEAD !important;
}

.logo {
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #767373;
}
.logoProfile {
  font-size: 100px;
  color: #eaeaea;
}
.blog_image {
  max-height: 180px;
  border-radius: 12px;
}
a:hover {
  color: var(--black-color-12) !important;
}
.media h5 {
  text-align: center;
  margin-left: 6rem;
}
.media p {
  margin-right: 10rem;
  text-align: center;
}
.blog-card {
  border-color: #eee;
  border-radius: 16px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #aeaeae75;
  outline: 0;
  box-shadow: none !important;
}
.btn_light {
  padding: 6px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #121212;
}
.btn_light-L {
  padding: 13px 16px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid #121212;
}
.text-style-green {
  color: var(--green-color-2B);
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.gray-color-60 {
  color: var(--gray-color-60);
}
.max-h {
  max-height: 600px !important; 
}
.brown-color {
  color: var(--brown-color-EB);
}
.terms-condtitions ul li {
  padding-top: 7px;
  padding-right: 7px;
}
.terms-condtitions span {
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.GeneralProvisions li {
  list-style: auto;
}
.ul-style li {
  margin: 0px 10px;
}
.agent-logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.button-padding {
  padding: 16px;
  border-radius: 53px;
}
.financial h6 {
  font-size: 14px;
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--gray-color-76);
}
.moreKnow-btn {
  padding: 16px;
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.iconsHouse li {
  padding: 8px 0px;
}
.iconsHouse li span {
  padding: 0px 3px;
}
.bs-dropdown-width {
  width: 18rem !important;
  text-align: center;
}
.bs-dropdown-width li {
  padding: 6px;
}
.countedIcons .icons {
  padding: 4px 0px;
  border-radius: 12px;
  background-color: #e8e8e8;
  text-align: center;
  margin: 0px 6px;
}
.padding-Bottom {
  padding-bottom: 4px;
}
.gm-style-iw-c {
  width: 500px !important;
}
.price {
  color: var(--green-color-2B);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}
.location {
  color: var(--gray-color-76);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.location span:nth-child(3) {
  margin-right: 5px;
}
.location span:nth-child(2) {
  margin-right: 3px;
}
.mapIcons {
  margin-right: 0px !important;
  margin-left: 0px !important;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.text-one {
  text-align: center;
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.Advertisement {
  justify-content: center;
  padding: 3rem 0.1rem 5rem;
  cursor: pointer;
}
.login{
  justify-content: center;
  padding: 1rem 0.8rem 3rem;
}
.register{
  justify-content: center;
  padding: 1.1rem 0.9rem;
}
.green-color {
  color: #22c55e;
}
.success {
  padding: 3rem 0.8rem;
}
.success-icon {
  font-size: 4rem;
}
.credit-card  {
  font-size: 3rem;
  color: #EB001B;
}
.xmark {
  color: #EB001B;
  position: absolute;
  bottom: -24%;
  left: 47%;
}
.paymentFailed{
  justify-content: center;
  margin: 0px;
  padding: 3rem 0.9rem;
}
.gray-text {
  /* font-size: 14px; */
  color: var(--gray-color-76);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}
.favorite-Maps {
  position: absolute;
  right: 2%;
  bottom: 25%;
  color: var(--orange-color-FF);
  font-size: 38px;
}
.full-padding {
  padding: 0.5rem 0rem 6rem;
}
.br-radius-24 {
  border-radius: 24px;
}
.about {
  padding-bottom: 3rem;
}
.bg-card-linear {
  background-image: linear-gradient(#FF6B00,#FFB682);
  padding: 1rem;
  font-size: 20px;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
}
@media screen and (max-width: 576px) {
  .full_width {
    width: 100%;
  }
  .socialMedia {
    width: 29px;
  }
  .text-right {
    text-align: start !important;
  }
  .margin-top-zero {
    margin-top: 0px;
  }
  .media h5, .media p {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
  .button-padding {
    padding: 6px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 768px) { /* For small screens (sm) and above */
  .banner {
    display: none;
  }
  .t-center {
    justify-content: center;
  }
  .padding-zero {
    padding: 0px;
  }
  .width-170 {
    width: 170px;
  }
  .margin-top {
    margin-top: 10px;
  }
  .margin-top-zero {
    margin-top: 0px;
  }
  .text-right {
    text-align: start !important;
  }
  .ul-style-M {
    padding: 0 !important;
  }
  .ul-style-M li {
    margin: 0px 4px 0px 12px !important;
  }
  .balck-bg h6, .balck-bg button {
    font-size: 12px;
  }
  .balck-bg p {
    font-size: 10px;
  }
  .card-black {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 10%;
    right: 6%;
    padding: 1% 1%;
  }
  .gm-style-iw-c {
    max-width: 330px !important;
  }
  .text-one {
    padding-top: 3rem;
  }
  .text-one div:nth-child(1){
    font-size: 32px;
    padding: 0px !important;
  }
  .text-one div:nth-child(2){
    font-size: 17px;
    padding: 0px !important;
  }
  .width-UL {
    width: 230px;
  }
  .favorite-Maps {
    position: absolute;
    right: 6%;
    bottom: 25%;
    color: var(--orange-color-FF);
    font-size: 38px;
  }
}
