/* user side next milestone css start */


.iti {
    z-index: 9999 !important;

}

.iti--container {
    z-index: 9999999999999 !important;
    /* Make dropdown appear above everything */
}


a.submenuLinks {
    font-size: 16px;
    padding-left: 6px;
}

.submenu-link {
    padding: 5px 0;
    text-decoration: none;
}

.submenu-link:hover {
    color: #DB5740;
    text-decoration: none;
}

.submenu-arrow {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.submenu-arrow.rotate {
    transform: rotate(90deg);
}

.eventtypeSelect select {
    padding: 13.5px 16px;

}

/* user side next milestone css end */



input[type="radio"] {
    transform: scale(1);
    /* Adjust this if you want to change the size in other browsers as well */
}

#showErrorLoginMsg {
    color: red;
    font-size: 16px;
    text-transform: none;
}

#showErrorLoginMsg a {
    color: red;
    font-size: 16px;
}

#showErrorLoginMsg a:hover {
    text-decoration: underline;
}


.footerImageNew {
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.single-boxfooter {
    height: fit-content;
}

.el-btn-videos-footer {

    cursor: pointer;
    display: inline-block;
    z-index: 99;
    width: 52px;
    height: 52px;
    /* font-size: 29px; */
    line-height: 53px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left, #DB5740, #DB5740, #DB5740, #DB5740, #DB5740);

    border-radius: 56px;
}

.hide-navigation {
    display: none;
}

.avatarPost_img {
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.avatarPost_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.iconss {
    position: absolute;
    right: 0px;
    top: -1px;

}

span.catBack {
    background: #DB5740;
    border-radius: 30px;
    padding: 5px 15px;
    color: #ffff;
    font-weight: 500;
    text-align: center;
}

span.messgcount {
    background: #DB5740;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    /* width: 50px; */
}

button#nextSlideButton {
    background: #DB5740;
    padding: 5px 20px;
    border-radius: 34px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.dividition {
    font-size: 24px;
    color: #DB5740;
}

.carousel-buttons a {
    position: relative !important;
}

.carousel-control-prev span,
.carousel-control-next span {
    color: #DB5740 !important;
    font-size: 30px !important;

}

.underscore-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.underscore {
    width: 40px;
    height: 3px;
    background-color: #DB5740;
    /* Color of the active underscore */
    margin: 0 5px;
    opacity: 0.3;
    /* Inactive underscore */
    transition: opacity 0.3s ease;
}

.underscore.active {
    opacity: 1;
    /* Active underscore */
}


.swiper-pagination-bullet-active {
    background-color: #DB5740 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.pagination .page-item .page-link:hover {
    background-color: #DB5740 !important;
}

.AccsutAccptPop {
    padding: 16px 31px;
    font-weight: 600;
    color: white;
    border-radius: 48px;
}

.el-btn-video:hover {
    color: #fff !important;
}

.videoButimg {
    width: max-content;
    margin: auto;
}



.el-btn-video {
    /* display: inline-block; */
    /* position: absolute; */
    /* right: 0px;
    left: 86px;
    bottom: -7px; */
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 99;
    bottom: -5px;
    left: -13px;

    width: 62px;
    height: 62px;
    font-size: 14px;
    line-height: 63px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left, #DB5740, #DB5740, #DB5740, #DB5740, #DB5740);
    /* background: rgb(219, 87, 64);
    background: linear-gradient(90deg, rgba(219, 87, 64, 0.4290091036414566) 11%, rgba(219, 87, 64, 1) 41%, rgba(219, 87, 64, 0.7707457983193278) 90%); */
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
}

.wedding-2 .videointroduction {
    color: #235556 !important;
    font-weight: 700 !important;
}

.el-btn-video:hover:after,
.el-btn-video:focus:after,
.el-btn-video:active:after {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.el-btn-video::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color-rgb), 0.63);
    border-radius: 50%;
    animation: pulse-border2 1500ms ease-out infinite;
    -webkit-animation: pulse-border2 1500ms ease-out infinite;
    z-index: -2;
    background-color: #DB5740;
}

@keyframes pulse-border2 {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }

    /* 0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .2
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0
    } */
}


.uploading-text {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    width: 100%;
}

#loader {
    z-index: 100000;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #00000096;
    width: 100%;
    height: 100%;
}



.progress-circle-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-circle-bg {
    fill: none;
    stroke: #f3b89ce8;
    stroke-width: 12;
}

.progress-circle-fg {
    fill: none;
    stroke: #DB5740;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
    transition: stroke-dashoffset 1s ease-out;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;

}

.planImageBorder {
    border-right: 1px solid #999;
    /* text-align: center; */
}

.deleteAccountUser:hover {
    color: #DB5740;
    text-decoration: underline;
}

.commonpopclass.planDetails button {

    background-color: #235556 !important;
    border: unset !important;
    font-size: 18px;
    font-weight: 600;

}

.commonpopclass.planDetails p {
    color: #235556;
    font-weight: 400;
}

.commonpopclass.planDetails h4 {

    color: #DB5740;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-top: 30px;
    font-size: 26px;
}

.commonpopclass.planDetails h5 {
    color: #235556;
    font-weight: 600;
    font-size: 24px;
}

/* Firefox specific hack */
@-moz-document url-prefix() {
    input[type="radio"] {
        transform: scale(1.5);
        /* Adjust the scale value as needed */
    }
}

.WelcomMesgBtn {
    text-align: center;
    background: #DB5740 !important;
    color: #fff !important;
    width: 185px;
    font-size: 14px;
}

.WelcomMesgBtn::before {
    background: #000 !important;

}

.header-section .navbar .show-dropdown:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
}

.pt-145 {
    padding-top: 145px;
}

#userImgOverText {
    z-index: 9;
}

.usersideOverLay {
    border-radius: unset !important;
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    font-family: "Roboto", sans-serif !important;
}

.box-style.uploadUserImg::before {
    background-color: #DB5740;
}

.box-style#cropButtonUser::before {
    background-color: #DB5740;
}

#cropButtonUser {
    padding: 7px 50px !important;
    background: #000;
    border-radius: 55px;
    color: #fff
}

button.box-style.uploadUserImg {
    padding: 12px 23px !important;
    background: #000;
    border-radius: 55px;
    color: #fff;
}

.upload-img-section-user {
    position: absolute;
    bottom: 15px;
    right: 34px;
}

.upload-img-section-user p {
    font-size: 15px;
}

.dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.header-section .navbar .navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: unset;
}

ul.dropdown-menu.dropdown-menu-media.dropdown-menu-end.boxShadow.show {
    width: 500px;
}

.planning-tools-div {
    width: 650px;
    border-radius: 20px;
    top: 56px;
}

.toolsrow a.hyperlinkPlanning {
    border-bottom: unset !important;
}

.toolsrow a.hyperlinkPlanning:hover {
    color: #DB5740 !important;
    border-color: unset !important;
    font-weight: unset !important;
    letter-spacing: unset !important;
    transition: unset !important;
    border-bottom: unset !important;

    text-decoration: unset !important;
}

.toolsrow h6:hover {
    color: #DB5740 !important;
    border: unset !important;
    text-decoration: unset !important;

}

#navbarDropdownPlanning::after {
    /* content: none !important; */
    right: -14px !important;
}

.toolsrow span {
    font-size: 12px;
}

.nav-link.dropdown-toggle.bellButton::after {
    display: none;
}

.scrollable-container a {
    border-bottom: unset !important;
}

.scrollable-container a:hover {
    border-bottom: unset !important;
    letter-spacing: unset !important;
    transition: unset !important;
}

.scrollable-container a span:hover {
    color: #DB5740;
    font-weight: 500;
}

.media-heading:hover {
    font-weight: unset !important;
    color: unset !important;
    /* border-color: unset !important; */
}

.remove-item {
    cursor: pointer;
}

#notifibell {
    transition: unset !important;
    transform: unset !important;
    padding-right: unset;
    max-height: 400px;
    overflow-y: auto;
    /* border-radius: 20px; */
    box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);
}



#notifibell::-webkit-scrollbar {
    width: 3px;
    /* Set the scrollbar width */
}

#notifibell::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#notifibell::-webkit-scrollbar-thumb {
    background: #888;
}

#notifibell::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #DB5740 !important;
    font-size: 12px;
}

.custompaddingLeft {
    padding-left: 14px;
}

.text-overlay {
    position: absolute;
    top: 46%;
    left: 46%;
    transform: translate(-50%, -50%);

    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    border-radius: 5px;
}

.largeText {
    font-size: 55px;
    font-weight: 600;
    color: #fff;

}

.icon-row span {
    display: inline-block;
    color: white;
    /* Ensure the icons are white */
}

.inputCheckbox {
    accent-color: #DB5740 !important;
}








.item_bar {
    background-color: #9999;
    height: 10px;
    border-radius: 50px;
}

.view_profile {
    font-size: 20px;
}

.item_bar .progress {
    background-color: #DB5740;
    height: 10px;
}

.progress {
    height: 4px;
}

.ce_ixelgen_progress_bar {
    max-width: 800px;
    margin: 0 auto;
}

.ce_ixelgen_progress_bar .progress_bar_item {
    margin-bottom: 2rem;
}

.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.ce_ixelgen_progress_bar .item_value {
    font-weight: 400;
}

.ce_ixelgen_progress_bar .item_bar {
    position: relative;
    /* height: 1.5rem; */
    width: 100%;
    background-color: #999;
    border-radius: 4px;
}

.ce_ixelgen_progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    /* height: 1.5rem; */
    margin: 0;
    background-color: #f50045;
    border-radius: 4px;
    transition: width 100ms ease;
}



.item_label {
    font-size: 20px;
}

p.submissionmessage {
    font-size: 13px;
}

.pending-tops {
    padding-top: 6px;
}

.pppp {
    padding: 1px 1px 1px 0px;
}

@keyframes pulse1 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

a.bellButton {
    border-bottom: unset !important;
}


.marker {
    top: 3px;
    right: 5px;
    height: 10px;
    width: 10px;
}

.bg-themegreencolor {
    --tw-bg-opacity: 1;

    background-color: rgba(219, 87, 64, 1);
}


.marker,
.pulse1 {
    position: absolute;
    border-radius: 70px;
}

.bg-themegreencolor {
    --tw-bg-opacity: 1;

    background-color: rgba(219, 87, 64, 1);
}


.pulse1 {
    top: -3px;
    right: 0px;
    height: 20px;
    width: 20px;
    z-index: 23;
    border: 7px solid #DB5740;
    animation: pulse1 1s ease-out infinite;
}

.btn__badge {
    background: #DB5740;
    color: white;
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -1px;
    padding: 1px 6px 0px;
    border-radius: 50%;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.notifictionItme {
    border-bottom: unset !important;
}

.notification-text {
    font-size: 14px;
    font-weight: bold;
}

.notification-text span {
    float: right;
}


.borderBottom {
    border-bottom: 1px solid #00000042 !important;
}

.swal2-modal.swal2-popup .swal2-title {
    max-width: unset !important;
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.swal2-modal.swal2-popup .close-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.swal2-popup.swal2-modal {
    position: relative;
}

#swal2-html-container {
    margin-top: 8px !important;
}

.swal2-html-container {
    font-family: "Roboto", sans-serif !important;
}

.swal2-container {
    z-index: 999999;
}

.modal-content,
.modal-header {
    border: 0px !important
}

.iti__selected-dial-code {
    font-size: 16px !important;

}

.iti--separate-dial-code .iti__selected-flag {
    background: unset !important;
    margin-top: 2px;
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    font-family: "Roboto", sans-serif !important;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.custom-card {
    border-radius: 15px;
}

input[type="password"]::-webkit-contacts-auto-fill-button {
    visibility: hidden;
}

.commonpopclass select {
    border-radius: 10px;
    padding: 9.5px 15px;
    color: #000;
}

.form-select:focus {
    border: 1px solid rgba(var(--p2), 1) !important;
    box-shadow: unset !important;
}

.iti {
    display: inline-block !important;
}

.iti__flag-container {
    height: 45px !important;
}

.iti {
    width: 100% !important;
}

a.previous:hover {
    text-decoration: underline;

}

.previous {

    color: black;
}

h3.congsSuccess {
    color: #DB5740;
    font-size: 36px;
}

.step-circle-custom {
    background-color: #DB5740 !important;
    border: 2px solid #DB5740 !important;
}

.pt-20 {
    padding-top: 172px !important;
}

.pts-20 {
    padding-top: 142px !important;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
button,
label,
input,
select,
textarea,
small,
b,
strong,
body {
    font-family: "Roboto", sans-serif !important;
}

a.box-style.box-second.colorSignup:before {
    background: #DB5740
}

@keyframes animationFramesTwo {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

.headerUpperBar {
    font-size: 15px;
    font-weight: 500;
    background-color: #235556;
}

.navbar-nav a .navbar-nav a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.navbar-nav a.active {
    font-weight: 800 !important;
}

.box-style.box-second,
.banner-category-carousel h5 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.banner-content .bannerhead {
    font-family: "Roboto", sans-serif !important;
    font-weight: 900 !important;
    font-size: 55px;
}

.bannertextt {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 30px;
}

.star-location .fs-eight {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px;
}

.headwork {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px;
    color: #090909;
}

.howtoworkpara {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
    color: #000;
}

.howworkanchor,
.howworkanchor span {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    color: #000;
}

.formheadbsec {
    font-family: "Roboto", sans-serif !important;
    font-weight: 800 !important;
    color: #fff;
    font-size: 36px;
}

.formparabsec {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 25px;
    color: #fff;
}

.testclientname {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    color: #000;
    font-size: 17px;
}

.clientdestination {
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
    color: #000;
    font-size: 17px;
}

.weddingtipshead {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    color: #090909;
    font-size: 16px;
}

.weddingdatetime {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    color: #000;
    font-size: 14px;
}

.top-area p {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px;
}

.top-area .single p,
.top-area .single a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px;
}

.form-section label {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.banner-section.index-six::after {
    background: transparent !important;
}

.wedding-listing {
    background-color: #fafafa !important;
}

.header-section .navbar .navbar-nav li {
    padding: 5px 14px;
}

.box-style.box-second.alt {
    background-color: #DB5740;
    /* background-image: linear-gradient(90deg, #DB5740 0%, #000 50%, #DB5740) !important; */
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    box-shadow: 0px 6px 6px 0px rgba(219, 87, 64, 0.3);
}

.box-style.box-second.colorSignup {
    background-color: #235556 !important;
    color: #fff;

    box-shadow: 0px 6px 6px 0px rgba(35, 85, 86, 0.3);

}

.navbar.shadow {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .3);

}

.header-section {
    z-index: 99990;

    /* border-color: rgba(0, 0, 0, 0); */
    /* box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .3); */
}

.modal-backdrop {
    z-index: 99998 !important;
}

.modal {
    z-index: 99999;
}

.sign-dropdown {
    margin-left: 13px !important
}

.header-section.header-csss {
    background-color: transparent;

}

.header-section.header-fixed {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .3);
    background-color: #fafafa !important;
}

.box-style.box-second.alt::before {
    background-color: #000;
}

.box-style.box-second.alt:hover {
    color: #fff;
}

.header-section .navbar .navbar-nav a {
    font-size: 18px;
    font-weight: 400;
}

.header-section .navbar .navbar-nav a.active,
.header-section .navbar .navbar-nav a:hover,
.header-section .navbar .navbar-nav button.active,
.header-section .navbar .navbar-nav button:hover {
    color: #DB5740 !important;
    border-color: #DB5740;
    font-weight: 900;
}

.header-section .navbar .navbar-nav a.notificationHref:hover {
    font-weight: unset !important;
}

.banner-category.index-six .swiper-slide::before {
    background-color: transparent;
}

.banner-category .swiper-slide {
    border-radius: 10px;
}

.banner-category .swiper-slide,
.banner-category .swiper-slide.third {
    background-color: #225555;
}

.banner-category .swiper-slide.second,
.banner-category .swiper-slide.fourth {
    background-color: #DB5740;
}

.p1-color {
    color: #fff;
}

.banner-category .swiper-slide .icon-area,
.banner-category .swiper-slide.third .icon-area {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-category .swiper-slide.second .icon-area,
.banner-category .swiper-slide.fourth .icon-area {
    background-color: rgba(255, 255, 255, 0.5);
}

.popularvendors span,
.trending-weddinginner span {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 32px;
}

.popularvendors h2,
.trending-weddinginner h2 {
    color: #DB5740;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-size: 48px;
}

.wedding-listing .single-item .icon {
    background: #DB5740;
}

.wedding-listing .single-item .icon i {
    color: #fff;
}

.info-areabottom .single {
    color: #fff !important;
}

.wedding-listing .single-item .icon.icon-favorite {
    background-color: #fff;
}

.wedding-listing .single-item .icon.icon-favorite i {
    color: #DB5740;
}

.info-areabottom h5 {
    color: #fff !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
}

.info-areabottom .fs-eight {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.overlay-shadow {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
}

.overlay-shadow1 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 25px;
}

.trending-wedding .img-area:hover::before {
    display: none !important;
}

.wedding-listing .info-area .single-item .icon-favorite {
    margin: 0 auto;
}

.wedding-listing .info-area .single-item {
    background-color: transparent;
}

.wedding-listing .info-area {
    background-color: transparent;
}

.wedding-listing .single-box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 15px 15px 30px 0px #0000001F;
    ;
}

.wedding-listing .img-area img {
    border-radius: 25px;
    height: 258px;
    object-fit: cover;
}

.requestpricing {
    border-radius: 48px;
    background: #DB5740;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.wedding-listing .img-area {
    width: 100%;
}

.overridetext {
    background-color: #fafafa;
    max-width: 80%;
    border-radius: 10px;
    bottom: -20px !important;
}

.overridetext h4 {
    font-size: 16px;
    color: #000;
    margin: 0px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 500 !important;
}

.overridetext p {
    color: #DB5740 !important;
    margin: 0px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
}

.trending-wedding .img-area img {
    border-radius: 25px;
    box-shadow: var(--shadow-sm);
    width: 100%;
}

.justify-content-space-between {
    justify-content: space-between;
}

.banner-category-btn .slide-button {
    position: absolute !important;
    top: 30% !important;
    width: 45px !important;
    height: 45px !important;
}

.banner-category-btn .ara-prev {
    left: -60px;
}

.banner-category-btn .ara-next {
    right: -60px;
}

.how-it-work {
    background-color: #fafafa !important;
}

.how-it-work::before {
    display: none !important;
}

.how-it-work .single-box {
    border-radius: 25px;
    box-shadow: var(--shadow-xl);
}

.how-it-work .icon-area {
    background-color: transparent !important;
}

.signupbtnn {
    background: #000000;
    color: #fff !important;
    padding: 20px 50px;
    line-height: 90px;
    border-radius: 80px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.signupbtnn:hover {
    background: #DB5740;
}

.box-style::before {
    background-color: #000;
}

.rtoget {
    color: #DB5740;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
}

.blog-section {
    background-color: #fff !important;
}

.blog-section .single-box {
    border-radius: 25px;
    box-shadow: var(--shadow-xl);
}

.blog-section .single-box img {
    border-radius: 25px 25px 0 0;
}

.footer-section .icon-box {
    min-width: 30px;
    color: #fff;
    height: 29px;
    border-radius: 32px;
    background: #DB5740;
}

.footer-section .footer-form button {
    width: auto;
    height: auto;
    background-color: transparent;
}

.footer-section .footer-form i {
    color: #DB5740;
}

.footerpaymenticon {
    margin-left: 40px;
}

.happy-couple {
    background: #fafafa;
}

.happy-couple .swiper-slide {
    background-color: #fff !important;
    border-radius: 25px;
}

.slidetestinner {
    box-shadow: var(--shadow-xl) !important;
}

.testcontentpara {
    font-size: 15px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    min-height: 140px;
}

.happy-couple .star-icon i {
    color: #F9AE1D;
}

.planning-info {
    background-image: url('../images/planning-tools-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-section {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.formsubmitbtn button {
    background: #000;
    color: #fff !important;
    padding: 10px 50px;
    border-radius: 80px;
    font-weight: 500;
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
    font-family: "Roboto", sans-serif !important;
}

.tip-trick-btn .box-style.box-third.eighth-alt {
    width: 45px !important;
    height: 45px !important;
    background: #225555;
}

.slide-button.ara-tiptrick-prev {
    transform: rotate(180deg);

}



.trending-destinations-btn .box-style.box-third.eighth-alt,
.happy-couple-btn .box-style.box-third.eighth-alt {
    width: 45px !important;
    height: 45px !important;
    background: #225555;

}

.tiptrick-couple-carousel .single-box {
    height: 570px;
}

.trending-destinations-btn .box-style.box-third.eighth-alt i,
.happy-couple-btn .box-style.box-third.eighth-alt i {
    color: #fff !important;
}

.trending-destinations-btn .box-style.box-third.eighth-alt:hover::before,
.happy-couple-btn .box-style.box-third.eighth-alt:hover::before,
.tip-trick-btn .box-style.box-third.eighth-alt:hover::before {
    background-color: #DB5740;
}

.explore-wedding {
    background-color: #fafafa;
}

.form-section input,
.form-section textarea,
.form-section .nice-select,
.form-section select {
    padding: 5px 10px;
    border-radius: 10px;
    font-family: "Roboto", sans-serif !important;
    background-color: transparent;
    width: 100%;
    border: 1px solid rgba(var(--s6), 0.2);
    font-size: 14px;
}

.form-section .nice-select {
    padding: 6px 10px;
    font-family: "Roboto", sans-serif !important;
}

.footer-section .single-box h4 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    color: #DB5740;
    font-size: 18px;
}

.footer-section .single-box a,
.footer-section .single-box p {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.copyright p {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.scrollToTop {
    background-color: #DB5740 !important;
}

.trending-wedding.second {
    background-color: #fff !important;
}

.timelinesection {
    background-color: #fff !important;
}

.why-choose-us h4 {
    font-family: "Roboto", sans-serif !important;
    color: #DB5740 !important;
    font-weight: 700 !important;
}

.why-choose-us p {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.why-choose-us.second .icon-area::before {
    height: 310px;
    bottom: -200px;
    background: #225555;
}

.why-choose-us.second .icon-area i {
    z-index: 9;
}

.why-choose-us.second .single:last-child .icon-area::before {
    display: block !important;
}

.why-choose-us.second .icon-area {
    background: #225555 !important;
    min-width: 40px;
    height: 40px;
}

.searchbannersec input,
.searchbannersec select {
    border: 0px;
    padding: 5px 0px;
    font-weight: 500;
    background-color: transparent;
    font-size: 14px;
}

.searchbannersec :-ms-input-placeholder {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
}

.searchbannersec ::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
}

.searchbannersec ::-webkit-inner-spin-button {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
}

.locicon {
    position: absolute;
    right: 12px;
    top: 42px;
}

.form-section :-ms-input-placeholder {
    color: #000 !important;
    font-size: 14px;
}

.form-section ::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 14px;
}

.form-section ::-webkit-inner-spin-button {
    color: #000 !important;
    font-size: 14px;
}

.vendorsidebar :-ms-input-placeholder {
    color: #000 !important;
    font-size: 14px;
}

.vendorsidebar ::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 14px;
}

.vendorsidebar ::-webkit-inner-spin-button {
    color: #000 !important;
    font-size: 14px;
}

.commonpopclass h4 {
    color: #DB5740;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-top: 30px;
}

.commonpopclass p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.commonpopclass label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.commonpopclass i {
    color: #235556;
}

.pr-40 {
    padding-right: 40px;
}


.commonpopclass input,
.commonpopclass select,
.commonpopclass textarea {
    border-radius: 10px;
    padding: 9.5px 16px;
}

.commonpopclass a.fpassword {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.commonpopclass button {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

.commonpopclass button::before {
    background-color: #DB5740 !important;
    border: 1px solid #DB5740 !important;
}

.revertpopup a {
    color: #DB5740;
    font-family: "Roboto", sans-serif;
}

.searchbannersec .section-text {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.vendorsidebar h3 {
    color: #DB5740;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.vendorsidebar p {
    color: #161616;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.vendorsidebar label,
.vendorsidebar .submissionmessage {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #171717;
}

.vendorsidebar .submissionmessage a {
    font-size: 13px;
    color: #DB5740;
}

h4.headong {
    color: #DB5740;
}


.vendorsidebar input {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 5px;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(var(--s6), 0.2);
}

.vendorsidebar button {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

.vendorsidebar button::before {
    background-color: #DB5740 !important;
    border: 1px solid #DB5740 !important;
}

.vendortitle {
    color: #DB5740;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.locnames {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 18px;
}

.locnamesss {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
}


.favshare {
    border: 1px solid #fff;
    box-shadow: var(--shadow-xl);
    border-radius: 10px;
    padding: 5px 20px;
    background: #fff;
}

.favshare span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.favshare i {
    color: #DB5740;
}

.tabItem h3 {
    color: #DB5740;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.tabItem .head-area .aboutpp p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
}

.packagemain {
    border-radius: 15px;
    background: grey;
    padding: 30px;
}

.packagesec h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.packagesec p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.packagesectop {
    border-bottom: 1px solid #fff;
}

.pastworkmainsec {
    /* border: 1px solid #fff; */
    box-shadow: var(--shadow-xl);
    border-radius: 10px;
    background: #fff;
}

.pastworkmainsecinner h2 {
    color: #DB5740;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 29px;

}

.pastworkmainsecinner p {

    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
    word-break: break-word;
    line-height: 22px !important;
}

.wedding-venues-details .reviewbtn {
    background-color: #DB5740 !important;
    color: #fff !important;
    border: 1px solid #DB5740 !important;
}

.wedding-venues-details .reviewbtn::before {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.tabLinks span {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px !important;
}

.tabLinks span.active {
    font-weight: 800;

    color: #DB5740 !important;
    border-bottom: 2px solid #DB5740;
}

.commonvendorsection {
    border: 1px solid #fff;
    /* box-shadow: var(--shadow-xl); */
    box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* background: #fff; */
}

.commonvendorsection .listmaterial .material-symbols-outlined {
    background: #DB5740;
    color: #fff !important;
    border-radius: 100%;
    /* padding: 1px 6px; */
    padding: 2px 6px 2px 7px;
}

.portflioimagelist {
    box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.10) !important;
}

.commonvendorsection h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #DB5740;
    font-size: 27px;
}

.wedding-venues-details .star-area i {
    color: #F9AE1D;
}

.searchkeyword {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

/****Modal Left Right****/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.left .modal-content {
    border-radius: 0px !important;
}

/****Modal Left Right****/
.filtersidebar select,
.filtersidebar input {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 5px;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(var(--s6), 0.2);
}

.filheading {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #DB5740;
}

.cursor-pointer {
    cursor: pointer;
}

.dashboard-tabs .nav .nav-item a.active {
    background-color: transparent;
    color: #DB5740 !important;
    font-weight: 400 !important;
}

.dashboard-tabs .nav .nav-item a.colorIcon.active {
    color: #DB5740 !important;
}

.dashboard-tabs .nav .nav-item a.colorIcon.active::before {
    color: #000000b3;
}

.dashboard-tabs .nav .nav-item a.active::after {
    content: "";
    border-left: 4px solid #DB5740;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}

.dashboardpills {
    border: 1px solid #fff;
    box-shadow: var(--shadow-xl);
    border-radius: 10px;
    background: #fff;
}

.dashboard-tabs {
    background-color: #FAFAFA;
}




.border-radius-img {
    border-radius: 100px;
}

/* dashb board krishan */
ul.nav-pills li.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard-tabs .nav-pills .nav-link {
    color: #000000b3 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
}

a.button-like {
    display: inline-block;
    padding: 6px 43px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: black;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.button-like::before {
    background-color: #DB5740;
}

.view_profile:hover {
    color: #DB5740 !important;
    text-decoration: underline;
}

a.deleteAccount {
    color: black;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.card.customCard {
    overflow: hidden;
    border: none !important;
}

.card-title {
    white-space: nowrap;
}

.col-md-6.boxShadow {
    margin: auto;
}

.mainContent {
    border: 1px solid #DB5740;
    border-radius: 8px;
}

.pay-now {
    padding: 13px 57px;
    border-radius: 48px;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

h5.price {
    color: #DB5740;
    margin-top: none !important;
}

.boxShadow {
    box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);
    /* padding: 20px;
    background-color: #ffffff;
    border-radius: 11px; */
}

.shadownIcon {
    max-width: 85px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.custom-card {
    /* max-width: 350px; */
    margin-bottom: 40px;
    width: 100%;
}

.ct-text {
    max-width: 357px;
}

.changeColor {
    color: #DB5740;
}

.backcolour {
    background-color: #DB5740;
    color: #ffffff;
}

.Usertable thead th,
.table td,
.table th {

    font-size: 12px !important
}

.headerBackgorund {
    background-color: #DB5740;
    color: white;
}

.single-input input {
    border-radius: 8px !important;
}

.single-input textarea {
    border-radius: 8px !important;
}

.saveInfobutton {
    background-color: #DB5740;
    padding: 6px 43px;
    border-radius: 30px;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.sucesssDiv {
    background-color: #db57409c;
}

.sucesssDiv p {
    margin: 0;
}

.location {
    position: absolute;
    right: 16px;
    top: 42px;
}

.dotborder {
    border: 4px dashed #dbdade;
}

/* .heightCard {
    height: 500px;
} */

.heavyTExt {
    font-size: larger;
    color: #000000b3;
}

.imgHeight {
    height: 35px;
}

.logoIMg {
    max-width: 60% !important;
    object-fit: cover;
}

.rounded-icon {
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 12px 13px;
}

.rounded-icon i {
    color: #235556;
    /* Icon color */
}

.editIcon {
    position: relative;
    left: 2px;
}

.edit-icon {
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 12px 12px;
    color: #235556
}

.delete-icon {
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 12px 14px;
    color: #235556
}

.mms {
    bottom: 10px;
    left: -18px;
}

.ct-height {
    height: 170px;
    border-radius: 20px;
    padding: 25px 30px !important;

}

.packagefloating {
    overflow-y: auto;
    max-height: 536px;
}

#containerImage {
    padding-top: 29px;
    gap: 19px;
    /* padding: 35px; */
    padding-left: 38px;
}

.image_container {
    width: 100%;
    max-width: 200px;
    position: relative;
}

.showPastimg {
    max-width: 200px;
    position: relative;
}

a.remove-image {
    font-size: 9px;
    background: #235556;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -13px;
    padding: 6px 11px 6px 11px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

a.editPastImg {
    font-size: 9px;
    background: #235556;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -13px;
    padding: 6px 11px 6px 11px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

input::placeholder {
    color: #999 !important;
    font-family: "Roboto", sans-serif !important;
}

textarea::placeholder {
    color: #999 !important;
    font-family: "Roboto", sans-serif !important;
}

button.btn.btn-primary.updateprofile.cardAddBtn {
    padding: 7px 31px;
    border-radius: 55px;
    background: #DB5740;
    border: #fff;
}

/* .img-sec {
    height: 87px;
    width: 106px;
} */

.img-sec img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.footerP {
    line-height: 21px;
    color: #000000;
    width: 100%;
    max-width: 330px;
}

.alertButton:focus-visible {
    outline: unset !important;
}

button.removeLogo {
    padding: 14px 42px;
    font-size: 19px;
    font-weight: 900;
    cursor: pointer;
}

.alertButton {
    background-color: #DB5740 !important;
    padding: 10px 60px;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    border-radius: 30px;
    cursor: pointer;
    border: unset !important;
}

.alertButton:hover {
    background-color: #DB5740 !important;
    border: unset !important
}

.cancelSubs {
    background-color: #000;
    padding: 14px 23px;
    border-radius: 30px;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important
}

.checkColor {
    color: #235556;
    ;
}

.addcard {
    background-color: #DB5740;
    padding: 6px 43px;
    border-radius: 30px;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important
}

.carddelicon {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px;
    color: #235556;
}

button.carddefault {
    padding: 3px 10px 5px 8px;
    border-radius: 22px;
    color: #235556;
}

.cardInput {
    width: 97%;
    background: #fff;
    border: 1px solid #ced4da;
    padding: 10px;
    margin: 0px 9px;
    border-radius: 4px;
}

.nav-pills .nav-link.active {
    color: #DB5740 !important;
    background-color: unset !important;
}

.borderRadius {
    border-radius: 15px;
}

.footerH4 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.sign-dropdown ul.dropdown-menu.position-absolute.show {
    display: block !important;
    opacity: UNSET !important;
    visibility: visible !important;
    width: 270px;
}


.sign-dropdown ul.dropdown-menu {
    transition: unset !important;
}

.sign-dropdown a.nav-link.dropdown-toggle:after {
    right: -15px !important;
}

.sign-dropdown a.nav-link.dropdown-toggle {
    font-size: 16px !important;

}

.header-section .navbar-toggler span {
    background-color: #235556;
}

.WelcomMesgVendorBtn {
    text-align: center;
    background: #DB5740 !important;
    color: #fff !important;
    width: 259px;
    font-size: 14px;
}

.WelcomMesgVendorBtn::before {
    background-color: #000 !important;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #deb217;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked label:hover label,
.rate>label:hover input:checked label {
    color: #deb217;
}

/* /////// */
.rateEditional {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rateEditional:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rateEditional:checked>label {
    color: #bf8b57;
}

.rateEditional:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rateEditional:not(:checked)>label:before {
    content: '★ ';
}

.rateEditional>input:checked~label {
    color: #deb217;
}

.rateEditional:not(:checked)>label:hover,
.rateEditional:not(:checked)>label:hover~label {
    color: #deb217;
}

.rateEditional>input:checked+label:hover,
.rateEditional>input:checked+label:hover~label,
.rateEditional>input:checked~label:hover,
.rateEditional>input:checked label:hover label,
.rateEditional>label:hover input:checked label {
    color: #deb217;
}


button#RateBtn {
    background: #Db5740;
    padding: 8px 51px;
    border-radius: 30px;
    width: 185px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.ratingCrossBut {
    right: 10px;
    top: 0px;
}

.ratingTextarea.form-control:focus {
    box-shadow: unset !important;
    border-color: #DB5740 !important;
}

/* .sign-dropdown .dropdown-toggle {
            border: 2px solid #235556;
             padding: 0.5rem 1rem;
             border-radius:55px;
            padding: 10px 30px 10px 20px !important;
            min-width: 133px !important;
        } */
@media(max-width: 448px) {


    .upload-img-section-user p {
        display: none;
    }

    .commonpopclass.planDetails h4 {
        font-size: 16px;
    }

    .AccsutAccptPop {
        padding: 16px 26px;
    }

    .commonpopclass.planDetails h5 {
        font-size: 14px;
    }

    .commonpopclass.planDetails p {
        font-size: 10px;
    }

    .commonpopclass.planDetails label {
        font-weight: 400;
        font-size: 10px;
    }

    .commonpopclass.planDetails button {
        font-size: 12px;

    }

    .pay-now {
        padding: 10px 18px;
    }
}

/* @media(max-width: 375px) {
    .tiptrick-couple-carousel .single-box {
        height: 575px;
    }
} */

@media(max-width: 567px) {

    .header-section .navbar .navbar-brand img {
        margin-left: 0px !important;
    }

    .logo-wrapper {
        width: calc(100% - 69px) !important;
        padding-bottom: 6px;
    }



}



@media(max-width: 767px) {

    .tiptrick-couple-carousel .single-box {
        height: 575px;
    }

    /* .el-btn-video {
        left: 9px;
        bottom: 56px;
    } */
    button#nextSlideButton {
        font-size: 14px;
        font-weight: 400;
    }

    .dividition {
        font-size: 17px;
    }

    .contnetPTag {
        text-align: justify;
    }

    .videoButimg {
        width: unset;
        margin: auto;
    }

    .planningSpantext {
        display: none;
    }

    .toolsrow h6 {
        font-size: 12px;
        line-height: 14px;
    }

    .toolsrow i {
        font-size: 18px;
    }

    .planningDIv {
        padding: unset;
    }

    .btn__badge {
        padding: 0px 7px 0px;
    }

    .WelcomMesgBtn,
    .WelcomMesgVendorBtn {
        padding: 8px 0px !important;
    }

    .pt-145 {
        padding-top: 115px;
    }

    .custompaddingLeft {
        padding-left: 4px;
    }

    /* .sign-dropdown .dropdown-toggle {  min-width: 155px !important;} */
    .pts-20 {
        padding-top: 122px !important;
    }

    .pt-20 {
        padding-top: 103px !important;
    }

    .col-md-6.side-cover-img-sec {
        display: none;
    }

    .searchbannersec .section-text {
        max-width: 100%;
    }

    .banner-content .bannerhead {
        font-size: 25px;
    }

    .bannertextt {
        font-size: 20px;
    }

    .popularvendors h2,
    .trending-weddinginner h2 {
        font-size: 33px;
    }

    .popularvendors span,
    .trending-weddinginner span {
        font-size: 28px;
    }

    .why-choose-us.second .icon-area {
        display: none;
    }

    .timelinesection .main-content .single {
        margin-bottom: 30px;
    }

    .formheadbsec {
        font-size: 30px;
    }

    .formparabsec {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .footer-section .mid-area .col-lg-3 .single-box {
        margin-bottom: 0px;
    }

    .footer-section .mid-area .col-lg-3 {
        margin-bottom: 20px;
    }

    .footer-section .mid-area .col-lg-3:last-child {
        margin-bottom: 0px;
    }

    .commonvendorsection .listmaterial .material-symbols-outlined {
        padding: 4px 6px;
    }

    .commonvendorsection h3 {
        font-size: 18px;
    }

    .box-style.box-second {
        padding: 7px 17px;
    }

    .box-style.box-second.colorSignup {
        padding: 7px 30px;
    }

    .header-section .navbar-toggler span:nth-child(3),
    .header-section .navbar-toggler span:nth-child(2) {
        top: 10px;
    }

    .header-section .navbar-toggler span:nth-child(4) {
        top: 20px;
    }

    .image_container {
        max-width: 175px;
    }

    .header-section .navbar .navbar-brand img {
        max-width: 200px !important;
        margin-left: 15px
    }

    .header-section .navbar-toggler {
        width: 30px;
    }

    .headerUpperBar {
        font-size: 11px;
    }

    .img-abs {
        margin-top: -85px;
    }

    .weeding {
        background: red !important;
        margin-top: 100px;
    }
}

@media (max-width:992px) {

    .text-banner-ct p,
    .text-banner-ct span {
        line-height: 1.5em !important;
    }

    .text-banner-ct .largeText {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .sign-dropdown ul.dropdown-menu.position-absolute.show {
        left: unset;
        right: -10px;
        width: 332px;

    }
}

@media (min-width:1400px) {
    .custom-card {
        /* max-width: 420px; */
        margin-bottom: 40px;
        border-radius: 15px
    }
}

.nav-pills .nav-link.active {
    color: #DB5740 !important;
    background-color: unset !important;
}

.borderRadius {
    border-radius: 15px;
}

.footerH4 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

/* rj code */
.single-input {
    position: relative;
}

.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

input[type="password"] {
    padding-right: 35px;
}

.input-group-text {
    position: absolute;
    top: 36px;
    /* transform: translateY(-50%); */
    right: 10px;
    cursor: pointer;
    background-color: transparent;
    border: transparent;
}

.navbar-brand>img {
    max-width: 264px;
}

.dashboard-toggler-close {
    position: absolute;
    right: 0;
    top: -19px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
}

.photo-frame-outer {
    width: 100%;
    height: 127%;
    max-width: 100%;
    border: 10px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0 0 0 / 25%);
}

.photo-frame-outer .photo-frame-wrapper,
.photo-frame-wrapper img {
    width: 100%;
    height: 100%;
}

.photo-frame-wrapper img {
    object-fit: cover;
}

.w-400 {
    width: 100%;
    max-width: 100%;
}

.wedding-1 .dot-red-sec,
.wedding-1 .dot-green-sec {
    position: absolute;
}

.wedding-1 .dot-red-sec {
    top: -41px;
    left: 0px;
    animation: animationFramesTwo 12s infinite linear alternate;
}

.wedding-1 .dot-green-sec {
    bottom: -144px;
    right: 0px;
    animation: animationFramesTwo 12s infinite linear alternate;
}

.slider-pagination.photo {
    bottom: -136px !important;
}

.slider-pagination.photo .swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline: 1px solid #1F5152;
    outline-offset: 4px;
    background: #1F5152;
}

.slider-pagination.photo .swiper-pagination-bullet {
    margin-left: 6px !important;
    margin-right: 6px !important;
    background: #fff;
    opacity: 1;
    width: 13px;
    height: 13px;
}

.text-after-h {
    margin-top: 20px;
    line-height: 1.5;
}

.vendorlogo {
    max-width: 250px;
}

.vendorSignupSection {
    padding: 0px;
    margin: 0px;
    height: 100vh;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.vendorSignupSection::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.vendorSignupSection {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}



.importloader {
    width: 13px !important;
    height: 13px !important;
    margin-right: 8px;
}

.profile_visibility_radio:checked {
    background-color: #235556;
    border: #235556;
}

.profile_visibility_radio {
    padding: 0px;
    margin-top: 6px;
}

.profile_visibility_radio:focus {
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}

a.cancelOutline {
    padding: 5px 38px;
    border: 1px solid #DB5740;
    border-radius: 30px;
    color: #DB5740;
    font-weight: 500;
}

img.emptyPackage {
    max-width: 287px;
}

.rpund {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    border: 2px solid #DB5740 !important;

    /* overflow: hidden; */
    border: transparent;
}

.border-radius-img {
    border-radius: 100px;
    object-position: center;
    object-fit: cover;
}

.lean_more {
    text-decoration: underline !important;
    color: #DB5740 !important;
}





.border-white::placeholder {
    color: #fff !important;
}

.border-white {
    border: 1px solid #fff !important;
}

.footer-section {
    background: #235556
}


.callFont {
    color: #DB5740;
}

.footerImage {
    max-width: 264px;
}

a.prev-step {
    font-size: 16px;

    color: #000;
}

@media (min-width:576px) {
    a.text-end.delete_card.vist-ct-mobile {
        display: none;
    }


}

@media (max-width:576px) {
    .visa-ct-desktop {
        display: none;
    }

    .view_profile {
        font-size: 13px;
    }

    .item_label {
        font-size: 15px;
    }

    .item_value {
        font-size: 15px;
    }
}



/* .navbar-expand-lg .navbar-nav {} */
@media(max-width:1200px) {

    .header-section .navbar .navbar-nav li {
        padding: 7px 12px;
    }

    .box-style.box-second,
    .box-style.box-second.colorSignup {
        padding: 12px 24px;
        font-size: 12px;
    }

    .wedding-1 h1 {
        font-size: 60px;
    }

    .wedding-1 h2 {
        font-size: 52px;
    }
}

@media only screen and (min-device-width: 767.98px) and (max-device-width: 991.98px) {

    .header-section .navbar .navbar-brand img {
        max-width: 250px !important;
    }
}

@media(max-width:991.98px) {
    .logo-wrapper {
        width: calc(100% - 60px);
        display: inline-flex;
        justify-content: center;
    }




    .dashboardpills {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        /* padding-top: 103px; */
        opacity: 1;
        max-height: 100vh;
        overflow-y: auto;
        transform: translateX(-100%);
        /* z-index: 1;
         */
        z-index: 999999;
        transition: all .3s ease-in-out;
        width: 250px;
        margin-top: 0 !important;
        border-radius: 0;
        padding-top: 40px;
    }

    .menu-active .dashboardpills {
        transform: translateX(0);
    }

    .col-md-9.tab-content {
        width: 100%;
    }
}




@media(max-width:767.98px) {
    .iti__country-list {
        max-width: 240px !important;
        white-space: nowrap !important;
    }

    .videoButDiv {
        max-width: max-content;
        margin: auto;
    }

    .view_profile {
        font-size: 14px;
    }

    .pulse1 {
        right: -7px;
    }

    .marker {
        right: -2px;
    }

    #notifibell {
        max-height: unset;

    }

    /* vendorDashboar */
    .navbar-collapse {
        background: #fafafa !important;
    }

    .rpund {
        width: 250px;
        height: 250px;
    }

    .addcard {
        /* padding: 6px 24px; */
        padding: 6px 13px
    }

    /* vendorDashboar */




    .vendorlogo {
        max-width: 219px;
    }

    .slider-pagination.photo {
        bottom: -42px !important;
    }

    .wedding-6 {
        background: linear-gradient(to left, #e2a59a, #d98d7ff0, #e18271, #d17564, #d15d4ee8) !important;
    }

    .firstSectionTextArea {
        margin-top: 45px;
    }

    .wedding h1 {
        line-height: 41px !important;
    }

    .navbar-brand>img {
        max-width: 214px !important;
    }

    .header-section .navbar .navbar-collapse .right-area.buttonsNavBar {
        margin-bottom: 25px;
    }

    .delete-icon {
        padding: 11px 13px;
    }

    .edit-icon {
        padding: 11px 13px;
    }

    .header-section .navbar-toggler {
        right: 14px;
    }

    .logo-wrapper {
        width: calc(100% - 30px);
    }

    .section-4 .image-abs img.home-2-banner-slider,
    .section-4 .image-abs:before {
        border-radius: 32px !important;
    }

    .photo-frame-outer {
        /* width: 363px;
        height: 263px; */
        width: 325px;
        height: 364px;
    }

    .header-hero {
        margin-top: 65px
    }

    .footer-section {
        padding-top: 50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767.98px) {
    .wedding-1 .dot-red-sec {
        top: -28px;
        left: -12px;
        max-width: 43px;
        /* animation: unset */
    }

    /* .wedding-6 .image-abs.position-absolute img {
        border-radius: 20px !important;
    } */

    .wedding-1 .dot-green-sec {
        bottom: -28px;
        right: -12px;
        max-width: 43px;
        /* animation: unset */
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        /* padding-left: 30px; */
        padding-left: 0px;
        /* padding-right: 15px; */
    }

    .dashboard-toggler,
    .dashboard-toggler-close {
        display: none;
    }
}

@media(min-width:1200px) {


    .box-style.box-second,
    .box-style.box-second.colorSignup {
        padding: 11px 11px !important;
    }
}

@media (min-width: 991px) {
    .custompendingwidth {
        padding-left: 13px !important;

    }
}

@media (max-width: 990px) {
    .iconss {
        right: 26px;
    }

    span.messgcount {
        padding: 0px 6px;
    }

    .custompendingwidth {
        padding-left: 0px !important;

    }

    .planning-tools-div {
        width: unset;
    }

    .btn__badge {
        top: -10px;
        right: -13px;
    }

    ul.dropdown-menu.dropdown-menu-media.dropdown-menu-end.boxShadow.show {
        width: unset;
    }
}



@media (min-width: 1378px) {
    .custompendingwidth {
        padding-left: 15px !important;

    }
}

@media (min-width: 1366px) and (max-width: 1417px) {
    .custompendingwidth {
        padding-left: 15px !important;

    }
}

@media (max-width: 768px) {
    body.vendorCss .container {
        width: 90%;
        max-width: 1920px;
    }
}

@media(min-width: 1400px) {
    body.vendorCss .container {
        width: 92%;
        max-width: 1920px;

    }


}

/*
@media screen and (max-width: 576px) {
    .ct-container {

        --cwidth: 540px;
        max-width: calc(100% - calc(100% - 540px) / 2);
        margin-left: auto;
        padding-right: 4% !important;
    }


}

@media screen and (min-width: 576px) {
    .ct-container {
        --cwidth: 540px;
        max-width: calc(100% - calc(100% - 540px) / 2);
        margin-left: auto;
        padding-right: 4% !important;
    }
}

@media screen and (min-width: 768px) {
    .ct-container {
        --cwidth: 720px;
        max-width: calc(100% - calc(100% - 720px) / 2);
    }
}

@media screen and (min-width: 992px) {
    .ct-container {
        --cwidth: 960px;
        max-width: calc(100% - calc(100% - var(--cwidth)) / 2);
    }
}

@media screen and (min-width: 1200px) {
    .ct-container {
        --cwidth: 1140px;
        max-width: calc(100% - calc(100% - var(--cwidth)) / 2);
    }
}

@media screen and (min-width: 1400px) {
    .ct-container {
        --cwidth: 1320px;
        max-width: calc(100% - calc(100% - var(--cwidth)) / 2);
    }
} */



/* end */

@media (min-width: 992px) and (max-width: 1199px) {
    .tiptrick-couple-carousel .single-box {

        height: 578px;
    }


    .navbar-brand>img {
        max-width: 198px;
    }

    .header-section .navbar .navbar-nav li {
        padding: 5px 14px;
    }

    .box-style.box-second,
    .box-style.box-second.colorSignup {
        padding: 12px 12px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-right: unset;
    }

    .header-section .navbar .navbar-nav a {
        font-size: 14px;
    }

    .item_label,
    .view_profile {
        font-size: 18px;
    }

    .el-btn-video {
        left: 21px;
    }
}

.header-section .navbar .dropdown-menu.showLogoutmenu.show {
    display: block !important;
}
