 /* reset */
 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 figcaption,
 figure,
 footer,
 hgroup,
 menu,
 nav,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
 }
 img {
  box-sizing: content-box;
 }

 input {
   margin: 0;
   padding: 0;
   border: none;
 }

 input:focus {
   outline: none;
 }
 /* reset */
 html,
 body {
   height: 100%;
   max-width: 100vw;
   font-family: 'Montserrat', sans-serif;
   /* overflow-y: hidden; */
 }
 :root {
   --box-shadow-common: 0px 0px 2px black;
 }

 .container {
   position: relative;
 }
 /* FORM */
 .form__wrapper {
   /* position: absolute; */
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(12, 12, 35, 0.9);
   z-index: 1000;
   display: flex;
   justify-content: center;
   align-items: center;
   /* initial-none */
   display: none;
   /*  initial-none */
 }

 .form {
   display: none;

   position: relative;
   /* top: -156px; */
   /* position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%); */

   width: 470px;
   height: 290px;
   background-color: #F2F9FD;
   box-shadow: var(--box-shadow-common);
   border-radius: 10px;

   /* display: flex; */
   flex-direction: column;
   /* initial-none */
   display: none;
   /*  initial-none */
 }

 .form__close {
   position: absolute;
   padding: 10px;
   top: 1px;
   right: 1px;
   height: 11px;
   width: 12px;
   cursor: pointer;
 }

 .form__close:hover {
   cursor: pointer;
 }

 .form__title {
   align-self: center;
   margin: 20px 0px;
   color: #61B0E0;
   font-size: 20px;
   text-align: center;
 }

 .form__field {
   margin: 0 30px 30px;
   padding-left: 5px;
   background-color: transparent;
   border-bottom: 1px solid #8E9499;
   color: #1B1D1E;
   font-weight: 600;
   line-height: 20px;
   font-family: 'Montserrat', sans-serif;
 }

 .form__field::placeholder {
   color: #7E8588;
   font-size: 12px;
   font-weight: 500;
   line-height: 15px;
 }

 /* input[name="address"] {
  text-transform: capitalize;
 } */

 .form__success {
   position: relative;
   /* top: -185px; */
   width: 470px;
   height: 183px;
   background-color: #F2F9FD;
   box-shadow: var(--box-shadow-common);
   border-radius: 10px;
   /* display: flex; */
   flex-direction: column;
   /* initial-none */
   display: none;
   /*  initial-none */

   .form__success--close {
     position: absolute;
     padding: 10px;
     top: 1px;
     right: 1px;
     height: 11px;
     width: 12px;
     cursor: pointer;
   }
 }

 .form__success--title {
   margin: 45px 0px 20px;
   color: #61B0E0;
   font-size: 20px;
   text-align: center;
 }

 .form__success--text {
   margin: 0 40px;
   color: #202427;
   text-align: center;
   font-size: 16px;
   font-weight: 400;
 }
 /* FORM */
 /* LAYER */
 .layer {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 140px;
   /* background-color: #0C0C23;
  Opacity: 90%; */
   /* background-color: rgba(255,255,255,0.8); */
   background-color: #0C0C23;
 }

 .layer__inner {
   padding-top: 10px;
   margin: 0 auto;
   /* max-width: 621px; */
 }

 .send__request__wrapper {
   margin: 0 auto;
   /* padding: 0 15px; */
   max-width: 660px;
 }

 .send__request--title {
   margin-top: 12px;
   width: 100%;
   color: #ffffff;
   font-size: 14px;
   font-style: italic;
   text-align: center;
   font-weight: 300;
 }

 .send__request--title span {
   color: #61B0E0;
   cursor: pointer;
   text-decoration: underline;
 }

 /* LAYER */
 .map__wrapper {
   position: relative;
   height: 100%;
 }
 /* CARD */
 .card {
   position: absolute;
   top: 204px;
   right: 60px;
   transform: translate(0, -50%);
   /* bottom: 210px; */
   z-index: 1000;
   
   padding: 20px 20px 20px 15px;
   width: 242px;
   max-height: 375px;
   /* width: 0;
   height: 0; */
   
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   background-color: #F2F9FD;
   box-shadow: var(--box-shadow-common);
   border-radius: 10px;
   color: #202427;
   box-sizing: content-box;

   display: none;
 }

 /* .hidden {
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
 }

 .show {
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
 } */

 .card .button_close {
   position: absolute;
   padding: 10px;
   top: 1px;
   right: 1px;
   height: 11px;
   width: 12px;
 }

 .card .button_close:hover {
   cursor: pointer;
 }

 .card h2 {
   margin-bottom: 10px;
   padding-left: 5px;
   height: auto;
   width: 100%;
   color: inherit;
   text-align: left;
   font-size: 18px;
   line-height: 22px;
   font-weight: 600;
   /* these properties hides too much long text with three dots */
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   /* text-transform: capitalize !important; */
 }

 .card h2 {
   text-transform: capitalize;
 }

 .card .list {
   list-style: none;
 }

 .list_item {
   padding: 7px 0;
   height: 40px;
   display: flex;
   border-bottom: 2px solid #DEDDDD;
   box-sizing: content-box;
   /* cursor: pointer; */
 }

 .list_item--empty {
   padding: 7px 0;
   /* height: 40px; */
   display: flex;
   border-bottom: 1px solid transparent;
 }

 .list_item:nth-child(1) {
   border-top: 2px solid #DEDDDD;
 }

 .card .list .list_item img {
  margin-right: 8px;
  width: 35px;
  height: 35px;
 }

 .list_item_text {
   width: 197px;
   /* width: 100%; */
 }

 .list_item__text-top {
   font-size: 16px;
   font-weight: 600;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }

 .list_item__text-bottom {
   font-size: 13px;
   font-weight: 400;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 /* CARD */
 /* INPUT SEARCH */
 .input__search {
   margin: 0 auto;
   max-width: 621px;
   display: flex;
   justify-content: space-around;
 }

 .input {
   position: relative;
   width: 100%;
   height: 45px;
 }

 .input input {
   padding: 10px 33px 10px 50px;
   width: 100%;
   height: 100%;
   border: none;
   border-radius: 10px;
   font-size: 15px;
 }

 input::placeholder {
   font-size: 15px;
   opacity: 0.4;
   color: black;
 }

 .image-location {
   position: absolute;
   top: 10px;
   left: 15px;
   z-index: 2;
 }

 .input__search button {
   margin-left: 3px;
   width: 109px;
   height: 51px;
   text-align: center;
   background-color: #61B0E0;
   border: none;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   color: white;
   font-size: 15px;
   text-transform: capitalize;
 }

 .input__search button:hover {
   background-color: rgba(97, 176, 224, 0.9);
 }

 #input_clear {
  display: none;
  position: absolute;
  top: 7px;
  right: 1px !important;
  padding: 10px;
  z-index: 2;
  cursor: pointer;
  width: 12px;
 }
 /* INPUT SEARCH */
 
 .button_connect {
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto;
  width: 212px;
  height: 44px;
  background-color: #80249B;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.button_connect:hover {
  background-color: #813399;
}

.button_connect:focus-visible {
  outline: none;
}

/* overridden map api styles - start */
#map {
  height: 600px;
}

#pac-container {
  text-transform: capitalize;
}
.pac-container {
top: 45px !important;
left: 0px !important;
}

@media (max-width: 670px){
  .pac-container {
    left: 15px !important;
  }
}

.gm-style-iw.gm-style-iw-c {
  max-width: 315px !important;
  max-height: 150px !important;
}

.gm-style-iw-d {
  overflow: hidden;
  max-height: 150px !important;
}

#content1 {
  padding-left: 7px;
  width: 275px;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#firstHeading1 {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.coordinates {
  margin-bottom: 10px;

  font-size: 12px;
  font-weight: 100;
  text-align: center;
  font-weight: 800;
}

.coordinates+.coordinates {
  margin-bottom: 10px;
}

#bodyContent1 .button_connect {
  max-width: 200px;
  font-size: 16px;
}
/* overridden map api styles - end */
 
/* overrides libs styles */
/* svg {
  fill: #246db3 !important;
  width: 20px !important;
  height: 20px !important;
} */
/* rating, stars */
.wrapper__rating {
display: flex;
align-items: center;
p {
  margin-left: 10px;
  font-size: 13px;
}
}
.rating {
margin: 2px 0 5px;
color: #F3E245 !important;
}
/* overrides libs styles */
/* media queries - adaptive */
  @media (max-width: 820px) {
  .card {
  position: absolute;

    width: auto;
    height: 210px;

    /* top: 575px; */
    /* top: 490px; */
    top: 420px;
    right: 0;
    bottom: 0px;
    left: 0;

    background-color: #ffffff;
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    h2 {
      margin-bottom: 0;
      width: calc(100% - 30px);
      text-align: center;
    }
  }
  .card__wrapper-list-raiting {
  max-width: 556px;
  box-sizing: content-box;
  /* margin: 0 calc((100% - 556px) / 2); */
  }
  .card .button_close {
    position: absolute;
    padding: 10px;
    top: 1px;
    right: 1px;
    height: 14px;
    width: 14px;
  }
  .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .list_item {
    height: auto !important;
    border-bottom: none !important;
  }
  .list_item_text {
  width: 235px;
  }
  .list_item:nth-child(1),
  .list_item:nth-child(3) {
    border-top: none !important;
  }
  .wrapper__button_connect {
    padding: 0 10px;
  }
  .button_connect {
    width: 100%;
  }
}

@media (max-width: 670px) {
  .input__search {
    padding: 0px 15px;
  }
  .layer {
    height: 140px;
  }
  .form {
    margin: 0 15px;
    max-height: 270px !important;
  }
  .form__title {
    margin-bottom: 10px;
  }
  .form__success {
    margin: 0 10px;
  }
  .card {
    h2 {
      font-size: 16px;
      margin-bottom: 12px;
    }
    .list_item_text {
    width: 220px;
    }
    .list_item__text-top {
      font-size: 13px;
    }
    .list_item__text-bottom {
      font-size: 11px;
    }
  }
}

@media (max-width: 600px) {
  .layer {
  margin-top: 44px;
  }
  .card {
    .list_item {
      padding: 3px 0;
    }
    .list_item:nth-child(1),
    .list_item:nth-child(3) {
      border-top: none !important;
    }
  }
  #content1 {
    max-width: 200px !important;
  }
}

@media (max-width: 575px){
.card{
  height: 280px;
  top: 350px;
}
.list{
  flex-direction: column;
}
.wrapper__rating{
  margin: 0 calc((100% - 263px) / 2);
}
}

@media (max-width: 400px) {
  #content1 {
    max-width: 140px !important;
  }
  .layer {
    height: 140px;
  }
}
/* media queries - adaptive */

.map_header {
    color: #fff;
    background-color: #0C0C23;
    text-align: center;
    padding-top: 10px;
}
.map_header h1 {
    font-size: 14px;
    font-weight: 400;
}