:root {
    --color-coral: #E8676B;
}
:root {
    --color-white: #ffffff;
}
:root {
    --color-coral-hover: #cf6367;
}
:root {
    --color-coral-border: #cf6367;
}
.demo-login{
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.18)!important;
}
.text-green-600 {
    color: rgba(5, 150, 105, 1);
}
.text-coral{
    color: var(--color-coral) !important;
}
.text-white{
    color: var(--color-white);
}
.extra-page-content span a{
    color:white !important;
}
.btn-primary-outline{
    border: 2px solid var(--color-coral) !important;
    color:var(--color-coral) !important;
}
.btn-border-coral{
    border: 1px solid var(--color-coral) !important;
}
.btn-border-white{
    border: 1px solid var(--color-white) !important;
}
.text-coral{
    color:var(--color-coral) !important;
}
.blog-card{
    background: var(--color-coral) !important;
    color:var(--color-white) !important;
}
.blog-card h5{
    color:var(--color-white) !important;
}

.bg-coral{
    background: var(--color-coral) !important;
}
.bg-white{
    background: var(--color-white) !important;
}
.b-white{
    border:1px solid var(--color-white) !important;
}
.place-coral::placeholder{
    color:var(--color-coral) !important;
}
.about-sec{
    background:var(--color-coral) !important;
    padding: 50px !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: var(--color-coral) !important;
}
.contact-form input,.contact-form textarea{
    background: var(--color-white) !important;
}

.form-control:focus{
    border: 1px solid var(--color-coral) !important;
}
.form-control{
    background: white  !important;
}
.main-breadcrumb .breadcrumb-item a{
    color: white !important;
}
.main-breadcrumb span.sepretor {
    background: white !important;
}
.main-breadcrumb .breadcrumb-item:last-child {
    color: white !important;
}
.text-bold{
    font-weight:bold !important;
}
.filter-title{
    display:none;
}
.price-rabge-box{
    display:none;
}
.datanotfound {
    width: auto !important;
}
.sidebar-search{
    display: none !important;
}
.booking-sidebar .separator{
    display: none !important;
}