/* CUSTOM CSS Document */

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.font-weight-normal {
    font-weight: normal;
}

.row-flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-flexbox {
    display: -ms-flexbox;
    display: flex;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.d-none {
    display: none;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.mx-auto {
    margin: 0 auto;
}

.alert-dark {
    color: #ffffff;
    background-color: #292624;
    border-color: #292624;
}

.alert-red {
    color: #ffffff;
    background-color: #ef2a2a;
    border-color: #ef2a2a;
}

.position-sticky-top-140 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 140px;
}

.position-sticky-top-100 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
}

.position-sticky-top-40 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px;
}

.position-sticky-top-80 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 80px;
}

.position-sticky-top-minus-65 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: -65px;
}

.position-sticky-top-minus-180 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: -180px;
}

.d-inline {
    display: inline !important;
}

input[type="file"] {
    padding: 12px;
}

.delete .fa {
    font-size: 52px !important;
}

.notification {
    position: fixed;
    top: -80px;
    z-index: 1100;
    width: 100%;
    background: #322e2c;
    min-height: 72px;
    height: auto;
    color: white;
    text-align: center;
    cursor: pointer;
}

.notification .msg {
    font-weight: 400;
    font-size: 18px;
    padding: 22px 30px;
    margin-bottom: 0;
}

.notification .dismiss-msg {
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #908c8c;
    font-weight: 900;
}

.pr-0 {
    padding-right: 0;
    padding-right: 0;
}

.pdl5 {
    padding-left: 5px;
}

.pdr5 {
    padding-right: 5px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb4 {
    margin-bottom: 2em !important;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml40 {
    margin-left: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mega-menu {
    position: fixed !important;
    /* left: -364px;
    right: -170px;
    height: 250px; */
    display: none !important;
    height: auto;
    left: 5% !important;
    width: 90%;
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.vendors:hover .mega-menu {
    display: block !important;
    -webkit-animation: fadeInUp 0.2s;
    animation: fadeInUp 200ms;
}

.font-weight-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-black {
    color: #000 !important;
}

.spinner-div {
    margin-bottom: 10px;
}

.spinner {
    margin: -5px 4px;
    height: 20px;
    width: 20px;
    border: 4px solid transparent;
    border-top: 4px solid rgb(0, 0, 0);
    border-bottom: 4px solid rgb(3, 3, 3);
    border-left: 4px solid rgb(0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

.mega-menu-container {
    width: 100%;
    padding: 20px 30px;
    height: 100%;
}

.cat-img {
    margin: 0 auto;
    width: auto;
    height: 100px;
}

.mega-menu-container h6 {
    font-weight: bold;
    font-size: 16px;
    color: #019d9e;
    margin: 20px 0;
    text-align: left;
}

.mega-menu-container p {
    font-size: 15px;
    margin-bottom: 12px;
    text-align: left;
}

.mega-menu-container a {
    color: black;
    font-weight: 500;
}

.mega-menu-container a:hover {
    color: #ffa405;
}

.d-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.f-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.remove-circle {
    border-radius: 8px;
    padding: 2px 4px;
    background: rgb(0, 0, 0);
    color: white;
}

.widget-tag a:hover .remove-circle {
    color: #a2a2a2;
    cursor: pointer;
    background: white;
}

.myCity.bs3 {
    float: left !important;
    line-height: 1 !important;
}

.myCity button {
    width: 100% !important;
    padding: 0 12px !important;
    letter-spacing: normal;
}

.myCity .btn-light {
    background-color: #fff;
    color: #000000;
}

.myCity .btn-light:hover {
    background-color: #fff;
    color: #000000;
}

.btn-white {
    background: white;
    color: black;
}

.btn-white:hover,
.btn-white:focus {
    background: #ffffff;
    color: black;
}

.home-form-control {
    font-weight: bold;
    color: black;
}

.home-form-control button {
    height: 48px !important;
    padding: 14px 12px;
}


/* .home-form-control.bootstrap-select .dropdown-toggle .filter-option {
    height: 100% !important;
} */

#date::placeholder {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#date {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tiny-footer h4 {
    color: #999797;
}

.show-1-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-1-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-holder .overview {
    height: 100px;
}

.vendor-card {
    background: white;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 1px #dfdfdf;
    border-radius: 8px;
}

.vendor-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 8px;
}

.vendor-card:hover .card-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .card-info,
.card-price {
    padding: 15px 15px 15px 15px;
}

.card-info h5 a {
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.card-info .rating,
.card-info .pricing {
    display: block;
}

.card-info .rating i {
    font-size: 14px;
} */

/* .card-price {
    border-top: dashed 1px #bababa;
    background: #faf9f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-price h6 {
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
} */

.card-info {
    position: relative;
    height: 140px;
    padding: 15px 15px 15px 15px;
}

.service-info {
    position: absolute;
    top: 280px;
    background-color: #faf9f5;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    transform: scale(0.5);
    transform: translateY(-200%);
    transition: opacity 0.2s, transform 0.8s;
    transition: all 0.5s, border-radius 2s, top 1s;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.service-info .service-back {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 6px;
    background-color: white;
    border: 1px solid rgb(179, 179, 179);
    font-size: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.service-info .service-back:hover {
    cursor: pointer;
    background-color: rgb(243, 243, 243);
}

.service-info .info {
    padding: 8px 12px;
    border-bottom: 1px dashed #bababa;
}

.service-info .info:last-child,
.price-info .price:last-child {
    border-bottom: none;
}

.service-info .info .name {
    font-size: 13px;
    color: #6a6867;
    font-weight: 500;
}
.service-info .info .price {
    display:flex;
    align-items:center;
}

.service-info .info .price .amount {
    color: black;
    font-weight: bold;
    width: 50%;
    font-size: 16px;
}

.service-info .info .price .button {
    width:50%;
    text-align:center;
}

/* .vendor-info a {
    font-size: 16px;
    color: black;
    font-weight: bold;
} */

.vendor-info .service {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 4px;
}

.vendor-info .name {
    font-size: 14px;
    padding: 2px 0;
    color: #9c9693;
    font-weight: 500;
}

.vendor-info .service-count {
    margin-left: 5px;
    background-color: #fefbef;
    border: 1px solid #e1e0dc;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    color: black;
}

.vendor-info .service-count:hover {
    cursor: pointer;
    background-color: #f3efdd;
}

/* .vendor-info .service-count:hover .service-info {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
} */

.vendor-info .pricing {
    font-weight: bold;
}

.inside {
    /* z-index:9;
    background: #92879B;
    width:140px;
    height:140px;
    position: absolute;
    top: -70px;
    right: -70px;
    border-radius: 0px 0px 200px 200px;
    transition: all 0.5s, border-radius 2s, top 1s;
    overflow: hidden; */
    z-index: 9;
    display: inline-block;
    background: #000;
    width: 120px;
    height: 26px;
    /* position: absolute; */
    top: 66px;
    margin-left: 5px;
    border-radius: 20px;
    /* transition: width 0.8s, height 0.1s, top 0.5s; */
    overflow: hidden;
}

.inside .contents{
    padding: 5%;
    opacity: 0;
    transform: scale(0.5);
    transform: translateY(-200%);
    transition: opacity 0.2s, transform 0.8s;
}

.inside .icon{
    position:absolute;
    /* right:85px;
    top:85px; */
    color:white;
    opacity: 1;
}

.inside:hover{
    position: absolute;
    right:0;
    top:0;
    border-radius: 0;
    height:100%;
    width:100%;
    transition: position 0.5s, top 0.5s, right 0.5s, height 0.5s, width 0.5s, border-radius 1s;
}

.inside:hover .icon{
    opacity: 0;
    transition: opacity 0.3s;
    /* right:15px;
    top:15px; */
}

.inside:hover .contents{
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
}

.category-with-icons {
    margin: 80px 0;
}

.category-box {
    padding: 14px;
    margin: 5px;
    height: 100px;
    width: 100px;
    background: rgba(255, 255, 255, 0.192);
    border-radius: 3px;
    color: white;
}

.category-box:hover {
    background: rgba(255, 255, 255, 0.335);
    color: white;
}

.category-box .icon {
    height: 65%;
    width: auto;
}

.category-box .text {
    height: 35%;
    margin-top: 4px;
}

.category-box .text p {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 15px;
}

.category-box .icon img {
    height: 100%;
    width: auto;
}

.category-box .icon,
.category-box .text {
    display: block;
    text-align: center;
    font-size: 12px;
}

.home-banner {
    padding: 110px 0;
    background: linear-gradient( rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url(../../wedding/images/custom-6.jpg);
    background-size: cover;
}

.text-dark li a {
    color: black !important;
}

.tiny-footer a {
    color: white !important;
}

.price-info {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #e9e6e0;
}

.price-info .title,
.price-info .price {
    padding: 20px 20px;
    border-bottom: 1px solid #e9e6e0;
    width: 100%;
}

.price-info .filters {
    padding: 12px 0 0 0;
    width: 100%;
}

.price-info .filters h5 {
    font-size: 12px;
    letter-spacing: 0;
}

.price-info .filters div {
    display: inline;
    border: 1px solid #0000002e;
    border-radius: 5px;
    background: #faf9f5;
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    letter-spacing: 1px;
    white-space:nowrap;
    font-weight: 500;
    box-shadow: 1px 1px #0000005c;
    margin: 0 6px 6px 0;
    color: black;
}

.price-info .title h4 {
    font-weight: bold;
    color: #706a68;
    margin-bottom: 0;
}

.price-info .price .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price-info .price .details .amount {
    font-weight: bold;
    min-width: 35%;
}

.price-info .price .details .service {
    font-weight: bold;
    color: black;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.result .fa-check-circle,
.result .fa-times-circle {
    font-size: 50px;
    margin-bottom: 20px;
}

.well-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffa1;
    z-index: 2;
}

.well-box .overlay .content {
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 0 40px;
    background: #ffffffc5;
}

.well-box .overlay .content i,
.well-box .overlay .content h1,
.well-box .overlay .content h3,
.well-box .overlay .content p {
    color: #363636;
    margin-bottom: 15px;
    text-shadow: 0px 3px 4px #a7a7a7f0;
}

.well-box .overlay .content i {
    font-size: 60px;
}

.well-box .overlay .content h1,
.well-box .overlay .content h3,
.well-box .overlay .content p {
    font-weight: bold;
}

.captcha span {
    display: inline-block;
    width: 120px;
}

.flex-row {
    display: flex;
    margin-right:-15px;
    margin-left:-15px;
    flex-wrap:wrap
}

.d-flex {
    display: flex;
}

.flex-fill {
    flex: 1 1;
}

@media (min-width:250px) and (max-width:576px) {
    .hide-in-mobile {
        display: none;
    }
}

@media (min-width:576px) and (max-width: 1040px) {
    #navigation>ul>li>a {
        padding: 22px 10px;
        font-size: 12px;
    }
    .navbar-brand {
        float: none;
        height: 55px;
    }
}


/* header css according to screen width */

@media only screen and (max-width: 768px) {
    #navigation>ul>li>a {
        padding: 16px 14px;
    }
    .desktop-login-signup,
    .desktop-vendor-list {
        display: none !important;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }
    .navbar-brand {
        float: none;
    }
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: white !important;
}

.cropper-div {
    max-height: 400px;
    margin: 20px 0;
}

.cropper-div .cropper-img {
    max-width: 100%;
}

.magnific-popup, .portfolio-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.portfolio-images {
    justify-content: center;
    gap: 0 10px;
}

.magnific-popup img {
    width: auto;
    height: 90px;
}

.portfolio-images img {
    width: auto;
    height: 175px;
}

.custom-toggle {
    display: block;
    position: relative;
    width: 52px;
    height: 2.5rem;
}

.custom-toggle input {
    display: none;
}

.custom-toggle input:checked+.custom-toggle-slider {
    border: 1px solid black;
}

.custom-toggle input:checked+.custom-toggle-slider:before {
    transform: translateX(28px);
    background: black;
}

.custom-toggle input:checked+.custom-toggle-slider:after {
    right: auto;
    left: 0;
    content: attr(data-label-on);
    color: black;
}

.custom-toggle-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border: 1px solid #989898;
    border-radius: 34px!important;
    background-color: transparent;
}

.custom-toggle-slider:before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    content: '';
    transition: all .15s cubic-bezier(.68,-.55,.265,1.55);
    border-radius: 50%!important;
    background-color: #989898;
}

.custom-toggle-slider:after {
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    min-width: 1.66667rem;
    margin: 0 0.51667rem;
    content: attr(data-label-off);
    transition: all .15s ease;
    text-align: center;
    color: #989898;
}

@media only screen and (min-width: 750px) {
    .hide-except-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .mobile-login-signup,
    .mobile-vendor-list {
        display: none !important;
    }
    .filter-scrollable {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 85px;
        overflow-y: scroll;
    }
    .filter-scrollable::-webkit-scrollbar {
        width: 8px;
        background-color: #f1f1f1;
        border-radius: 5px;
    }
    .filter-scrollable::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #c1c1c1;
    }
    .filter-scrollable::-webkit-scrollbar-thumb:hover {
        background-color: #b3b2b2;
    }
    .service-info::-webkit-scrollbar {
        width: 4px;
        background-color: #faf9f5;
        border-radius: 5px;
    }
    .service-info::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #c1c1c1;
    }
    .service-info::-webkit-scrollbar-thumb:hover {
        background-color: #b3b2b2;
    }
}


/* notification for mobile device*/

@media only screen and (max-width: 600px) {
    .notification p {
        font-size: 14px;
        padding: 22px 5px;
    }
    .top-links li {
        padding-right: 10px;
    }
    .navbar-brand {
        float: none;
        height: 100%;
        padding: 4px 15px;
        font-size: 18px;
        line-height: 20px;
    }
}
