.tcul-btn1 {
    outline: 1.8px solid #f51b96 !important;
    outline-offset: -1px !important;
    background: #ffffff !important;
    color: #f51b96 !important;
}
.tcul-btn2 {
    background: #f51b96 !important;
}
.tcul-btn2 span {
    color: #ffffff !important;
}

.tcul-backbtn {
    background: #80099d !important;
    color: #fff !important;
}
.tcul-backbtn span {
    color: #ffffff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: no-close-quote !important;
    float: left !important;
    padding-right: 0.5rem !important;
    color: #6c757d !important;
}
.mainmenu ul li.active > a {
    color: #f51b96 !important;
    text-decoration: none !important;
}
.mainmenu ul li a {
    color: #213366 !important;
    padding: 10px 20px !important;
}
.banner__inputlist select {
    padding-block: 9px !important;
}

/* Form CSS */
.tcul-input input {
    width: 100% !important;
}
.tcul-span {
    font-size: 0.85rem !important;
    color: #555555 !important;
}
.banner__inputlist {
    margin-bottom: 0px !important;
}
.tcul-primary {
    color: #f51b96 !important;
}
.tcul-primary-bg {
    background-color: #f51b96 !important;
}
.tcul-secondary {
    color: #80099d !important;
}
.tcul-secondary-bg {
    background-color: #80099d !important;
}
.tcul-dark {
    color: #555555 !important;
}
.form-check-input:checked {
    background-color: #f51b96 !important;
    border-color: #f51b96 !important;
}
.form-check-input:focus {
    border-color: #e486fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 253, 0.25);
}
.tcul-h::before {
    width: 50px !important;
    height: 4px !important;
    bottom: -20px !important;
    border-radius: 2px !important;
    background: #f51b96 !important;
}
.tcul-h::after {
    width: 50px !important;
    border-bottom: 4px dotted #f51b96 !important;
    width: 20px !important;
    bottom: -20px !important;
    left: 55px !important;
}
/* about us */
.tcul-bt {
    border-top: 1px solid rgba(33, 51, 102, 0.1);
}
.tcul-bb {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
}
.membership__body ul li i {
    margin: 10px 10px 0 !important;
}
.mainmenu ul li a {
    /* padding: 10px 18px !important; */
    padding: 10px 13px !important;
}
.tcul-justify {
    text-align: justify !important;
}
.tcul-clip {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}
.tcul-clip-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.membership .membership__footer .default-btn {
    background: #ffeef1 !important;
}
.membership .membership__footer .default-btn:hover {
    background: #f51b96 !important;
}
.membership .membership__footer .default-btn span:hover {
    color: #fff !important;
}
.membership .membership__footer .default-btn span {
    color: #f51b96 !important;
}
.membership .membership__footer .default-btn:hover span {
    color: #ffffff !important;
}
/* .banner__inputlist {
    padding-inline: 0px !important;
} */
.tcul-error {
    text-align: left !important;
}

.contact-item .contact-thumb {
    width: 60px !important;
    height: 60px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px !important;
}
@media (min-width: 992px) {
    .pageheader {
        padding-block: 100px !important;
    }
}
/* .btn:hover {
    color: #ffffff;
    background-color: #ad3497;
    border-color: #ad3497;
} */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fc50b0;
    --bs-btn-border-color: #fc50b0;
    --bs-btn-hover-bg: #ad3497;
    --bs-btn-hover-border-color: #ad3497;
}

a {
    color: rgb(252 80 176);
    text-decoration: underline;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(252 80 176) !important;
}
