@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: "ubuntumono-bold";
    src: url("../fonts/ubuntumono-bold.ttf") format("truetype");
}
@font-face {
    font-family: "umr";
    src: url("../fonts/umr.ttf") format("truetype");
}
@font-face {
    font-family: "roboto-regular";
    src: url("../fonts/roboto-regular.ttf") format("truetype");
}
@font-face {
    font-family: "BarlowCondensed-LightItalic";
    src: url("../fonts/BarlowCondensed-LightItalic.ttf") format("truetype");
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

textarea {
    background: #f0e9ff;
    color: #443178 !important;
    border: 1px solid #5E34A6 !important;
    font-weight: bold;
}
.form-control,
.form-control:focus {
    background: #f0e9ff;
    color: #443178 !important;
    border: 1px solid #5E34A6 !important;
    /* font-weight: bold; */
}
/* CSS Document */
#home2 {
    background-color: #a799ce;
    overflow-x: hidden;
}
body {
    background-image: linear-gradient(to bottom, #e1d6fc, #e1d6fc, #e1d6fc, #e1d5fb, #e1d5fb, #e2d4f9, #e3d4f7, #e4d3f5, #e6d1f1, #e7d0ec, #e8cee8, #e8cde4) !important;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ubuntumono-bold";
    /* color:  #443178 !important; */
}
p,
a {
    font-family: "umr";
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img.hvr-eff {
    position: absolute;
    width: 53px;
    left: -6px;
    opacity: 0;
}
.like:hover .hvr-eff {
    opacity: 1;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
.container {
    max-width: 1300px;
}
/*Header Css Start*/
.inn-hdr header {
    position: static;
}
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    /*overflow: hidden;*/
    padding: 0 0;
    background-image: url(../images/hdr-light.png);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
}
header.header-inner {
    position: static;
}
.premi-top-icn.premi-cent ul li a img {
    max-width: 90px;
    object-fit: cover;
    height: 41px;
}
.logo img {
    width: 27%;
}
.hdr-btn {
    float: right;
}
.hdr-btn a {
    letter-spacing: 2px;
    font-size: 24px;
    display: inline-block;
    padding: 5px 0;
    min-width: 175px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50px;
    font-family: "umr";
}
.hdr-btn a:hover {
    color: #fff;
    background-color: #5e34a6;
}
header .row {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.hdr-btn-brows {
    float: right;
    width: 100%;
    text-align: center;
    position: relative;
    top: 6px;
    left: 22%;
}
.hdr-btn-brows a {
    color: #5e34a6;
    font-size: 26px;
    letter-spacing: 2px;
    margin-left: -44px;
}
.logo a {
    border: none !important
}
img#brws-ele {
    filter: none !important;
    position: relative;
    left: 10px;
}
li.edit-admin a {
    color: #fff;
    font-family: "ubuntumono-bold";
}
li.edit-admin {
    position: relative;
}
.edit-admin-opt ul li a:after {
    content: '';
    position: absolute;
    width: 59px;
    height: 3px;
    background-color: #5e34a6;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.edit-admin-opt ul li a {
    color: #5e34a6;
    position: relative;
    text-decoration: none !important;
}
.edit-admin-opt ul li:last-child a:after {
    display: none;
}
/*li.edit-admin:hover .edit-admin-opt {*/
/*    display: block;*/
/*}*/
.edit-admin-opt ul {
    display: flex;
    flex-direction: column;
}
.edit-admin-opt {
    position: absolute;
    background-color: #fff;
    padding: 11px;
    width: 139px;
    z-index: 999999;
    display: none;
    text-align: center;
}
.edit-admin-opt ul li {
    line-height: 33px;
}
.reply-a ul li {
    display: inline-block;
    margin-right: 12px;
}
a.edit-user-a {
    color: #765AA5 !important;
    text-decoration: underline !important;
}
.edit-show {
    display: block;
}
.bow-opt p a {
    font-family: 'ubuntumono-bold';
    margin: 6px 0px;
}
.bow-opt {
    background-color: #fff;
    position: absolute;
    padding: 15px;
    width: 187px;
    color: #765aa5;
    z-index: 999;
    /* right: -22px; */
    right: -70px;
    top: 40px;
    display: none;
}
.bow-show {
    display: block;
}
li.bow-div {
    position: relative;
}
section.tiger-home {
    margin-bottom: 48px;
}
/*Banner Css Start*/
/*#demo .carousel-inner {*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/
.dark-theme {
    /*background-image: linear-gradient(to bottom, #e1d6fc, #e1d6fc, #e1d6fc, #e1d5fb, #e1d5fb, #e2d4f9, #e3d4f7, #e4d3f5, #e6d1f1, #e7d0ec, #e8cee8, #e8cde4) !important;*/
    position: relative;
}
.slide-cap img {
    width: auto;
    height: auto;
    display: inline;
}
.slide-cap {
    position: absolute;
    bottom: 50px;
    right: 80px;
}
.slide-cap a {
    color: #ffffff;
    font-size: 28px;
    font-family: "umr";
}
.div-h-art ul li {
    display: inline-block;
}
/*Made By Art Sec Css Start*/
section.made-artist {
    padding: 50px 0;
}
section.made-artist .row {
    display: flex;
    align-items: center;
}
.made-art-img img {
    width: 100%;
    /*border: 8px solid #baa2d9;*/
    border-radius: 4px;
    /*box-shadow: 0 0 15px #cac1df;*/
}
.made-art-blk h1 {
    color: #36295c;
    font-size: 64px;
    margin: 0 0 11px;
    line-height: 74px;
}
.made-art-blk p {
    color: #0f0234;
    font-size: 20px;
    padding-right: 20px;
    margin: 0;
}
/*Share Art Sec Css Start*/
section.share-art {
    position: relative;
}
section.share-art img {
    width: 100%;
    box-shadow: 0 0 40px #cac1df;
    object-fit: cover;
    height: auto;
}
.share-art-blk {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 600px;
    padding-left: 5%;
}
.share-art-blk h2 {
    color: #36295c;
    font-size: 54px;
    margin: 0 0 10px;
}
.share-art-blk p {
    color: #0f0234;
    font-size: 20px;
    margin: 0;
}
section.share-art a {
    float: right;
    color: #443178;
    font-size: 20px;
    border-bottom: 1px solid #5e34a682;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}
/*Elefly Ftur Sec Css Start*/
section.elefy-ftur {
    padding: 40px 0 70px;
}
.elefy-ftr-title {
    text-align: center;
    margin: 0 0 20px;
}
.elefy-ftr-title h2 {
    color: #36295c;
    font-size: 56px;
    margin: 0;
}
.ele-ftr-blk span {
    height: 200px;
    align-items: center;
    max-width: 270px;
    display: inline-flex;
    text-align: center;
}
.ele-ftr-blk span img {
    width: 100%;
    margin: 0 auto;
}
.blk-title {
    color: #36295c;
    font-size: 30px;
    margin: 0 0 12px;
}
.ele-ftr-blk p {
    color: #36295c;
    font-size: 23px;
    padding-right: 40px;
    text-align: center;
}
.ele-ftr-blk {
    margin-top: 40px;
    text-align: center;
}
.elfy-ftr-btn {
    text-align: center;
    margin-top: 30px;
}
.elfy-ftr-btn a {
    background-color: #f97c40;
    color: #fff;
    display: inline-block;
    padding: 13px 70px;
    font-size: 24px;
    border-radius: 40px;
    letter-spacing: 1px;
}
.elfy-ftr-btn a:hover {
    background-color: #5e34a6;
}
.share-art .slick-arrow {
    display: none !important;
}
/*Featured Artist Sec Css Start*/
section.fturd-art {
    padding: 0 0 50px;
}
.elefy-ftr-title h3 {
    color: #36295c;
    font-size: 56px;
    margin: 0;
}
.fturd-art-slide {
    text-align: center;
    padding: 30px 12px 0;
    position: relative;
}
.fturd-art-slide img {
    margin: 0 auto;
}
img.icon-bg {
    /* position: absolute; */
    left: -11px;
    right: 0;
    top: 5px;
}
.corss-img-main {
    position: relative;
}
.img-cross {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.img-cross a {
    color: #fff;
    font-size: 80px;
}
.corss-img-main:hover .img-cross {
    opacity: 1;
}
.corss-img-main:hover img {
    opacity: 0.7;
}
img.icon-thumb {
    position: relative;
    width: 66%;
}
.fturd-art-slide span {
    display: inline-block;
    height: 145px;
}
.ftrd-slide-title {
    font-size: 34px;
    color: #36295c;
    margin: 0 0 8px;
}
.fturd-art-slide p {
    color: #36295c;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.ftr-form p {
    color: #4c4a52 !important;
    font-size: 15px;
}
.fturd-art .slick-next:before,
.fturd-art .slick-prev:before {
    font-size: 120px;
    opacity: 1;
    color: #5f35a6;
}
.fturd-art .slick-prev {
    left: -70px;
}
.fturd-art .slick-next {
    right: -60px;
}
.fturd-art .slick-next,
.fturd-art .slick-prev {
    top: 36%;
}
.fturd-art .elefy-ftr-title {
    margin: 0 0 40px;
}
.bow-opt.bow-show p a {
    color: #765aa5;
}
.div-art-acc ul li i {
    color: #a79aca;
}
.div-art-acc ul {
    margin-top: -11px;
    margin-bottom: 20px;
}
.div-art-acc ul li {
    display: inline-block;
}
body#home3 {
    background-image: linear-gradient(to bottom, #e1d6fc, #e1d6fc, #e1d6fc, #e1d5fb, #e1d5fb, #e2d4f9, #e3d4f7, #e4d3f5, #e6d1f1, #e7d0ec, #e8cee8, #e8cde4) !important;
}
.report-btn-div {
    position: relative;
    text-align: right;
    margin-top: -18px;
    margin-right: -25px;
}
.report-opt ul li a {
    color: #765aa5;
    font-family: 'ubuntumono-bold';
}
.report-opt {
    position: absolute;
    top: 31px;
    background-color: #fff;
    z-index: 9999;
    padding: 12px;
    text-align: center;
    display: none;
}
.report-show {
    display: block;
}
.report-opt ul li {
    margin-bottom: 6px;
}
.cover-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.modal-content {
    padding: 30px;
    background: #f0e9ff !important;
}
.cover-img button {
    background-color: #5e34a6;
    color: #fff;
    padding: 10px 20px;
    font-family: 'ubuntumono-bold';
    font-size: 22px;
    border-radius: 7px;
    border: none;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
}
/*Confirm Modal CSS Start*/
div#confirm-modal .close {
    text-align: right;
    position: relative;
    top: -28px;
    font-size: 30px;
    outline: none;
}
.confirm-modal-txt p {
    text-align: center;
    padding-top: 20px;
}
.confirm-modal-mage img {
    width: 100%;
}
.confirm-modal-txt form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 10px;
    color: #000;
}
.confirm-modal-txt form button {
    width: 100%;
    background-color: #f97c40;
    border: 1px solid #f97c40;
    outline: none;
    display: inline-block;
    padding: 7px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}
div#confirm-modal .modal-dialog {
    min-width: 720px;
}
div#confirm-modal .modal-content {
    padding: 40px 30px;
}
.confirm-modal-txt form {
    padding-top: 40px;
}
/*Confirm Modal CSS End*/
/*Footer Css Start*/
footer {
    padding: 50px 0;
}
footer a,
footer p {
    color: #36295c;
    font-family: "roboto-regular";
    font-size: 16px;
}
.ftr-title {
    font-size: 24px;
    color: #36295c;
    margin: 0 0 12px;
    display: inline-block;
}
.ftr-loc li i {
    float: left;
    font-size: 20px;
    min-width: 30px;
    margin-bottom: 10px;
}
.ftr-loc li {
    float: left;
    width: 83%;
    margin-bottom: 10px;
}
.ftr-links li {
    line-height: 30px;
}
.ftr-form input {
    width: 100%;
    border: none;
    background-color: #ffffff;
    padding: 10px 12px;
    border-radius: 5px;
}
.ftr-form form {
    position: relative;
}
.ftr-form button {
    position: absolute;
    right: 0;
    border: none;
    background-color: #4b3c6c;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.ftr-logo {
    margin-top: 30px;
}
section.copyrit {
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #cab2cd;
}
section.copyrit p {
    color: #36295c;
    margin: 0;
    font-family: "roboto-regular";
    font-size: 14px;
}
footer .container {
    border-top: 1px solid #cab2cd;
    padding-top: 60px;
}
/*Home Page 2 Css Start*/
#home2 header {
    /*background-image: url(../images/dark-hdr.png);*/
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #e6d0ed;
    border-bottom: 2px solid #9874d4;
    padding: 10px 0px;
}
.head-3 {
    background-image: url(../images/canvas-bg.png);
    background-size: cover;
    background-position: 0 0;
    border-bottom: none !important;
    background-repeat: no-repeat;
    background-color: #e6d0ed;
    padding: 10px 0px;
}
header.header-inner.prem-header-trans {}
#home2 .hdr-btn a,
#home3 .hdr-btn a {
    border: 3px solid #ffffff;
    color: #ffffff;
}
#home2 .hdr-btn-brows a,
#home3 .hdr-btn-brows a {
    color: #ffffff;
}
#home2 .hdr-btn-brows a img,
#home3 .hdr-btn-brows a img {
    filter: brightness(5.5);
}
#home2 {
    /*background: #a698cd;*/
}
#home2 section.share-art a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff82;
}
#home2 .elefy-ftr-title h2 {
    color: #fff0f1;
}
#home2 .ele-ftr-blk span img {
    filter: brightness(4.5);
}
#home2 .elefy-ftr-title h3 {
    color: #fff0f1;
}
#home2 img.icon-bg {
    filter: brightness(4.5);
}
#home2 .fturd-art .slick-next:before,
#home2 .fturd-art .slick-prev:before {
    color: #ffffff;
}
#home2 .made-art-img img {
    box-shadow: none;
    border: none;
}
#home3 header {
    background-image: none;
    background-color: rgba(139, 117, 194, 0.5) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
}
/*start date section */
#add_date {
    padding: 80px 0 0;
}
#add_date form {
    width: 70%;
    margin: 0 auto;
}
#add_date .my-form-control {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    padding: 25px 10px;
    outline: none;
    background-color: transparent;
    margin-bottom: 10px;
}
section#add_date h3 {
    font-size: 60px;
    margin-bottom: 30px;
    color: #36275e;
}
#add_date input::placeholder {
    color: #fff;
    font-weight: 700;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.btn {
    color: #969599;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold;
    padding: 13px 0px;
}
.upload-btn-wrapper input[type=file] {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}
ul.mytotatal {
    list-style: none;
    color: #fff;
    font-size: 21px;
    display: flex;
    flex-direction: column;
}
ul.mytotatal li input {
    float: right;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.mytotal-btn button {
    width: 100%;
    color: #fff;
    background-color: #ec7940;
    border: 1px solid #ec7940;
    padding: 12px 1px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
}
ul.mytotatal li {
    line-height: 40px;
    font-weight: 700;
    width: 100%;
}
ul.mytotatal li span {
    font-weight: 700;
}
.mybtn {
    padding: 7px 56px;
    background: #ec7940;
    color: #fff;
    border-radius: 8px;
    margin-top: 25px;
    border: 0;
}
.my-back {
    position: relative;
}
.my-back a {
    position: absolute;
    top: 150px;
    color: #fff;
    left: 20px;
    font-size: 29px;
}
/*End date section*/
/*start new add landing*/
#addlanding {
    padding: 80px 0 60px;
    text-align: center;
}
#pakge .row {
    display: flex;
    align-items: center;
}
.my-heading {
    width: 90%;
    display: inline-block;
    margin-bottom: 50px;
}
.my-heading h1 {
    font-size: 77px;
    font-weight: 600;
    color: #36275e;
}
.my-heading p {
    font-size: 28px;
    font-weight: 600;
    color: #36275e;
}
.my-heading span {
    font-size: 40px;
    padding-top: 50px;
    display: block;
    color: #36295c;
    font-weight: 700;
}
.mt {
    margin-top: 50px;
}
.check-box i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #2fcf73;
    border-radius: 100%;
}
.check-box p {
    font-size: 24px;
    margin: 0;
    padding-top: 20px;
}
.myrow {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #ccc;
}
section#pakge img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.pkg-content h3 {
    color: #36295c;
    font-size: 53px;
}
.pkg-content p {
    color: #0f0234;
    font-size: 19px;
    margin: 0;
}
.pkg-content {
    width: 78%;
    margin-left: 15px;
    text-align: justify;
}
.pkg-content a {
    background: #ec7940;
    color: #fff;
    display: inline-block;
    width: 69%;
    text-align: center;
    padding: 4px 0px;
    font-size: 22px;
    margin-top: 30px;
    border-radius: 6px;
}
section#pakge {
    padding-bottom: 90px;
}
/*End landing Page here*/
/*start add banner */
#create_banner {
    padding: 80px 0 80px;
}
.addbanerh h3 {
    font-size: 77px;
    text-align: center;
    margin-bottom: 50px;
}
.banner_row {
    width: 60%;
    margin: 0 auto;
}
.banner_row .thumbnail {
    border: 1px solid #ccc;
    padding: 15px;
}
.thumb_b {
    background: #ec7940;
    color: #fff;
    font-weight: 300;
    border-radius: 6px;
    display: inline-block;
    width: 80%;
    text-align: center;
    padding: 5px 0px;
    font-size: 21px;
}
.caption h3 {
    font-size: 32px;
    color: #36295c;
    margin-top: 20px;
    margin-left: 10px;
}
.caption p {
    font-size: 18px;
    color: #0f0234;
    margin-left: 10px;
}
a.thumb_b:hover {
    color: #fff;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.my-header {
    position: relative;
    background: #7a66b0;
    padding: 0;
    color: #fff !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.my-header a {
    border: 2px solid #fff;
    color: #fff;
}
.bd-none {
    border: none !important;
}
/*End banner*/
/*Add Rerview CSS Start*/
.select-gallery h4 {
    font-size: 37px;
    display: block;
    padding: 7px 0px;
    color: #36275e;
}
.salaect-btn {
    display: inline-block;
    position: relative;
}
.salaect-btn input {
    position: absolute;
    left: 5px;
    opacity: 0;
    width: 89%;
    padding: 12px 0px;
}
.salaect-btn a {
    display: inline-block;
    font-size: 27px;
    color: #35265E;
    border: 3px solid #35265E;
    padding: 5px 22px;
    border-radius: 35px;
    margin-right: 17px;
}
.add-inp {
    background-color: #fff;
    width: 100%;
    height: 317px;
}
select#selection option {
    color: #000;
}
section.add-review-sec {
    padding: 90px 0 20px;
}
.create-ad input {
    background-color: #e3d9fc;
    border: 2px solid #fff;
    padding: 7px 10px;
    border-radius: 25px;
    color: #fff;
    text-transform: capitalize;
    outline: none;
}
.create-ad input::placeholder {
    color: #fff;
}
.create-ad h4 {
    margin: 0;
    color: #36275e;
    font-size: 30px;
    padding-bottom: 14px;
}
.ad-prev textarea {
    width: 100%;
    height: 250px;
    outline: none;
    border: 1px solid #e3d9fc;
    resize: none;
    padding: 9px 13px;
}
.ad-prev label {
    color: #35255E;
    font-size: 30px;
    padding-top: 30px;
}
.ad-duration input {
    width: 100%;
    padding: 22px 10px;
    background-color: transparent;
    border: 1px solid #34255D;
    border-radius: 13px;
    color: #34255D;
    outline: none;
}
input.minus {
    width: 7%;
    border-radius: 35px;
    font-size: 18px;
    min-width: 11px !important;
    padding: 4px 6px !important;
    position: absolute;
    top: 14px;
    right: 67px;
    border: 1px solid #34255D;
}
input.plus {
    width: 7%;
    border-radius: 35px;
    font-size: 18px;
    min-width: 11px !important;
    padding: 4px 6px !important;
    position: absolute;
    top: 14px;
    right: 22px;
    border: 1px solid #34255D;
}
.ad-duration label {
    width: 100%;
    position: relative;
}
.ad-duration {
    padding-top: 20px;
    border: 1px solid #34255D;
    display: inline-block;
    width: 100%;
    padding: 22px 30px;
    border-radius: 13px;
    margin-top: 70px;
}
.ad-duration h4 {
    font-size: 29px;
    color: #34255D;
}
input.usd {
    width: 12%;
    color: #fff;
}
input.usd-rad {
    width: auto;
    margin-right: 20px;
}
.durat-totla ul li label {
    width: 70%;
    color: #fff;
    margin-left: 20px;
}
.durat-totla {
    width: 100%;
}
.durat-totla label {
    width: 80%;
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}
.duration-labl {
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.duration-payment {
    width: 100%;
    border: 1px solid #34255D;
    padding: 41px 30px;
    border-radius: 10px;
    margin-top: 60px;
}
.duration-title {
    color: #34255D;
}
.duration-title h4 {
    font-size: 36px;
    margin: 0;
    font-family: "umr";
}
.duration-title p {
    font-size: 22px;
    margin: 0;
}
.durat-inpt {
    background-color: #fff;
    display: flex;
    width: 80%;
    align-items: center;
    padding: 11px 24px;
    margin-top: 10px;
}
.durat-inpt label {
    width: 91%;
    color: #4f4f4f;
    font-size: 26px;
    margin: 0;
    font-family: "umr";
}
.durat-inpt input {
    background-color: transparent;
    outline: none;
    border: 0;
    font-size: 26px;
    font-family: "umr";
}
.durat-discount {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 31px 0px 10px;
}
.durat-discount label {
    margin: 0;
    font-size: 25px;
    color: #34255D;
}
.durat-discount input {
    width: 25%;
    padding: 6px 10px;
    outline: none;
    color: #34255D;
    border-radius: 5px;
    margin-left: 20px;
    background: transparent;
    border: 2px solid #34255D;
}
.durat-salt h4 {
    font-size: 25px;
    color: #34255D;
    display: inline-block;
}
.durat-salt {
    display: flex;
    align-items: center;
}
.durat-availbl label {
    margin: 0;
    font-size: 25px;
    color: #34255D;
}
.durat-availbl {
    padding-left: 0 !important;
    position: relative;
    left: 70px;
    top: 20px;
}
.durat-availbl .agrement .checkmark {
    background-color: #fff !important;
    border-radius: 5px !important;
    top: 0 !important;
}
.field .agrement .checkmark:after {
    background-color: #a799ce !important;
}
/*Add review CSS End*/
/* begin of thank you section  */
.thankyou-head img {
    width: auto;
}
a#bckhm {
    background-color: #f97c40;
}
.thankyou-head p {
    margin: 0;
    font-size: 28px;
    padding-bottom: 40px;
    color: #36295c;
}
.thankyou-head h3 {
    font-size: 78px;
    margin: 0;
    padding: 20px 0px;
    color: #36295c;
}
.thankyou-head a {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 35px;
    padding: 15px 43px;
    margin: 0px 5px;
}
.thankyou-head a:hover {
    background-color: #f97c40;
}
.thankyou-head {
    text-align: center;
    padding: 10px 0px;
}
section.thankyou-sec {
    padding: 80px 0px 90px;
}
/* end of thank you section  */
/* begin of verification section  */
section.verification-sec {
    padding: 80px 0px 90px;
}
.verification-head img {
    width: auto;
}
.verification-head h3 {
    margin: 0;
    font-size: 62px;
    color: #ffffff;
    padding: 15px 0px;
}
.verification-head p {
    margin: 0;
    font-size: 26px;
    color: #ffffff;
}
.verification-head {
    text-align: center;
    padding: 10px 0px;
}
/* end of verification section  */
/* begin of payment section  */
.payment-img img {
    width: 100%;
}
.payment-head h3 {
    margin: 0;
    font-size: 40px;
    color: #36295c;
    padding: 20px 0px;
}
.payment-head p {
    margin: 0;
    color: #0f0234;
    font-size: 24px;
}
.payment-stuff h3 {
    margin: 0;
    font-size: 65px;
    color: #36295c;
    padding: 30px 0px;
}
.payment-stuff h5 {
    margin: 0;
    font-size: 17px;
    color: #34255D;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.review-pay {
    padding-top: 60px;
}
.upload span input {
    position: relative;
}
.payment-stuff img {
    width: auto;
}
.payment-form input::placeholder {
    color: #ffffff;
}
.payment-form input {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0px;
    border: 1px solid #34255D;
    background-color: transparent;
    border-radius: 7px;
    outline: none;
    color: #34255D;
}
input#cv-input {
    width: 49%;
    margin-left: 21px;
}
select#selection {
    width: 49%;
    padding: 10px 5px;
    background: transparent;
    border: 1px solid #34255D;
    border-radius: 6px;
    color: #34255D;
    outline: none;
}
.anchor-button a {
    background: #ec7940;
    color: #ffffffff;
    border-radius: 5px;
    float: right;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
}
section.payment-sec {
    padding: 80px 0px;
}
.anchor a {
    color: #34255D;
    font-size: 22px;
    font-family: "ubuntumono-bold";
    margin-top: 5px;
    display: inline-block;
}
.payment-form {
    padding: 20px 0px;
}
.rpt-img {
    text-align: center;
}
/*Modal CSS start*/
.login-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.login-modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: none !important;
}
.login-modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 0px 20px 40px 20px;
}
.login-modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.login-modal .modal-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-modal .modal-txt input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    margin: 10px 0px;
    outline: none;
}
.login-modal .modal-txt input::placeholder {
    color: #434f74;
    font-size: 14px;
}
.login-modal .modal-txt h4 {
    margin: 0;
    padding: 10px 0px;
    color: #434242;
    font-size: 40px;
    text-transform: capitalize;
}
.login-modal .modal-button {
    width: 100%;
}
.login-modal .modal-button button {
    width: 100%;
    display: inline-block;
    border: 1px solid #f29364;
    background-color: #f29364;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
    outline: none;
    margin: 10px 0px;
}
.login-modal .modal-txt a {
    color: #f29364;
}
/*Modal CSS end*/
.reg-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.reg-modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: none !important;
}
.reg-modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 0px 20px 40px 20px;
}
.reg-modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.reg-modal .reg-modal-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reg-modal .reg-modal-txt input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    margin: 10px 0px;
    outline: none;
}
.reg-modal .reg-modal-txt input::placeholder {
    color: #434f74;
    font-size: 14px;
}
.reg-modal .reg-modal-txt h4 {
    margin: 0;
    padding: 10px 0px;
    color: #434242;
    font-size: 40px;
    text-transform: capitalize;
}
.reg-modal .modal-button {
    width: 100%;
}
.reg-modal .modal-button button {
    width: 100%;
    display: inline-block;
    border: 1px solid #f29364;
    background-color: #f29364;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
    outline: none;
    margin: 10px 0px;
    outline: none;
}
.reg-modal .reg-modal-txt a {
    color: #f29364;
}
.login-modal #myModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 60%;
    margin: 0 auto;
}
.reg-modal #my-regModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 55%;
    margin: 0 auto;
}
section.login-sign-up-sec form input {
    width: 70%;
    margin: 10px 0px;
    padding: 10px 10px;
    border: 2px solid #35265e;
    background: transparent;
    border-radius: 10px;
    outline: none;
    /* color: #fff; */
    color: #35265E;
}
section.login-sign-up-sec form select {
    width: 70%;
    margin: 10px 0px;
    /* padding: 10px 10px; */
    border: 2px solid #35265e;
    background: transparent;
    border-radius: 10px;
    outline: none;
    /* color: #fff; */
    color: #35265E;
}
section.login-sign-up-sec form input::placeholder {
    color: #35265e;
    font-size: 14px;
}
section.login-sign-up-sec h4 {
    color: #5e34a6;
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
}
section.login-sign-up-sec button {
    width: 70%;
    padding: 10px 0px;
    margin: 10px 0px;
    border: 1px solid #f29364;
    background-color: #f29364;
    color: #fff;
    border-radius: 10px;
    outline: none;
    display: inline-block;
    font-size: 25px;
    cursor: pointer;
}section.login-sign-up-sec button:hover {
background-color: transparent;
color: #f29364;
}
section.login-sign-up-sec a {
    color: #35265e;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
}
section.login-sign-up-sec a span {
    text-decoration: underline;
}
section.login-sign-up-sec {
    /*background-color: #a799ce;*/
    padding: 80px 0px 0;
}
.form-blk h4 {
    float: right;
    width: 70%;
}
.form-blk a {
    float: right;
    width: 70%;
}
.form-blk input,
.form-blk button {
    float: right;
}
/*Checkbox CSS Start*/
.field {
    margin-bottom: 30px
}
.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #00bcc9;
    padding: 8px 20px;
    border-radius: 30px;
    outline: 0;
    background: #fff !important;
    box-shadow: 0 0 10px 0 #ccc
}
.field select {
    padding: 12px 20px
}
.field textarea {
    border-radius: 15px;
    height: 200px;
    resize: none
}
.field input[type=submit] {
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    border: none;
    color: #fff;
    padding: 10px 80px
}
.field input[type=submit]:hover {
    background: #000
}
.field .contact_home {
    margin-top: 50px
}
.contact_home {
    padding: 0 12%
}
.field.code {
    width: 100%;
    padding: 0
}
.field.number {
    width: 100%
}
input.blank-inp {
    width: 45%;
    border-radius: 6px;
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}
label.error {
    display: none !important
}
.field.error {
    border-color: red !important
}
input.estimated {
    width: 13%;
    border: 1px solid #fff;
    outline: none;
    border-radius: 9px;
    color: #fff;
    background-color: transparent !important;
    box-shadow: none;
    margin-left: 20px;
}
/*Checkbox CSS End*/
.durat-totla {
    margin: 40px 20px 0;
}
.durat-totla h4 {
    margin: 0 0 20px;
}
p.estim {
    margin: 0;
    color: #34255D;
    font-size: 20px;
    margin-left: 20px;
}
.durat-totla .radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.durat-totla .radio input[type=radio]+.durat-totla .radio-label::before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.durat-totla .radio input[type=radio]:checked+.durat-totla .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.durat-totla .radio input[type=radio]:focus+.durat-totla .radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.durat-totla .radio input[type=radio]:disabled+.durat-totla .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.durat-totla .radio input[type=radio]+.durat-totla .radio-label:empty:before {
    margin-right: 0;
}
/*Premium CSS Start*/
a#premi-srch i {
    color: #5e34a6;
}
a#premi-srch {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-left: 20px;
}
a#premi-srch::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 35px;
    border-left: 2px solid #5e34a6;
    top: -5px;
    right: 10px;
}
.premium-blk ul li {
    color: #342859;
    line-height: 45px;
    font-size: 22px;
    text-align: left;
    font-family: "umr";
}
.premium-blk {
    background-color: #F0E9FF;
    padding: 41px 33px 20px;
}
.premium-blk h5 {
    color: #342859;
    font-weight: bold;
    padding-top: 50px;
    line-height: 36px;
    width: 79%;
}
.premium-blk span {
    display: block;
    text-align: center;
    font-size: 34px;
    color: #342859;
    font-family: "ubuntumono-bold";
}
.premium-blk h4 {
    font-size: 24px;
    text-align: center;
    color: #342859;
    line-height: 0.7;
}
.premium-blk h4 small {
    font-size: 17px;
}
.premium-head {
    text-align: center;
    padding: 10px 0px 30px;
}
section.premium-sec {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
}
.premium-head h4 {
    padding-top: 7px;
    font-size: 57px;
    color: #54328F;
}
.premium-mg img {
    max-width: 180px;
}
.premium-mg {
    text-align: center;
    margin: 0 0 17px;
}
.premi-top-icn ul {
    display: flex;
    align-items: center;
}
.premi-top-icn ul li {
    padding: 1px 26px;
    position: relative;
}
.premi-rgh li a {
    color: #5E34A6;
    font-weight: 600;
    font-size: 18px;
}
.premi-cent ul {
    justify-content: center;
}
.premi-rgh ul {
    float: right;
    align-items: flex-end;
}
.premium-botm {
    text-align: center;
    padding: 36px 0px 60px;
}
.premium-botm p {
    font-size: 29px;
    color: #342859;
    margin-top: 39px;
}
span.badge {
    background-color: #F87C40;
    color: #fff;
    position: absolute;
    padding: 5px;
    bottom: 4px;
    /* right: 28px; */
}
.premi-top-icn.premi-rgh ul li a img {
    /* max-width: 45px; */
    max-width: 40px;
}
span.mail-spn {
    background-color: #F87C40;
    width: 10px;
    height: 10px;
    color: #F87C40;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    right: 23px;
}
.premi-log img {
    width: 13%;
    position: absolute;
    top: -30px;
}
li.border-pre {
    position: relative;
}
.border-pre:last-child::before {
    display: none;
}
li.border-pre::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 4px solid #5E34A6;
    right: 0;
    bottom: 2px;
}
.premium-blk a {
    display: inline-block;
    background-color: #F87C40;
    color: #fff;
    padding: 5px 56px;
    font-size: 28px;
    border-radius: 7px;
    margin: 10px 0;
    border: 2px solid #F87C40;
}
li.border-pre2::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 4px solid #5E34A6;
    right: 0;
    bottom: 7px;
}
.premium-blk a {
    display: inline-block;
    background-color: #F87C40;
    color: #fff;
    padding: 5px 56px;
    font-size: 28px;
    border-radius: 7px;
    margin: 10px 0;
    border: 2px solid #F87C40;
}
.premium-blk a:hover {
    background-color: transparent;
    color: #F87C40;
}
.pre-btn {
    text-align: center;
}
ul.prem-fst {
    padding-top: 102px;
}
/*Premium CSS End*/
/*Search Bar Css Start*/
.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 29%;
}
.search-wrapper.active {
    left: 55%;
}
.search-wrapper.active {}
.search-wrapper .input-holder {
    height: 55px;
    width: 70px;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width: 330px;
    border-radius: 50px;
    background: #fff;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    position: relative;
    top: 10px;
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 38px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
    color: #000;
}
.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 6px;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #e4d8fb;
}
.search-wrapper .input-holder .search-icon:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 45px;
    border-right: 2px solid #5E34A6;
    right: 0;
    left: -24px;
    bottom: 11px;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
    background-color: #e4d9fb;
    position: relative;
    left: -73px;
    top: -8px;
}
.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content: '';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #54328f;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 2px solid #54328F;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right: -50px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
/*Search Bar Css End*/
/*Profile CSS Start*/
.profile-header .premi-cent img {
    /* filter: brightness(100); */
}
.profile-tbs .tab {
    overflow: hidden;
    background-color: #544388;
}
/* Style the buttons inside the tab */
.profile-tbs .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 16px;
    transition: 0.3s;
    font-size: 22px;
}
/* Create an active/current tablink class */
.profile-tbs .tab button.active {
    background-color: #8B75C1;
    /* border-radius: 10px 10px 0px 0px; */
    color: #fff;
}
/* Style the tab content */
.profile-tbs .tabcontent {
    display: none;
    padding: 6px 0px 40px 0px;
    border-top: none !important;
    background-color: #F0E9FF !important;
    /* color: #fff; */
    color: #544388 !important;
    border: 2px solid #C8B7F6;
}
.show-prof a {
    /* color: #fff; */
    color: #443178;
    text-decoration: underline !important;
    display: inline-block;
    font-family: "ubuntumono-bold";
}
.prof-foll #flww {
    background-color: #F29364;
    color: #fff;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    font-family: "ubuntumono-bold";
}
.prof-foll a img {
    width: 80%;
}
.prof-foll .dropdown-menu {
    position: absolute;
    top: 108%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #57468b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    /* border-radius: .25rem; */
}
.prof-foll .dropdown-menu a {
    font-size: 20px;
    color: #5e34a6;
    font-family: 'umr';
    font-weight: bold;
}
.prof-forum {
    text-align: right;
}
.prof-forum a {
    background-color: #5E34A6;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 2px;
}
.bkgrnd {
    background-color: #AB99D1;
    float: left;
    height: 223px;
    margin: 0px 2px;
    padding: 1px 1px;
    width: 100%;
}
.bgrnd-blk {
    padding: 0 4px;
}
.title-prof {
    text-align: center;
    color: #443178;
}
.title-prof h4 {
    font-size: 45px;
    text-transform: capitalize;
}
.artist {
    background-color: #544388;
    position: relative;
    /* height: 263px;*/
    width: 100%;
    border-radius: 5px;
    padding: 1px;
}
.forum-title span.img-holder {
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.forum-title span.img-holder img {
    width: 100%;
    background-color: #fff;
}
.forum-title ul {
    align-items: center;
    margin: 10px 0 3px;
    text-transform: capitalize;
}
.ele-bio {
    background-color: #B4A2F0;
}
.artist-cap {
    /*  position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    justify-content: center;
    text-align: center;*/
}
.artist-cap ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.artist-cap ul li {
    padding: 0 10px;
    font-family: "ubuntumono-bold";
}
li.artst-brdr {
    position: relative;
}
li.artst-brdr::before {
    content: '';
    position: absolute;
    border-right: 2px solid #fff;
    top: 0;
    height: 25px;
    right: 0;
    font-family: "ubuntumono-bold";
}
.prof-sprt {
    text-align: center;
    color: #443178;
}
.my-studio-sprouts {
    background: #bea8f3;
    height: auto;
}
.side-block {
    background-color: #e1d6fc;
    padding: 10px 15px;
}
.side-block .row>div:last-child {
    text-align: right;
}
.side-block a {
    color: #5e34a6;
}
.side-block .bbox {
    margin-bottom: 15px;
}
.block-head {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.block-head img {
    width: 100%;
    height: 23px;
    object-fit: cover;
}
.block-head .img-holder {
    max-width: 23px;
    height: 23px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.block-head h4 {
    font-size: 19px;
    margin: 0;
    color: #443178;
}
.main-picture img {
    width: 100%;
}
.side-block li {
    display: inline-block;
}
.side-block li a {
    color: #5e34a6;
}
.side-block h5 {
    font-size: 16px;
    margin: 0 0 4px;
    text-align: initial;
}
.main-picture {
    margin: 0 0 12px;
}
.profile-inn-banner img {
    width: 100%;
}
.profile-inn-banner {
    position: relative;
    margin-top: 30px;
    max-height: 257px;
    overflow: hidden;
    border-radius: 5px;
}
.prof-foll>* {
    display: inline-block;
}
.gallery-view {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-template-rows: masonry;
}
.gallery-view img {
    width: 100%;
}
.prof-inn-cap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26px;
    display: flex;
    align-items: center;
}
.prof-inn-cap h4 {
    font-size: 48px;
    margin: 0;
}
.prof-inn-cap p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-style: italic;
}
.uplflwr ul {
    display: flex;
    align-items: center;
}
.uplflwr ul li {
    padding: 1px 8px;
    font-family: "ubuntumono-bold";
    color: white;
}
.row.uplflwr {
    margin-top: -30px;
}
.uplrhgt ul {
    float: right;
}
li.upl-brdr {
    position: relative;
}
.row.upl-btmm {
    display: flex;
    align-items: center;
    padding: 13px 0 4px;
}
li.upl-brdr::before {
    content: '';
    position: absolute;
    border-right: 3px solid #fff;
    width: 25px;
    height: 19px;
    top: 4px;
    right: 0;
}
section.profile-main img {
    width: 100%;
    padding-top: 4px;
}
/*Profile CSS End*/
/*Light Mode CSS Start*/
.col-md-12.ele-lore p {
    color: #443178;
    font-size: 20px;
    font-family: "umr";
}
.col-md-12.ele-lore {
    box-shadow: inset 0px 0px 12px #735FB5;
    padding: 30px 50px;
    background-color: #fff;
}
li#flt-rght {
    font-family: 'umr';
    position: relative;
    right: -14px;
}
.light-sprout {
    padding-top: 20px;
}
.forum-mg ul {
    display: flex;
    align-items: center;
}
.forum-mg ul li img {
    width: 96%;
}
.sprout-grdn {
    display: flex;
    align-items: center;
}
.sprout-grdn h4 {
    padding-left: 10px;
    margin: 0;
    color: #443178;
    font-size: 23px;
}
.sprout-bg-img img {
    width: 100%;
}
.sprout-morning h4 {
    color: #443178;
    font-size: 19px;
    text-align: left;
}
.sprout-morning h4 span {
    float: right;
    font-family: "ubuntumono-bold";
}
.sprout-cmnt ul {
    display: flex;
    align-items: center;
}
.sprout-cmnt ul li {
    padding-right: 14px;
    font-size: 22px;
    color: #443178;
    font-family: "ubuntumono-bold";
}
li#flt-rght span {
    position: relative;
    right: -80px;
}
.sprout-bllk {
    padding-bottom: 40px;
}
.sprout-main {
    background-color: #CEC3F3;
    padding: 21px 20px;
    border-radius: 0;
}
section.profile-main a {
    display: block;
    float: right;
    color: #754ABF;
    font-size: 16px;
    text-decoration: underline !important;
}
section.profile-tbs {
    padding-top: 30px;
}
.uplrhgt ul li a {
    color: #D36B18;
    border: 2px solid #fff;
    padding: 6px 10px;
    border-radius: 22px;
    text-align: center;
}
.uplrhgt ul {
    position: relative;
    bottom: 7px;
}
.prof-foll .dropdown:hover .dropdown-menu {
    display: block;
}
.prof-foll .dropdown-toggle::after {
    display: none;
}
.ele-cntnt {
    background-color: #CDBEFF !important;
}
.tab.ele-tab button {
    background: transparent;
    font-family: "umr";
    /* font-family: "ubuntumono-bold"; */
    color: #443178;
    font-size: 30px;
    margin-right: 20px;
}
.ele-tab {
    background-color: transparent !important;
}
.ele-tab button.tablinks.active {
    background-color: #F0E9FF;
    color: #443178;
}
.light-sprout h4 {
    color: #443178;
    font-family: "ubuntumono-bold";
}
.light-show a {
    color: #8C65CD;
}
.light-prof h4 {
    color: #443178;
}
.prof-inn-cap img {
    width: 31% !important;
    display: inline-block;
}
.prof-inn-txc {
    width: 100%;
    padding-left: 20px;
    text-transform: capitalize;
}
.prof-dp .img-holder {
    /* width: 70px;
    height: 70px; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.prof-dp .img-holder img {
    width: 100% !important;
    border-radius: 0 !important;
}
/*Light Mode CSS End*/
/*User Forum CSS Start*/
.user-for-back a {
    font-size: 21px;
    color: #36295C;
    font-family: "umr";
    font-style: italic;
}
.div-u-forum {
    box-shadow: inset 0px 0px 12px #cbbfe9;
    border: 1px solid #544388;
    padding: 6px 20px;
    background-color: #E6DDF9;
}
.user-for-back a i {
    font-size: 50px;
    position: relative;
    top: 10px;
}
.user-for-tpc h4 {
    margin: 0;
    font-size: 36px;
    font-family: "ubuntumono-bold";
    color: #443178;
}
.user-for-tpc p {
    color: #765AA5;
    font-size: 15px;
    font-family: "umr";
}
.user-for-may {
    display: flex;
    align-items: center;
    width: 100%;
}
.user-for-may img {
    width: auto;
}
.user-for-may h4 {
    font-size: 28px;
    color: #443178;
    font-family: "ubuntumono-bold";
    padding-left: 10px;
}
.user-for-may h4 span {
    font-size: 13px;
    color: #765AA5;
    font-family: "umr";
}
.user-for-may h6 {
    color: #443178;
    padding-left: 65px;
}
.user-for-para p {
    font-size: 20px;
    color: #443178;
    font-family: "umr";
}
.user-for-para {
    padding: 10px 18px 0px 46px;
}
.user-for-cmnt ul li:nth-child(1) {
    font-weight: bold;
}
.user-for .col-md-8 {
    background-color: #F0E9FF;
    margin-top: 20px;
    padding: 30px 30px;
    border: 2px solid #F0E9FF;
    border-radius: 5px;
}
.user-for-tpc {
    padding-top: 20px;
}
.user-for-cmnt ul {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}
.user-for-cmnt ul li {
    padding-right: 30px;
    font-family: "umr";
    color: #443178;
    font-size: 23px;
}
.user-for-vulp {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.user-for-nostrud a {
    position: absolute;
    top: 2px;
    right: 10px;
}
.user-for-nostrud {
    border: 1px solid #544388;
    padding: 10px 10px;
    width: 100%;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #E6DDF9;
}
.user-for-nostrud h4 {
    font-size: 17px;
    color: #443178;
    margin: 0;
}
.user-for-nostrud a i {
    color: #765AA5;
}
.user-for-nostrud h4 span {
    font-size: 13px;
    color: #765AA5;
    font-family: "umr";
}
.user-for-nostrud p {
    color: #342859;
    font-size: 13px;
    margin: 0;
    font-family: "umr";
    width: 60%;
}
.user-join-ele {
    text-align: center;
}
.user-join-ele h4 {
    font-size: 18px;
    color: #765AA5;
    text-decoration: underline;
}
.user-nostrud-red {
    position: relative;
    left: 70px;
}
.user-nostrud-red a {
    font-size: 13px;
    color: #765AA5;
    text-decoration: underline !important;
    display: inline-block;
}
.user-for-img {
    text-align: center;
    margin-top: 20px;
}
.user-for-img img {
    width: 75%;
}
.upload-div ul li {
    list-style: none;
    display: block !important;
    font-family: 'umr';
    font-size: 20px;
}
.upload-div {
    position: absolute;
    background-color: #fff;
}
/*User Forum CSS End*/
/*drop down styling*/
.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
}
.dropdownn {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 145px;
    overflow: auto;
    z-index: 1;
    margin-left: -35px;
}
.dropdown-content img {
    width: 158px;
    padding: 0px 15px;
}
.modal-backdrop.show {
    opacity: .5;
    display: none;
}
.row.rw-centr a {
    color: #fff;
}
/*a.upload-a:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 106px;*/
/*    left: 6px;*/
/*    top: 36px;*/
/*    background-image: url(../images/up-line.png);*/
/*    height: 18px;*/
/*    background-repeat: no-repeat;*/
/*}*/
.dropdown-content a {
    color: black;
    font-size: 20px !important;
    text-align: center !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdownn:hover .dropdown-content {
    display: block;
}
/*drop down styling*/
/*Mail CSS Start*/
.mail-sec .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none !important;
}
.mail-sec .tab {
    overflow: hidden;
}
.mail-sec .tab button.active {
    background-color: #F0E9FF;
    color: #443178;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px;
}
.mail-banner img {
    width: 100%;
}
.mail-cap .tab button {
    background-color: transparent;
    border: 0;
    color: #fff;
    /* font-size: 32px; */
    font-size: 20px;
    font-family: "ubuntumono-bold";
    outline: none;
    cursor: pointer;
}
.mail-cap {
    display: flex;
    align-items: center;
    margin-top: -46px;
}
.mail-cap-msg ul {
    display: flex;
    align-items: center;
}
.mail-cap-msg {
    position: absolute;
    right: 20px;
}
.mail-cap-msg ul li {
    padding: 5px 5px;
}
.mail-tartar img {
    width: auto;
    padding-right: 5px;
}
.mail-srch {
    position: relative;
}
.mail-srch input {
    width: 26%;
    border: 2px solid #5E34A6;
    border-radius: 35px;
    padding: 3px 27px;
    color: #5E34A6;
    background-color: #f0e9ff;
}
.mail-srch i {
    position: absolute;
    left: 9px;
    top: 7px;
    color: #5E34A6;
    font-size: 19px;
}
.mail-add ul {
    display: inline-block !important;
    background-color: #fff;
    padding: 11px 20px;
}
.mail-add ul li a {
    color: #544388;
    /* font-size: 24px; */
    font-size: 20px;
    font-family: "ubuntumono-bold";
}
.mail-add {
    opacity: 0;
}
.mail-add ul li:last-child {
    border: 0;
}
.mail-plss ul li:hover .mail-add {
    opacity: 1;
}
.mail-add ul {
    position: absolute;
    /* left: 0;
    min-width: 158px; */
    left: -125px;
    min-width: 125px;
}
.mail-add ul li {
    border-bottom: 2px solid #8274A7;
}
.mail-tartar {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 10px;
    border-bottom: 2px solid #6753AF;
    padding-bottom: 10px;
    width: 100%;
    /* width: 91%; */
}
.mail-tartar-request {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 10px;
    border-bottom: 2px solid #6753AF;
    padding-bottom: 10px;
    width: 100%;
}
.mail-tartar-groupchat {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 10px;
    border-bottom: 2px solid #6753AF;
    padding-bottom: 10px;
    width: 100%;
}
.mail-tar-snnd img {
    width: auto;
}
.mail-tar-snnd {
    border-bottom: 2px solid #6753AF;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 90%;
}
.mail-tartar-txt h4 {
    font-size: 22px;
    color: #1E0D51;
    font-family: "ubuntumono-bold";
    margin: 0;
    cursor: pointer;
}
.mail-tartar-txt p {
    font-size: 18px;
    color: #1E0D51;
    margin: 0;
    font-family: "umr";
}
.mail-plss ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.mail-plss ul li {
    padding: 7px 10px;
}
li.diff-clr a {
    color: #F87C40 !important;
}
.liter-back p.desc-space {
    min-height: 175px;
}
.auc-emoji {
    margin-top: 10px;
}
section.mail-sec {
    background-color: #F0E9FF;
    margin-top: 40px;
}
.plus-ul {
    float: left !important;
    margin-top: 6px;
}
.mail-other {
    display: flex;
    align-items: center;
}
.mail-other h4 {
    font-size: 36px;
    color: #443178;
    margin: 0;
    font-family: "ubuntumono-bold";
}
.mail-other p {
    font-size: 25px;
    margin: 0;
    color: #443178;
    display: inline-block;
    font-style: italic;
}
.mail-frame img {
    width: 100%;
}
.mail-frame-date img {
    width: 100px;
}
.mail-frame-date {
    display: flex;
    align-items: center;
    margin-top: 12px;
    position: relative;
    padding-bottom: 10px;
}
.mail-frame {
    position: relative;
}
.mail-frame-cap {
    position: absolute;
    /* bottom: 0; */
    bottom: 50px;
    width: 100%;
    padding-left: 40px;
    top: auto;
    /* add */
    max-height: 400px;
    width: 96%;
    overflow: auto;
}
.mail-uder h4 {
    font-size: 24px;
    color: #443178;
    margin: 0;
}
.mail-uder {
    padding-left: 10px;
}
.mail-uder h4 span {
    font-size: 12px;
    font-style: italic;
    font-family: "umr";
}
.mail-uder p {
    color: #443178;
    margin: 0;
    font-family: "umr";
    max-width: 80%;
    word-break: break-word;
}
.mail-frame-date::after {
    content: '';
    position: absolute;
    background: url(../images/mail-bfr.png);
    width: 100%;
    height: 5px;
    margin: 0 auto;
    background-repeat: no-repeat;
    bottom: 0;
    top: auto;
}
.mail-emo {
    background-color: #CEC3F3;
    display: inline-block;
    width: 96%;
    border-radius: 5px;
    /* margin-top: 20px; */
    margin-top: 10px;
    margin-left: 15px;
    width: 96%;
}
.mail-emo input {
    width: 100%;
    position: absolute;
    height: 40px;
    border: 0;
    padding: 0 50px;
    outline: none;
    background: transparent;
}
.mail-emo ul li img {
    width: auto;
}
.mail-emo ul {
    display: flex;
    align-items: center;
    float: right;
}
.mail-emo ul li {
    padding: 0 7px;
}
/*Mail CSS End*/
/*Literature CSS Start*/
.liter-head h4 {
    font-size: 36px;
}
.liter-head h4 span {
    padding-left: 10px;
}
.liter-head h4 img {
    width: auto;
    padding-right: 10px;
}
.liter-srcch {
    float: right;
}
.liter-srcch input {
    width: 80%;
    float: right;
    border-radius: 25px;
    outline: none;
    background-color: transparent;
    border: 4px solid #5e34a6;
}
.liter-srcch i {
    font-size: 22px;
    margin-right: 10px;
}
.liter-srcch {
    position: relative;
    /*display: flex;*/
    align-items: center;
}
.liter-srcch a {
    top: 5px;
    position: absolute;
    left: 47px;
    color: #5e34a6;
}
/*.liter-srcch::before {content: '';position: absolute;width: 25px;height: 31px;top: 0;border-left: 2px solid #fff;left: -7px;}*/
#more {
    display: none;
}
.liter-exam button {
    background-color: transparent;
    border: none;
    /* color: #fff; */
    color: #352660;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.liter-line ul {
    display: flex;
    align-items: center;
}
.liter-line ul li {
    padding-right: 20px;
}
.liter-line ul li a {
    /* color: #fff; */
    color: #352660;
    font-weight: bold;
}
.liter-back {
    /* background-color: #352660;
    color: #fff; */
    background-color: #fff;
    color: #352660;
    padding: 30px 40px 30px 30px;
    border-radius: 3px;
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
    border: 1px solid #663ca7;
}
.liter-line {
    padding-top: 10px;
}
.liter-exam p {
    margin: 0;
}
.read-btt {
    text-align: center;
}
.liter-exam-itl {
    display: flex;
    align-items: center;
}
.liter-exam-itl img {
    width: 11%;
    margin-right: 10px;
}
.liter-exam-itl h4 {
    margin: 0;
}
.liter-back-scnd {
    height: 280px;
}
.row.liter-rw {
    display: flex;
    align-items: flex-start !important;
}
.library-side {
    text-align: center;
    padding-top: 31px;
}
.div-lit-cont {
    background-color: #F9F6FF;
    border: 1px solid #5e34a6;
    color: #5e34a6;
    padding: 10px 25px;
    height: 100%;
}
.lit-row {
    margin-bottom: 20px;
}
.div-lit-cont h2 {
    font-size: 24px;
}
.div-lit-a {
    text-align: center;
}
.div-lit-a a {
    color: #5e34a6;
    font-weight: bold;
}
.div-lit-a a:hover {
    text-decoration: underline;
}
.div-lit-cont ul li {
    display: inline;
    list-style: none;
    padding-right: 7px;
    font-family: "ubuntumono-bold";
}
.div-lit-cont p {
    margin-bottom: 0;
    font-size: 16px;
}
.div-lit-cont ul li img {
    margin-right: -5px;
}
.library-bllk {
    /* height: auto; */
    /* border-radius: 8px 8px 8px 8px; */
    /* background: linear-gradient(0deg, rgba(240, 218, 225, 1) 0%, rgba(241, 231, 246, 1) 100%); */
    height: 155px;
    border: 10px solid #443178;
}
.color-lavender {
    background: #e1d6fc;
}
.glrrrr-tbss .tab {
    background-color: transparent;
}
.glrrrr-tbss .tab button {
    color: #443178;
    font-family: "umr";
    background-color: transparent;
}
.gal-h {
    display: flex;
    align-items: center;
}
.gal-h h2 {
    display: inline;
    color: #5e34a6;
}
.gal-h img {
    margin-right: 10px;
}
.glrrrr-tbss .tab .active {
    background-color: #F0E9FF !important;
    color: #443178 !important;
}
.row.liter-frct {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    margin: 6px 0px;
}
.library-bllk2 button {
    color: #5e34a6;
    float: right;
    display: block;
    padding-right: 5px;
    padding-top: 1px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
.library-frame {
    text-align: center;
    display: block;
}
.library-side h4 {
    color: #5e34a6;
}
.library-frame a span {
    border: 13px solid #5e34a6;
    width: 135px;
    height: 115px;
    display: inline-block;
    background-color: transparent;
    margin-top: 50px;
    margin-left: 13px;
}
.liter-line ul li a {
    display: flex;
    align-items: center;
}
.liter-line ul li a img {
    margin-right: 5px;
}
li.litr-cmnt {
    display: contents;
}
.gallery-mmg ul li {
    display: contents;
    align-items: center;
}
.gallery-mmg ul li a img {
    margin-bottom: 20px;
}
.gallery-bkgr {
    width: 100%;
    height: 310px;
    margin: 0 0px 15px;
    background-color: #e1d5fb;
}
.gal-wid {
    padding-left: 5px;
    padding-right: 5px;
}
.galery-cart img {
    /* width: 100%;
    height: 310px; */
    /* width: 200px;
    height: 200px; */
    /*width: 200px;*/
    width: -webkit-fill-available;
    height: 200px;
}
/*Literture CSS End*/
/*Auction CSS Start*/
.auction-art {
    text-align: center;
    position: relative;
}
.auction-img {
    padding-top: 30px;
}
.auction-stran .row {
    display: flex;
    align-items: center;
}
.auction-stran ul {
    display: flex;
    align-items: center;
}
.auction-stran ul li {
    padding: 0 9px;
}
.auction-item h4 a {
    font-size: 16px;
    color: #443178;
    text-decoration: underline !important;
}
.auction-current h4 {
    color: #443178;
    font-size: 22px;
    padding-bottom: 10px;
}
.auction-stran h4 {
    color: #443178;
}
.auction-stran ul li {
    color: #443178;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.auction-stran ul span {
    display: flex;
    align-items: center;
}
.auction-stran ul span #lottiess {
    position: absolute;
    width: 39px;
    left: 0;
    top: -2px;
    opacity: 0;
}
.auction-stran ul span #lottiesss {
    position: absolute;
    width: 39px;
    left: 12px;
    top: -2px;
    opacity: 0;
}
.like:hover img {
    opacity: 0;
}
.like:hover span #lottiess,
.like:hover span #lottiesss {
    opacity: 1;
}
.auction-place h4 {
    background-color: #443178;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
}
.auction-place h4 img {
    width: 40%;
}
.auction-place p {
    font-size: 15px;
    color: #443178;
    margin: 0;
}
.auction-dolar h4 {
    border: 2px solid #443178;
    display: inline-block;
    padding: 1px 40px;
    border-radius: 5px;
    position: relative;
}
.auction-dolar h4::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 20px;
    height: 23px;
    right: 0;
    margin: 0 auto;
    border: 2px solid #443178;
    border-top: 3px solid #F0E9FF;
    border-radius: 0 0 5px 5px;
}
.row.auto-auction {
    justify-content: center;
}
.auction-buy a {
    background-color: #F29364;
    color: #fff;
    padding: 3px 23px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
}
/*Auction CSS End*/
/*Auction Alert CSS Start*/
.auction-alert-btn .tab button {
    display: block;
    color: #443178;
    background-color: transparent;
    border: 0;
    font-size: 28px;
    padding: 7px 0;
    font-family: "umr";
    outline: none;
}
.auction-alert-btn .tab button.active {
    background-color: #F0E9FF;
    border: 2px solid #D3C3F4;
    padding: 0px 10px;
    border-radius: 11px;
    outline: none;
    font-family: "umr";
}
.auction-content .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
}
.auction-content {
    background-color: #F0E9FF;
    height: 100%;
    border: 2px solid #D3C3F4;
    border-radius: 6px 6px 0px 0px;
}
.auction-content .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    outline: none;
}
div#auction-alert {
    float: right;
}
div#auction-alert h4 img {
    width: auto;
    margin-right: 10px;
}
div#auction-alert h4 {
    font-size: 23px;
}
.auction-bids {
    background-color: #E2DAFA;
    color: #443178;
    padding: 10px 40px 10px 20px;
    border-radius: 7px;
    display: inline-block;
}
.auction-bids ul li a {
    color: #443178;
    font-size: 24px;
    font-family: "umr";
}
section.profile-main {
    background-color: #e1d6fc;
}
section.auction-alert {
    padding-top: 30px;
}
.auction-barbie {
    text-align: center;
}
.auction-barbie img {
    width: auto;
}
.auc-tod ul {
    display: flex;
    align-items: center;
}
.auc-tod ul li {
    padding-right: 30px;
    color: #443178;
    font-size: 16px;
    font-family: "umr";
}
.auc-jay h3 img {
    margin-right: 10px;
}
.auc-jay h3 {
    color: #443178;
    font-family: "umr";
    font-size: 19px;
}
.auc-jay h3 span {
    text-decoration: underline;
    font-weight: 600;
}
.auc-not-txt {
    padding-bottom: 30px;
}
.auction-sort {
    float: right;
}
.auction-sort h4 {
    /* text-align: right; */
    color: #443178;
    font-family: "umr";
}
div#auction-notification {
    padding: 20px;
}
.auc-art-txt h4 {
    font-size: 15px;
    color: #36295C;
    font-family: "umr";
    font-weight: 600;
}
.auc-art-txt p {
    font-size: 14px;
    color: #36295C;
    font-family: "umr";
}
.auc-icon-div {
    position: relative;
    padding-top: 20px;
}
.auc-icon-div:after {
    content: '';
    position: absolute;
    background-image: url(../images/border.png);
    height: 4px;
    width: 100%;
    padding-top: 20px;
    background-size: 83%;
    background-repeat: no-repeat;
    left: 0;
    top: -3px;
    background-position: center;
}
.auc-icon-div:before {
    content: '';
    position: absolute;
    background-image: url(../images/border.png);
    height: 4px;
    width: 100%;
    padding-top: 20px;
    background-size: 83%;
    background-repeat: no-repeat;
    left: 0;
    /* top: -3px; */
    bottom: -21px;
    background-position: center;
}
.auction-stran {
    padding-top: 10px;
}
.auction-stran img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.auc-art-txt a {
    font-size: 18px;
    display: inline-block;
    color: #36295C;
    font-family: "ubuntumono-bold";
}
.auc-art-cntr {
    text-align: center;
}
.auc-art-txt {
    padding: 20px 10px 0;
    border: 2px solid #544388;
    background-color: #F9F6FF;
}
div#auction-artist .row {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
}
/*div#auction-artist img {*/
/*    width: 100%;*/
/*}*/
.auc-art-three img {
    width: 74% !important;
}
.auc-art-img {
    text-align: center;
    padding-bottom: 20px;
}
/*AUction Alert CSS end*/
.sec-flower {
    padding-top: 24px;
    padding-bottom: 130px;
}
.div-h-flower {
    text-align: center;
    margin-top: 40px;
}
.div-h-flower-1 {
    position: relative;
    bottom: 70px;
    margin-top: 33px !important;
}
ul.ul-fl-h img {
    width: 85%;
}
li.bl-flwr {
    margin: -31px;
}
.div-h-flower h3 {
    color: #443178;
    font-size: 19px;
    margin-left: 17px;
    margin-bottom: 0;
}
.div-h-flower img {
    padding-bottom: 50px;
    max-width: 183px;
}
.sort-flwr ul li p {
    font-size: 16px;
    color: #443178;
    margin: 0;
}
.ul-fl-h li {
    display: block;
    font-family: "umr";
    color: #443178;
    font-size: 35px;
}
.ul-fl-imgs li {
    display: inline-block;
    font-family: "umr";
    color: #443178;
    font-size: 20px;
}
.flower-cntnt {
    background-color: #F0E9FF;
    width: 100%;
    height: 100%;
    border-radius: 0px 5px 5px 5px;
}
ul.ul-fl-h {
    margin-left: 22px;
    padding-top: 20px;
}
a.fltabs {
    color: #443178;
    font-size: 30px;
    margin-right: 20px;
}
a.fltabs.active {
    background-color: #F0E9FF;
    padding: 2px 10px 11px;
    border-radius: 7px;
}
.sort-flwr {
    text-align: right;
}
.sort-flwr ul {
    padding-right: 12px;
    padding-top: 6px;
}
.sort-flwr ul li {
    display: inline-block;
}
.sort-flwr a {
    color: #443178;
    font-size: 21px;
    font-family: "umr";
}
.sort-flwr img {
    top: 13px;
    left: 181px;
}
.flwcntnt {
    display: none;
}
ul.icon-flwr li {
    display: inline-block;
    font-size: 21px;
    margin-right: -17px;
    font-style: italic;
    margin-top: 11px;
}
ul.icon-flwr li img {
    padding-left: 14px;
    margin-top: -56px;
}
.flwr-craft {
    margin-top: -38px;
    margin-left: 29px;
}
.flwr-craft a {
    background-color: #F29364;
    color: #fff;
    font-size: 25px;
    padding: 6px 16px;
    border-radius: 5px;
    border: 1px solid #F29364;
}
.flwr-craft a:hover {
    background-color: transparent;
    color: #F29364;
}
.bq-imgs img {
    padding-right: 50px;
}
ul.icon-flwr {
    margin-top: -20px;
}
.all-craft {
    background-color: #fff;
    text-align: left;
    float: right;
    padding: 9px 12px 13px 14px;
    margin-right: 15px;
}
.all-craft ul li {
    display: block;
}
.auc-tod ul {
    padding-bottom: 28px;
}
.txt-title {
    text-align: center;
    width: 90%;
}
.txt-title h4 {
    color: #443178;
    font-size: 38px;
    font-family: 'umr';
}
.art-corner2 h4 {
    font-size: 33px;
}
.purple-blk {
    padding: 10px;
    text-align: center;
}
.purple-blk img {
    width: 100px;
}
/*.purple-blk {
    width: 85%;
    background-image: url(../images/Rectangle37.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    position: relative;
    left: 90px;
    height: 182px;
}
*/
.purple-img {
    background-color: #CEC3F3;
    width: 83%;
    display: flex;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px 60px;
        overflow: auto;
}
.purple-title {}
/*.purple-head {
    padding: 20px 0px;
    display: flex;
    justify-content: end;
    width: 90%;
}*/
.purple-title {
    text-align: center;
    padding: 20px 0px;
}
.div-main-art1 {
    background-color: #F0E9FF;
    border: 1px solid #C8B7F6;
    margin-top: 20px;
    border-radius: 9px;
    width: 90%;
}
.art-corner23 {
    padding-top: 39px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rw-centr {
    display: flex;
    align-items: center;
}
.div-main-art1 {
    background-color: #F0E9FF;
    border: 1px solid #C8B7F6;
    margin-top: 20px;
    border-radius: 9px;
    width: 90%;
    padding: 80px 0px 0px 0px;
}
.purple-title h4 {
    font-family: "umr";
    color: #443178;
    font-size: 30px;
    margin: 0;
}
.craft-head-img img {
    width: 98%;
}
.div-main-art1 {
    background-color: #F0E9FF;
    border: 1px solid #C8B7F6;
    margin-top: 0;
    border-radius: 9px;
    width: 95%;
    padding: 0px 0px 50px;
}
.your-grn-title {
    position: relative;
    bottom: 150px;
}
.your-grn-title h4 {
    color: #443178;
    font-size: 31.52px;
    margin: 0;
}
.rpt-img img {
    width: 80%;
}
.auction-barbie img {
    width: 100%;
}
section.craft-1-sec {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
    padding: 50px 0px;
}
button.dropbtn {
    border: 0;
    font-size: 28px;
    background: transparent;
    font-family: 'umr';
    color: #443178;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 118px;
    overflow: auto;
    z-index: 1;
    margin-left: -35px;
}
.dropdown-content a {
    color: #443178 !important;
    font-size: 28px;
    display: block;
    padding: 3px 15px;
    text-align: left !important;
}
.dropdown a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.dropdown-sort-by {
    display: inline-block;
}
.sort-by-blk {
    display: flex;
    justify-content: end;
}
section.upload-art-sec {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
    padding: 60px 0px;
}
.ul-rw ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-rw {
    position: absolute;
    top: -57px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 0 110px;
}
.div-main-upload1 img {
    width: 87%;
}
.div-up {
    background-color: #F0E9FF;
    padding-top: 31px 28px;
    padding: 61px 0px;
    /* height: 685px; */
    border-radius: 5px;
    border: 1px solid #D3C2F5;
}
.upload-btn-upload img {
    width: auto;
}
.ul-rw li {
    margin: 0px 30px;
}
.upload-btn-upload a {
    background-color: #36295C;
    color: #fff;
    padding: 20px 40px;
    /* font-size: 26px; */
    font-size: 20px;
}
.auc-emoji img {
    width: auto;
}
.upload-btn-upload input {
    position: relative;
    width: 80%;
    bottom: 60px;
    left: 0px;
    right: 0;
    border: 0;
    padding: 10px 0px;
    background: #fff;
    opacity: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.upload-btn-upload {
    margin: 0px 24px;
}
.btn-bef {
    position: relative;
}
.btn-bef::before {
    content: '';
    position: absolute;
    background-image: url(../images/Ellipse14.png);
    width: 95px;
    height: 95px;
    top: -110px;
    bottom: 0;
    right: -20px;
}
.div-main-per-forum1 {
    background-color: #F0E9FF;
    border: 1px solid #C8B7F6;
    border-radius: 9px;
    padding: 10px 30px 90px 30px;
}
.forum-title ul {
    display: flex;
    align-items: flex-end;
}
.forum-title ul li {
    margin: 0px 20px 0px 0px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.artist-cap .tb-forum {
    border-collapse: separate;
    width: 100%;
    border-spacing: 5px;
}
tr.br-1 {
    background-image: url(../images/Rectangle37.png);
}
td.fnt-23,
td.fnt-23 a {
    /* font-size: 23px; */
    font-size: 18px;
    font-family: 'umr';
    color: #443178;
    padding: 15px 10px !important;
}
td.fnt-17 {
    font-size: 17px;
    font-family: 'umr';
    color: #443178;
    padding: 15px 10px !important;
}
th.fnt-17 {
    font-size: 17px;
    font-family: 'umr';
    color: #443178;
    padding: 10px 2px;
}
th.fnt-20 {
    font-size: 20px;
    font-family: 'umr';
    color: #443178;
    padding: 10px 5px;
}
td.fnt-20 {
    font-size: 20px;
    font-family: 'umr';
    color: #443178;
    padding: 15px 5px !important;
    text-align: right;
}
th.fnt-27 {
    font-size: 27px;
    font-family: 'umr';
    color: #443178;
    padding: 10px 2px;
}
table tr {
    /*background-color: #CEC3F3;*/
}
.slat-banner img {
    width: 100%;
}
table.tb-forum td {
    padding-bottom: 30px;
}
table.tb-forum td {
    padding: 15px;
}
table.tb-forum td {
    width: 50%;
}
table.tb-forum tr {
    background-color: #CEC3F3;
    border: 5px solid #f0e9ff;
    /* display: inline-block;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #CEC3F3;
    border-radius: 5px;*/
}
tr.np-back {
    background: transparent !important;
    border: 0 !important;
}
table.tb-forum th {
    width: 80%;
}
.clr {
    color: #5E34A6;
}
.img-poll-blk {
    display: flex;
    justify-content: center;
}
.div-main-per-forum1 .row {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
span.pizza {
    background-color: #EF9A75;
    padding: 5px 140px 5px 15px;
}
.poll-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.poll-txt ul li {
    font-size: 28px;
    font-family: 'umr';
    color: #5E34A6;
    margin: 5px 0px;
}
.poll-txt il li span {
    color: #443178;
}
span.sardi {
    background-color: #CEC3F3;
    padding: 5px 40px 5px 15px;
}
span.orange {
    background-color: #CEC3F3;
    padding: 5px 20px 4px 15px;
}
span.salad {
    background-color: #CEC3F3;
    padding: 5px 20px 4px 15px;
}
.md-7-blk {
    display: flex;
    align-items: flex-end;
}
.search-bar {
    display: inline-table;
    width: 100%;
    text-align: end;
}
.forum-title {
    width: 100%;
}
.search-bar input {
    border: 3px solid #5E34A6;
    background: transparent;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    outline: none;
    text-align: center;
}
.search-bar a i {
    position: relative;
    right: 190px;
    top: 1px;
    color: #5E34A6;
    font-size: 24px;
}
.poll-title h4 {
    font-size: 28px;
    color: #5E34A6;
    font-family: 'ubuntumono-bold';
}
.poll-blk {
    box-shadow: inset 0px 0px 12px #dccfff;
    padding: 19px 20px;
    border: 1px solid #DED2FF;
    width: 81%;
    margin: 0 auto;
}
.div-main-per-forum1 .col-md-5 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 63px;
}
.div-main-per-forum1 .col-md-7::before {
    content: '';
    position: absolute;
    background-image: url(../images/Ellipse37.png);
    width: 4px;
    height: 620px;
    left: auto;
    right: -60px;
    top: 80px;
}
.pol-title-txt h4 {
    font-size: 27px;
    color: #5E34A6;
}
.official-blk {
    width: 100%;
}
.official-blk h4 {
    font-size: 29px;
    color: #443178;
    font-family: 'umr';
}
.md-12-blk {
    margin: 0;
    padding-bottom: 40px;
    padding-top: 8px;
}
section.forums-sec {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
    padding: 10px 0px 80px 0px;
}
.div-main-per-forum {
    background-color: #F0E9FF;
    border: 2px solid #C8B7F6;
    border-radius: 9px;
    padding: 10px 50px 90px 50px;
}
.img-forum-blk a {
    /* text-align: right; */
    color: #5e34a6;
    text-decoration: underline !important;
}
.img-forum-blk {
    padding-bottom: 9px;
    text-align: right;
}
.img-forum-blk img {
    width: 100%;
}
.poll-div {
    padding-top: 72px;
}
.poll-div:before {
    content: '';
    position: absolute;
    background-image: url(../images/Ellipse37.png);
    width: 4px;
    height: 620px;
    left: 7px;
    right: auto;
    top: 20px;
}
.forum-title ul li h4 {
    color: #5e34a6;
    font-weight: bold;
}
.pol-title-txt {
    text-align: center;
}
.div-main-per-forum .col-md-7 {
    margin: 0;
    padding: 0;
}
/*.forum-blk ul li {
    list-style: auto;
}
*/
.forum-blk {
    border: 1px solid #C8B7F6;
    background: #C8B7F6;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 4px;
}
.div-main-per-forum .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.tb-forum-1 {
    /* width: 93%; */
    width: 100%;
}
.forum-blk ul li {
    font-size: 18px;
    /* font-style: italic; */
    color: #443178;
    margin: 0;
    padding: 7px 0px 5px 30px;
    font-family: 'umr';
}
.available-chk .form-group label:before {
    content: '' !important;
    -webkit-appearance: none !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%) !important;
    padding: 15px !important;
    /* padding: 10px !important; */
    display: inline-block !important;
    position: relative !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    margin-right: 8px !important;
    background-color: transparent !important;
    top: -4px !important;
    border-radius: 25px !important;
}
.available-chk .form-group input:checked+label:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 3px !important;
    left: 33px !important;
    width: 20px !important;
    height: 20px !important;
    border: solid #fff !important;
    background-color: #fff;
    border-radius: 25px;
}
.available-chk .form-group label {
    padding: 0px 26px;
}
.available-chk {
    padding-left: 0 !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    background-color: #443178;
    margin-bottom: 0 !important;
}
.available-chk label {
    font-size: 20px !important;
    font-family: 'umr' !important;
    margin: 0 !important;
}
.rw-line {
    padding-top: 130px;
    position: relative;
}
.rw-line::before {
    content: '';
    position: absolute;
    background-image: url(../images/Ellipse35.png);
    width: 100%;
    height: 4px;
    top: 80px;
}
.fnt-fr-by {
    font-size: 17px !important;
    font-family: 'umr' !important;
    color: #5E34A6 !important;
}
.fnt-fr-20 {
    font-size: 20px !important;
    color: #5E34A6 !important;
    font-family: 'umr' !important;
}
.fnt-rep {
    color: #5E34A6 !important;
    font-size: 20px !important;
}
.fnt-fr-27 {
    font-size: 32px !important;
    color: #5E34A6 !important;
}
.fnr-pst {
    color: #5E34A6 !important;
    font-size: 20px !important;
}
.forums-title-txt h4 {
    font-size: 37px;
    color: #5E34A6;
    font-family: 'ubuntumono-bold';
}
section.profile-exhibits-tbs {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
    padding: 10px 0px 80px 0px;
}
.profile-exhibits-tbs .tab {
    overflow: hidden;
    background-color: transparent;
}
.profile-exhibits-tbs .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 30px;
    color: #443178;
    font-family: "umr";
}
.profile-exhibits-tbs .tab button.active {
    background-color: #F0E9FF;
    border-radius: 10px 10px 0px 0px;
    color: #443178;
}
.profile-exhibits-tbs .tabcontent {
    display: none;
    padding: 36px 32px 150px;
    border: 1px solid #F0E9FF;
    border-top: none !important;
    background-color: #F0E9FF;
    color: #fff;
    border: 2px solid #C8B7F6;
}
.exhibit-title {
    text-align: center;
    padding: 30px 0px;
}
.exhibit-title h4 {
    font-size: 55px;
    color: #443178;
    font-family: 'umr';
}
.exhibit-title img {
    width: auto;
    opacity: 0.5;
}
div#Sprouts {
    background-color: transparent !important;
}
.row.sprout-tab {
    background-color: #f0e9ff;
    margin-top: -6px;
}
.purple-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 0px !important;
}
.title {
    text-align: center;
    width: 73%;
    position: relative;
    left: 70px;
}
.purple-fr-blk h4 {
    color: #443178;
    font-size: 35px;
    font-family: "umr";
}
.pr-blk-1 {
    border: 1px solid #C2BBEF;
    width: 314px;
    height: 252px;
    background-color: #C2BBEF;
}
.pr-blk-2 {
    border: 1px solid #C2BBEF;
    width: 314px;
    height: 215px;
    background-color: #C2BBEF;
}
.purple-blk-fr ul li {
    margin: 30px 0px;
}
.cat-blk ul {
    display: flex;
}
.cat-blk ul li {
    margin: 0px 17px 7px 0px;
}
.purple-fr-blk ul li {
    margin-bottom: 28px;
}
.img-txt-blk.-fr {
    /* border: 1px solid #443178;
    width: 314px;
    height: 297px;
    position: relative; */
    border: 1px solid #443178;
    width: 300px;
    height: 297px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    margin: 0 10px 20px;
}
.img-txt-blk img {
    height: 160px !important;
    width: 100% !important;
}
.exhibit-title ul li {
    list-style: none;
    display: inline-block;
    padding: 0 21px;
    padding-top: 17px;
}
.img-txt-blk.-fr p {
    color: #36295C;
    font-size: 14px;
    padding: 0px 5px;
    padding-top: 38px;
}
.img-txt-blk.-fr img {
    width: 100%;
}
.cat-blk input {
    border: 3px solid #36295C;
    border-radius: 30px;
    padding: 5px 30px;
    outline: none;
    text-align: center;
    font-size: 15px;
    font-family: "umr";
    background-color: transparent;
}
.cat-blk input::placeholder {
    color: #36295C;
    font-size: 31px;
    position: relative;
    top: 3px;
}
.cat-blk ul li a i {
    color: #443178;
    font-size: 28px;
}
.blue-img {
    position: absolute;
}
.blue-img img {
    width: auto !important;
}
.blue-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#Discover .col-md-3 {
    max-width: 100%;
}
/*Exhibit Page Gal CSS Start*/
.page-gal-title img {
    width: 100%;
    padding-top: 10px;
}
.page-gal-title a {
    text-align: right;
    display: block;
    color: #754ABF;
    font-size: 16px;
    text-decoration: underline !important;
}
.pag-gal-tab .tab button.active {
    background-color: #F0E9FF;
    padding: 10px 10px;
    border-radius: 7px 7px 0px 0px;
}
.pag-gal-tab .tab {
    overflow: hidden;
}
.pag-gal-tab .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none !important;
}
.pag-gal-tab .tab button {
    font-size: 25px;
    color: #443178;
    background: transparent;
    border: 0;
    outline: none;
    font-family: "umr";
}
div#gallery {
    background-color: #F0E9FF;
    border-radius: 7px;
}
.page-gal-head h4 {
    background-color: #CEC3F3;
    padding: 16px 15px;
    font-size: 27px;
    color: #443178;
    font-family: "ubuntumono-bold";
    border-radius: 5px;
    width: 98%;
    margin: 14px auto;
}
.page-gal-head {
    padding-top: 12px;
}
.page-gal-img ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.page-gal-img ul li {
    padding: 0 10px;
}
.page-gal-img {
    width: 100%;
}
.page-gal-img ul li img {
    width: 100%;
}
.page-gal-exsec {
    padding-top: 50px;
}
/*Exhibit Page Gal CSS end*/
/* 
.chat-inter-btn .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
    top: 5px;
}
.chat-inter-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.chat-inter-btn > p {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
}
.chat-inter-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.chat-inter-btn .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 21px;
    left: 9px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.chat-inter-btn input:checked+.slider {
    background-color: #cccccc;
    transform: rotateY(180deg);
}
input:focus+.slider {
    box-shadow: 0 0 1px #67559B;
}
.chat-inter-btn input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.chat-inter-btn .slider.round {
    border-radius: 34px;
    background-color: #67559B;
    transform: rotateY(180deg);
}
.chat-inter-btn .slider.round:before {
    border-radius: 50%;
} */
.checkboxes-and-radios {
    /* margin: 80px auto 0; */
    /* width: 280px; */
    padding: 30px;
    background: #fafafa;
}
.checkboxes-and-radios input {
    display: none;
}
.checkboxes-and-radios label {
    cursor: pointer;
    padding-right: 35px;
    position: relative;
    display: block;
    font-size: 18px;
    padding: 15px 0;
    text-align: left;
}
.checkboxes-and-radios input[type="checkbox"],
.checkboxes-and-radios input[type="radio"] {
    position: absolute;
    visibility: hidden !important;
}
.checkboxes-and-radios input[type="checkbox"]+label:before,
.checkboxes-and-radios input[type="checkbox"]+label:after,
.checkboxes-and-radios input[type="radio"]+label:before,
.checkboxes-and-radios input[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    box-sizing: border-box;
}
.checkboxes-and-radios input[type="checkbox"]+label:before,
.checkboxes-and-radios input[type="radio"]+label:before {
    width: 30px;
    height: 15px;
    right: 0px;
    background: #fff;
    border: 2px solid #e4e3e1;
    border-radius: 15px;
}
.checkboxes-and-radios input[type="checkbox"]+label:after,
.checkboxes-and-radios input[type="radio"]+label:after {
    width: 15px;
    height: 15px;
    right: 15px;
    background: #BDBDBD;
    border-radius: 50%;
    transition: all 200ms ease-out;
}
.checkboxes-and-radios input[type="checkbox"]:checked+label:after,
.checkboxes-and-radios input[type="radio"]:checked+label:after {
    right: 0px;
    /* background: #FF9800; */
    background: #5e34a6;
}
/*Auction Interface CSS Start*/
.auc-inter-btn .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
    top: 5px;
}
.auc-inter-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.auc-inter-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.auc-inter-btn .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 21px;
    left: 9px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.auc-inter-btn input:checked+.slider {
    background-color: #cccccc;
    transform: rotateY(180deg);
}
input:focus+.slider {
    box-shadow: 0 0 1px #67559B;
}
.auc-inter-btn input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.auc-inter-btn .slider.round {
    border-radius: 34px;
    background-color: #67559B;
    transform: rotateY(180deg);
}
.auc-inter-btn .slider.round:before {
    border-radius: 50%;
}
.row.auc-rw-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0;
    text-align: center;
}
.row.auc-inter-pnn {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.auc-intr-yelloew input:checked+.slider {
    background-color: #F29364;
    display: none;
}
.auc-intr-yelloew {
    position: relative;
    left: -52px;
    top: 7px;
}
.auc-title-only {
    background-color: #CEC3F3;
    width: 100%;
    /* padding: 110px 16%; */
}
.auc-title-only .editor-holder {
    border: 1px solid;
    padding: 8px;
    background-color: #fff;
}
.editor-holder input.form-control {
    border-radius: 0;
    border: 1px solid;
    font-size: 25px;
}
.editor-holder .cke_editor_editor1 {
    border: 1px solid;
    border-top: none !important;
}
.auc-inter-ice .dropzone {
    background: no-repeat;
    border: none;
    padding: 10px 20px;
}
.dropzone .dz-preview .dz-image {
    width: 150px;
    height: 150px;
}
.dropzone .dz-preview .dz-remove {
    width: 100%;
}
.auc-title-only.auction-page {
    padding: 0;
}
.auc-emoji input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid;
}
.auc-inter-tag input[type="text"] {
    border: none;
    border-bottom: 1px solid;
    background: none;
    width: 100%;
}
.auc-title-only h4 {
    font-size: 35px;
    color: #36295C;
    border-bottom: 1px solid #36295C;
    padding: 0 10px;
}
section.auc-inter .container {
    background-color: #F0E9FF;
    padding: 40px 50px 70px;
    margin-top: 30px;
    border-radius: 10px;
}
.auc-emoji ul {
    display: flex;
    align-items: center;
}
.auc-emoji ul li {
    padding-right: 20px;
}
.auc-emoji ul li a {
    color: #433078;
    font-size: 28px;
}
.auc-inter-tag {
    border: 4px solid #433078;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
}
.auc-intr-draft span {
    position: relative;
    display: inline-block;
    font-size: 34px;
    margin-right: 20px;
    background-color: #443178;
    color: #fff;
    padding: 6px 35px;
    font-family: "umr";
}
.auc-intr-draft span input {
    opacity: 0;
    position: absolute;
    left: 0;
}
.auc-inter-tag p {
    margin: 0;
    font-size: 30px;
    font-family: "umr";
    color: #433078;
}
.auc-inter-img {
    background-color: #CEC3F3;
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
}
section.auc-inter .row {
    width: 100%;
    margin: 0 auto;
}
.auc-inter-btn {
    display: flex;
    align-items: center;
    width: 100%;
    float: right;
    text-align: right;
    justify-content: flex-end;
}
.auc-inter-btn p {
    font-size: 28px;
    color: #443178;
    padding-left: 20px;
    margin: 0;
    font-family: "umr";
}
.auc-inter-ice img {
    width: auto;
}
.pricing-btm {
    padding-top: 20px;
    position: relative;
    left: 196px;
    top: 45px;
}
.pricing-btm h4 {
    font-size: 35px;
    color: #443178;
    font-family: "umr";
}
.pricing-btm {
    padding-top: 20px;
}
.auc-intr-pricing h4 {
    /*font-size: 24px;*/
    color: #443178;
    margin-left: 14px;
    font-family: "umr";
}
.auc-starting-bid h4 {
    font-size: 25px;
    font-family: "umr";
    color: #443178;
    margin: 0;
    font-weight: bold;
}
.auc-duration h4 {
    font-weight: bold;
}
.sel-spac {
    height: 168px;
}
.auc-currency h4 {
    font-size: 25px;
    font-family: "umr";
    color: #443178;
    margin: 0;
    font-weight: bold;
}
.auc-starting-bid p {
    margin: 0;
    font-size: 25px;
    color: #443178;
}
.auc-starting-bid input {
    position: relative;
    border: 2px solid #443178;
    color: #000;
    padding: 1px 0px 0 41px;
    display: inline-block;
    width: 36%;
}
.auc-starting-bid {
    padding-bottom: 30px;
}
.auc-starting-bid span {
    position: absolute;
    left: 0;
    background-color: #67559B;
    color: #fff;
    width: 35px;
    text-align: center;
    height: 29px;
    top: 0;
}
.auc-currency {
    width: 43%;
    padding-bottom: 50px;
}
.auc-currency select {
    width: 100%;
    padding: 5px 2px;
    border: 2px solid #67559B;
    color: #443178;
    font-family: "umr";
}
.auc-currency select option {
    border: 2px solid #67559B;
    color: #443178;
    padding: 3px 0;
    border-radius: 5px;
    font-family: "umr";
}
.auc-intr-mature .auc-inter-btn {
    float: left !important;
    text-align: left !important;
    justify-content: flex-start;
}
.auc-inter-btn span {
    font-size: 10px;
    color: #443178;
    padding-left: 20px;
    font-family: 'umr';
    width: 100%;
}
.div-gap-up {
    height: 126px;
}
.auc-inter-btn span a {
    font-size: 10px;
    color: #443178;
    text-decoration: underline !important;
}
.row.auc-intr-upld {
    justify-content: center;
    padding-top: 50px;
}
.auc-inter-pen a {
    color: #fff;
    font-size: 37px;
    background-color: #443178;
    padding: 11px 38px;
    margin: 0 20px;
}
.auc-duration select {
    width: 100%;
    padding: 7px 3px;
    border: 2px solid #67559B;
    color: #67559B;
    font-family: "umr";
    outline: none;
    font-size: 20px;
}
.auc-duration select option {
    border-radius: 10px;
    padding: 27px 0;
    color: #67559B;
    font-family: "umr";
    font-size: 20px;
}
.row.auc-disble {
    border: 3px solid #433078;
    border-radius: 5px;
    padding: 20px 20px;
    width: 70% !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.auc-intr-draft a {
    display: inline-block;
    font-size: 34px;
    margin-right: 20px;
    background-color: #443178;
    color: #fff;
    padding: 6px 35px;
    font-family: "umr";
}
.auc-inpt {
    position: relative;
}
.auc-inter-ice {
    height: 250px;
}
/* .auc-inter-ice a {
    position: absolute;
    border: 1px solid #6137a8;
    border-radius: 100%;
    padding: 0px 6px;
    color: #5e34a6;
    margin-left: 6px;
} */
.promo-h {}
.promo-h h4 {
    color: #5e34a6;
    font-size: 33px;
    margin-left: 20px;
}
/*Auction Interface CSS End*/
/*Sprout CSS Start*/
.sprut-usrne {
    display: flex;
    align-items: flex-start;
    padding-top: 31px;
    align-content: center;
    justify-content: center;
}
img.img-user {
    padding-right: 12px;
}
.row.splatoon-sprut {
    justify-content: center;
    background: #e1d6fc;
}
.splatoon h4 {
    color: #443178;
    font-size: 35px;
    font-family: "ubuntumono-bold";
}
.splatoon {
    padding: 6px 20px;
    background-color: #ECE4FE;
}
.splatoon h3 {
    font-size: 29px;
    /* color: #fff; */
    color: #443178;
    padding-top: 10px;
}
.splatoon h3 span {
    float: right;
}
.spltoon-flwr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spltoon-flwr ul {
    display: flex;
    align-items: center;
}
.spltoon-flwr ul li {
    padding: 0 9px;
}
.spltoon-flwr ul li {
    font-size: 31px;
    font-family: "ubuntumono-bold";
    color: #443178;
}
/*Sprout CSS End*/
/*Home Page Not Log CSS Start*/
.tiger-images img {
    width: 100%;
    height: 296px;
    margin-bottom: 20px;
}
.tiger-images {
    text-align: center;
    background-color: #F0E9FF;
    margin-top: 35px;
    overflow: hidden;
    padding: 20px 20px;
    border-radius: 15px;
    border: 2px solid #C8B7F6;
}
.tiger-images .row-pics .col-md-2,
.col-md-3 {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*Home Page Not Log CSS End*/
/*Auction House CSS Start*/
.auc-house-im ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.auc-house-im ul li {
    padding: 0 10px;
    text-align: center;
}
.auc-house-title {
    text-align: center;
}
.auc-house-title h4 {
    font-size: 55px;
    color: #443178;
    font-family: "umr";
}
.promp-auc ul {
    display: flex;
    align-items: center;
}
.promp-auc ul li h4 {
    font-size: 35px;
    color: #443178;
}
.promp-auc ul li {
    padding: 0 20px;
}
.promp-auc ul li span {
    border: 3px solid #443178;
    padding: 4px 31px;
    border-radius: 25px;
    color: #443178;
    font-family: "umr";
    font-size: 20px;
}
.promp-auc ul li img {
    width: 25%;
    margin-right: 4px;
}
.promp-auc ul li input:not(.radio-input) {
    color: #fff;
    background-color: #443178;
    padding: 0px 10px 4px 34px;
    border-radius: 25px;
    font-size: 20px;
    margin-bottom: 7px;
    width: 200px;
    outline: none;
}
.cross-btn-div a {
    position: absolute;
    right: 6px;
    top: -20px;
    color: #443178;
}
.cross-btn-div {
    position: relative;
}
.srch-straw {
    color: #fff;
    position: absolute;
    font-size: 21px;
    left: 32px;
    top: 5px;
}
.promp-auc ul li .stra-pricc ul li a {
    color: #fff;
    background-color: #443178;
    padding: 5px 29px 5px 16px;
    border-radius: 25px;
    font-size: 20px;
}
.auc-house-side ul {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    /* justify-content: center; */
    justify-content: flex-start;
    /* -- Add -- */
    flex-wrap: wrap;
}
.auc-house-side ul li {
    padding: 4px 4px;
}
.auc-house-side ul li:nth-child(odd) {
    width: 27%;
    height: 250px;
    background-color: #c2bbef;
    padding: 10px;
    margin: 10px;
}

.auc-house-side ul li:nth-child(even) {
    width: 20%;
    height: 250px;
    background-color: #c2bbef;
    padding: 10px;
}
.auc-house-side ul li img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.auc-house-side {
    text-align: center;
    justify-content: center;
    padding-bottom: 14px;
}
.auc-house-side img {
    width: 86%;
}
li.straw-drpp {
    position: relative;
}
.stra-pricc {
    position: absolute;
    display: block;
    z-index: 999;
    background-color: #fff;
    min-width: 478px;
    /* left: -40px; */
    left: -117px;
    padding: 20px 0px 20px 10px;
}
.auc-house-im ul li img {
    width: 100%;
}
/* #prompted-sold {
    background: transparent;
    border: 3px solid #443178;
    color: #443178;
    padding: 1px 20px;
} */
.prompted-sold {
    background: #443178;
    border: 3px solid #443178;
    /* color: #443178; */
    color: white !important;
    padding: 1px 20px !important;
    border-radius: 20px !important;
}
.stra-pricc ul {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.stra-pricc ul li a {
    padding: 3px 17px;
}
.stra-pricc ul li {
    padding: 0 11px;
}
.stra-pricc ul li {
    color: #443178;
    font-family: "umr";
}
.promp-auc {
    padding-left: 0px;
    padding-bottom: 3px;
}
.prompted-dash {
    background-color: #F0E9FF;
    border: 2px solid #C8B7F6;
    border-radius: 5px;
    margin-top: 20px;
    padding: 30px 0;
}
/*Auction House CSS End*/
/*General Page CSS Start*/
.general-tabb .tab button {
    display: block;
    color: #443178;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 22px;
    font-family: "umr";
}
.general-tabb .tab button.active {
    border: 2px solid #D3C3F4;
    padding: 0px 19px;
    border-radius: 10px;
    background: #f0e9ff;
}
.general-gray {
    background-color: #707070;
    color: #fff;
    padding: 24px 15px;
}
.gray-1 {
    margin-top: 120px;
}
.gray-2 {
    position: relative;
    bottom: 60px;
}
.general-gray h4 {
    font-size: 20px;
    font-family: "umr";
}
section.general-sec {
    padding-top: 20px;
    padding-bottom: 80px;
}
.general-mail {
    background-color: #F0E9FF;
    padding: 29px 50px 80px;
    border: 2px solid #C8B7F6;
    border-radius: 5px;
}
.general-mail form h4 {
    color: #443178;
    font-size: 22px;
    padding-top: 17px;
}
.general-mail form input {
    /* border: 0;
    background: transparent !important;
    font-family: "umr";
    outline: none;
    margin-top: 17px; */
    border: 2px solid #67559B;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 0;
    width: 60%;
    background-color: #fff !important;
}
.general-mail form select {
    border: 2px solid #67559B;
    padding: 7px 11px;
    color: #443178;
    font-weight: 600;
    outline: none;
    margin-top: 17px;
}
.general-sec div#General .row {
    display: flex;
    align-items: center;
}
.general-mail form {
    position: relative;
}
.general-mail form::after {
    content: '';
    background-image: url(../images/border.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    z-index: 999;
    width: 89%;
    height: 3px;
    bottom: -23px;
    left: 46px;
    right: 0;
    bottom: -50px;
}
.change-user form::after {
    display: none;
}
.general-mail form select option {
    color: #443178;
    font-weight: 600;
    padding: 10px 0px;
    outline: none;
}
.general-mail form input::placeholder {
    color: #443178;
    font-size: 19px;
    font-family: "umr";
}
.change-user h4 {
    font-size: 22px;
    color: #443178;
    margin: 0;
}
.change-user h6 {
    display: block;
    color: #443178;
    font-family: "umr";
}
.change-user form {
    /* padding-left: 110px; */
    padding-top: 50px;
}
.change-user form p {
    font-size: 15px;
    color: #443178;
    font-family: "umr";
    margin: 0;
    line-height: 30px;
}
.change-user form label {
    display: block;
    font-size: 15px;
    color: #443178;
    font-family: "umr";
}
.change-user form input {
    border: 2px solid #67559B;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 0;
    width: 60%;
    background-color: #fff !important;
}
.change-user {
    padding-top: 80px;
}
.genereal-share h4 {
    font-size: 22px;
    color: #443178;
    font-family: "ubuntumono-bold";
}
.genereal-share p {
    font-size: 14px;
    color: #443178;
    font-family: "umr";
    padding-left: 100px;
}
.genereal-share {
    position: relative;
    margin-bottom: 30px;
}
.genereal-share p a {
    font-size: 22px;
    color: #443178;
    font-family: "umr";
    display: block;
}
.genereal-share::before {
    content: '';
    position: absolute;
    background-image: url(../images/border.png);
    background-position: center center;
    width: 93%;
    height: 3px;
    left: 38px;
    bottom: -15px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
/*General Page CSS End*/
/*Black List And Block CSS Start*/
.general-sec div#Blacklist-\&-Block .row {
    display: flex;
    align-items: center;
}
.blocked-user {
    background-color: #F0E9FF;
    border: 2px solid #C8B7F6;
    border-radius: 6px;
    padding: 60px 30px 30px;
    position: relative;
}
.blocked-blk h4 {
    font-size: 25px;
    color: #443178;
}
.blocked-blk p {
    font-size: 14px;
    font-family: "umr";
    color: #443178;
    display: inline-block;
    width: 98%;
    margin-left: 30px;
}
.blocked-blk input {
    border: 2px solid #67559B;
    outline: none;
    padding: 2px 7px;
    border-radius: 2px;
    width: 35%;
    margin-left: 30px;
}
.blocked-blk {
    padding-bottom: 80px;
}
.blocked-blk span {
    display: block;
    padding-top: 15px;
    color: #443178;
    margin-left: 30px;
    font-size: 11px;
    font-family: 'ubuntumono-bold';
}
.blocked-user::after {
    content: '';
    position: absolute;
    top: 42%;
    background-image: url(../images/border.png);
    width: 88%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-size: cover;
    background-repeat: no-repeat;
}
/*BlackList And Block CSS End*/
/*Deactivate CSS Start*/
.deactivate-blk {
    background-color: #F0E9FF;
    padding: 40px 20px 80px;
    border: 2px solid #C8B7F6;
    border-radius: 6px;
}
.deactivate-blk h4 {
    font-size: 22px;
    color: #443178;
}
.deactivate-blk h3 {
    font-size: 15px;
    color: #443178;
    padding-top: 10px;
    padding-left: 30px;
    margin: 0;
}
.deactivate-blk p {
    font-size: 14px;
    padding-left: 30px;
    color: #443178;
    padding-top: 10px;
    margin: 0;
    font-family: "umr";
    width: 86%;
}
.deactivae-btn {
    text-align: center;
    padding-top: 40px;
}
.deactivae-btn a {
    font-size: 14px;
    color: #fff;
    background-color: #F29364;
    padding: 4px 21px;
    display: inline-block;
    border: 1px solid #F29364;
    border-radius: 3px;
    font-family: "umr";
}
/*Deactivate CSS End*/
/*Drafts Page CSS Start*/
.draft-blk {
    text-align: center;
    border: 2px solid #C8B7F6;
    padding: 40px 0;
    background-color: #F0E9FF;
    width: 80%;
    margin: 30px auto 0;
}
.draft-blk h4 {
    color: #443178;
    font-size: 25px;
}
/*Drafts Page CSS End*/
/*Draft Two CSS Start*/
.draft-two-blk {
    text-align: center;
    border: 1px solid #C8B7F6;
    background-color: #F0E9FF;
    padding: 30px 20px;
    width: 70%;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 40px;
}
.draft-two-blk h4 {
    font-size: 25px;
    color: #443178;
    padding-top: 10px;
}
.draft-two-blk p {
    font-size: 17px;
    color: #36295C;
    width: 99%;
    display: inline-block;
}
.draft-two-blk img {
    width: 97%;
}
.draft-two-txt {
    text-align: left;
    width: 97%;
    margin: 0 auto;
}
.draft-two-btn a:nth-child(1) {
    color: #fff;
    background-color: #F29364;
    padding: 4px 33px;
    border-radius: 3px;
}
.draft-two-btn a {
    font-size: 21px;
    margin-right: 20px;
    display: inline-block;
}
.draft-two-btn a:nth-child(2) {
    color: #F29364;
    border: 2px solid #F29364;
    padding: 1px 38px;
    border-radius: 3px;
}
.draft-two-btn {
    padding-top: 20px;
}
.draft-two-btn a:nth-child(2):hover {
    background-color: #F29364;
    color: #fff;
}
section.draft-two {
    padding-bottom: 60px;
}
/*raft Tow CSS End*/
/*Crafting CSS Start*/
.plant-select select {
    display: block;
    margin: 0 auto;
    border: 2px solid #433078;
    background-color: #FFF0F1;
    color: #433078;
    font-family: 'umr';
    padding: 3px 6px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}
.plant-select select option {
    color: #433078;
    font-size: 15px;
    padding: 10px 0px;
}
.plant-select a {
    font-size: 22px;
    color: #fff;
    background-color: #F29364;
    padding: 1px 35px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 7px;
    border: 2px solid #F29364;
}
.plant-select a:hover {
    background-color: transparent;
    color: #F29364;
}
/*Crafting CSS End*/
/*purchase history CSS Start*/
.purchase-sweet {
    background-color: #F0E9FF;
    border: 2px solid #C8B7F6;
    border-radius: 7px;
    width: 78%;
    padding: 40px 70px 30px;
}
.sweet-review ul {
    display: flex;
}
.sweet-review ul li {
    padding: 0 3px;
}
.sweet-adopt {
    display: flex;
    align-items: flex-start;
}
.sweet-img img {
    width: auto;
}
.sweet-txt h4 {
    font-size: 20px;
    color: #443178;
    font-family: "ubuntumono-bold";
    margin: 0;
}
.sweet-txt h3 {
    color: #5E34A6;
    font-size: 17px;
    font-family: "umr";
    margin: 0;
}
.sweet-txt h5 {
    color: #443178;
    font-size: 20px;
    font-family: "umr";
}
.sweet-txt {
    padding-left: 20px;
}
.purchase-odr {
    padding-top: 62px;
}
.sweet-review ul li img {
    width: auto;
}
.purchase-odr h3 {
    margin: 0;
}
.sweet-down a {
    display: inline-block;
    font-family: "umr";
    color: #fff;
    background-color: #F29364;
    font-size: 23px;
    padding: 2px 25px;
    border-radius: 5px;
}
.sweet-cntc a {
    font-size: 17px;
    border: 2px solid #443178;
    color: #443178;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 10px;
}
.sweet-cntc a {
    font-size: 17px;
    border: 2px solid #443178;
    color: #443178;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 10px;
}
.sweet-review p {
    font-size: 17px;
    color: #443178;
    padding-top: 45px;
    margin: 0;
    font-family: "umr";
}
.sweet-line::before {
    content: '';
    position: absolute;
    background-image: url(../images/border.png);
    height: 4px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    bottom: -38px;
}
.purchase-title::before {
    content: '';
    position: absolute;
    background-image: url(../images/border.png);
    height: 4px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    bottom: -16px;
}
section.purchase-for {
    padding-top: 50px;
    padding-bottom: 70px;
}
.purchase-title {
    position: relative;
    margin-bottom: 30px;
}
.sweet-line {
    position: relative;
    margin-bottom: 80px;
}
.purchase-side-img {
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
}
.purchase-side-img img {
    width: 100%;
}
.sweet-hyacin::before {
    display: none !important;
}
.purchase-order h3 {
    font-size: 17px;
    color: #5E34A6;
    margin: 0;
    font-family: "umr";
}
.purchase-order h4 {
    font-size: 18px;
    color: #443178;
    font-family: "umr";
}
.purchase-title h4 {
    font-size: 36px;
    color: #443178;
}
.purchase-title form {
    float: right;
    position: relative;
    display: inline-block;
}
.purchase-title form input {
    border: 3px solid #5E34A6;
    width: 95%;
    border-radius: 25px;
    background-color: #f0e9ff;
    padding: 5px 38px;
    position: relative;
    outline: none;
}
.purchase-title .row {
    display: flex;
    align-items: center;
}
.purchase-title form button {
    position: absolute;
    left: 7px;
    outline: none;
    border: 0;
    background: transparent;
    color: #5E34A6;
    top: -1px;
    font-size: 24px;
}
.mature-sugges {
    position: relative;
    width: 100%;
}
.mature-sugges span {
    position: absolute;
    top: -4px;
    left: 193px;
    font-size: 14px;
    color: #443178;
    font-family: "umr";
}
.auc-intr-mature {
    padding-top: 20px;
}
/*purchase history CSS end*/
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    /*div#lottie svg {*/
    /*    left: -85px !important;*/
    /*}    */
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 520px) and (max-width: 767px) {}
@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        padding: 11px 0px;
    }
    .carousel-item img {
        height: auto;
    }
    .top-row .col-md-6 {
        width: 50%;
        float: left;
    }
    .slide-cap a {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .ele-ftr-blk span img {
        width: 72%;
    }
    .slide-cap {
        bottom: 10px;
        right: 7px;
    }
    .hdr-btn {
        display: inline-block;
    }
    .logo img {
        width: 39%;
    }
    .logo {
        display: inline-block;
    }
    .hdr-btn a {
        min-width: 71px;
        padding: 3px 6px;
        font-size: 12px;
    }
    .hdr-btn-brows a {
        font-size: 11px;
    }
    .hdr-btn-brows {
        left: 5px;
        top: 0;
    }
    section.made-artist {
        overflow: hidden;
    }
    section.share-art {
        overflow: hidden;
        padding: 31px 0px;
    }
    section.elefy-ftur {
        overflow: hidden;
    }
    section.add-review-sec {
        padding: 20px 0 20px;
    }
    section.fturd-art {
        overflow: hidden;
        padding-top: 40px;
    }
    section.made-artist {
        padding: 14px 0 20px;
    }
    .made-art-blk h1 {
        color: #36295c;
        font-size: 30px;
        line-height: 30px;
    }
    .made-art-blk p {
        color: #0f0234;
        font-size: 14px;
        padding-right: 0;
    }
    section.elefy-ftur {
        padding: 20px 0;
    }
    .elefy-ftr-title h2 {
        font-size: 26px;
    }
    .ele-ftr-blk {
        margin-top: 30px;
    }
    .ele-ftr-blk span {
        height: 100px;
    }
    section.share-art img {
        width: 100%;
        box-shadow: 0 0 40px #cac1df;
        height: 90px;
    }
    .carousel-item img {
        height: 215px !important;
    }
    .fturd-art .slick-next:before,
    .fturd-art .slick-prev:before {
        font-size: 80px;
    }
    .slide-cap img {
        width: 33% !important;
        height: auto !important;
        margin-left: 12px;
    }
    .blk-title {
        font-size: 21px;
        padding-top: 30px;
        display: block;
    }
    .ele-ftr-blk p {
        font-size: 14px;
        padding-right: 0;
    }
    .elefy-ftr-title h3 {
        font-size: 26px;
    }
    .elfy-ftr-btn a {
        padding: 2px 13px;
        font-size: 19px;
    }
    .fturd-art .elefy-ftr-title {
        margin: 0 0 20px;
    }
    .share-art-blk {
        height: 82%;
        width: 164px;
    }
    .share-art-blk h2 {
        font-size: 15px;
    }
    .share-art-blk p {
        font-size: 9px;
    }
    .made-art-img img {
        margin-top: 20px;
    }
    section.share-art a {
        font-size: 11px;
        margin-top: 8px;
    }
    .ftr-links li {
        line-height: 26px;
    }
    .ftr-loc li {
        margin-bottom: 5px;
    }
    .ftr-title {
        font-size: 20px;
        padding-top: 20px;
    }
    section.copyrit p {
        font-size: 12px;
    }
    footer {
        padding: 10px 0;
    }
    #add_date form {
        width: 94%;
    }
    section#add_date h3 {
        font-size: 37px;
    }
    #add_date {
        padding: 21px 0 0;
    }
    .btn {
        font-size: 13px;
    }
    #addlanding {
        padding: 20px 0 60px;
    }
    .my-heading h1 {
        font-size: 36px;
    }
    .my-heading p {
        font-size: 15px;
    }
    .my-heading span {
        font-size: 23px;
    }
    .check-box {
        padding-bottom: 30px;
    }
    .mt {
        margin-top: 0;
    }
    .myrow {
        width: 100%;
    }
    .pkg-content h3 {
        font-size: 40px;
        padding-top: 20px;
    }
    .pkg-content {
        width: 100%;
        margin-left: 0;
    }
    .pkg-content p {
        font-size: 17px;
    }
    .addbanerh h3 {
        font-size: 39px;
        margin-bottom: 30px;
    }
    .banner_row {
        width: 100%;
    }
    .banner_row .thumbnail {
        padding: 15px 13px 30px;
        margin-bottom: 13px;
    }
    #create_banner {
        padding: 20px 0 80px;
    }
    section.login-sign-up-sec {
        padding: 20px 0px 0;
    }
    section.login-sign-up-sec form input {
        width: 100%;
    }
    section.login-sign-up-sec button {
        width: 100%;
    }
    section.login-sign-up-sec a {
        font-size: 14px;
    }
    .col-blk {
        padding-bottom: 40px;
    }
    section.payment-sec {
        padding: 20px 0px 30px;
    }
    .payment-head h3 {
        font-size: 28px;
    }
    .payment-head p {
        font-size: 17px;
    }
    .payment-stuff h3 {
        font-size: 32px;
    }
    select#selection {
        width: 43%;
    }
    section.thankyou-sec {
        padding: 20px 0px 30px;
    }
    .thankyou-head h3 {
        font-size: 43px;
    }
    .thankyou-head p {
        font-size: 15px;
    }
    .thankyou-head a {
        padding: 10px 7px;
        margin: 0;
    }
    .verification-head h3 {
        font-size: 42px;
    }
    .verification-head p {
        font-size: 16px;
    }
    .reg-modal .modal-content {
        width: 96%;
        margin: 0 auto;
    }
    .login-modal .modal-content {
        width: 95%;
        margin: 0 auto;
    }
    footer a,
    footer p {
        font-size: 15px;
    }
    .ftr-logo img {
        width: 47%;
    }
    input.usd {
        width: 30%;
        color: #fff;
    }
    .durat-availbl {
        padding-left: 44px;
    }
    .durat-salt h4 {
        font-size: 18px;
        margin: 0;
    }
    .durat-availbl label {
        font-size: 19px;
    }
    .durat-discount input {
        width: 36%;
    }
    .durat-totla label {
        font-size: 16px;
    }
    input.minus {
        width: 10%;
    }
    input.plus {
        width: 10%;
    }
    .ad-duration h4 {
        padding-top: 20px;
    }
    .ad-prev textarea {
        height: 148px;
    }
    input.estimated {
        width: 40%;
        margin-left: 7px;
    }
    .field .agrement label {
        padding-left: 30px;
        font-size: 14px;
        margin: 0 !important;
        width: 100%;
    }
    .salaect-btn a {
        margin: 8px;
        font-size: 18px;
    }
    section.verification-sec {
        padding: 40px 0px 70px;
    }
    .fturd-art .slick-prev {
        left: 0;
    }
    .fturd-art .slick-next {
        right: 10px;
    }
}
section.salt-sec {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
}
.slat-banner {
    padding-top: 7px;
    text-align: center;
    position: relative;
}
.salt-banner-txt h1 {
    color: #F0E9FF;
    font-size: 49px;
    text-shadow: 2px 2px 4px #000000;
    margin: 0;
}
.div-main-salt {
    background-color: #F0E9FF;
    border: 1px solid #C8B7F6;
    margin-top: 20px;
    border-radius: 15px;
    width: 93%;
    margin: 18px auto;
}
.start-txt-salt h2 {
    color: #5E34A6;
    font-size: 38px;
    position: relative;
    font-family: "BarlowCondensed-LightItalic";
}
.start-txt-salt h2:after {
    content: '';
    position: absolute;
    background-image: url(../images/salt-line.png);
    width: 70%;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    bottom: -20px;
    justify-content: center;
    text-align: center;
}
.start-txt-salt {
    text-align: center;
}
.start-txt-salt p {
    color: #443178;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
}
.div-up {}
.salt-wid {
    padding: 20px;
    /* border: 3px solid #443178; */
    background-color: #E3D9FF;
    border-radius: 5px;
    width: 90%;
    box-shadow: inset 0 0 5px #00000059;
    margin: 28px auto;
    text-align: center;
}
.row.all-wids {
    width: 95%;
    margin: 0 auto;
}
.salt-wid h3 {
    color: #443178;
    font-size: 26px;
}
.salt-wid p {
    color: #443178;
    font-size: 24px;
}
.salt-wid img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    max-height: 182px;
}
.salt-wid a {
    background-color: #F29364;
    padding: 7px 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #F29364;
}
.salt-wid a:hover {
    background-color: transparent;
    color: #F29364;
}
.salt-table table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #443178;
    box-shadow: inset 0 0 6px #0000008f;
}
/*.salt-table table:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 206px;
    background-color: #443178;
    left: -22px;
    border-radius: 5px;
    top: 132px;
}*/
.salt-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #443178;
    font-family: "umr";
    color: #443178;
    height: 42px;
}
.salt-table th {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #443178;
    font-family: "ubuntumono-bold";
    color: #443178;
    font-size: 20px;
}
.salt-table-heading {
    width: 65%;
    margin-top: 40px !important;
    margin: 0px auto;
    max-height: 250px;
    padding-left: 14px;
}
.salt-table table {
    direction: ltr;
}
.salt-table {
    width: 66%;
    margin-bottom: 40px !important;
    margin: 0px auto;
    max-height: 260px;
    direction: rtl;
    overflow: auto;
    position: relative;
    padding-left: 14px;
}
.salt-table::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.salt-table::-webkit-scrollbar-track {
    /*  box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}
/* Handle */
.salt-table::-webkit-scrollbar-thumb {
    background: #443178;
    border-radius: 10px;
}
/* Handle on hover */
.salt-table::-webkit-scrollbar-thumb:hover {
    background: #443178;
}
.salt-table-heading p {
    font-size: 26px;
    margin-bottom: 0;
    color: #443178;
}
section.art-sec {
    background-image: linear-gradient(to bottom, #e2d3f5, #e7d0ed, #eacde5, #ebcbdd, #ebc9d5);
}
.salt-banner-txt {
    position: absolute;
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    width: 100%;
    top: 0;
    align-items: center;
    align-items: center;
    height: 100%;
}
.div-main-art {
    background-color: #F0E9FF;
    border: 1px solid #C8B7F6;
    margin-top: 20px;
    border-radius: 15px;
}
.main-art-img img {
    width: 77%;
    /* height: 119px; */
    /* margin: 0 auto; */
}
.main-art-img {
    text-align: center;
    margin-top: 20px;
}
.txt-art {
    padding: 18px 0;
    position: relative;
    padding-top: 32px;
}
.auction-item {
    text-align: right;
}
.txt-art:after {
    content: '';
    position: absolute;
    background-image: url(../images/border.png);
    height: 4px;
    width: 100%;
    padding-top: 20px;
    background-size: 83%;
    background-repeat: no-repeat;
    left: 0;
    background-position: center;
}
.div-h-art h3 {
    color: #443178;
    margin-right: 10px;
}
.div-h-art {
    text-align: center;
    display: inline-flex;
    align-items: center;
    position: relative;
    left: 23%;
}
.div-ul-art {
    text-align: center;
}
.div-ul-art ul {
    list-style: none;
}
.div-ul-art ul li {
    display: inline;
    padding: 0 16px;
}
.div-ul-art ul li a img {
    margin: -6px;
    margin-top: -13px;
}
.div-ul-art ul li a img:hover {
    transform: scale(1.1);
}
.div-ul-art ul li a h3 {
    color: #443178;
    display: inline-block;
}
.div-art-acc {
    text-align: center;
    position: relative;
}
.div-art-acc h3 {
    color: #443178;
}
.div-art-acc p {
    color: #765AA5;
    line-height: 0;
}
.div-art-acc h4 {
    color: #443178;
    /* font-size: 21px; */
    /* padding-left: 78px; */
    padding-left: 15px;
    padding-top: 10px;
}
.div-art-acc img {
    position: absolute;
    left: 127px;
    top: -6px;
}
.hashtags {
    padding-left: 78px;
    padding-top: 42px;
}
.div-art-btn {
    text-align: center;
}
.div-art-btn a {
    background-color: #F29364;
    border: none;
    color: white;
    padding: 5px 38px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 4px 2px;
    cursor: pointer;
}
.div-art-btn a:hover {
    transform: scale(1.1);
}
.div-art-comm {}
.div-art-comm ul {
    list-style: none;
}
.div-art-comm ul li {
    display: inline-block;
}
.div-art-comm ul li img {
    top: 5px;
    position: absolute;
    left: 251px;
}
.div-art-comm h4 {
    color: #443178;
    font-size: 21px;
    padding-left: 78px;
}
.art-comm-sec {
    margin: 0 auto;
    padding-top: 28px;
}
.art-comm-sec h4 {
    color: #765AA5;
    text-decoration: underline;
}
.comm-img {}
.comm-img img {
    padding-top: 20px;
}
.div-comm {
    background-color: #E6DDF9;
    border: 1px solid #554488;
    padding: 10px 15px;
    margin-top: 10px;
}
.div-comm h4 {
    color: #443178;
    font-size: 22px;
}
.div-comm a i {
    /* float: right; */
    color: #443178;
    font-size: 15px;
    /* display: inline; */
    position: absolute;
    right: 22px;
    top: 15px;
}
.div-comm h4 span {
    color: #765AA5;
    font-size: 17px;
    margin-left: 20px;
}
.reply-a a {
    color: #765AA5;
    text-decoration: underline !important;
    font-weight: bold;
}
.reply-a a:hover {
    color: #443178;
}
.txt-art2 {
    padding: 18px 123px;
    position: relative;
    text-align: left;
}
.art-corner {
    padding-top: 39px;
    position: relative;
}
.art-corner:after {
    content: '';
    position: absolute;
    background-image: url(../images/border2.png);
    height: 4px;
    width: 100%;
    padding-top: 37px;
    background-size: 108%;
    background-repeat: no-repeat;
    left: 11px;
    background-position: center;
}
.art-corner h4 {
    color: #5E34A6;
    font-size: 19px;
    text-decoration: underline;
}
.user-art-img img {
    width: 128%;
    padding-bottom: 8px;
}
.art-corner2 {
    padding-top: 39px;
    position: relative;
}
.art-corner2 h4 {
    color: #5E34A6;
    font-size: 19px;
}
/*.share-art, .made-artist, .elefy-ftur, .fturd-art, .copyrit, .ftr-lite {*/
/*    background-color: #e3d9fc;*/
/*    position: relative;*/
/*}*/
#home2 .share-art,
#home2 .made-artist,
#home2 .elefy-ftur,
#home2 .fturd-art,
#home2 .copyrit,
.ftr-dark {
    /*background-color: #a698cd;*/
    position: relative;
}
/*.carousel-inner {*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/
.durat-totla ul li {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.durat-totla ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.durat-totla ul li label {
    display: inline-block;
    position: relative;
    font-weight: 300;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    width: auto;
    min-width: 0px;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    color: transparent !important;
}
p.pric {
    margin: 0;
    border: 1px solid #34255D;
    padding: 12px 20px;
    color: #34255D;
    font-size: 18px;
    border-radius: 5px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    text-transform: uppercase;
}
.durat-totla ul li:hover label {
    color: #FFFFFF;
}
.durat-totla ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 9px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.durat-totla ul li:hover .check {
    border: 5px solid #FFFFFF;
}
.durat-totla ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.modal-open {
    overflow-x: hidden !important;
}
.durat-totla input[type=radio]:checked~.check {
    border: 2px solid #ffffff;
}
.durat-totla input[type=radio]:checked~.check::before {
    background: #ffffff;
}
.durat-availbl .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.durat-availbl .form-group label {
    position: relative;
    cursor: pointer;
}
.durat-availbl .form-group label:before {
    content: '';
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    background-color: #fff;
    top: -4px;
}
.durat-availbl .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 8px;
    height: 25px;
    border: solid #000000;
    border-width: 0 4px 4px 0;
    transform: rotate(34deg);
}
.age-verification-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.age-verification-overlay .modal-header .close {
    position: absolute;
    width: auto;
    right: 15px;
    top: 16px;
    border-radius: 5px;
    opacity: 1;
    z-index: 9;
}
.img-kenburns {
    width: 65%;
}
.age-verification-popup input {
    width: 100%;
    border: 1px solid #0000003d;
    padding: 8px 13px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.age-verification-popup button {
    width: 100%;
    border: none;
    background-color: #f97c40;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 3px solid #c95a24 !important;
}
.age-verification-popup {
    position: absolute;
    width: 50rem;
    max-width: 90vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 4rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.bg-white {
    background: #fff;
}
.rounded {
    border-radius: 1.6rem;
}
.col-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}
.mb-3 {
    margin-bottom: 2.4rem;
}
.mt-3 {
    margin-top: 2.4rem;
}
#lottie {
    background-color: transparent;
    width: 292px;
    display: block;
    text-align: center;
    position: absolute;
    top: -14px;
    left: 0;
    transition: all 0.5s;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
}
#lottie svg {
    width: 390px !important;
    object-fit: cover;
    position: relative;
    left: -40px;
}
.machine {
    position: relative;
    text-align: center;
}
/* .machine:hover img {
    opacity: 0;
}
.machine:hover #lottie {
    opacity: 1;
    cursor: pointer;
} */
.nursury {
    position: relative;
    text-align: center;
}
.nursury img {
    margin-top: 20px;
}
#lotties {
    background-color: transparent;
    width: 292px;
    display: block;
    text-align: center;
    position: absolute;
    top: -64px;
    left: 45px;
    transition: all 0.5s;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
}
#lotties svg {
    width: 390px !important;
    object-fit: cover;
    position: relative;
    /* left: -40px; */
    left: -33px;
}
.nursury:hover img {
    opacity: 0;
}
.nursury:hover #lotties {
    opacity: 1;
    cursor: pointer;
}
.auction_list_table>tbody tr td {
    vertical-align: middle !important;
}
.salt_line {
    margin-top: 40px;
    margin-bottom: 40px;
}
.under_line {
    text-decoration: underline;
}
/* .getCategories{
    border: 3px solid #443178;
    padding: 4px 31px;
    border-radius: 25px;
    color: #443178;
    font-family: "umr";
    font-size: 15px;
} */
.categoriesDropdown {
    border: 3px solid #443178;
    border-radius: 25px;
    font-size: 15px;
    font-family: "umr";
}
.categories-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 400px;
    overflow: auto;
}
.categories-dropdown-content a {
    float: none;
    color: #443178;
    padding: 3px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: "umr";
}
.categoriesDropdown:hover>.categories-dropdown-content {
    display: block;
    border-radius: 5px;
    font-size: 20px;
    font-family: "umr";
    /* padding: 4px 31px; */
}
.shine-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: auto;
    overflow: auto;
}
.shine-dropdown-content div {
    float: none;
    color: #443178;
    padding: 3px 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "umr";
}
.shine:hover>.shine-dropdown-content {
    display: block;
    border-radius: 5px;
    /* font-size: 20px; */
    font-family: "umr";
    /* margin-top: 6px; */
}
.mail-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: auto;
    overflow: auto;
}
.mail-dropdown-content div {
    float: none;
    color: #443178;
    padding: 3px 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "umr";
}
.mail:hover>.mail-dropdown-content {
    display: block;
    border-radius: 5px;
    /* font-size: 20px; */
    font-family: "umr";
    /* margin-top: 8px; */
}
.gup {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #443178;
    font-family: "umr";
}
.gun {
    font-size: 12px;
    font-weight: bold;
    color: #443178;
    font-family: "umr";
}
.categoriesDropbtn {
    border: 0;
    font-size: 20px;
    background: transparent;
    font-family: 'umr';
    color: #443178;
    cursor: pointer;
    outline: none;
    display: inline-block;
    /* margin-top: 10px; */
    /* margin-right: 10px; */
}
.save_detail {
    width: 70%;
    height: 50px;
    /* padding: 10px 0px;
    margin: 10px 0px; */
    border: 1px solid #f29364;
    background-color: #f29364;
    color: #fff;
    border-radius: 10px;
    outline: none;
    display: inline-block;
    font-size: 20px;
}
.save_password {
    width: 60%;
    height: 50px;
    /* padding: 10px 0px;
    margin: 10px 0px; */
    border: 1px solid #f29364;
    background-color: #f29364;
    color: #fff;
    border-radius: 10px;
    outline: none;
    display: inline-block;
    font-size: 20px;
}
.draft_box {
    text-align: center;
    padding: 15px;
    border: 1px solid #5e39ae;
    border-radius: 35px;
    margin: 5px;
}
.draft_box p {
    text-align: left;
}
.cartRight {
    margin-top: 50px;
    margin-bottom: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    padding: 0px;
}
.crHead {
    padding: 20px 30px 30px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.cartRight h5 {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    line-height: 0;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 2px;
    margin: 20px 0px 0px;
}
.crBody ul li {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    font-family: OswaldStencil-Bold;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 18px 25px;
}
.place.text-center button {
    color: rgb(231, 117, 29);
    font-size: 19px;
    margin-top: 14px;
    margin-bottom: 30px;
    /* background: rgb(231, 117, 29); */
    background: transparent;
    border-color: rgb(231, 117, 29);
    padding: 15px 63px;
}
.genereal-share input {
    font-size: 22px;
    color: #443178;
    font-family: "umr";
    display: block;
    background: unset !important;
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    margin: 0 0 0 0;
}
.artists_lable {
    font-size: 12px;
    font-weight: bold;
    color: #5e39ae;
    text-align: center;
}
#add_friend_request {
    background: #443178 !important;
}
.btn-secondary {
    background: #f87c40 !important;
    color: white !important;
    border-color: #f87c40 !important;
}
.btn-primary {
    background: #443178 !important;
    color: white !important;
    border-color: #443178 !important;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.rating .selected {
    color: #f3a206;
}
#supend_time_detail {
    text-align: center;
    font-size: 26px;
    margin-top: 0px;
    color: #443178;
    font-weight: bold;
}
#supend_time_show {
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    color: #5e34a6;
    font-weight: bold;
    text-decoration: underline;
}
.auction-stran h4 {
    margin-right: 10px;
}
.box-content {
    box-shadow: 0 0 8px #cec3f3;
    padding: 15px;
    border-radius: 5px;
    width: 70%;
    /* margin: 30px auto 40px; */
    margin: 30px 150px 40px 150px;
}
.box-content p {
    margin: 0;
    color:#5e34a6;
}
.paaaaddd{ padding:5% 0;}

.art-flower-gallery {
    display: flex;
    width: 250px;
    overflow-x: scroll;
    padding-bottom: 10px;
    overflow: auto;
}

.art-flower-gallery img {
    height: 42px;
    width: 42px;
}
.art-flower-gallery::-webkit-scrollbar {
  height: 5px;
  z-index: 999;
}
 
.art-flower-gallery::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.art-flower-gallery::-webkit-scrollbar-thumb {
  background-color: #d1bded;
  outline: 1px solid #d1bded;
}
    .auc-jay {
    position: relative;
    padding-bottom: 5px;
}

.auc-jay .auc-tod {
    position: absolute;
    bottom: 0;
    left: 58px;
    padding: 0;
}

.auc-jay .auc-tod ul {
    padding: 0;
}
.auc-jay img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

img.ad-img {
    position: absolute;
   /* z-index: 999; */
    width: 80%;
    margin: 0 auto;
    display: block;
    right: 0;
    height: 130px;
    bottom: 40px;
    padding: 0;
    object-fit: cover;
    left: 0;
}

.page-gal-title {
    position: relative;
}


/* Advertise Page */
section.advertise-page {
    margin: 50px 80px;
    background-color: #F0E9FF;
    padding: 90px 0px;
}

section.advertise-page h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'ubuntumono-bold';
    color: #36275E;
    margin-bottom: 30px;
}

.upload-btn-row {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
}

.upload-btn-row span.btn a {
    width: 386.86px;
    height: 62px;
    border-radius: 31px;
    background: transparent;
    border: 3px solid #35265e !important;
    font-family: 'ubuntumono-bold';
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 33.6px;
    text-align: center;
    color: #36275e;
    display: block;
    padding: 10px;
    margin: 0 auto;
}

.upload-btn-row span.btn {background-color: transparent;}

.link-redirect {
    width: 62%;
    height: 45px;
    border-radius: 22.5px;
    background: transparent;
    border: 3px solid #35265e;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.link-redirect span {
    font-family: 'ubuntumono-bold';
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 33.6px;
    text-align: center;
    color: #36275e;
    margin-left: 20px;
}

.link-redirect input {
    background-color: transparent;
    width: 84%;
    border: 0;
    font-family: 'ubuntumono-bold';
    font-weight: 300;
    font-size: 20px;
    color: #36275e;
    padding-left: 10px;
}

.link-redirect input:focus {
    outline: none;
}

.ad-preview {
    margin-top: 50px;
}
.ad-preview p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 29px;
    color: #35255e;
    font-family: 'Ubuntu Mono', monospace;
}
.ad-preview img {
    border-radius: 5px;
    background: linear-gradient(#68528e 0%, #cc663a 100%);
}

.budget-area {
    background: rgba(255, 255, 255, 0.23);
    border: 2px solid #35265e;
    width: 65%;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 50px;
    padding: 40px 40px;
}

.budget-area h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #35255e;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Ubuntu Mono', monospace;
}

.budget-area input.form-check-input {
    font-size: 60px;
    height: 30px;
    width: 30px;
    accent-color: #34255E;
}


.budget-area .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.budget-area .form-check label {
    width: 136.84px;
    height: 69.01px;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #35265e;
    border: 2px solid #35265e;
    font-family: 'Ubuntu Mono', monospace;
    margin-left: 40px;
    margin-right: 40px;
}

.budget-area .form-check span {
    font-weight: normal;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #35265e;
    font-family: 'Ubuntu mono';
}

.budget-area .form-check span img {
    height: 75px;
    width: 75px;
    object-fit: contain;
    position: relative;
    top: -30px;
    left: -25px;
}
.payment-area h2 {
    text-align: left;
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    color: #34255e;
    margin-bottom: 10px;
}

.payment-area p {
    font-weight: normal;
    font-size: 22px;
    line-height: 26.4px;
    color: #34255e;
    font-family: 'Ubuntu Mono', monospace;
}

.payment-area .total-budget {
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
}

.payment-area .total-budget span {
    font-weight: normal;
    font-size: 22px;
    line-height: 26.4px;
    text-align: center;
    color: #4f4f4f;
    font-family: 'Ubuntu Mono', monospace;
}

.payment-area label {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #4c3d72;
    font-family: 'Ubuntu Mono', monospace;
    margin-bottom: 20px;
}

.payment-area label input {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #4c3d72;
    font-family: 'Ubuntu Mono', monospace;
    width: 303px;
    height: 52px;
    background: transparent;
    border: 1.5px solid #34255e;
    border-radius: 10px;
    padding: 0 10px;
}

.payment-area .use-salt p,.payment-area .use-salt a {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #4c3d72;
    font-family: 'Ubuntu Mono', monospace;
}

.payment-area .use-salt {
    display: flex;
    justify-content: space-between;
    width: 60%;
    align-items: center;
    margin: 20px 0;
}

.payment-area .use-salt p {
    font-size: 18px;
    color: #4c3d72;
    text-transform: uppercase;
    margin: 0;
}
.card-area {
    width: 80%;
    margin: 50px auto;
}

.card-area p {
    font-weight: normal;
    font-size: 18px;
    line-height: 21.6px;
    color: #34255e;
    font-family: 'Ubuntu Mono', monospace;
}

.card-area img {
    width: 333px;
    height: 43px;
    object-fit: contain;
    margin-bottom: 40px;
}

.card-area input {
    background: transparent;
    border: 1.5px solid #34255e;
    border-radius: 5px;
    font-weight: normal;
    font-size: 17px;
    line-height: 36px;
    text-align: left;
    color: #4c3d72;
    font-family: 'Ubuntu Mono', monospace;
    width: 100%;
    padding: 7px 20px;
    margin-bottom: 30px;
}

.card-area input::placeholder {
    font-weight: normal;
    font-size: 17px;
    line-height: 36px;
    text-align: left;
    color: #4c3d72;
    font-family: 'Ubuntu Mono', monospace;
}

.ftr-row {width: 80%;margin: 0 auto;}

.ftr-row .d-flex {
    align-items: center;
    justify-content: space-between;
}

.ftr-row a {
    font-weight: normal;
    font-size: 21px;
    line-height: 39px;
    text-align: left;
    color: #34255e;
    font-family: 'Ubuntu Mono', monospace;
}

.ftr-row a i {margin-right: 8px;font-size: 16px;}

.ftr-row a.common-btn {
    background: #ec7940;
    text-align: center;
    width: 30%;
    padding: 6px 0;
    border-radius: 10px;
    color: #fff;
}

.ftr-row a.common-btn:hover {
    color: white;
    background: #34255e;
}


.ftr-row button {
    font-weight: normal;
    font-size: 21px;
    line-height: 39px;
    text-align: left;
    color: #34255e;
    font-family: 'Ubuntu Mono', monospace;
}

.ftr-row button i {margin-right: 8px;font-size: 16px;}

.ftr-row button.common-btn {
    background: #ec7940;
    text-align: center;
    width: 30%;
    padding: 6px 0;
    border-radius: 10px;
    color: #fff;
}
.ftr-row button.common-btn:hover {
    color: white;
    background: #34255e;
}

.hover-title {
    width: auto !important;
    display: flex;
    padding: 0 !important;
    position: relative;
    top: -7px;
    cursor: pointer;
    align-items: center;
}
.hover-title span.icon {
	 width: 10px;
	 height: 10px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border: 1px solid;
     border-radius: 50%;
     text-align: center;
     padding: 5px;
}
 .hover-title span.text {
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.3s;
	 padding-left: 7px;
     font-size: 13px;
     margin: 0;
}
 .hover-title:hover span.text {
	 opacity: 1;
	 visibility: visible;
	 transition: 0.3s;
}

.auction-img-slider .carousel-item {
    width: 100%;
    height: 500px;
}

.auction-img-slider .auction-img {
    width: 100%;
    height: 100%;
}

.auction-img-slider .auction-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auction-sold-label {
    background: red;
    color: white;
    padding: 2px;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: 0px;
    transform: rotate(-45deg);
}
.auction-sold-label:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 20px 20px 0 20px;
    border-color: red transparent transparent transparent;
    position: absolute;
    right: -27px;
    bottom: -3px;
}
.auction-sold-label:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(-45deg);
    border-width: 20px 20px 0 20px;
    border-color: red transparent transparent transparent;
    position: absolute;
    left: -27px;
    bottom: -3px;
}

.position-relative{
    position: relative;
}

.radio-form.flex-center, .radio-form .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.radio-form .form-row {
    background: #f0e9fe;
    border-radius: 50px;
    height: 32px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 130px;
}
.radio-form .form-input {
    -webkit-appearance: none;
    appearance: none;
}
.radio-form .form-input::before {
    content: '';
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.radio-form .form-input:checked::before {
    background: #443375;
}
.radio-form .form-input::after {
    content: '';
    cursor: pointer;
    height: 15px;
    border-radius: 50px;
    border: 4px solid #443375;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 15px;
}
.radio-form .form-input:checked::after {
    border: 4px solid #fff;
}
.radio-form .form-label {
    color: #443375;
    margin-left: 10px;
    z-index: 1;
    font-size: 1rem;
    font-family: "umr";
}
.radio-form .form-input:checked ~ .form-label {
    color: #fff;
}

.row-1 {
    justify-content: space-between;
    gap: 0.5rem;
    margin: 1rem 0;
}

.row-2 {
    justify-content: flex-start;
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.row-3 {
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.row-3 a {
    color: #443178;
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 25px;
    font-size: 20px;
    margin-bottom: 7px;
    width: 200px;
    outline: none;
    text-align: center;
    border: 1px solid #443178;
}


.img-box-wrapper.sweet-img {
    width: 220px ;
    height: 220px;
    background: #e0d5f9;
}
.img-box-wrapper.sweet-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-contain-box {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover-box {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgrnd-blk-img-wrapper {
    width: 100%;
    height: 250px;
    background: #e0d5f9;
}

.bgrnd-blk-img-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bgrnd-blk-img-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.auction-img-wrapper {
    width: 500px;
    height: 500px;
    object-fit: contain;
    background: #e9cce3;
}