@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
    .mob img { display: none; }
    .desk img{ display: block; }
    .banner_text{ display: block; }
    .form_bottom{ display: none;}
}

@media (max-width: 576px) {
    .mob img { display: block; }
    .desk img{ display: none !important; }
    .banner_text{ display: none; }
    .form_bottom{ display: block;}
    .contect-form .form_section{
        height: 500px !important;
    }
    .footer_b {display: none;}
}


.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-link {
    font-weight: 400;
    background-color: transparent;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.collapse.show {
    display: block;
}
.collapse {
    display: none;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
@media (max-width: 1367px) {
    .amenitPrev {
        left: 19.3%;
        right: auto;
    }
}
@media screen and (max-width: 1440px) {
    .amenitPrev {
        left: 18.3%;
        right: auto;
    }
}
@media screen and (max-width: 1600px) {
    .amenitPrev {
        left: 17%;
        right: auto;
    }
}
.amenitPrev {
    left: 17%;
    right: auto;
}
.amenitNext, .amenitPrev {
    position: absolute;
    border: 0 solid #fff;
    padding: 10px;
}
.amenitNext, .amenitPrev, .galleryNext, .galleryPrev {
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

/* price list*/
.room-details-card {
    margin-bottom: 30px;
}
.room-details-card .content {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f2ece4;
    padding: 30px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 9px;
}

.text-center {
    text-align: center !important;
}
.price-size h4 {
    color: #005ca8;
    font-weight: 400;
    font-style: italic;
    font-family: "EB Garamond", serif;
}

.room-details-card .content p {
    font-size: 16px;
    margin-bottom: 10px;
}
.appointment-btn {
    display: inline-block;
    position: relative;
    top: 0;
}
.default-btn::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.default-bg-buttercup {
    background: #34394a;
    color: #ffffff;
    border: 2px solid #34394a;
}
.banner_bg {
    position: relative;
    overflow: hidden;
}

.banner_text {
    position: absolute;
    right: 0;
    bottom: 0;*/
  
}
@media (min-width: 768px) {
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
}

.form-txt{ margin-right: 0px !important }
.banner .banner_text .form_section {
    padding: 28px 42px;
    position: relative;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    margin: 12px 26px;
    width: 364px;
    border: 4px solid #3c7b92;
    background-color: #ad852ab3;
    height: 420px;
}
.banner .banner_text .form_section h3 {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #fff;
}
.banner .banner_text .text_form {
    height: 45px;
    padding: 12px 52px !important;
    background: none;
    border: #fff0;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: #fff0;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    border-radius: 0;
}


.form_bottom .form_section {
    padding: 28px 42px;
    position: relative;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    margin: 12px 26px;
    background: #fff;
}
.form_section p {
    color: #070707;
    border-bottom: 4px solid #f4f1e8;
    border-bottom-style: solid;
    padding: 0 0 10px 0;
    border-style: double;
}



#SubmitQuerytop {
    background: #3c7b92;
    color: #fff;
    outline: none;
    width: 100%;
    height: 42px;
    border: none;
    font-weight: 700;
    border-radius: 9px;
    transition: 0.3s;
    margin-top: 10px;
}
.call_now {
    background: #3c7b92;
    width: 100%;
    color: #fff;
    font-size: 19px;
}
.footer_bg {
    background-image: url(../img/map_bg.png);
    padding: 90px 0;
    color: #fff;
    position: relative;
    z-index: 2;
    background-size: cover;
}
.footer {
    position: relative;
    z-index: 1;
}
.footer_bg h3 {
    position: relative;
    color: #3c7b92;
}
.footer_contant p {
    line-height: 26px;
    letter-spacing: 1.1px;
    color: #000;
}
.footer_contant .contact_us ul li p {
    color: #3c7b92;
    font-weight: 700;
}
.footer_contant .contact_us ul li span {
    font-size: 18px;
    color: #000;
}
.contect-form {
    margin: 0 50px;
}
.contect-form .form_section {
    padding: 28px 42px;
    position: relative;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    background: #fff;
    border-top: 20px solid #3c7b92;
    height: 480px;
}
.contect-form h3 {
    position: relative;
}
.footer_bg h3 {
    position: relative;
    color: #3c7b92;
}
#SubmitQuerytop:hover {
    background-color: #424242;
    transition: 0.3s;
    border: none;
    box-shadow: 8px 8px 40px 0 rgb(0 0 0 / .3);
}
.information-web b{
    margin: 0 auto;
    font-size: 11px;
}
#footlink_hide {z-index: 10; }
.banner_text form {
    width: 320px;
    padding: 40px;
    top: 0;
    transform: translateY(-30%);
    border-radius: 10px;
    right: 100px;
    background-color: #00000094;
}
.form-box span {
    color: #ffffff !important;
}
.form-box span a{
    color: #ffffff !important;
}
.form-box .form-control {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: #ffffff73 !important;
}
.btn-primary {
    color: #fff;
    background-color: #874254;
   
}