.thankyou img {
    width: 500px;
}

.thankyou img {
    width: 150px;
}

.thankyou {
    text-align: center;
}
ul.roomdetailsset {
    list-style: inherit;
}

ul.roomdetailsset li:before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #ad895a;
    font-weight: 800;
}

ul.roomdetailsset li {
    position: relative;
    padding-left: 22px;
    padding-bottom: 20px;
    line-height: 18px;
}

ul.roomdetailsset {
    padding-left: 0;
}


.formside input, .formside select {
    background: transparent;
    border: solid 1px gray;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 0;
}

.formside textarea {
    height: 100px;
    border: solid 1px gray;
    padding-left: 10px;
}

.formside {
    background: #fff;
    padding: 20px 20px;
}
.formside::placeholder{
    color: #000;   
}

.room-details2 {
    padding-top: 180px;
}

.section-padding {
    padding: 80px 0;
}

.reservation a {
    display: block;
}

/*======================call icon=============*/
  .call-back-1 {
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
.call-back-1 img {
    width: 50px;
    margin-bottom: 5px;
    display: block;
    margin-left:0 !important;
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.call-back-1 a {
    display: block;
}