@import url("../font/style.css");

.mx-300 {
  margin-left: 300px;
  margin-right: 300px;
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
}
.inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: rgba(255,152,110,.5);
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  padding: 0;
}
.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #E1986E;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
  border-bottom: 2px solid #E1986E !important;
}
.inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,152,110,.5);
  background: none;
  border-radius: 0;
  color: #FFFFFF;
  transition: all 0.15s ease;
}
.inp input:hover,
.inp input:focus,
.inp input:active{
  background-color: transparent !important;
}

.inp input::placeholder {
  color: rgba(255,152,110,.5);
}

.inp input:not(:placeholder-shown) + span {
  color: rgba(255,152,110,.5);
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus {
  background: none;
  outline: none;
}
.inp input:focus + span {
  color: #E1986E;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus + span + .border {
  transform: scaleX(1);
}

.slide-hd {
  height: 600px !important; 
  object-fit: cover;
}

.cursor-pointer:hover{
  cursor: pointer;
}

@media (max-width: 300px) {
  .slide-hd {
  height: 200px !important; 
  object-fit: cover;
  }
}

@media (max-width: 500px) {
  .slide-hd {
  height: 250px !important; 
  object-fit: cover;
  }
}

@media (min-width: 501px) and (max-width: 990px) {
  .slide-hd {
  height: 510px !important; 
  object-fit: cover;
  }
}

.transform {
  webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.contact-map {
  width: 100%;
  height: 20rem;
}

#map {
        height: 100%;
}

.book-treatment {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/Booking-Shape.png");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 100%;
  background-size: cover;
  height: 225px;
  width: 380px;
  position: fixed;
  /*left: -61px;*/
  right: auto;
  bottom: 15px;
  top: auto;
  z-index: 99;
  /*padding: 2.5em;*/
}

.book-treatment2 {
  background-color: #E1986E;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: auto;
  /*width: 3%;*/
  position: fixed;
  left: 0%;
  right: auto;
  bottom: 15px;
  display: none;
  top: auto;
  z-index: 1;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 3px #EFE7DC;
  -moz-box-shadow: 0px 0px 3px #EFE7DC;
  /*box-shadow: 0px 0px 3px grey;*/
  z-index: 1031;
}

.btn-outline-booking{
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
}

.btn-outline-booking i{
  color: #FFFFFF;
}

.btn-outline-booking:hover {
  color: #E1986E;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
}

.btn-outline-booking:hover i{
  color: #E1986E;
}


.btn-booking {
  background-color: #AF907B !important;
  border-radius: 1.25rem;
  padding: 1px 1rem;
  color: #FFF !important;
  font-weight: 600 !important;
  border: 1px solid #eccdac;
  margin-right: 72px;
  margin-top: -7px;
}
.btn-booking:hover {
  background-color: #9b816f !important;
  text-decoration: none;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.mar-left-book{
  margin-left: 3rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.service-wheel {
  width:100%;
  height:250px;
  position:relative;
  clear:both;
  margin:0 auto;
  padding-left: 20px !important;
}

.service-wheel img {
    width: 500px; 
    height: 250px;
    /*position: absolute !important;*/
  }

@media only screen and (max-width: 900px) {
  .serv-row{
    width:100% !important;
    overflow:hidden;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}

@media only screen and (max-width: 900px) {  
  .service-wheel img {
    width: 350px !important; 
    height: 100px;
  }
}

@media only screen and (max-width: 750px) {
  .serv-row{
    width:100% !important;
    overflow:hidden;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}

@media only screen and (max-width: 750px) {  
  .service-wheel img {
    width: 250px !important; 
    height: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .serv-row{
    width:100% !important;
    overflow:hidden;
    margin: 10px !important;
    /*display: relative;*/
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
  
}

@media only screen and (max-width: 550px) {  
  .service-wheel img {
    width: 200px !important; 
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .serv-row{
    width:100% !important;
    overflow:hidden;
    margin: 0px !important;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}
  
@media only screen and (max-width: 780px) {  
  .service-wheel img {
    width: 205px !important; 
  }
}

@media only screen and (max-width: 350px) {
  .serv-row{
    width:100% !important;
    overflow:hidden;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}
  
@media only screen and (max-width: 200px) {  
  .service-wheel img {
    width: 100px !important; 
    height: 100px !important;
  }
}

.prev-service-wheel {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 40%;
  bottom: auto;
  right: auto;
  margin-left: 34px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.prev-service-wheel:active, .prev-service-wheel:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.next-service-wheel {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 40%;
  bottom: auto;
  left: auto;
  margin-right: 51px;
}
.next-service-wheel:active, .next-service-wheel:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.glitter-img {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/glitter.png");
  /*background-repeat: no-repeat;*/
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 13rem;
}

.glitter-top {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/glitter-top.png");
  /*background-repeat: no-repeat;*/
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 13rem;
  object-fit: cover;
}

.news-wheel {
  width:100%;
  height:250px;
  position:relative;
  clear:both;
  margin:0 auto;
  padding-left: 20px !important;
}

.news-wheel img {
    width: 500px; 
    height: 250px;
    /*position: absolute !important;*/
  }

@media only screen and (max-width: 900px) {
  .news-row{
    width:100% !important;
    overflow:hidden;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}

@media only screen and (max-width: 900px) {  
  .news-wheel img {
    width: 350px !important; 
    height: 100px;
  }
}

@media only screen and (max-width: 750px) {
  .news-row{
    width:100% !important;
    overflow:hidden;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}

@media only screen and (max-width: 750px) {  
  .news-wheel img {
    width: 250px !important; 
    height: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .news-row{
    width:100% !important;
    overflow:hidden;
    margin: 10px !important;
    /*display: relative;*/
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
  
}

@media only screen and (max-width: 550px) {  
  .news-wheel img {
    width: 200px !important; 
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .news-row{
    width:100% !important;
    overflow:hidden;
    margin: 0px !important;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}
  
@media only screen and (max-width: 780px) {  
  .news-wheel img {
    width: 205px !important; 
  }
}

@media only screen and (max-width: 350px) {
  .news-row{
    width:100% !important;
    overflow:hidden;
  /*height:250px;*/
  /*position:relative;*/
  /*clear:both;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  }
}
  
@media only screen and (max-width: 200px) {  
  .news-wheel img {
    width: 100px !important; 
    height: 100px !important;
  }
}

.prev-news-wheel {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 40%;
  bottom: auto;
  right: auto;
  margin-left: 34px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.prev-news-wheel:active, .prev-news-wheel:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.next-news-wheel {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 40%;
  bottom: auto;
  left: auto;
  margin-right: 51px;
}
.next-news-wheel:active, .next-news-wheel:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.popover {max-width:280px;}

.line {
    width: auto;
}

@media (max-width: 576px) {
  .line {
    width: 100%!important;
  }
}

.testi-desc {
    width: 75%;
}

@media (max-width: 576px) {
  .testi-desc {
    width: 100%!important;
  }
}

.f-title {
    font-size: 7rem !important;
}

@media (max-width: 576px) {
  .f-title {
    font-size: 3rem !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .f-title {
    font-size: 5rem !important;
  }
}

.p-limit{
  padding-top: 8rem !important;
}

@media (max-width: 576px) {
  .p-limit{
  padding-top: 2.5rem !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .p-limit{
  padding-top: 3.5rem !important;
  }
}

@media (max-width: 576px) {
  .p-50 {
   padding: 50px !important;
   margin-top: -50px !important;
  }
}

.w-img-news {
   width: 100% !important;
  }

@media (max-width: 576px) {
  .w-img-news {
   width: 95% !important;
  }
}

.figure-slider {
  height: 130px;
}
@media (min-width: 992px) {
  .figure-slider {
    height: 350px;
  }
}

@media (min-width: 550px) {
  .padding-book {
    padding: 9rem 12rem !important;
  }
}

@media (max-width: 550px) {
  .padding-book {
    padding: 7rem 1rem !important;
  }
}

/*.padding-book {
    padding: 9rem 12rem;
  }*/