@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: normal;
}

header {
    padding: 15px 0;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
}

.page-headingbg h3 {
    margin: 0;
}

.page-headingbg {
    background: #FAFAFA;
    padding: 20px 0;
}

h3 {
    font-size: 28px;
}

h6 {
    font-size: 18px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: #2E51A4;
    border-color: #2E51A4;
}

.controllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.heading-color {
    color: #2E51A4;
}

.controllist li {
    display: inline-block;
    margin-right: 5px;
}

.controllist li:last-child {
    margin-right: 0;
}

.controllist li a.circle-btn {
    background: #EBEDF1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.rightside-col {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.partline {
    border-left: solid 1px #E8EAEF;
    height: 35px;
    margin: 0 10px;
}

.location {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.loginbtn {
    background: #2E51A4;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    line-height: 45px;
    padding: 0 20px;
    display: inline-block;
    min-width: 120px;
    text-decoration: none;
    text-align: center;
}

.login-wrapper {
    border: solid 1px #E4EBFB;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 5px 5px, rgba(0, 0, 0, 0.01) 0px 0px 5px 5px;
    overflow: hidden;
}

.login-img-bg {
    background: url(../images/login-img.jpg) 0 0 no-repeat;
    background-size: cover;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    min-height: 640px;
    padding: 60px 30px;
    height: 100%;
    font-family: 'Outfit', sans-serif;
}

.login_container {
    width: 100%;
    padding: 40px 60px;
    margin: auto;
    color: #3E3E3E;
}

.fw-medium {
    font-weight: 500;
}

.login_container a {
    color: #12557F;
}

.form-label {
    color: #3E3E3E;
    font-weight: 500;
}

.form-control,
.form-select {
    border-color: #E1E1E1;
    min-height: 48px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 34px;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 12px;
}

.eye-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.input-icon-holder,
.input-icon-holder-rt-side {
    position: relative;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.input-icon-holder .form-control::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #D4D4D4;
}

input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #737373;
}

input:focus {
    outline: none;
}

.input-icon-holder textarea.form-control {
    padding-left: 1rem;
}

.input-icon-holder.country-box .form-control {}

.input-icon-holder .form-control {
    padding-left: 45px;
}

.input-icon-holder-rt-side .form-control {
    padding-right: 45px;
}

.input-icon-holder-rt-side .input-icon {
    right: 10px;
    top: 12px;
    left: inherit;
}

.btn-primary:hover,
.btn-primary {
    background-color: #2E51A4 !important;
    border-color: #2E51A4 !important;
    border-radius: 8px !important;
    display: inline-block;
    font-size: 16px !important;
    height: 48px;
}

a.btn-primary {
    font-size: 16px;
    line-height: 30px;
}

.btn-light {
    background-color: #E2E2E2;
    border-color: #E2E2E2;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    height: 48px;
}

footer {
    background: #142949;
    color: #9EA7B8;
    padding-top: 50px;
}

footer .social-list li a {

    width: 32px;
    background: rgb(255 255 255 / 40%);
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
}

footer .social-list li {
    list-style: none;
    margin-right: 8px;
}

footer h4 {
    color: #fff;
    margin-bottom: 25px;
}

.copyright {
    border-top: solid 1px rgba(245, 245, 245, .1);
    padding: 25px 0;
    text-align: center;
}

label {
    margin-bottom: 5px;
}

.ft-menulist {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.ft-menulist li {
    margin: 0 0 20px;
}

.ft-menulist li a {
    color: #9EA7B8;
    text-decoration: none;
}

.center-box {
    padding: 60px 0;
}

.page-wrapper {
    padding: 30px 0;
    min-height: calc(100vh - 555px);
}

.homeOuter {
    min-height: calc(100vh - 458px);
}

.copyright ul li {
    list-style: disc;
    margin: 0 16px;
}

.copyright a {
    text-decoration: none;
    color: #9EA7B8;
    list-style: disc;
}


.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2E51A4;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 8px;
}

.cbx:hover span:first-child {
    border-color: #2E51A4;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #2E51A4;
    border-color: #2E51A4;
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoff: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    opacity: 0;
    transition: all 0.6s ease;
}


.cbx a {
    color: #2E51A4;
}

.otp-content input {
    text-align: center
}

.profile-box p {
    color: #CDD3DF;
    font-size: 14px;
    margin-top: 5px;
}

.profile-box .file-upload {
    display: none;
}

.profile-upload {
    cursor: pointer;
}

.profile_pic {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.country-box .vodiapicker {
    display: none;
}

.country-box #countryCode {
    padding-left: 0px;
    margin: 0;
}

.country-box #countryCode img,
.country-box .btn-select img {
    width: 28px;
    height: 26px;
    object-fit: contain;
}

.country-box #countryCode li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.country-box #countryCode li:hover {
    background-color: #F4F3F3;
}

.country-box #countryCode li img {
    margin: 4px 11px;
}

.country-box #countryCode li span,
.country-box .btn-select li span {
    margin-left: 0px;
}

/* item list */

.country-box .b {
    display: none;
    width: 100%;
    max-width: 350px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    z-index: 4;
    position: relative;
    background: #fff;
    left: -12px;

}

.country-box .open {
    display: show !important;
}

.country-box .btn-select:hover,
.country-box .btn-select {
    border-radius: 5px;
    background-color: transparent;
    border: 0;
    padding: 0;

}

.country-box .btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.country-box .btn-select:hover li {
    margin-left: 0px;
}


.country-box .btn-select:focus {
    outline: none;
}

.country-box .btn-select::after {
    position: absolute;
    content: '';
    background: url(../images/arrow.png);
    width: 11px;
    height: 6px;
    top: 10px;
    right: 9px;
    margin: auto;
}

.country-box .input-icon {
    min-width: 54px;
}

.country-box .lang-select {
    margin-left: 0;
}

.input-icon-holder.country-box .form-control {
    padding-left: 68px;
}

.main-doc label #output {
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.main-doc label input {
    position: absolute;
    width: 100%;
    vertical-align: bottom;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-top: 100%;
    right: 0;
    opacity: 0;
}

.main-doc .main-label {
    color: #A4ABBA;
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.main-doc label {
    padding: 0 8px;
    cursor: pointer;
    border: 1px solid #DEE4F2;
    background: #F9FBFF;
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.after-login .profile-name {
    color: #1D2025;
    font-size: 15px;
}

.after-login .profile-pic {
    height: 45px;
    width: 45px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
}

.filter-select {
    position: relative;
}

.filter-select::after {
    position: absolute;
    right: 15px;
    top: 0;
    background: url(../images/arrow.png);
    width: 11px;
    content: '';
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    margin: auto;
    filter: brightness(0%);
}

.filter-select select {
    min-width: 134px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding: 12px 35px 12px 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
}

.list-box {
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    font-size: 14px;
}

.list-middle h5 {
    font-size: 18px;
}

.list-img .tag {
    position: absolute;
    top: 10px;
    z-index: 4;
    right: 10px;
    background: #fff;
    color: #2E51A4;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 50px;
    border: solid 1px #eaeaea
}

.list-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.list-middle {
    padding: 12px;
}

.list-footer {
    border-top: 1px solid #E1E1E1;
}

.list-footer a.edit {
    background: #F9FBFF;
    border-left: 1px solid #E1E1E1;
}

.list-footer a.trash {
    background: #FFF4F4;
}

.list-footer a {
    text-align: center;
    display: inline-block;
    padding: 14px 12px;
}

.location-list {
    color: #91959A;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.price strong {
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.rating strong {
    color: #000;
    font-weight: 500
}

.price {
    color: #91959A;
    font-weight: 400;
    font-size: 14px;
}

.rating {
    margin-bottom: 12px;
    color: #91959A;
    font-weight: 400;
    font-size: 16px;
}

.rating i {
    color: #F3CD36;
    font-size: 20px;
}

.cntr-part-txt {
    border-bottom: solid 1px #D9E0F1;
    text-align: center;
    width: 280px;
    margin: 15px auto;
}

.cntr-part-txt span {
    display: inline-block;
    padding: 5px 15px;
    line-height: 1;
    background: #fff;
    margin-top: 0px;
    position: relative;
    top: 10px;
}

.login-social-list {
    text-align: center;
    padding: 0;
    margin: 25px 0;
}

.login-social-list li {
    display: inline-block;
}

.login-social-list li a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 1px #D9E0F1;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.input-type-box {
    display: flex;
    border: solid 1px #E1E1E1;
    min-height: 48px;
    font-size: 16px;
    padding: 10px;
    border-radius: .5rem;
}

.ph-input {
    border: 0px;
    flex: 1;
    padding-left: 10px;
}

.ph-input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #B7B6B6;
}

.ph-input:focus,
.ph-input:focus-visible {
    outline: none;
    border: 0;

}

.pro-cont-list {
    text-align: center;
    padding: 0;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-cont-list li {
    display: flex;
    align-items: center;
    margin: 0 15px 15px;
    font-weight: 500;
}

.mw-btn {
    min-width: 140px;
}

.upload-doc-cont input {
    position: absolute;
    visibility: hidden;
}

.upload-doc-cont label {
    max-width: 350px;
    width: 100%;
    Height: 54px;
    line-height: 31px;
    border-radius: 8px;
    border: solid 1px #DEE4F2;
    padding: 10px 15px;
    background: #F9FBFF;
    font-size: 13px;
    color: #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-input-row {
    display: flex;
    margin-bottom: 10px;
}

.add-input-row button {
    margin-left: 15px;
}

.add-row-btn,
.minis-row-btn {
    display: inline-block;
    height: 47px;
    width: 50px;
    line-height: 47px;
    text-align: center;
    background: #2E51A4;
    border: 0;
    border-radius: 8px;
}

.minis-row-btn {
    background: #F35D5D;
}

.uploadfile-custom-btn {
    display: block;
    background: #F8F8FA;
    border: dashed 1px #2E51A4;
    padding: 15px;
    text-align: center;
    color: #000;
    border-radius: 8px;
}

.uploadfile-custom-btn input {
    position: absolute;
    visibility: hidden;
}
.uploadfile-custom-btn img{
    vertical-align: middle;
}
.uploaded-img-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.uploaded-img-list li {
    margin: 0 10px 10px 0;
    position: relative;
}

.uploaded-img-list li>img {
    border-radius: 8px;
    width: 94px;
    height: 100px;
}
.uploaded-img-list .closeIcon{
    position: absolute;
    right: 5px;
    top:5px
}

.upload-img-rem {
    position: absolute;
    top: 5px;
    right: 5px;
}

.grey-bg {
    border-radius: 8px;
    background: #FAFAFA;
}

.dashboard-wrapprer {
    background: url(../images/beach-rect.png) center center no-repeat;
    border-radius: 25px;
    padding: 40px;
    background-size: cover;
}

.dashboard-wrapprer h1 {
    font-size: 58px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}

.dashboard-cont {
    max-width:1020px;
    margin: auto;
    width: 100%;
}

.service-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-list li h6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0;
    font-size: 17px;
}

.service-list li {
    padding: 10px;
    flex: 1;
}

.service-list li .ser-img {
    background: rgba(255, 255, 255, .4);
    padding: 7px;
    border-radius: 100%;
    display: inline-block;
}

.service-list li .ser-img span {
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.dashboard-form-cont {
    background: #fff;
    padding: 25px 15px;
    border-radius: 25px;
    margin: 30px 0;
    /* align-items: center; */
}

.dashboard-form-cont input {
    border: 0;
    font-size:14px;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    border-radius:0px;
    padding: 6px 0;
    height: 30px;
}

.dashboard-form-cont label {
    font-size: 18px;
}

.page-det-heading h3 {
    font-size: 40px;
    font-weight: normal;
}

.fnt-16 {
    font-size: 16px;
}

.img-vid-gallery-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.img-vid-gallery-list li:not(:last-child) {
    margin-bottom: 18px;
}

.img-vid-gallery-list li img.gal-img {
    width: 100%;
    height: 198px;
    border-radius: 14px;
}

.img-vid-gallery-row {
    margin-top: 15px;
    margin-bottom: 30px;
}

.btn-outline-primary {
    border-color: #2E51A4 !important;
    color: #2E51A4 !important;
    font-size: 16px !important;
    height: 48px;
    line-height: 34px;
}

.btn-outline-primary:hover {
    background-color: #2E51A4 !important;
    border-color: #2E51A4 !important;
    color: #fff !important
}

.btn-outline-primary:hover img {
    filter: brightness(0) invert(1);
}

.height-pnt-list {
    background: #ECF2FF;
    padding: 25px 20px;
    border-radius: 12px;
    list-style: none;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

.height-pnt-list li {
    flex: 1;
    text-align: center;
    font-size: 18px;
}

.height-pnt-list li:not(:last-child) {
    border-right: solid 1px #D1DBF1;
}

.seprate-hr {
    margin: 30px 0;
    border-color: #D1DBF1;
    opacity: 1;
}

.list-style-img {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-style-img li {
    background: url(../images/arrow-circle-right.png) 0 3px no-repeat;
    margin-bottom: 6px;
    padding: 5px 10px 5px 30px;
}

.user-det {
    display: flex;
    align-items: center;
}

.user-det h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 5PX;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-det .profilepic {
    width: 45px;
    height: 45px;

}

.participant-mem-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 600px;
    overflow: auto;
    scrollbar-width: thin;
}

.participant-mem-list li {
    display: flex;
    font-size: 13px;
    font-weight: 500;
    background: #F9F9F9;
    border-radius: 12px;
    color: #A1A1A1;
    padding: 10px 15px;
    margin: 0 0 10PX;
}

.participant-mem-list li img.rounded-circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 15px;
    align-items: center;
}

.participant-mem-list li h6 {
    font-size: 15px;
    font-weight: 500;
    color: #121212;
    margin: 6px 0 5px;
}

.participant-mem-list li p {
    margin-bottom: 0;
}

.user-review-col {
    background: #F9F9F9;
    padding: 20px 20px 10px;
    border-radius: 15px;
    word-break: break-all;
    line-height: 22px;
}

.user-review-heading {
    display: flex;
    align-items:center;
}

.user-review-heading h6 {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0 5px;
}

.user-rating-star {
    margin-left: auto;
}

.rev-date {
    font-size: 12px;
    color: #A9A9A9;
}

.overall-rating-value {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
}

.overall-rating {
    text-align: center;
}

.overall-rating-value {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-countlist {
    padding: 0;
    text-align: center;
    list-style-type: disc;
    list-style-position: inside;
    margin: 5px 0 0;
}

.rating-countlist li {
    float: left;
    text-indent: 10px;
    color: #A9A9A9;
}

.rating-countlist li:first-child {
    list-style-type: none;
}

.star-rating-list {
    list-style: none;
    padding: 0;
    display: flex;
}

.star-rating-list li {
    width: 29px;
    height: 29px;
    background: url(../images/magic-star-unfilled.png) 0 0 no-repeat;
}

.star-rating-list li.filled {
    background: url(../images/magic-star-filled.png) 0 0 no-repeat;
}

.table-search {
    margin-right: 15px;
    display: inline-block;
    position: relative;
}

.table-search .tab-search-icon {
    position: absolute;
    left: 14px;
    top: 13px;

}

.table-search input {
    border-radius: 30px;
    padding-left: 40px;
}

.table {
    border: solid 1px #DEE5EF;
}

.table thead th {
    background: #D4E7FD;
    color: #12557F;
    font-weight: 400;
    padding: .6rem .6rem;
}

.table-result {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.table-result select {
    min-height: auto;
}

.pagination .page-link {
    color: #293854;
}

.pagination .page-item.active .page-link {
    background: #2E51A4;
    border-color: #2E51A4;
    color: #fff;
}

.table-result-view {
    display: flex;
    align-items: center;
}

.show-data-count {
    font-size: 12px;
    color: #535353;
}

.filter-box {
    display: flex;
    align-items: center;
}

.filter-list {
    display: flex;
    flex-wrap: wrap;
}

.filter-list>div {
    margin-right: 15px;
}

.filter-list .form-control {
    border-radius: 50px;
    min-height: 45px;
    color: #000;
}

.filter-list .btn {
    min-width: 110px;
    height: 45px;
}

.filter-list label {
    font-weight: 500;
    margin-bottom: 10px;
}

.keyword-search,
.filter-act-btn {
    align-self: flex-end;
}

.mini-btn-outline {
    line-height: 34px;
    border: solid 1px #888B92;
    border-radius: 30px;
    color: #888B92;
    font-size: 14px;
    background: #fff;
    padding: 0 20px;
}

.mini-btn-outline.copied {
    background: #888B92;
    color: #fff;
}

.mini-btn {
    line-height: 34px;
    border: solid 1px #2E51A4;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    background: #2E51A4;
    padding: 0 20px;
}

.hostby {
    margin: 0 0 10px 20px;
    color: #989CA0;
}

.hostby a {
    color: #2E51A4;
}

.hostby img {
    border-radius: 100%;
    width: 36px;
    height: 36px;
}

.experience-des {
    background: #ECF2FF;
    border: solid 1px #E1E8F9;
    box-shadow: 0 0 10px rgba(206, 206, 206, .2);
    padding: 16px;
    border-radius: 10px;
    line-height: 20px;
}

.experience-des a {
    font-weight: 500;
    color: #2E51A4;
}

.host-mem-info {
    display: flex;
}

.host-mem-s-desrip {
    padding-top: 3px;

}

.host-mem-s-desrip p {
    color: #989CA0;
    font-size: 14px;
    margin: 0 0 5px;
}

.host-mem-s-desrip span {
    font-size: 18px;
    color: #2E51A4;
}

.book-experience {
    background: #fff;
    border: solid 1px #EEEEEE;
    box-shadow: 0 0 10px rgba(206, 206, 206, .2);
    padding:16px;
    border-radius: 10px;
    line-height: 20px;
}

.book-experience h3 {
    font-size: 22px;
    margin: 0 0 20px;
}

.book-experience h3 span {
    color: #CCCCCC;
}

.pick-drop-row {
    align-items: center;
    display: flex;
    margin: 0 0 10px;
    font-size: 16px;
}

.pick-drop-row>div {
    width: 120px;
}

.stayday-opt {
    background: #F5F8FF;
    border: solid 1px #DDE5F8;
    padding: 15px 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
}

.stayday-opt h6 {
    font-size: 14px;
}

.stayday-opt p {
    color: #2E51A4;
}

.stayday-opt p span {
    color: #7B7F88;
}

.book-exp-scroll {
    /* overflow-y: auto;
    max-height: 560px;
    scrollbar-width: thin; */
    margin-bottom: 30px;
}

table.dataTable tbody tr {
    border-color: #DEE5EF;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_info {
    color: #535353 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border-color: #e1e1e1 !important;
    border-radius: 8px !important;
    padding: 8px !important;
}

.dataTables_wrapper .dataTables_filter label {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_scroll {
    margin-bottom: 10px;
}

.liked-cont {
    position: absolute;
    left: 10px;
    top: 10px;
}

.liked-cont img {
    width: 26px;
    height: 26px;
}

.fevHeartIcon img {
    object-fit: none;
}

.fevHeartIcon {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
}

.iconCircleBtn {
    line-height: 28px;
    border: solid 1px #2E51A4;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    background: #2E51A4;
    width: 36px;
    height: 36px;
    text-align: center;
}

.iconCircleBtn img {
    width: 20px;
}

.iconCircleBtn.shareBtnBefore {
    background: #fff;
}

.iconCircleBtn.copied {
    background: #2E51A4;
}

.heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.locationrow {
    margin: 0;
    color: #91959A;
    font-size: 16px;
    font-weight: 500;
}

.hosted-txt {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #2e51a4;
}

.cancel-policy {
    background: #FFF9ED;
    border: solid 1px #F1B136;
    padding: 15px 20px;
    display: flex;
    font-size: 14px;
    align-items: flex-start;
    color: #888B92;
    border-radius: 8px;
}

.cancel-policy h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.theme-text {
    color: #2E51A4;
}

.pack-amnt-txt {
    font-size: 20px;
    font-weight: 500;
    color: #2E51A4;
}

.booking-row-cont {
    align-items: center;
}

.booking-content-col h3 {
    color: #000;
}

.booking-content-col {
    text-decoration: none;
}

.booking-content-col .booking-img-col {
    margin-right: 20px;
}

.booking-content-col {
    flex: 1 0 0%;
    display: flex;
}

.booking-img {
    border-radius: 12px;
    width: 120px;
    height: 120px;
}

.booking-cat-tag {
    background: #E6ECF9;
    border-radius: 30px;
    color: #2E51A4;
    font-size: 14px;
    display: inline-block;
    padding: 8px 15px;
    vertical-align: top;
}

.rating-star-list {
    list-style: none;
    padding: 0;
}

.rating-star-list li {
    float: left;
    width: 37px;
    height: 33px;
    background: url(../images/fillstar.svg) 0 0 no-repeat;
    margin: 0 10px 0 0;
    /* cursor: pointer; */
}

.rating-star-list li:last-child {
    margin-right: 0;
}

.rating-star-list li.unfill {
    background: url(../images/halfStar.svg) 0 0 no-repeat;
}

.modal .btn-light {
    background: #fff;
    border: 0;
}

.upload-img-filebtn {
    background: #F8F8FA;
    border: dashed 1px #2E51A4;
    font-weight: 500;
    height: 70px;
    line-height: 68px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}

.upload-img-filebtn input {
    visibility: hidden;
    position: absolute;
}

.card {
    border-color: #E1E1E1;
    border-radius: 12px;
}

.date-time-txt {
    margin: 0;
    color: #91959A;
    font-size: 16px;
    font-weight: 500;
}

.form-control:disabled {
    background: #f5f5f5;
}

.circle-icon-btn-list {
    padding: 0px;
    list-style: none;
    margin: 0 0 10px;
}

.circle-icon-btn-list li {
    display: inline-block;
    margin: 0 2px;
}

.circle-icon-btn {
    display: inline-block;
    border: solid 1px #2E51A4;
    border-radius: 50%;
    width: 40px;
    line-height: 38px;
    text-align: center;
}

.cancel-btn {
    display: inline-block;
    padding: 0 40px;
    background-color: #FB6A57;
    border-color: #FB6A57;
    border-radius: 8px;
    font-size: 16px;
    height: 52px;
    color: #fff;
    border: 0;
}

.hosted-by-cont {
    display: flex;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    align-items: center;
}

.hosted-by-cont .rounded-circle {
    width: 79px;
    height: 79px;
    margin: 0 15px 0 0;
}

.hosted-by-cont h6 {
    font-size: 18px;
    font-weight: 500;
    color: #949494;
}

.reviewe-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #A9A9A9;
}

.reviewe-info>img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid gray;
}

.reviewe-info h6 {
    font-size: 15px;
    font-weight: 500;
    color: #121212;
}

.reviewe-info-row .rating-star-list li {
    background-size: 100%;
    width: 27px;
    height: 27px;
}

.calllink {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.circle-icon-btn.active {
    background: #E8EFFF;
}

.rm-link {
    color: #2E51A4;
    text-decoration: underline;
    font-weight: 600;
}

.label-input-type-disable {
    background: #f5f5f5;
    font-weight: 400;
    font-size: 15px;
    padding: .5rem 45px .5rem 1rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    line-height: 30px;
    border-color: #E1E1E1;
    min-height: 48px;
    border-radius: 8px;
    color: var(--bs-secondary-color);
  font-size: 15px;
  padding: .5rem 45px .5rem 1rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  line-height:30px;
  border-color: #E1E1E1;
  min-height: 48px;
  border-radius: 8px;
  color: var(--bs-secondary-color);
}

.filter-fillbtn{
    border-radius: 8px;
    background: #2E51A4;
    width: 45px;
    line-height:43px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
}
.filter-bdr-btn{
    border-radius: 8px;
    border:solid 1px #2E51A4;
    width: 45px;
    line-height:43px;
    display: inline-block;
    text-align: center;
}
.dashboard-select{
    background: transparent;
    font-size: 14px;
    width: 100%;
    height: 30px;
    /* -webkit-appearance: none;
  -moz-appearance: none; */
  padding: 5px 0;
  border-radius:0px;
  border: none;
  border-bottom:solid 1px #e3e3e3;
}
.dashboard-form-cont input.dashboard-loc-input{
    width:260px;
}
.dashboard-form-cont .dashboardEvtName { width: 190px; }

.similar-carousel .owl-nav{
    position: absolute;
    right: 0px;
    top: -64px;
}
.similar-carousel .owl-prev{
    margin-right: 10px;
}

.participent-action{
    margin-left: auto;
}
.acceptbtn{
    border: solid 1px #36AA4F;
    color: #36AA4F;
    border-radius: 30px;
    text-align: center;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
}

.acceted-tag{
    color: #36AA4F;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.acceted-tag img{
    margin-right: 5px;
}

.cancel-tag{
    color: #aa3e36;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.cancel-tag img{
    margin-right: 5px;
}


/*--slider-gallery--*/

.slider-gallery{
    display: grid;
    grid-template-columns:auto auto auto auto;
    grid-gap: 10px;
    margin: 0 0 20px;
    position: relative;
}
.slider-gallery-col{
    height: 240px;
}
.slider-gallery-col:nth-child(1){
    grid-area: 1 / 1 / span 2 / span 2;
    height: 490px;
}

.slider-gallery-col:nth-child(1) img,.slider-gallery-col:nth-child(1) video{
    border-radius: 10px 0 0 10px;
}
.slider-gallery-col:nth-child(3) img,.slider-gallery-col:nth-child(3) video{
    border-radius: 0px 10px 0 0px;
}
.slider-gallery-col:nth-child(5) img,.slider-gallery-col:nth-child(5) video{
    border-radius: 0px 0px 10px 0px;
}

.slide-img-item{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.allphotobtn{
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #000;
    text-decoration: none;
    border: solid 1px #000;
}
/*--slider-gallery--*/
.carousel .carousel-item video {
    height: 500px;
    width: auto;
    object-fit: contain;
}


  /*--book-experience-opt---*/
  .book-experience-opt{
    border: solid 1px #DDE5F8;
    padding: 12px 12px 5px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom:15px;
  }
  .book-experience-opt:nth-child(even){
    background: #F5F8FF;
  }
  .bk-exp-dt-price-row{
    display: flex;
    align-items: center;
    justify-content:space-between;
  }
  .bk-exp-dt{
    font-weight:500;
    color: #000;
  }
  .bk-exp-price{
    font-size: 18px;
    font-weight: 500;
    color: #2E51A4;
  }
  .bk-exp-day-list{
    list-style: none;
    padding: 0;
    display: flex;
    line-height: 1;
    margin:12px 0;
  }
  .bk-exp-day-list li{
    border-right: solid 1px #ccc;
    color: #424242;
    padding-right: 10px;
    margin-right: 10px;
  }
  .bk-exp-day-list li:last-child{
    border: 0;
  }
  .bk-exp-day-list li span{
    color:#F35D5D;
  }
  .bk-exp-slot-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .bk-exp-slot-col{
    border: solid 1px #CED2DC;
    flex: 0 0 calc(50% - 10px);
    margin: 0 5px 10px;
    border-radius: 4px;
    position: relative;
    background: #fff;
  }
  .bk-exp-slot-col label{
    width: 100%;
    margin: 0;
    cursor: pointer;
  }
  .bk-exp-slot-col input{
    visibility: hidden;
    position: absolute;
  }
  .bk-exp-slot-col input:checked + label .av-time{
    background: #2E51A4;
    color: #fff;
    border-radius: 4px 4px 0 0;
  }
  .bk-exp-slot-col input:checked + label .av-time .check-tick{
    border-color: #fff;
  }
  .av-time{
    font-size: 10px;
    color: #000;
    font-weight: 500;
   padding: 5px 5px 5px 21px;
   position: relative;
   border-bottom: solid 1px #F2F2F2;
  }
  .av-time .check-tick{
    width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #B7B2B2;
  display: inline-block;
  position: absolute;
  top:8px;
  transform: rotate(38deg);
  left: 8px;
  }
  .av-seat{
    padding: 5px;
    text-align: center;
    font-size: 11px;
  }
  .av-seat span{
    color: #FB6A57;
  }
  .exp-loc-map-holder img{
    border-radius: 9px 9px 0 0;
  }
  .exp-loc-map{
    margin: 20px 0 0;
  }
  .exp-loc-map-wrapper{
    border-radius: 10px;
    border:solid 1px #E2E2E2;
    color: #616161;
  }
  .exp-loc-map-wrapper h6{
    font-size: 14px;
    color: #000;
  }