:root {
    --bs-success: #6f42c1;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #fff;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*Topbar Section*/
.navbar-brand img.logo {
    max-height: 60px !important;
}

.nav-link.booking-cart-menu-item {
    position: relative;
}

    .nav-link.booking-cart-menu-item .badge {
        position: absolute;
        top: -4px;
        left: 16px;
    }

/*End Topbar Section*/

/*Footer Section*/
.footer img.logo {
    max-height: 40px !important;
}
/*Footer Section*/

.agent-header {
    font-weight:bold;
    font-size:15px;
}

#tooltip {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #d9534f;
}

.error {
    color: #d9534f;
    background-color: #FFF;
}

.image-placeholder {
    width: 128px;
    height: 128px;
}

.img-thumbnail {
    width: 100px;
    height: 100px;
}


.image-placeholder-sm {
    width: 32px;
    height: 32px;
}

.image-placeholder-md {
    width: 50px;
    height: 50px;
}

.image-placeholder-lg {
    width: 250px;
    height: 250px;
}

.pointer{
    cursor:pointer;
}

::placeholder {
    opacity: 1; /* Firefox */
    font-style: italic;
    font-size: 13px;
    color: #D6CC70 !important;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    opacity: 1; /* Firefox */
    font-style: italic;
    font-size: 13px;
    color: #D6CC70 !important;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}





ZOOMING IMAGES
.image {
    border: 2px solid #fff;
    width: 100%;
    height: 700px;
    overflow: hidden
}
.image2 {
    border: 2px solid #fff;
    width: 100%;
    height: 400px;
    overflow: hidden
}
    .image img {
        width: 100%;
        transition: all 2s ease-in-out
    }

    .image:hover img {
        transform: scale(2, 2);
        cursor: pointer
    }

.suite-counter-heading-title {
    color: #cccc52;
    font-family: "Avenir Next",Sans-serif;
    font-size: 200px;
    font-weight: 800;
}

.vacancy-card-border {
    border-radius: 10px;
    border: solid var(--bs-primary) 1px;
    margin-bottom: 25px;
}

.vacancy-intro {
    background-color: #abb8c3;
    width: 500px;
    position: absolute;
    margin-left: 30px;
    margin-top: 20px;
    opacity: 0.97;
}

    .vacancy-intro div {
        font-size: 25px;
        padding: 10px;
    }
    .vacancy-intro .header {
        color: #495057
    }

    .vacancy-intro .header-yellow {
        color: #cccc52
    }

    .vacancy-intro .description {
        color: #495057;
        font-size: 15px;
    }

.ekit-double-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    background-color: #3b3b3b;
    padding: 10px;
    z-index: 1;
    background-color: #cccc52;
    width: 150px;
}


.bg-dark {
    background-color: white !important;
}

img {
    object-fit: contain;
}
 Booking 
.empty-cart-cls{
    padding: 20px 0  20px 0;
}
.empty-cart-cls .feather {
    width: 50px !important;
    height: 50px !important;
}
.text-navy {
    color: #1ab394;
}

.cart-product-imitation {
    text-align: center;
    width: 250px;
    background-color: #f8f8f9;
}
.cart-product-imitation.sm {
    width: 120px;
}
.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #d1dade;
}

    .ecommerce .fa-star.active {
        color: #f8ac59;
    }

.ecommerce .note-editor {
    border: 1px solid #e7eaec;
}

table.booking-cart-table {
    margin-bottom: 0;
}
.table.booking-cart-table > tbody > tr > td {
    vertical-align: inherit !important;
}
table.booking-cart-table tr td {
    border: none;
    
}

        table.booking-cart-table tr td.desc,
        table.booking-cart-table tr td:first-child {
            text-align: left;
        }

        table.booking-cart-table tr td:last-child {
            width: 80px;
        }
.coupon-input-group{
    max-width:300px;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
    .ibox-content h3 {
        font-size: 16px;
    }
    .ibox-footer {
        color: inherit;
        border-top: 1px solid #e7eaec;
        font-size: 90%;
        background: #ffffff;
        padding: 10px 15px;
    }

.image-width-150 {
    height: 150px;
    width: 150px;
    object-fit: fill;
}


.solutions-widget-container {
    background-color: #f2f1f1;
    box-shadow: 0px 1px 4px -2px rgba(0,0,0,.5);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 5%;
}


.elementor-icon-list-items
{
    padding-left:2px;
    font-size:12px;
}
#scrollUp {
    border-radius: 50%;
    opacity: 0.7;
    bottom: 20px;
    right: 20px;
    background: #cccc52;
}
#scrollUp {
    width: 40px;
    height: 40px;
}

#scrollUp .scroll-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.chevron-arrow {
    color: white;
    top: 6px;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
}

.top-icon {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: bevel;
    stroke-width: 1.5px;
}

.jet-table__cell elementor-repeater-item-e2a1a42 jet-table__head-cell {
    vertical-align: middle;
    color: #fff;
    background-color: #cccc52;
}

.jet-table__cell-content {
    width: 35px;
}

.jet-elements-icon jet-table__cell-icon jet-table__cell-icon--before {
    width: 35px;
}
.jet-table-fa5-compat
{
    width:100%;
}

.carousel-item img{
    width:100%;

}

.form-control-changed {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #293042;
    border: 1px solid #7f838e;
    border-radius: .2rem;
    color: orange;
    display: block;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.625;
    padding: .25rem .7rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}