  .row.form-contact {
    display: block; 
    margin-left: 20px;
    margin-right: 20px;
}
.btn{
    border: solid 1px #323129;
    border-radius: 5px; 
}
.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #a29061;
}
a {
    color: #c09257;
}
.hotel-number{
    text-transform: lowercase;
}

@media (max-width:575px) {
  .row.form-contact {
    display: block; 
    margin-left: 20px;
    margin-right: 20px;
}
  .container { 
    width: 87%; 
}
  .media { 
    display: block;
}
    .text-black_ph {
        font-size: 38px !important;
    }
    .carousel-item {
        height: auto !important;
    }
    .Banner_top p {
        display: none;
    }
    .Banner_top h1 {
        font-size: 28px;
    }
    .Banner_top h1 {
        font-size: 20px;
        line-height: 32px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 0px;
    }
}

@media (min-width:576px) and (max-width:767px) {
  .container { 
    width: 87%;
}
  .media { 
    display: block;
}
}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width:1200px) {}