﻿input[type=file]:focus-visible, input[type=file]:focus {
    outline: 0;
}

.profile-page {
    padding: 20px 0;
    background-color: #f1f1f1;
}

.cntnt_left {
    display: flex;
    flex-flow: column;
    row-gap: 12px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.part-left {
    background-color: #fff;
    border-radius: 8px;
}

.pagetitle {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.profile-box {
    display: flex;
    padding: 40px 15px 50px 15px;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    row-gap: 10px;
    border-bottom: 1px solid #eee;
}

.profile-img {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    position: relative;
}

    .profile-img input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: none;
        opacity: 0;
        cursor: pointer;
        z-index: 1;
    }

    .profile-img img {
        height: 100px;
        width: 100px;
        border-radius: 100px;
        overflow: hidden;
    }

.camera-over {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.2);
    border-radius: 100px;
    opacity: 0;
    transition: .3s;
}


.profile-img:hover .camera-over {
    opacity: 1;
}

.input-camera {
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: -43px -58px;
    filter: invert(1);
}


.username {
    text-align: center;
}

    .username span {
        font-size: 14px;
        color: var(--color1);
    }

    .username h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

.part-left ul {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    padding: 10px 15px;
}

    .part-left ul li a {
        padding: 12px 15px;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        border-radius: 8px;
        position: relative;
        column-gap: 15px;
        align-items: center;
        padding-left: 45px;
        line-height: 20px;
        padding-right: 0;
    }

        .part-left ul li a:hover {
            background-color: #f5f5f5;
        }

    .part-left ul li:first-child a {
        margin-top: -70px;
        padding: 10px;
        justify-content: center;
        background-color: unset;
        font-weight: 300;
        font-size: 14px;
        color: var(--color1);
    }



    .part-left ul li.active a {
        background-color: var(--bg3);
        color: var(--color1);
    }

    .part-left ul li:first-child.active a {
        background-color: unset;
    }

.rpoint-number {
    position: absolute;
    right: 15px;
    color: #333;
}

.profile-page .tab-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,.10);
    position: relative;
    margin-bottom: 15px;
}

.info-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 5px 0;
    margin-bottom: 20px;
}

.p-sub-title {
    margin-top: -15px;
    color: #707070;
    margin-bottom: 30px;
}

.info-title::after {
    content: '';
    position: absolute;
    left: -20px;
    height: 100%;
    width: 4px;
    border-radius: 0 10px 10px 0;
    top: 0;
    background-color: var(--bg1);
    color: #fff;
}

.row-info {
    margin-bottom: 15px;
}

    .row-info:last-child {
        margin-bottom: 0;
    }


    .row-info label {
        font-weight: 400;
        margin-bottom: 10px;
        min-height: 15px;
        display: flex;
    }

.inputselectbox {
    padding-left: 15px;
    margin-bottom: 20px;
}

    .inputselectbox::placeholder {
        color: silver
    }

.choosevisafile input.inputselectbox {
    margin-bottom: 10px;
}

.savebtn {
    display: inline-flex;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 100px;
    justify-content: center;
    text-transform: uppercase;
}

span.img-note {
    color: var(--color1);
    font-size: 12px;
}

.part-left ul li a i {
    height: 20px;
    width: 22px;
    position: absolute;
    left: 10px;
}

.i-rpoints {
    background-position: 2px 0;
}

.i-bookings {
    background-position: -26px 0;
}

.i-reviews {
    background-position: -52px 0;
}

.i-pmethod {
    background-position: -81px 0;
}

.i-binfo {
    background-position: -110px 0;
}

.i-wishlist {
    background-position: -138px 0;
}

.i-loginmethod {
    background-position: -167px 0;
}

.i-setting {
    background-position: -195px 0;
}

.part-left ul li.active a .i-rpoints {
    background-position: 2px -30px;
}

.part-left ul li.active a .i-bookings {
    background-position: -26px -30px;
}

.part-left ul li.active a .i-reviews {
    background-position: -52px -30px;
}

.part-left ul li.active a .i-pmethod {
    background-position: -81px -30px;
}

.part-left ul li.active a .i-binfo {
    background-position: -110px -30px;
}

.part-left ul li.active a .i-wishlist {
    background-position: -138px -30px;
}

.part-left ul li.active a .i-loginmethod {
    background-position: -167px -30px;
}

.part-left ul li.active a .i-setting {
    background-position: -195px -30px;
}

/*-------------- rect points --------------*/
.no-records-div {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 60%;
    justify-content: center;
    margin: auto;
}

.svg-img img {
    height: 170px;
    width: auto;
}

.no-records-text {
    display: flex;
    justify-content: center;
    flex-flow: column;
    row-gap: 10px;
    align-items: center;
    text-align: center;
}

    .no-records-text span {
        font-size: 18px;
        font-weight: 500;
    }

    .no-records-text p {
        color: #707070;
    }

.svg-img {
    margin: 20px;
}
/*------------------- slider -----------------------*/

.toursdiv {
    position: relative;
}

    .toursdiv a.read-moreless {
        background: #fff;
        padding: 6px 12px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
        border-radius: 18px;
        color: #333;
        font-weight: 300;
        color: var(--color1);
        font-size: 13px;
    }

.toursliders {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DCDCDC;
}

.slidertitle {
    font-size: 18px;
    font-weight: 500;
}

    .slidertitle a {
        display: inline-block;
        margin-left: 30px;
        font-size: 14px;
        font-weight: 300;
        border: 1px solid #333;
        border-radius: 18px;
        padding: 5px 10px;
    }

.toursliders .owl-controls .owl-nav .owl-prev, .toursliders .owl-controls .owl-nav .owl-next {
    top: -30px;
    font-size: 0;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat;
    box-shadow: none;
    border: 1px solid #333;
}

.toursliders .owl-controls .owl-nav .owl-prev {
    left: auto;
    right: 40px;
}

.toursliders .owl-controls .owl-nav .owl-next {
    right: 0;
}

.toursliders .owl-carousel .owl-item img {
    height: 160px;
    border-radius: 15px 15px 0 0;
}

.owl-prev::before {
    content: "\f104";
    font-family: FontAwesome !important ;
    position: absolute;
    font-size: 24px;
    color: #000;
}

.owl-next::before {
    content: "\f105";
    font-family: FontAwesome !important ;
    position: absolute;
    font-size: 24px;
    color: #000;
}

.prd-info {
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
}

.tour-owl2 .act-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.review-price {
    margin-top: 12px;
    display: table;
    width: 100%;
}

.review-star {
    display: inline-block;
}

.reviewtext, .strikepr {
    color: #707070;
    font-weight: 300;
    font-size: 10px;
}

.fivestar-bottom {
    position: relative;
    color: #E1E1E1;
    font-family: FontAwesome !important ;
    font-size: 10px;
    letter-spacing: 2px;
}

    .fivestar-bottom::before, .fivestar-uper::before {
        content: "\f005\f005\f005\f005\f005";
    }

.fivestar-uper {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color1);
    overflow: hidden;
}

.act-price {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    color: var(--color1);
    font-size: 14px;
    height: 30px;
}

.origionalprice {
    font-size: 16px;
    font-weight: 500;
    color: var(--color1);
}

.act-name {
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.strikepr {
    text-decoration: line-through;
}

.loadmore {
    color: var(--color1);
    border: 1px solid var(--color1);
    padding: 5px 15px;
    border-radius: 18px;
    display: inline-block;
    margin-top: 30px;
}

.toursliders .price-loading {
    position: absolute;
    right: 0px;
    padding: 10px 20px;
    margin-top: -30px;
    color: #333;
    text-align: center;
    bottom: 0;
    line-height: 24px;
    width: auto;
}

    .toursliders .price-loading img {
        height: 20px !important;
        width: 20px !important;
        margin: auto;
    }

.add-info-btn {
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .add-info-btn a {
        font-size: 16px;
        box-shadow: 0 3px 6px rgb(0 0 0 / .3);
        font-weight: 400;
        display: flex;
        padding: 12px 20px;
    }

        .add-info-btn a span:first-child {
            font-size: 24px;
            font-weight: 600;
        }

.custom-login-method {
    margin-top: 40px;
}

    .custom-login-method:last-child {
        margin-top: 30px
    }

.customize-heading {
    font-size: 16px;
    font-weight: 400;
    color: var(--color1);
    margin-bottom: 15px;
}

.custom-content {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 78px;
}

    .custom-content p {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
    }

.d-left span {
    margin-top: 5px;
    display: inline-block
}

.d-right span {
    color: var(--color1);
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid var(--color1);
    border-radius: 8px;
    display: flex;
}

.d-right p {
    color: var(--color1);
    cursor: pointer;
    margin: 0;
    font-weight: 300;
}

.d-right .unlink {
    background-color: var(--bg1);
    cursor: pointer;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid var(--color1);
    border-radius: 8px;
    display: flex;
}

/*--------------- cart table design ---------------------*/

.TourCartBlock {
    margin-bottom: 30px;
}

    .TourCartBlock:last-child {
        margin-bottom: 0;
    }

.wraper_hover {
    position: relative;
    display: inline-block;
}

    .wraper_hover a {
        cursor: pointer;
    }

.hoverinfo {
    top: -60px;
    margin-top: 10px;
    right: 100%;
    background: #f9e3d4;
    padding: 15px;
    border-radius: 3px;
    width: max-content;
    display: none;
    position: absolute;
    margin-bottom: 10px;
    transition: ease .5s;
    z-index: 12;
    box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 20%);
    font-size: 14px;
    max-width: 300px;
    opacity: 0;
    text-align: left;
    margin-right: 5px;
    line-height: 20px;
    letter-spacing: 0.1px;
    border: 1px solid var(--bg1);
    font-weight: 300;
}

.wraper_hover:hover .hoverinfo {
    display: block;
    color: #000;
    opacity: 1;
    transition: all ease 1s;
}

.wraper_hover a::before {
    position: absolute;
    content: "";
    font-family: FontAwesome !important ;
    bottom: 0px;
    right: 100%;
    left: -22px;
    font-size: 20px;
    color: rgb(249 227 212);
    line-height: normal;
    display: none;
    transform: rotate(-90deg);
}

.wraper_hover:hover a::before {
    display: block;
}

.ShadowDivTitle {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
}

    .ShadowDivTitle i {
        display: inline-block;
        height: 33px;
        width: 32px;
        margin-right: 10px;
    }

.EditDiv {
    padding: 0 5px;
    padding-top: 30px;
}

    .EditDiv label {
        height: 15px;
        margin-bottom: 8px;
        width: 100%;
        display: flex;
    }

.input_bx {
    position: relative;
}

    .input_bx i {
        position: absolute;
        height: 20px;
        width: 20px;
        right: 12px;
        z-index: 1;
        top: 10px;
        pointer-events: none;
    }

        .input_bx i.ArrowDownRight {
            left: unset;
            right: 10px;
            background-position: -72px -6px;
        }

.SearchCircle {
    background-position: -7px -99px;
}

.srchBtn {
    display: block;
    width: max-content;
    text-align: center;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.SortbySection {
    display: flex;
    margin: 15px 0;
    margin-top: 30px;
}

    .SortbySection li a {
        margin-right: 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }

.CircleIcnOne {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}



/*----------------- table td th design ------------------------*/

.IconAll {
    background-position: -6px -64px;
}

.IconHotel {
    background-position: -41px -64px;
}

.IconTour {
    background-position: -75px -64px;
}

.IconVisa {
    background-position: -109px -64px;
}

.IconMeal {
    background-position: -143px -64px;
}

.IconManual {
    background-position: -245px -143px;
}

/*----------------- table td th design ------------------------*/
table {
    width: 100%;
}

.dashtbl table thead {
    background-color: #EEEEEE;
}

.dashtbl table tbody tr {
    border-bottom: 1px solid #EEEEEE;
}

    .dashtbl table tbody tr:last-child {
        border: none;
    }

    .dashtbl table thead th, .dashtbl table tbody tr td {
        font-size: 12px;
        padding: 10px;
        text-align: center;
        line-height: 18px;
        white-space: nowrap;
    }

.dashtbl table td .inputselectbox {
    margin-bottom: 0;
}

.modal-body table thead th, .modal-body table tbody tr td {
    white-space: normal;
}

.dashtbl table thead th {
    font-weight: 400;
}

    .dashtbl table thead th:last-child {
        border: none;
    }

.dashtbl table tbody tr td {
    color: #707070;
    font-weight: 400;
    vertical-align: middle;
}

.EyeViewBtn i {
    display: inline-block;
    height: 15px;
    width: 20px;
}

.IconView {
    background-position: -230px -34px;
}

.BookStatus {
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    cursor: default;
    display: inline-block;
}

.T_Name {
    min-width: 200px;
    white-space: normal !important;
    max-width: 350px;
}

.markup-type select {
    min-width: 110px;
}

.table-responsive {
    overflow: auto;
    border-radius: 8px;
    border: 1px solid #ddd;
}

    .table-responsive::-webkit-scrollbar {
        height: 6px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

.lineLeft, .itineryline, span.daycount, .Carttbl table thead {
    background-color: #f5f5f5;
}

.hotelIcoN {
    background-position: -57px 0;
}

.info-group {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
}

    .info-group:last-child {
        border: none;
    }

    .info-group span:first-child {
        font-size: 12px;
        min-width: 150px;
    }

    .info-group span:nth-child(2n) {
        font-size: 16px;
        font-weight: 500;
    }

.Change-Password-btn {
    display: flex;
    position: absolute;
    right: 15px;
    bottom: 30px;
    color: var(--color1);
}

.notification-manage {
    display: flex;
    column-gap: 70px;
    margin-top: 30px;
}

.notification-check {
    display: flex;
    flex-flow: column;
    row-gap: 15px;
}

.chckbx-title {
    font-size: 16px;
    font-weight: 500;
}

.inline-chckbx {
    display: flex;
    column-gap: 50px;
    align-items: center;
}

    .inline-chckbx .checkbox-inline {
        line-height: 20px;
    }

.midle-line {
    width: 1px;
    height: 50px;
    display: flex;
    background-color: #eee;
}

.delete-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,.20);
}
/*-------------- r points ---------*/

.unorderlist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .unorderlist li {
        float: left;
        margin-left: 15px;
    }

        .unorderlist li a {
            display: inline-block;
            padding: 8px;
        }

        .unorderlist li .inputselectbox {
            margin: 0;
            padding-right: 40px;
        }

.print-icon {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-image: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/img/B2B-Images/printer.png');
    display: inline-block;
    background-size: cover;
}

th .checkdiv {
    display: flex;
    align-items: center;
    height: 25px;
    margin: 0;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
}

.wrappoint {
    margin-top: 20px;
    display: flex;
    width: 100%;
    column-gap: 15px;
}

.pointbox {
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 400;
}

.visastatus {
    background-color: #2dbff8;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

.redeemcheck .checkbox-inline {
    margin-top: -20px;
}

.CircleIcnOne {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.dashtbl {
    margin-top: 20px;
}

.IconAll {
    background-position: -6px -64px;
}

.IconHotel {
    background-position: -41px -64px;
}

.IconTour {
    background-position: -75px -64px;
}

.IconVisa {
    background-position: -109px -64px;
}

.IconMeal {
    background-position: -143px -64px;
}

.IconManual {
    background-position: -245px -143px;
}

th .checkdiv {
    display: flex;
    align-items: center;
    height: 25px;
    margin: 0;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

label.checkdiv .checkbox-inline {
    position: absolute;
    left: 2px;
    top: 5px;
}

.redeem-btn {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

a.bulk-upload {
    position: absolute;
    right: 15px;
    top: 20px;
}

.dashWaitingblock {
    padding: 10px;
}

/*----------- whishlist --------------*/
.ToursBannersbox {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

    .ToursBannersbox img {
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: 150px;
    }

.F-proname {
    padding: 10px 20px 20px 20px;
}

    .F-proname a {
        color: #707070;
        font-weight: 300;
    }

    .F-proname h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }


.productdelete {
    position: absolute;
    right: -5px;
    top: -5px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    background-color: var(--bg1);
}

.validtion-msg {
    color: red;
    margin: 5px 0;
    font-size: 14px;
}

/*-------------------- calender css ----------------------*/

#ui-datepicker-div {
    width: 36em !important;
}

.datepicker-wrap {
    position: relative;
}

    .datepicker-wrap .ui-datepicker-trigger {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        z-index: 1;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.ui-datepicker {
    width: 20em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #F36911;
    z-index: 10001 !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: #F36911;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 11px;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-next.ui-state-disabled, .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 24px;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            border-right: 8px solid #fff;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 24px;
    }

        .ui-datepicker .ui-datepicker-next:before {
            border-left: 8px solid #fff;
        }

        .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
            display: none;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 5px;
        text-align: center;
        color: #fff;
        font-size: 1.1667em;
        font-weight: 400;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
    }

        .ui-datepicker th span {
            display: block;
            text-align: center;
            font-size: 1.1667em;
            font-weight: 400;
            color: #F36911;
        }

    .ui-datepicker span.ui-datepicker-month {
        font-weight: 400;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        vertical-align: middle;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            color: inherit;
            display: block;
            height: 30px;
            line-height: 30px;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #dbdbdb;
        }

        .ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, a.ui-state-default.ui-state-active {
            background: #F36911;
            color: #fff !important;
        }

.ui-datepicker-group-first {
    float: left;
    width: 18em;
}

.ui-datepicker-group {
    min-height: 240px;
}

.ui-datepicker-group-last {
    border-right: medium none !important;
    float: right;
    width: 17.8em;
    border-left: 1px solid #F36911;
}

.input_bx i {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 12px;
    z-index: 1;
    top: 10px;
    pointer-events: none;
}

.calIcon {
    background-position: -42px -45px;
}

.profile-wait {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.gif-img {
    padding: 0;
}

.dpkgbanner .lSSlideOuter {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -7px;
}

.dpkgbanner .lightSlider:after, .dpkgbanner .lightSlider:before {
    content: " ";
    display: table;
}

.dpkgbanner .evnts_title {
    position: absolute;
    left: 30px;
}

.dpkgbanner .lightSlider {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 10px !important;
}

.lSAction {
    position: absolute;
    top: 50%;
    width: 100%;
}

.tabbanslider .lSAction {
    top: -8px;
}

.dpkgbanner .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
}

    .dpkgbanner .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .dpkgbanner .lSSlideWrapper .lSFade > * {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 9;
        margin-right: 0;
        width: 100%;
    }

    .dpkgbanner .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .dpkgbanner .lSSlideWrapper .lSFade > .active {
        z-index: 10;
    }

    .dpkgbanner .lSSlideWrapper.usingCss .lSFade > .active {
        opacity: 1;
    }

.dpkgbanner .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    display: none;
    text-align: center;
}

    .dpkgbanner .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        padding: 0 5px;
        display: none;
    }

        .dpkgbanner .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222;
            border-radius: 30px;
            display: none;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all .5s linear 0s;
            transition: all .5s linear 0s;
        }

        .dpkgbanner .lSSlideOuter .lSPager.lSpg > li.active a, .dpkgbanner .lSSlideOuter .lSPager.lSpg > li:hover a {
            background-color: #428bca;
            display: none;
        }

.dpkgbanner .lSSlideOuter .media {
    opacity: .8;
}

    .dpkgbanner .lSAction > a:hover, .dpkgbanner .lSSlideOuter .media.active {
        opacity: 1;
    }

.dpkgbanner .lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dpkgbanner .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
        transition: border-radius .12s linear 0s .35s linear 0s;
    }

        .dpkgbanner .lSSlideOuter .lSPager.lSGallery li.active, .dpkgbanner .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px;
        }

    .dpkgbanner .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .dpkgbanner .lSSlideOuter .lSPager.lSGallery:after, .dpkgbanner .lSSlideOuter .lSPager.lSGallery:before {
        content: " ";
        display: table;
    }

.lSAction > a {
    z-index: 99;
    font-size: 20px;
    position: absolute;
    text-align: center;
    border-radius: 50px;
    line-height: 44px;
    font-family: 'FontAwesome' !important;
}

.dpkgbanner .lSAction > .lSPrev {
    left: 2px;
}

.dpkgbanner .lSAction > .lSNext {
    right: 2px;
}

.dpkgbanner .lSAction > a {
    height: 30px;
    width: 30px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dpkgbanner .lSAction > a.disabled {
        pointer-events: none;
    }

.dpkgbanner .cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.dpkgbanner .lSSlideOuter.vertical {
    position: relative;
}

    .dpkgbanner .lSSlideOuter.vertical.noPager {
        padding-right: 0 !important;
    }

    .dpkgbanner .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .dpkgbanner .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

    .dpkgbanner .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0;
    }

    .dpkgbanner .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto;
    }

    .dpkgbanner .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px;
    }

.dpkgbanner .lSNext::before {
    content: "\f105";
}

.dpkgbanner .lSPrev::before {
    content: "\f104";
}

.dpkgbanner .lSSlideOuter.lSrtl {
    direction: rtl;
}

.dpkgbanner .lSSlideOuter .lSPager, .dpkgbanner .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none;
}

.dpkgbanner .lSSlideOuter.lSrtl .lSPager, .dpkgbanner .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0;
}

.dpkgbanner .lSSlideOuter .lSGallery li, .dpkgbanner .lSSlideOuter .lightSlider > * {
    float: left;
}

.dpkgbanner .lSSlideOuter .lightSlider {
    height: auto !important;
}

.dpkgbanner .lSSlideOuter.lSrtl .lSGallery li, .dpkgbanner .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important;
}

.lslide img {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
}
/*.................light slider...............*/


.slider-loader img {
    width: 100%;
}


/*------------ new css ---------------*/

.ABpopup {
    width: 50%;
}

.formtitle {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.id-info {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--bg3);
}

    .id-info:last-child {
        border: none;
    }

.deleteid {
    position: absolute;
    right: 5px;
    font-size: 30px;
}

.deleteid {
    position: absolute;
    right: 5px;
    font-size: 24px;
    color: var(--color1);
    font-weight: 600;
}

.poprow {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

    .poprow:last-child {
        border: none;
    }

.fa-trash:before {
    content: "\f1f8";
}

.mark-checkbox {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    color: #212121;
    font-size: 16px;
    line-height: 1.38;
    column-gap: 10px;
}

.switchbtn {
    flex-shrink: 0;
    position: relative;
    height: 100%;
    width: 44px;
}

.mark-checkbox input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.switchtrack {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background-color: #b2b2b2;
}

.switchtrack, .switchcircle {
    display: inline-block;
    -webkit-transition: all .2s cubic-bezier(.445,.05,.55,.95);
    transition: all .2s cubic-bezier(.445,.05,.55,.95);
}

.switchcircle {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    border-radius: 50%;
    background-color: #fff;
}

.mark-checkbox.active .switchtrack {
    background-color: var(--bg1);
}

.mark-checkbox.active .switchcircle {
    left: 24px;
}

.mark-checkbox.active .hoverinfo {
    display: block;
    color: #000;
    opacity: 1;
    transition: all ease 1s;
    left: 0;
    right: auto;
    top: -70px;
}

.footerbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

    .footerbtn a:first-child {
        padding: 8px 15px;
        border-radius: 8px;
        background-color: var(--bg2);
        color: var(--color1);
        border: 1px solid var(--color1);
    }

.travel-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.traveller-id {
    display: inline-flex;
    flex-flow: column;
    row-gap: 5px;
    padding: 8px;
    border: 1px solid #ddd;
    min-width: 40%;
}

.traveller-list {
    margin-top: 30px;
}

.travel-basic {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
}

.traveller-contact {
    display: flex;
    column-gap: 15px;
}

.traveller-edit {
    display: flex;
    column-gap: 20px;
}

    .traveller-edit a {
        font-size: 16px;
    }

    .traveller-edit .edit {
        color: #437dff;
    }

    .traveller-edit .delete {
        color: var(--color1);
    }

.traveller-name {
    font-size: 16px;
    font-weight: 500;
}

.pyment-card {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/svg/payment.svg);
    background-repeat: no-repeat;
    height: 35px;
    width: 50px;
    display: flex;
}

.mastercard {
    background-position: -110px -7px;
    background-color: #fff;
    border-radius: 8px;
}

.visacard {
    background-position: -7px -7px;
}

.discovercard {
    background-position: -58px -7px;
}

.expresscard {
    background-position: -161px -7px;
}

.pyment-list {
    display: inline-flex;
    background-color: #f1f1f1;
    padding: 15px;
    min-width: 50%;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.pyment-card-numbr {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.deletcard {
    color: var(--color1);
    font-weight: 400;
}

.pyment-c-nmber {
    color: #707070;
}



@media (max-width:991px) {

    .colpaddright {
        display: none
    }

    .slidertitle {
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .profile-page .tab-info {
        padding: 10px;
    }

    .EditDiv {
        padding-top: 15px;
    }

    .inputselectbox {
        margin-bottom: 10px
    }

    .srchBtn {
        width: 100%;
    }

    .inputselectbox {
        background: #f5f5f5;
        color: grey;
        font-weight: 300;
        border: 1px solid #f5f5f5;
        border-radius: 8px;
        position: relative;
        width: 100%;
        height: 45px;
        padding: 0 10px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .ThemeButton {
        padding: 8px 15px;
        border-radius: 8px;
        background-color: var(--bg1);
        color: #fff;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .ThemeButton.srchBtn {
        line-height: inherit
    }

    #ui-datepicker-div {
        width: 100% !important;
        padding: 0;
        overflow: hidden;
    }

    .ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
        display: none
    }

    .calendar-header {
        margin-bottom: 0
    }

    .ui-datepicker .ui-datepicker-header {
        padding: 15px;
    }

    .ui-datepicker-header .calendar-header {
        color: #fff;
    }

    .CalCloseBTN {
        right: 10px;
        top: 10px;
        filter: invert(1)
    }

    .ui-datepicker-header .CalCloseBTN {
    }

    .ui-datepicker .ui-datepicker-title {
        padding: 0;
        margin: 0
    }

    .ui-datepicker-header a.ui-corner-all {
        top: 42px;
    }

    .ui-datepicker-header a.ui-datepicker-prev {
        left: 100px;
    }

    .ui-datepicker-header a.ui-datepicker-next {
        right: 100px;
    }

    .header2fix {
        padding: 15px;
        z-index: 9;
        display: flex;
        justify-content: center;
    }

    .BackARROW {
        position: absolute;
        left: 15px;
    }

    .activityname {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .paginationdiv span {
        margin: 20px 0;
        display: inline-block;
        line-height: 30px;
    }

    .pagination {
        float: right;
        width: 70%;
        overflow: auto;
        white-space: nowrap;
        height: 50px;
        padding-top: 8px;
        text-align: right;
    }
}
