@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300&display=swap');
@font-face {
    font-family: 'p22_cezanneregular';
    src: url('../assets/fonts/p22_cezanne_regular-webfont.woff2') format('woff2'), url('../assets/fonts/p22_cezanne_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background: #F6F6F6;
    font-size: 12px;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

*, after, before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    line-height: 1;
    min-height: 100vh;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    a:hover {
        text-decoration: none;
        color: #444;
    }

p {
    line-height: 1.4;
    margin-bottom: 10px;
}

b, strong {
    font-weight: 600;
}

u {
    text-decoration: underline;
}

i, em {
    font-style: italic;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

input[type="button"], input[type="submit"], input[type="reset"],
input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
    font-size: 16px;
}

.clearfix {
    clear: both;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

::placeholder {
    color: #B8B8B8;
}

::placeholder {
    color: #B8B8B8;
}

textarea {
    height: auto !important;
}
/*---------------------*/

.main-head-outer {
    background-image: url(../assets/images/main_bg.png);
    background-repeat: no-repeat;
    object-fit: cover;
    min-height: 348px;
    background-size: cover;
    background-position: center;
}

.logo img {
    width: 150px;
}

.navbar-dark .navbar-toggler {
    background: #000;
}

.navbar-toggler {
    padding: .25rem .50rem;
    font-size: 1rem;
}

.menu-bar .nav-link {
    color: #000 !important;
    font-size: 14px;
    padding: 0 1.3rem !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

.right-menu ul {
    display: flex;
    align-items: center;
}

    .right-menu ul li a {
        padding: 5px 15px;
        font-size: 14px;
        font-family: 'Nunito', sans-serif;
        font-weight: 500;
    }

.btn-create-enquiry {
    background: #000;
    padding: 5px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    color: #fff;
    height: 40px;
    line-height: 28px;
}

    .btn-create-enquiry:hover {
        color: #fff;
        background: #9D6513;
    }

.cont-outer {
    position: relative;
    margin-top: -160px;
}

    .cont-outer h1 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        margin-bottom: 30px;
    }

.white-box {
    background: #fff;
    border-radius: 10px;
    padding: 50px 100px;
    max-width: 100%;
    width: 550px;
    margin: auto;
    min-height: 65vh;
    box-shadow: 0 0 10px #cecece;
}

    .white-box h2 {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        margin-bottom: 20px;
    }

.lg-white-box {
    padding: 30px;
    max-width: 100%;
    width: 900px;
    display: flow-root;
}

.cont-mid-box {
    max-width: 100%;
    width: 550px;
    margin: auto;
    display: flow-root;
}

.slid-number {
    float: right;
    font-size: 14px;
    color: #9D6513;
    font-weight: 400;
}

.input-box {
    position: relative;
    margin-bottom: 5px;
}

    .input-box span {
        position: absolute;
        top: 15px;
        left: 14px;
    }

.form-label {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #322B29;
}

.form-control {
    background-color: #F5F5F5;
    height: 44px;
    border: 1px solid #F5F5F5;
    font-size: 14px;
}

    .form-control:focus {
        background-color: #F5F5F5;
    }

.form-select {
    background-color: #F5F5F5;
    height: 44px;
    border: 1px solid #F5F5F5;
    font-size: 14px;
}

    .form-select:focus {
        background-color: #F5F5F5;
    }

.lp-40 {
    padding-left: 40px;
}

.forgot-password {
    text-align: right;
    float: right;
    margin-top: 4px;
}

    .forgot-password a {
        color: #9D6513 !important;
        font-size: 13px;
        text-decoration: underline;
    }

.form-check-input[type="checkbox"] {
    border-radius: 3px;
    height: 17px;
    width: 17px;
    margin-right: 8px;
}

    .form-check-input[type="checkbox"]:checked {
        background-color: #9D6513;
        border-color: #9D6513;
        background-image: url('../assets/images/check.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
    }

.form-check-label {
    font-size: 13px;
    font-weight: 400;
    padding-top: 4px;
}

.form-check-input:focus {
    box-shadow: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #9D6513;
    border-color: #9D6513;
    box-shadow: none;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #9D6513;
    border-color: #9D6513;
}

.btn-primary {
    background: #9D6513;
    height: 48px;
  /*  border-radius: 0;*/
    border-color: #9D6513;
    text-transform: uppercase;
    padding: 6px 20px;
    line-height: 30px
}

    .btn-primary:hover {
        background: #AE7119;
        border-color: #9D6513;
    }

.btn-secondary {
    background: #000;
    height: 48px;
    border-radius: 0;
    border-color: #000;
    text-transform: uppercase;
    padding: 6px 20px;
    line-height: 30px
}

    .btn-secondary:hover {
        background: #484848;
        border-color: #484848;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        background-color: #000;
        border-color: #000;
        box-shadow: none;
    }

.continue-border {
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

    .continue-border span {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -5px;
        padding: 0 5px;
        right: 0;
    }

.social-btn {
    height: 32px;
    border-radius: 0;
    display: flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
}

    .social-btn img {
        margin-right: 5px;
    }

.fb-btn {
    background: #1877F2;
    border: 1px solid #1877F2;
    color: #fff;
}

    .fb-btn:hover {
        background: #1877F2;
        border: 1px solid #1877F2;
        color: #fff;
    }

.gmail-btn {
    background: #fff;
    border: 1px solid #ECECEC;
    color: #322B29;
}

    .gmail-btn:hover {
        background: #fff;
        border: 1px solid #ECECEC;
        color: #322B29;
    }

.a-link {
    color: #9D6513;
}

.account-links a {
    text-decoration: underline;
}

.footer-bg {
    background: #12141D;
    margin-top: 100px;
    padding: 30px 0;
}

.ft-blog h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.ft-blog p {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.ft-blog ul {
    margin: 0px;
    padding: 0px;
}

    .ft-blog ul li {
        list-style: none;
        padding: 0 0 15px 0;
    }

        .ft-blog ul li a {
            color: #999999;
            font-size: 15px;
        }

.ft-blog a i img {
    width: 16px;
    margin-right: 4px;
}

.social-icons a img {
    margin-right: 30px;
}

.copy-right {
    background: #0D0F16;
    padding: 24px 15px;
}

    .copy-right p {
        color: #999999;
        font-size: 14px;
        text-align: center;
        margin: 0;
    }

        .copy-right p a {
            color: #999999;
        }

.add-more {
    float: right;
    font-size: 12px;
    color: #9D6513;
}

.btnWidth {
    min-width: 130px;
}



.passengers-title {
    font-size: 15px;
    color: #9D6513;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

    .passengers-title a {
        float: right;
        font-size: 12px;
        text-decoration: underline;
    }

.form-check-input[type="radio"] {
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
}

    .form-check-input[type="radio"]:checked {
        background-image: url('../assets/images/circle.svg');
        background-size: 0.68rem auto;
        background-position: center;
    }

    .form-check-input[type="radio"] + .form-check-label {
        padding-top: 4px;
    }

.form-check-label {
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
}

.form-check-input:checked {
    background-color: #F5F5F5;
    border-color: #BFBFBF;
}

.list-group .form-check {
    position: relative;
}

.customCheckbox .form-check-input[type="checkbox"] + .form-check-label {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 5px #e4e4e4;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.list-group .blox-check img {
    margin-bottom: 5px;
}

.customCheckbox .form-check-input {
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute;
}

    .customCheckbox .form-check-input[type="checkbox"]:checked + .form-check-label {
        background: #FFF4E5;
    }

.border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    float: left;
    padding: 4px;
}

.white-box .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: none;
    outline: 0;
    background: #f5f5f5;
    border-radius: 0px;
    height: 44px;
}

.select2-container {
    font-size: 13px !important;
    line-height: 24px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ECE2D3 !important;
    border: none !important;
    border-radius: 24px !important;
    padding-left: 9px !important;
    padding-right: 25px !important;
    color: #9D6513 !important;
    font-weight: 600 !important;
    margin-top: 10px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #9D6513 !important;
    border: none !important;
    border-right: none !important;
    color: #fff !important;
    font-size: 1.2em !important;
    right: 5px !important;
    left: auto !important;
    top: 3px !important;
    height: 18px !important;
    line-height: normal !important;
    border-radius: 30px !important;
    width: 18px !important;
    text-align: center !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #9d6513 !important;
    color: white !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}

.interests-title {
    font-size: 14px;
    padding: 15px 10px !important;
    display: inline-block !important;
    text-align: center;
    color: #000;
    padding: 5px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-top: none;
}

.interests-blog .form-check {
    position: relative;
}

.customCheckbox .form-check-input[type="checkbox"] + .form-check-label {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 5px #e4e4e4;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.list-group .blox-check img {
    margin-bottom: 5px;
}

.interests-img img {
    width: 100%;
    height: 75px;
    object-fit: cover;
}

.customCheckbox .form-check-input {
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute;
}

    .customCheckbox .form-check-input[type="checkbox"]:checked + .form-check-label {
        background: #FFF4E5;
    }

.interests-blog .form-check-input[type="checkbox"] + label.form-check-label {
    padding: 0px;
}

.interests-blog .form-check-input[type="checkbox"]:checked + label {
    background-image: url('../assets/images/check.svg') no-repeat !important;
    padding: 0px;
    position: relative;
}

    .interests-blog .form-check-input[type="checkbox"]:checked + label::before {
        background-color: rgba(157, 101, 19, 0.5);
        padding: 0px;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .interests-blog .form-check-input[type="checkbox"]:checked + label::after {
        background: url('../assets/images/select_check.svg') no-repeat !important;
        padding: 0px;
        position: absolute;
        content: "";
        top: 30%;
        left: 40%;
        width: 40px;
        height: 40px;
        margin: -5px -5px 0 0;
    }

.thankyou-request h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.thankyou-request p {
    font-size: 20px;
    font-weight: 300;
    margin: auto;
    max-width: 500px;
}

/*--------------------------*/
.number-tickets-box {
    border: 1px solid #eee;
    padding: 10px;
}

.number-ticket-title {
    float: left;
    padding-top: 10px;
    font-size: 13px;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: right;
}

    .qty-container .input-qty {
        text-align: center;
        padding: 10px 10px;
        border: 1px solid #d4d4d4;
        max-width: 80px;
        height: 38px;
    }

    .qty-container .qty-btn-minus,
    .qty-container .qty-btn-plus {
        border: 1px solid #d4d4d4;
        padding: 10px 13px;
        font-size: 10px;
        height: 38px;
        width: 38px;
        transition: 0.3s;
    }

    .qty-container .qty-btn-plus {
        margin-left: -1px;
    }

    .qty-container .qty-btn-minus {
        margin-right: -1px;
    }

    .qty-container .form-control {
        border-radius: 0px !important
    }
/*---------------------------*/
.btn-cornered,
.input-cornered {
    border-radius: 4px;
}

.btn-rounded {
    border-radius: 50%;
}

.input-rounded {
    border-radius: 50px;
}

.remove-more {
    float: right;
    font-size: 12px;
    color: #9D6513;
}
/*-----------------------------------*/
.user-right-blog {
    display: flex;
    align-items: center;
}

    .user-right-blog .profile-img {
        margin-right: 10px;
    }

.right-profile-blog .dropdown-menu ul {
    display: block !important;
}

    .right-profile-blog .dropdown-menu ul li {
        width: 100%;
        float: left;
        padding: 8px 5px;
    }

        .right-profile-blog .dropdown-menu ul li a {
            display: flex;
            align-items: center;
        }

            .right-profile-blog .dropdown-menu ul li a img {
                margin-right: 10px;
            }

.innerOuter {
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
}

.inner-cont-outer {
    padding: 20px;
    height: 100%;
}

.inner-menu {
    background: #fff;
}

    .inner-menu ul {
        margin: 0;
        padding: 0;
    }

        .inner-menu ul li {
            display: inline-block;
        }

            .inner-menu ul li a {
                padding: 16px 15px;
                display: flex;
                align-items: center;
                font-size: 16px;
            }

                .inner-menu ul li a img {
                    margin-right: 5px;
                }

                .inner-menu ul li a.active {
                    border-bottom: 2px solid #9d6513;
                }

.cont-white-box {
    width: 100%;
    padding: 20px;
}

    .cont-white-box h2 {
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

.white-box-header h2 {
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
    margin-right: auto;
}

.list-table {
    font-size: 14px;
    border: 1px solid #eee;
}

    .list-table th {
        background-color: #9D6513;
        color: #ffffff;
        padding: 15px 10px;
    }

    .list-table tr td {
        color: #333537;
        background-color: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        padding: 14px 10px;
    }

.status-btn {
    padding: 5px 10px;
    font-size: 14px;
}

.pending {
    background: #FFF1DC;
    color: #9D6513;
}

.canceled {
    background: #F9E3E3;
    color: #D54141;
}

.booking-c {
    background: #E3F9E3;
    color: #24A836;
}

/*---Filter---*/
.white-box-header {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}

.table-searchbar {
    padding-bottom: 10px;
}

.width-filter {
    width: 182px;
}

.show-item .form-select {
    min-width: 75px;
}

.serachbar {
    flex: 0 0 224px;
    max-width: 224px;
}

.search-input {
    background-repeat: no-repeat;
    background-position: right 15px center;
   /* background-image: url('../assets/images/search-icon.svg');*/
    padding-right: 40px;
}

/* Pagination css*/

.numbers-pag {
    font-size: 14px !important;
    opacity: .63;
    padding: 15px 0;
}

.pagination .page-link {
    font-size: 14px;
    color: #333537;
    padding: 6px 19px;
    border-radius: 3px;
    background-color: #F0EFF3;
    border-color: #F0EFF3
}

    .pagination .page-link:focus {
        box-shadow: none;
    }

.pagination .page-item {
    padding: 0 2px;
}

    .pagination .page-item:first-child {
        margin-right: 14px;
    }

        .pagination .page-item:first-child .page-link {
            padding: 6px 18px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff;
            height: 44px;
            line-height: 26px
        }

    .pagination .page-item:last-child {
        margin-left: 14px;
        height: 44px;
        line-height: 26px
    }

        .pagination .page-item:last-child .page-link {
            padding: 6px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff;
            height: 44px;
            line-height: 26px
        }

    .pagination .page-item[aria-current="page"] a, .pagination .page-item.active a {
        background-color: #fff !important;
        color: #000 !important;
        border-color: #D2D2D2 !important;
        height: 44px;
        line-height: 26px;
        cursor: pointer;
    }

    .pagination .page-item.active a {
        background-color: #9D6513 !important;
        color: #ffffff !important;
        border-color: #9D6513 !important;
        height: 44px;
        line-height: 26px;
        cursor: pointer;
    }

.text-danger {
    font-size: 14px !important;
}

.ageInputBox {
    width: 120px;
    max-width: 100%;
    float: left;
}

.deletePassenger {
    margin-right: 5px
}










/*New Css----*/





.btn-outline {
    border: solid 1px #9D6513;
    border-radius: 5px;
    color: #9D6513;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
}

    .btn-outline img {
        vertical-align: middle;
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

    .btn-outline:hover {
        color: #9D6513;
        background: #fff5e7;
    }

.btn-border {
    background: #fff;
    color: #9D6513;
    border: solid 1px #9D6513
}


.box-with-info {
    display: block;
    width: 100%;
}

    .box-with-info h3 {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #9D6513;
        margin-bottom: 10px;
    }

.box-info {
    display: block;
    width: 100%;
    padding: 15px 15px 5px 15px;
    border: solid 1px #ECE2D3;
}

.boxinfo_col {
    display: block;
}

    .boxinfo_col label {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 5px;
        line-height: normal;
    }

    .boxinfo_col strong {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }

.white-box-header.border-none {
    border-bottom: 0;
}

.steps_box {
    display: block;
    width: 100%;
    background: #FBFAF8;
    border-radius: 10px;
    padding: 15px;
}

    .steps_box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .steps_box ul li {
            display: inline-block;
            font-size: 15px;
            color: #C2C2C2;
            text-align: center;
            cursor: default;
            position: relative;
            font-weight: 500;
        }

            .steps_box ul li span {
                display: inline-block;
                position: relative;
                padding-top: 38px;
            }

                .steps_box ul li span:before {
                    content: "";
                    width: 32px;
                    height: 32px;
                    position: absolute;
                    z-index: 1;
                    background: #FBFAF8;
                    top: 0;
                    border-radius: 50px;
                    border: solid 2px #F1EADE;
                    left: 50%;
                    transform: translate(-50%, 0);
                    -webkit-transform: translate(-50%, 0);
                }

        .steps_box ul:after {
            content: "";
            position: absolute;
            left: 75px;
            height: 2px;
            background: #F1EADE;
            right: 75px;
            top: 15px;
        }

        .steps_box ul li.active span {
            color: #9D6513;
        }

            .steps_box ul li.active span:before {
                border-color: #9D6513;
            }

            .steps_box ul li.active span:after {
                content: "";
                content: "";
                width: 10px;
                height: 10px;
                position: absolute;
                z-index: 1;
                background: #9D6513;
                top: 11px;
                border-radius: 50px;
                left: 50%;
                transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0);
            }

.sec-title-name {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.service_boxes {
    display: flex;
    width: 100%;
}

.service_left {
    min-width: 62%;
    width: 62%;
    max-width: 62%;
    padding-right: 15px;
}

.service_right {
    padding-left: 15px;
    border-left: solid 1px #ECE2D3;
    flex-grow: 1;
    margin-bottom: 10px;
}

.infowithIcon {
    display: flex;
    align-items: center;
    width: 100%;
}

.info_icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
    min-width: 42px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .info_icon img {
        max-width: 90%;
        max-height: 90%;
    }

.info_detail {
    flex-grow: 1;
}

    .info_detail label {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 2px;
        line-height: normal;
    }

    .info_detail strong {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }

.service_right h4 {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.service_right p {
    font-size: 13px;
}

.itinerary_box {
    display: block;
    width: 100%;
}

    .itinerary_box ul li {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 72px;
        padding-bottom: 15px;
    }

        .itinerary_box ul li:before {
            content: "";
            width: 1px;
            background: #9D6513;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 46px;
        }

        .itinerary_box ul li:after {
            content: "";
            width: 20px;
            height: 20px;
            background: url(../images/radio-img.svg) center no-repeat;
            position: absolute;
            top: 0;
            left: 36px;
        }

.dayscount {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px;
    font-weight: 500;
}

.itinerary_box ul li h3 {
    display: block;
    color: #9D6513;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.itinerary_box ul li strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.itinerary_box ul li p:last-child {
    margin-bottom: 0;
}

.eventticketSec .info_icon {
    background: #ECE2D3;
    box-shadow: none;
}

.documentInfo {
    display: flex;
    align-items: center;
    width: 100%;
    background: #F9F8F5;
    border-radius: 4px;
    padding: 12px;
}

.docIcon {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    margin-right: 20px;
}

.doc_names {
    flex-grow: 1;
    padding-right: 20px;
}

.doc_download {
    width: 30px;
    height: 30px;
    background: url(../assets/images/download-icn.svg) center no-repeat;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
}

    .doc_download:hover {
        opacity: 0.8;
    }

.doc_names {
    word-break: break-all;
}

    .doc_names label {
        display: block;
        font-size: 16px;
        font-weight: 500;
    }

    .doc_names span {
        display: block;
        clear: both;
        font-size: 12px;
        color: #919191;
        padding-top: 6px;
    }

.heightEqual {
    min-height: calc(100% - 24px);
}

.notes_box {
    display: block;
    width: 100%;
    background: #F9F8F5;
    padding: 15px;
}

    .notes_box strong {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
    }

.notes_date {
    display: block;
    font-size: 12px;
    color: #919191;
    margin-bottom: 8px;
    margin-top: 6px;
}

.notes_box p {
    font-size: 13px;
}

    .notes_box p:last-child {
        margin-bottom: 0;
    }

.readmore {
    color: #9D6513;
    border-bottom: solid 1px #9D6513;
}

.backtoPage {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/assets/images/backbtn.svg) center no-repeat;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 15px;
}

.pinfo_h {
    display: flex;
    width: 100%;
}

    .pinfo_h label {
        min-width: 50%;
    }

.pinfo_detail {
    display: flex;
    width: 100%;
}

    .pinfo_detail strong {
        min-width: 50%;
    }





.timeline_data_box {
    display: flex;
    border-bottom: solid 1px #ECE2D3;
    width: 100%;
}

.timeline_left_name {
    height: 56px;
    width: 56px;
    min-width: 56px;
    margin-right: 15px;
    background: #ECE2D3;
    border-radius: 50%;
    border: 1px solid #9D6513;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #9D6513;
    font-weight: 600;
}

.timeline_right {
    flex-grow: 1;
}

.tim_header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 5px;
}

.tim_h_left {
    flex-grow: 1;
}

    .tim_h_left label {
        font-size: 18px;
        font-weight: 500;
    }

    .tim_h_left strong {
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        display: block;
        padding-top: 8px;
    }

.tim_h_right {
    color: #979797;
    font-size: 14px;
}

.tim_content {
    display: block;
    width: 100%;
    padding-top: 15px;
}

    .tim_content p {
        font-size: 16px;
    }

        .tim_content p.totext {
            display: block;
            font-size: 18px;
            font-weight: 500;
        }

.file_pathbox {
    display: block;
    word-break: break-all;
    width: 100%;
    background: #F9F8F5;
    border-radius: 4px;
    border: solid 1px #9D6513;
    padding: 8px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

    .file_pathbox img {
        width: 9px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        position: absolute;
        left: 8px;
        top: 8px;
    }

.ra_btns {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff !important;
}

    .ra_btns.rejectbtn {
        background: #D54141;
    }

    .ra_btns.approvebtn {
        background: #73B41F;
    }

    .ra_btns.rejectbtn:hover {
        background: #b73636;
    }

    .ra_btns.approvebtn:hover {
        background: #609719;
    }

    .ra_btns.approvebtn.themeColorBtn {
        background: #9D6513;
    }

        .ra_btns.approvebtn.themeColorBtn:hover {
            background: #8d5b0f;
        }

.listof_timeline {
    display: block;
    width: 100%;
}

    .listof_timeline .timeline_data_box:nth-child(even) .timeline_left_name {
        color: #000;
        background: #E6E6E6;
        border: 1px solid #141414;
    }

.p_label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}

    .p_label.rejected {
        background: #FFDBDB;
        color: #D55555;
    }

    .p_label.accepted {
        background: #D9EBC1;
        color: #538b0b;
    }
    .p_label.amend {
        background: #ffedd2;
        color: #333;
    }

.noMessages {
    text-align: center;
    justify-content: center;
    min-height: 200px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #986400;
    border: 1px solid #ebe2d2;
    display: flex;
}

.comment-box textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #D4D8DD;
    border-radius: 0px;
    height: 100px;
    padding: 10px;
}

.comment-box label {
    background-color: #F6F4EF;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 20px;
}

.btn-send {
    background-color: #9D6513;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 40px;
    margin-left: auto;
}

.timeline_data_box.border-none {
    border-bottom: 0;
}


.table .btn {
    height: 26px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

    .table .btn + .btn {
        margin-left: 8px;
    }

.addIconBlog {
    float: right;
}

.addIcons {
    font-size: 12px;
    color: #9D6513;
}

.mr-10 {
    margin-right: 10px;
}

.add-blog {
    border: 1px solid #E1E1E1;
    padding: 10px;
}




.ui-widget.ui-datepicker {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    border: 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 7px;
}

.ui-widget-header {
    background: #fff;
    border: 0;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
}

.ui-datepicker-title select {
    background: #fff;
    border: solid 1px #bbb;
    margin: 0 3px !important;
    padding: 0 4px;
    font-size: 14px !important;
    border-radius: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #fff;
    border: 1px solid #ededed;
}

    .ui-state-default, .ui-widget-content .ui-state-default:hover {
        border-color: #999
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #fff007
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #9D6513;
    color: white !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 2px !important
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important
}

.phoneNumber {
    position: relative;
}

    .phoneNumber .lp-40 {
        padding-left: 40px;
    }

    .phoneNumber:before {
       /* content: "+44";*/
        position: absolute;
        left: 44px;
        top: 15px;
        z-index: 2;
        pointer-events: none;
        font-weight: 600;
        font-size: 14px;
    }


/*----05-12-22------------------*/

.supplier-enquiry-content .white-box-header {
    border-bottom: 1px solid #ECE2D4 !important;
}

.supplier-enquiry-content .timeline {
    border-left: 3px solid #F3EDE4;
    margin: 25px;
    position: relative;
    line-height: 1.4em;
    padding-left: 50px;
    list-style: none;
    text-align: left;
    margin-right: 0;
}

.supplier-enquiry-content .enq-msg {
    border-top: 1px solid #F3EDE4;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .supplier-enquiry-content .enq-msg:first-child {
        border-top: none;
        padding-bottom: 20px;
        padding-top: 0px;
    }

.supplier-enquiry-content .msg-id {
    position: absolute;
    left: -28px;
    height: 56px;
    width: 56px;
    background: #ECE2D3;
    border-radius: 50%;
    border: 1px solid #9D6513;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #9D6513;
    font-weight: 600;
}

.supplier-enquiry-content .enq-msg:nth-child(even) .msg-id {
    color: #000;
    background: #E6E6E6;
    border: 1px solid #141414;
}

.supplier-enquiry-content .msg-cont-main {
    width: 75%;
}

.supplier-enquiry-content .msg-cont h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.supplier-enquiry-content .msg-cont .dateandTime {
    color: #979797;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.supplier-enquiry-content .msg-cont .msg-main {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.supplier-enquiry-content .msg-cont-top {
    display: flex;
    padding-top: 5px;
}

.supplier-enquiry-content .btn-sent {
    border-color: #E5B42E;
    color: #fff !important;
    background: #E5B42E !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.supplier-enquiry-content .btn-approved {
    border-color: #85C92A;
    color: #fff !important;
    background: #85C92A !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.supplier-enquiry-content .btn-rejected {
    border-color: #D54141;
    color: #fff !important;
    background: #D54141 !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.supplier-enquiry-content .msg-cont-main p:last-child {
    margin-bottom: 0;
}

.added-pdf {
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    background: #F9F8F5;
    padding: 10px;
    line-height: 1;
    margin-top: 1rem;
}

    .added-pdf img, .comment-box label img {
        margin-right: .5rem;
    }

.supplier-enquiry-content .comment-box label {
    background-color: #F6F4EF;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 20px;
}

.supplier-enquiry-content .btn-send {
    background-color: #9D6513;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 40px;
    margin-left: auto;
}

    .supplier-enquiry-content .btn-send:hover {
        background-color: #9D6513;
        color: #fff;
    }

.supplier-enquiry-content .approvedQuote {
    border: 2px solid #9D6513;
    display: inline-flex;
    padding: 5px 15px;
    width: 170px;
    margin-top: 1rem;
}

    .supplier-enquiry-content .approvedQuote p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .supplier-enquiry-content .approvedQuote .amount {
        color: #9D6513;
        font-size: 18px;
        font-weight: 700;
    }

.supplier-enquiry-content .comment-box textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #D4D8DD;
    border-radius: 0px;
    height: 100px;
    padding: 10px;
}


.mtEngDetails label {
    font-weight: 700;
    font-size: 16px;
}

.customerAttchemnt  {
    background-color: #F6F4EF;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    height: 45px;
    line-height: 2;
    padding: 6px 6px;
}



@media screen and (max-width: 1199px) {
    .service_boxes {
        display: block;
    }

    .service_left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .service_right {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        padding-top: 15px;
        border-top: solid 1px #ECE2D3;
    }

    .steps_box ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .steps_box ul li {
        font-size: 12px;
    }

        .steps_box ul li span:before {
            width: 24px;
            height: 24px;
        }

        .steps_box ul li span {
            padding-top: 32px;
        }

    .steps_box ul:after {
        left: 55px;
        right: 55px;
        top: 11px;
    }

    .steps_box ul li.active span:after {
        top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .tim_header {
        flex-wrap: wrap;
    }

    .tim_h_right {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {
    .steps_box ul li {
        font-size: 10px;
    }

    .steps_box ul:after {
        left: 25px;
        right: 25px;
    }

    .hideon-device {
        display: none !important;
    }

    .pinfo_detail {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .pinfo_detail strong {
            width: 100%;
        }


    
}



/*Enquiry infomation*/


.box-info {
    display: block;
    width: 100%;
    padding: 15px 15px 5px 15px;
    border: solid 1px #ECE2D3;
}

    .enquiry-info p {
        margin-bottom: 0rem;
    }

    .enquiry-info .title {
        color: #434343;
        font-weight: 300;
    }

.enquiry-info h3 {
    color: #9D6513;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

    .enquiry-info .detailsBox {
        margin-top: 0rem;
    }

.detailsBox {
    border: 1px solid #ECE2D3;
    padding: 15px;
    margin-top: 1rem;
}

.enquiry-info {
    margin-bottom: 1.5rem;
}

.search-assign {
    position: relative;
    margin-bottom: 1rem;
}

    .search-assign i {
        position: absolute;
        right: 30px;
        top: 14px;
        font-size: 18px;
    }

    /*Status color*/

.status_InProgress {
    color: #F1CF1F;
    font-weight: 600;
}

.status_New {
    color: #E94E4E;
    font-weight: 600;
}

.status_BookingInitiated {
    color: #4BA54B;
    font-weight: 600;
}

.status_green {
    color: #4BA54B;
    font-weight: 600;
}

.status_lightBrown {
    color: #9D6513;
    font-weight: 600;
}

.status_blue {
    color: #4B54A5;
    font-weight: 600;
}

.status_darkRed {
    color: #c40700;
    font-weight: 600;
}

.status_orange {
    color: #fb8e00;
    font-weight: 600;
}

.status_ManagerAssinged {
    color: #1cb1d8;
    font-weight: 600;
}

.status_brown {
    color: #47350B;
    font-weight: 600;
}

.fileUploadWrap {
    padding-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.fileuptext {
    display: flex;
    background: #FFF9EF;
    padding: 5px 10px;
    align-items: center;
    margin-right: 4px;
    font-size: 16px;
}

    .fileUploadWrap img {
        cursor: pointer;
        pointer-events: none;
        width: 14px;
        top: 50%; margin-right:3px
    }

.fileUploadWrap .fileName {
    margin-left: 10px;
}

.fileUploadWrap input[type=file] {
    margin-left: 0px;
    opacity: 0;
    position: absolute;
}


.enquiry-info p {
    margin-bottom: 0rem;
}

.enquiry-info .title {
    color: #434343;
    font-weight: 300;
}

.enquiry-info h3 {
    color: #9D6513;
    font-size: 18px;
    font-weight: 700;
}

.enquiry-info .detailsBox {
    margin-top: 0rem;
}

.enquiry-info {
    margin-bottom: 1.5rem;
}

.search-assign {
    position: relative;
    margin-bottom: 1rem;
}

    .search-assign i {
        position: absolute;
        right: 30px;
        top: 14px;
        font-size: 18px;
    }

.service-img img {
    width: 100%;
}

.chatBlogBtnBox {
    margin-left: auto
}

.marginInitial {
    margin-left: initial
}

.backChatBtn {
    padding: 9px;
    margin-right: 15px;
    display: inline-block;
}

    .backChatBtn img {
        width: 14px;
        margin-right: 2px;
    }

.comment-box {
    background: #f4f5f9;
    padding: 12px;
}

/*09-JAN-2023*/
.arrow_box {
    background: #fff;
    border: 2px solid #9d6513;
    border-radius: 5px 5px 5px 1px;
    height: 22px;
    position: relative;
    width: 28px;
}

    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 3px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #fff;
        border-width: 4px;
        margin-left: -4px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #9d6513;
        border-width: 6px;
        margin-left: -6px;
        border-radius: 10px;
    }

    .arrow_box span {
        font-size: 12px;
        padding: 3px 1px;
        min-width: 24px;
        display: inline-block;
        text-align: center;
        position: absolute;
    }

.msg-cont-top span.btn {
    cursor: default !important;
    opacity: 100% !important;
}
.ui-icon-searchfield::after {
    left: 173px !important;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.customCheckbox .blox-check img {
    height: 23px;
    margin: 5px 0 5px 0;
}

.customCheckbox p {
    margin-bottom: 5px;
}

.error-content-ctr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    text-align: center;
    font-size: 14px;
}