/*------ register form------------------------------------------------*/
input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #dadada;
    /*padding:11px 20px 12px 20px;*/
    padding: 4px 11px;
    width: 100%;
    color: #444444;
    box-shadow: none;
    height: 45px;

}

.main-register-wrap, .reg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.81);
}
.your-class{
    margin-bottom:20px;
}
.reg-overlay {
    z-index: 1;
    background: none;
}

#preview_Image {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.hid-body {
    overflow: hidden;
}

.main-register-holder {
    max-width: 420px;
    margin: 50px auto 50px;
    position: relative;
    z-index: 5;
}

.main-register h3 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
    color: #2f2f2f;

}

.main-register h3 span {
    font-weight: 800;
    font-size: 18px;
    color: #566985;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-register {
    /* float: left; */
    width: 100%;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 0px;
    /* overflow: hidden; */
    /* box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.3); */
}
button.close{
    background: transparent;
    border: none;
}
.close-reg {
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: 2;
    font-size: 20px;
    transition: all ease-in-out .3s;
    z-index: 1;
}

.soc-log {
    padding: 15px 0;
}

.soc-log p {
    margin-bottom: 12px;
    font-size: 12px;
    color: #454545;
}

.soc-log a {
    float: left;
    width: 100%;
    padding: 0 0 0 100px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.soc-log a i {
    font-size: 16px;
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    left: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}

.soc-log a.facebook-log {
    background: #3b5998;
}

.soc-log a.twitter-log {
    background: #55acee;
}

.soc-log a.paypal-log {
    background: #205DA5;
}

.log-separator {
    margin-top: 10px;
}

.log-separator span {
    position: relative;
    width: 90px;
    display: inline-block;
    background: #fff;
    z-index: 2;
}

.log-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.custom-form .log-submit-btn {
    float: left;
    padding: 13px 35px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 12px;
}

.main-register .filter-tags {
    float: left;
    margin-top: 30px;
}

.main-register .filter-tags label {
    color: #50596E !important;
}

.lost_password {
    margin-top: 34px;
    float: right;
}

.lost_password a, .main-register .filter-tags {
    float: left;
    color: #50596E;
    font-size: 12px;
    font-weight: 600;
}

#tabs-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
}

.tab {
    float: left;
    width: 100%;
}

.tabs-menu {
    float: left;
    width: 100%;
}

.tabs-menu li {
    padding: 20px 30px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;

}

.tabs-menu li a {
    text-decoration: none;

}

.tabs-menu li a i {
    padding-right: 20px;
}

.tabs-menu li.current a {
    background: #940000;
}

.tabs-menu li.current a, .tabs-menu li a:hover {
    color: #333;
}

.tab-content {
    width: 100%;
    /*padding: 20px 0;*/
    /* display: none; */
}

#menu-center {
    background-color: #198754;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
}

#menu-center ul li a {
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font: size 18px;
    color: #fff;
    border-left: 1px solid #dcdcdc;
    width: 100%;
}

#tab-1 {
    display: block;
}

.custom-form .log-submit-btn {
    background: #18458B;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

/*------Dasboard------------------------------------------------*/
.dasboard-wrap {
    /* padding-left: 290px; */
    display: flex;
    flex-direction: row;
    margin: 60px 0;
}

.dasboard-sidebar {
    /* position: absolute;
    left: 0;
    width: 250px;
    z-index: 20;
    top: -50px; */
}

.dasboard-sidebar-content {
    padding: 0px 0 30px 0;
    border-radius: 6px;
    z-index: 20;
    overflow: hidden;
}

.log-out-btn {
    position: absolute;
    width: 100%;
    left: 0;
    height: 44px;
    bottom: 0;
    line-height: 44px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

.log-out-btn i {
    padding-left: 10px;
}

.dasboard-avatar {
    overflow: hidden;
    padding: 0 55px;
    position: relative;
}

.dasboard-avatar img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.dasboard-sidebar-item {
    margin: 0px 15px 0px;
}

/* .dasboard-sidebar-item:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    bottom: -10px;
    height: 2px;
    margin-left: -15px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.21);
} */

.dasboard-sidebar-item h3 {
    color: #060606;
    font-size: 18px;
    margin-bottom: 0;
}

.dasboard-sidebar-item h3 span {
    float: left;
    width: 100%;
    padding-bottom: 2px;
    font-size: 11px;
}

.ed-btn {
    display: inline-block;
    padding: 8px 17px;
    margin: 10px 0;
    color: #fff;
    font-size: 11px;
    border-radius: 30px;
    z-index: 2;
    border: 2px solid;
    background: rgba(255, 255, 255, 0.11);
}

.dasboard-menu, .dasboard-menu li {

    position: relative;
}

.dasboard-menu {
    /* top: 2px; */
}

.flat-header {
    /* padding-top:140px; */
    padding-bottom: 0;
}

.adm-header {
    z-index: 100;
}

.dasboard-menu-btn {
    float: left;
    padding: 14px 20px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 6px 6px 0 0;
    display: none;
}

.dasboard-menu-btn i {
    padding-left: 10px;
}

.dasboard-menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 10px 20px;
    width: 150px;
    z-index: 2;
    border: 1px solid #eee;
    border-top: none;
    opacity: 0;
    visibility: hidden;
}

.dasboard-menu li:hover ul {
    opacity: 1;
    visibility: visible;
}

.dasboard-menu li {
    padding: 0
}

.dasboard-menu li ul li {
    float: left;
    width: 100%;
    padding: 8px 0;
    position: relative;
}

.dasboard-menu li ul li span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    line-height: 16px;
    border-radius: 100%;
    font-size: 9px;
    color: #fff;
}

.dasboard-menu li a {
    display: block;
    padding: 10px 20px;
    border-radius: 0;
    color: #060606;
    position: relative;
    text-decoration: none;
}

.dasboard-menu li a:hover {
    background: #198782;

}

.dasboard-menu li:hover a {

    color: white;

}

.dasboard-menu li ul li a {
    padding: 0;
    color: #666 !important;
    border-radius: 0;
}

.dasboard-menu li a i {
    padding-right: 6px;
}

.dasboard-menu li a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 5px;
    line-height: 16px;
    background: #212529;
    color: #fff;
    position: relative;
    margin-left: 4px;
    border-radius: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 9px;
}

.dasboard-menu li ul li a:hover {
    box-shadow: none;
}

.page-item.active .page-link {

    background-color: #198782;
    border-color: #198782;
}

/* .user-stats {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.21);
}

.user-stats:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 6px;
    opacity: 0.14;
} */

/* .user-stats li {
    float: left;
    width: 33.3%;
    padding: 15px 0;
    color: #060606;
    font-size: 11px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    text-align: center;
} */

.user-stats li:first-child {
    border: none;
}

.user-stats li span {
    float: left;
    width: 100%;
    padding-top: 0px;
    font-size: 25px;
}

.tfp-btn {
    position: absolute;
    right: 0;
    top: -110px;
    background: #fff;
    padding: 12px 40px 12px 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    z-index: 10;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.tfp-btn strong {
    padding-left: 5px;
}

.tfp-btn:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    color: #fff;
    top: 50%;
    font-size: 13px;
    right: 11px;
    margin-top: -7px;
    font-weight: 800;
    transition: all .2s ease-in-out;
}

.tfp-btn.rot_tfp-btn:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.tfp-det {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 11;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    transition: all .2s ease-in-out;
}

.tfp-det-btn {
    float: right;
    padding: 6px 12px;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    margin-top: 3px;
}

.tfp-det.vis_tfp-det {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.dasboard-breadcrumbs {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
}

#myChartLegend {
    float: right;
}

.chart-header {
    margin-bottom: 20px;
}

.chart-header .listsearch-input-item {
    width: 150px;
}

[class="0-legend"] {
    cursor: pointer;
    list-style: none;
    padding-left: 0;
    float: right;
}

[class="0-legend"] li {
    float: left;
    padding: 14px 25px;
    border-radius: 2px;
    color: #888DA0;
    font-size: 12px;
    background: #ECF6F8;
    font-weight: 500;
    margin-left: 10px;
}

[class="0-legend"] li.hidden-lable {
    text-decoration: line-through;
}

[class="0-legend"] li span {
    border-radius: 5px;
    display: inline-block !important;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.dashboard-list-box {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

/* #uploadify-img {
    border: 1px solid rgb(219, 219, 219);
    background: #fdfdfd;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0px rgb(221 221 221);
} */

.mat-top {
    margin-top: 50px;
}

.dashboard-header {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
}

.dashboard-header h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    /* color:#fff; */
}

.dashboard-list {
    float: left;
    padding: 25px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
    min-height: 350px;
}

.active-block {
    background: #c5d8d6;
}

.active {
    color: #373f7e;
}

.dashboard-list:nth-child(2n+1) {
    background: #f9f9f9;
}

.dashboard-list:last-child {
    border: none;
}

.dashboard-message-avatar {
    float: left;
    width: 50px;
    height: 50px;
}

.dashboard-message-text .btn {
    margin-top: 10px;
    float: left;
    background: #5ECFB1 !important;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 12px;
}

.dashboard-message-text .btn:hover {
    color: rgba(255, 255, 255, 0.71)
}

.dashboard-message-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.dashboard-message-text {
    margin-left: 30px;
    text-align: left;
    padding-left: 50px;
    top: 6px;
    position: relative;
}

.dashboard-message-text h4, .dashboard-listing-table-text h4 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px;
    color: #50596E;
}

.dashboard-message-text h4 span {
    font-weight: 500;
    font-size: 12px;
}

.reply-mail {
    text-align: left;
    font-weight: 500;
}

.reply-mail a {
    font-weight: 400;
}

.reply-mail a:hover {
    color: #999;
}

.new-dashboard-item {
    position: absolute;
    right: 30px;
    top: 28px;
    padding: 6px 15px;
    border-radius: 4px;
    color: #fff;
    background: #5ECFB1;
    z-index: 10;
}

.dashboard-listing-table-image {
    float: left;
    width: 30%;
    padding: 0 30px 0 0;
}

.dashboard-listing-table-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.dashboard-listing-table-text {
    float: left;
    text-align: left;
    width: 70%;
}

.dashboard-listing-table-text h4 a {
    color: #50596E;
}

.dashboard-listing-table-address {
    float: left;
    padding-bottom: 10px;
}

.dashboard-listing-table-address a {
    font-weight: 600;
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
}

.dashboard-listing-table-address i {
    padding-right: 10px;
}

.dashboard-listing-table-opt li {
    float: left;
    margin-right: 10px;
}

.dashboard-listing-table-opt {
    margin-top: 15px;
}

.dashboard-listing-table-opt li a {
    color: #fff;
    padding: 9px 22px;
    border-radius: 4px;
    background: #5ECFB1;
    float: left;
    font-size: 12px;
}

.dashboard-listing-table-opt li a i {
    padding-left: 10px;
}

.dashboard-listing-table-opt li a.del-btn:hover {
    background: #f91942;
}

.profile-edit-header h4 span {
    color: #5ECFB1;
}

.notification {
    padding: 18px 20px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.notification p {
    color: #fff;
    text-align: left;
    padding-bottom: 0;
}

.notification p a {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 600;
    padding: 0 5px;
}

.notification.success {
    background: #5ECFB1;
}

.notification.waitforreview {
    background: #FBC54F;
}

.notification.reject {
    background: #EA4D37;
}

.notification-close {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 20px;
    margin-top: -10px;
    color: rgba(255, 255, 255, 0.71);
}

.notification-close:hover {
    color: #fff;
}

.dashboard-list-box.activities .dashboard-list {
    padding-left: 0;
}

.dashboard-list-box.activities .dashboard-message-text {
    padding-left: 0;
}

.dashboard-list-box.activities .dashboard-message-text i {
    padding-right: 20px;
}

.dashboard-list-box.activities .new-dashboard-item {
    cursor: pointer;
}

.profile-edit-container {
    margin: 10px 0;
    width: 100%;
}

.profile-edit-container .custom-form label {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
}

.profile-edit-container .custom-form label i {
    top: 42px;
}

.custom-form.no-icons input, .custom-form.no-icons textarea {
    padding-left: 10px;
}

.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
}

.profile-edit-container.add-list-container {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

.profile-edit-container.add-list-container:first-child {
    margin-top: 0;
}

.add-list-media-header {
    float: left;
    width: 100%;
    padding: 15px 20px 3px;
    background: #F7F9FB;
    border: 1px solid #eee;
}

.add-list-media-header span {
    text-align: left;
    float: left;
}

.booking-details {
    padding: 6px 0;
    font-size: 12px;
}

.booking-details:last-child {
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.booking-title {
    color: #999;
    padding-right: 10px;
}

.booking-text, .booking-text a {
    color: #666;
}

.done-paid {
    color: #5ECFB1;
    text-decoration: underline;
}

.chat-box {
    padding: 50px 30px 60px;
    min-height: 300px;
}

.chat-message {
    padding-left: 70px;
    margin-bottom: 30px;
}

.chat-message:last-child {
    margin-bottom: 0;
}

.chat-message p {
    float: left;
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    position: relative;
}

.chat-message p:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d9";
    position: absolute;
    top: 12px;
    left: -9px;
    font-size: 31px;
    color: #fff;
    font-weight: bold;
}

.chat-message.chat-message_user p:before {
    content: "\f0da";
    left: inherit;
    right: -9px;
}

.massage-date {
    float: left;
    font-size: 11px;
    color: #999;
    margin-bottom: 11px;
}

.massage-date span {
    position: relative;
    padding-left: 10px;
}

.massage-date span:before {
    content: '';
    position: absolute;
    left: 2px;
    width: 4px;
    height: 4px;
    top: 4px;
    z-index: 5;
    border-radius: 100%;
}

.chat-message.chat-message_user .massage-date {
    float: right;
}

.chat-message .dashboard-message-avatar {
    position: absolute;
    left: 0;
    top: 20px;
}

.chat-message.chat-message_user .dashboard-message-avatar {
    left: inherit;
    right: 0;
}

.chat-message .dashboard-message-avatar span {
    font-size: 11px;
    color: #666;
    display: inline-block;
    margin-top: 6px;
}

.chat-message.chat-message_user {
    padding-left: 0;
    padding-right: 70px;
}

.message-input {
    float: left;
    width: 100%;
    position: relative;
    border-right: 1px solid #eee;
}

.message-input textarea {
    position: relative;
    width: 100%;
    border: none;
    background: #fff;
    z-index: 1;
    resize: vertical;
    min-height: 60px;
    padding: 25px 140px 0 30px;
}

.message-input button {
    position: absolute;
    right: 20px;
    border-radius: 36px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: none;
    border: none;
    font-size: 14px;
    top: 12px;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}

.chat-contacts-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 20px 20px 70px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.chat-contacts-item .dashboard-message-avatar {
    position: absolute;
    top: 15px;
    left: 0;
}

.chat-contacts-item .chat-contacts-item-text p {
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}

.chat-contacts-item .chat-contacts-item-text h4 {
    text-align: left;
    font-size: 12px;
    color: #666;
    padding-bottom: 4px;
}

.chat-contacts-item .chat-contacts-item-text span {
    position: absolute;
    right: 20px;
    top: 21px;
    font-size: 9px;
    color: #999;
}

.message-counter {
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    border-radius: 100%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.chat-contacts-item:after {
    content: '';
    position: absolute;
    right: 0;
    width: 6px;
    height: 0;
    z-index: -1;
    top: 0;
    transition: all .2s ease-in-out;
}

.chat-contacts-item_active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -30px;
    background: #ECF6F8;
    z-index: -2;
}

.chat-contacts-item.chat-contacts-item_active:after, .chat-contacts-item:hover:after {
    height: 100%;
}

.dashboard-list-box .reviews-comments-wrap {
    padding: 0 30px;
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #373f7e;
    border-color: #373f7e;
}
.btn-success, .btn-success:hover {
    color: #fff;
    background-color: #373f7e;
    border-color: #373f7e;
}
.alert-success {
    color: #4e4a4a;
    background-color: #5d83c47a;
    border-color: #badbcc;
}

.add-button {
    float: left;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    cursor: pointer;

}

.hotel-facts input {
    width: 30% !important;
    padding-left: 10px !important;
    margin-right: 1%;
}

.act-widget-header {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 6px;
    background: #F7F9FB;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.act-widget h4 {
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    top: 16px;
    color: #999;
}

.act-widget-header .onoffswitch {
    float: right;
    top: 6px;
}

.error_message, #success_page h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

#success_page p {
    margin-top: 10px;
}

.booking-modal-wrap .success-table-header a {
    float: left;
    top: 0;
}

.booking-modal-wrap .success-table-header p {
    width: 100%;
}

.booking-modal-wrap, .bmw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    overflow-Y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    display: none;
}

.bmw-overlay {
    z-index: 999;
    background: rgba(0, 0, 0, 0.81);
}

.booking-modal-container {
    max-width: 1000px;
    margin: 120px auto 70px;
    position: relative;
}

.booking-modal-content {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    margin-bottom: 50px;
    padding-right: 300px;
}

.booking-modal-info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: #eee;
    padding: 100px 30px 20px;
}

.booking-modal-info .overlay {
    opacity: 0.3;
}

.booking-modal-info_content {
    z-index: 20;
}

.booking-modal-info_content h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.booking-modal-info_content h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    border-radius: 4px;
    background: #4DB7FE;
}

.booking-modal-info_content ul li {
    float: left;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.booking-modal-info_content ul li span {
    opacity: 0.7;
}

.booking-modal-close {
    position: absolute;
    top: 14px;
    right: 20px;
    border-radius: 100%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 20;
}

.booking-modal-wrap .list-single-main-item {
    padding: 10px 20px;
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.booking-modal-wrap .soc-log {
    padding: 15px 0;
}

.bookiing-form-wrap {
    padding: 20px 30px;
}

.dif_drop {
    line-height: 18px;
}

.dif_drop:after {
    position: absolute;
    right: -10px;
    top: 14px;
}

.dif_drop small {
    display: block;
}

.pkg_detail .slider {
    height: 600px;
    position:relative;
}

.pkg_detai .slick-list {
    height: 600px;
}

.pkg_detail .slider .slick-track {
    height: 600px;
}

.pkg_detail .slider .slick-track img {
  height: 100%;
  object-fit: cover;
   object-position: center;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.box_style_4 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 11px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    color: #000;
    margin-top: 43px;
}

.box_style_4 h4 {
    padding-top: 14px;
}

.box_style_4 p {
    font-size: 15px;
    color: #198754;
}

.box_style_4 a.phone {
    font-size: 16px;
    display: inline-flex;
    color: #008489;
    text-decoration: none;
}

.box_style_4 p a {
    font-size: 16px;
    display: inline-flex;
    color: #008489;
    text-decoration: none;
}
.list-destination{
    background: #fff;
    padding: 10px;
}
.list-image{
    margin-bottom: 15px;
}
.list-image img{
    width:100%;
}
.list-content p{
    font-size: 15px;
    line-height: 20px;
}
.ab2{
    padding-bottom:80px;
}
/* ----------------------------------------------------
    Pagination
---------------------------------------------------- */
/* ltn__pagination-3 */
.ltn__pagination ul {
    margin: 0;
    padding: 0;
}

.ltn__pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.ltn__pagination ul li:last-child {
    margin-right: 0px;
}

.ltn__pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid var(--border-color-11);
    text-align: center;
    display: block;
    font-weight: 700;
}

.ltn__pagination ul li:hover a, .ltn__pagination ul li.active a {
    background-color: #887b55;
    border-color: #887b55;
    color: var(--white);
}
.sticky-content h5 ul{
padding-left:21px;
}
@media (max-width: 767px) {
    .ltn__pagination ul li {
        margin-right: 5px;
        font-size: 14px;
    }

    .ltn__pagination ul li a {
        height: 40px;
        width: 40px;
        line-height: 36px;
    }
    .highlight.hotel {
        background-color: #ececec;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .package-slider1 {
    top: 91px !important;
}
}

@media (min-width:600px){
    .height-365 {
        height: 365px !important;
    }

}

.width-85vw {
    width: 58vw !important;
    margin-inline: auto;
}

.intro1 {
    padding: 50px 0px;
}

.facility-inner-text {
    border-top: 1px solid #3e427f;
    padding: 50px 0px;
}

.facility-inner {
    text-align: center;
    margin-top: 25px;
}

.facility-inner img {
    width: 50px;
    margin-bottom: 10px;
}

.room-inner h4 {
    margin-bottom: 25px;

}

.room-detailz img {
    /*width: 100%;*/
    width: 32px;
    margin-bottom: 19px;
}

.map-room iframe {
    width: 100%;
}

.map-room {
    margin-bottom: 40px;
}

.ps-7 {
    margin-right: 1.5rem;
}

.package-text p {
    font-size: 16px;
    color: #000;
}

.bg1 ul li {
    color: #000;
}

.map-package p {
    height: 300px;
}

.map-package p iframe {
    width: 100%;
    height: 100%;
}

.trip-facts {
    margin-bottom: 25px;
}

.trip-facts img{
    width:35px;
}

.row.gap-15 {
    margin-left: -8px;
    margin-right: -7px;
    margin-bottom: -15px;
}

.row.gap-15 > [class*=col] {
    padding-left: 8px;
    padding-right: 7px;
    padding-bottom: 15px;
}

.gap-15 .form-group label {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}

.starRating:not(old) > input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old) > label {
    display: block;
    float: right;
    position: relative;
    background: url('../img/star-off.svg');
    background-size: contain;
}

.starRating:not(old) > label:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../img/star-on.svg');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
    opacity: 1;
}

.starRating1:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}

.starRating1:not(old) > input {
    margin-right: -100%;
    opacity: 0;
}

.starRating1:not(old) > label {
    display: block;
    float: right;
    position: relative;
    background: url('../img/star-off.svg');
    background-size: contain;
}

.starRating1:not(old) > label:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../img/star-on.svg');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating1:not(old) > label:hover:before,
.starRating1:not(old) > label:hover ~ label:before,
.starRating1:not(:hover) > :checked ~ label:before {
    opacity: 1;
}

span#overall_rating-error,
span#pre_trip_rating-error,
span#transportation_rating-error,
span#accommodation_rating-error,
span#meals_rating-error,
span#staffs_rating-error,
span#money_rating-error {
    position: absolute;
    margin-top: 4vh;
    left: 1vw;
    font-size: 90%;
}

.package-slider1 {
    padding: 5px 0px;
    background: #394081;
    height: 45px;
    position: sticky;
    top: 45px;
    border-radius: 8px;
    z-index: 11;
}

.package-slider1 p {
    margin-bottom: 0rem;
}

.package-slider1 p a {
    padding: 3px 11px;
    display: block;
    text-decoration: none;
    /* font-weight: 600; */
    color: #fff;
    border-left: 1px solid #dcdcdc;
    width: 100%;
    font-size: 16px;
}

.package-slider1 .slick-prev:before, .package-slider1 .slick-next:before {
    font-family: "fontawesome";
    font-size: 26px;
    line-height: 75px;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.package-slider1 .slick-prev {
    left: -31px;
}

.package-slider1 .slick-next {
    right: -32px;
}

.sticky-content {
    padding: 42px 0px 0px;
}

.sticky-content2{
    padding: 0px 0px 22px;
}

.sticky-content2 .mt-3 {
    margin-top: 0rem!important;
}

.sticky-content2 h5{
    font-weight: 200;
    color: #000;
    font-size: 24px;
    border-bottom: 1px dashed #198754;
    width: max-content;
    margin-bottom: 20px;
}

.sticky-content2 span{
    font-size: 16px;
    color: #222222;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 80px;
    background: #373f7e;
   
}
.review-bg1 .sticky {
    position: sticky;
    top: 109px;
    font-size: 18px;
    z-index: 1;
}

.map-package iframe {
    width: 100%;
}

.bg-dark {
    background-color: #5d83c4 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    background-color: #1d975e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #373f7e;
    color: white;
}
.logo-span p{
    /*font-family: 'Satisfy', cursive; */
    color: #000;
    margin-bottom: 0px;
    margin-left: 17px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 25px;
}
.logo-span img{
    width:107px;
}
.package-slider-you .nav-link{
    width:100%;
}
.dur .custom-select {
    background: #fff;
    border: 1px solid #dadada;
   height: 45px;
}
.duration_center{
    display: grid;
}
.custom-select.custom_dropdown{
    display: grid;
    background:#fff;
    align-items: center;
    height:45px;
    justify-content: left;
}
#toursearchform {
    /*padding: 8px;*/
    margin: 20px 0 30px;
}
#toursearchform .col{
    padding-inline:0;
    margin-inline:10px;
}

/*responsive css*/
@media(max-width:540px){
    .pkg_detail .slider {
        height: auto;
        position: relative;
    }
    .pkg_detail .slider .slick-track {
        height: auto;
    }
    .custom-select.custom_dropdown {
       margin-inline:14px;
    }
    
}

@media(max-width:414px){
    .height-365 {
        height: 277px !important;
    }
    .main-register{
        float: left;
        width: 79%;
        position: relative;
        margin: 0px 43px;
    }
}

@media(max-width:390px){
    .height-365 {
        height: 260px !important;
    }
}

@media(max-width:375px){
    .height-365 {
        height: 248px !important;
    }
}
#comment-message {
height: 100px;
}
.whatsapp1 {
    z-index: 99;
}