h1 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
}

h2, .search-city {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  color: #e64a19;
  line-height: 16px;
  padding-top: 0;
  margin-top: 0;
}

p{
    color: #4A4A4A;
}

.grayed-text {
  color: #546e7a;
}

.container {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}

nav {
  width: 92%;
  max-width: 900px;
  padding-top: 5px;
  border: 0px;
  box-shadow: none;
  background-color: #ffffff;
}

.input-box{
  display: flex;
}

.input-text{
  color: rgba(0,0,0,0.38);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
}

.search{
  color: #E64A19;
  padding: 0 1rem;
}

.navbar-fixed {
  background-color: white;
}

.nav-wrapper{
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.info-image {
  width: 100%;
}

h2 a {
  color: #e64a19;
}

.card {
  border: 0.5px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: none;
}

.card .card-image img {
  border-radius: 4px 4px 0 0;
}

.row-wrapper{
    margin: 0 -0.5rem;
}

.row .col{
  padding : 0 0.5rem;
}

.instruction-wrapper{
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.instruction-wrapper p{
    margin: 0;
}

.step-icon{
    margin-right: 20px;
}

.homestay-name{
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 450;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.homestay-price{
  font-size: 12px;
  color: #4a4a4a;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.card .card-content{
  padding: 13px 10px
}

.invisible{
  display: none;
}

/*
Search css
*/

.input-box-wrapper {
  display: flex;
  width: 92%;
  margin: auto;
  height: 40px;
  align-items: center;
}

.search-page-wrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.input-wrapper {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  height: 56px;
  width: 100%;
  max-width: 600px;
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: white;
}

input, input[type=text]:not(.browser-default) {
  border: none;
  caret-color: rgba(230, 81, 0, 0.8);
  outline: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

input[type=text]:not(.browser-default):focus:not([readonly]){
  border: none;
  box-shadow: none;
}

body {
  margin: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; /* Firefox */
  font-size: 1rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
}

textarea:focus,
input:focus {
  color: #4a4a4a;
  font-size: 1rem;
}

input,
select,
textarea {
  color: #4a4a4a;
  font-size: 1rem;
}

.returnButton {
  margin-right: 1rem;
}

.clear-search{
    display: none;
    color: #4a4a4a;
}

.content-wrapper {
  width: 92%;
  margin: 0 auto;
}

h3 {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 0.5rem;
}

.popular-icon {
  color: #e64a19;
  margin-right: 2rem;
}

.search-item-wrapper {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
}

.search-item {
  margin: 0;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2rem;
}

.heading {
  margin-top: 1rem;
}

.bottom-border {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

.history-icon {
  color: #d8d8d8;
  margin-right: 2rem;
}

.search-item-location {
  color: #9b9b9b;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0;
}

.history {
  align-items: flex-start;
}

.search-suggestions {
  display: none;
  position: relative;
  padding-top: 64px;
}

.pop-and-his-searches {
  position: relative;
  padding-top: 56px;
}

.suggestion {
  align-items: flex-start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestion-icon {
  color: #4a4a4a;
  margin-right: 2rem;
  float: left;
}

.search-with-location-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-div > img.play_ {
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
}
.video-div {
    /*width: 100%;
    height: 100%;
    overflow: hidden;*/
    overflow-y: hidden;
}
.card-image > img.video-show{

    width: 100%;
    height: 100%;
   
    margin: -9.5% 0px -12%;
}
