.pagination {
    justify-content: center;
}

.user-sidenav-wrap {
    flex: 0 0 256px;
}

.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}

.btn-soft-info {
    background-color: rgba(37, 188, 241, 0.15);
    color: #25bcf1;
}

.btn-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}

.btn-soft-warning {
    background-color: rgba(255, 197, 25, 0.15);
    color: #ffc519;
}

.btn-soft-success {
    background-color: rgba(25, 255, 67, 0.179);
    color: #0ac33e;
}

.btn-soft-danger {
    background-color: rgba(239, 72, 106, 0.15);
    color: #ef486a;
}

.btn-circle {
    border-radius: 50em;
}

.user-panel {
    width: 100%;
    padding-left: 30px;
}

.user-sidenav .side-nav-list .side-nav-item {
    margin-bottom: 7px;
}

.user-sidenav .side-nav-list .side-nav-link {
    color: #63666b;
    font-weight: 500;
    /* font-size: 0.8125rem; */
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 20px 10px 15px;
}

.user-sidenav .side-nav-link.active,
.user-sidenav .side-nav-link:hover {
    color: rgb(186, 195, 78);
    font-weight: bolder;
}

.user-sidenav .side-nav-list .side-nav-icon {
    width: 28px;
}

.card .card-body {
    padding: 20px 25px;
    border-radius: 4px;
}

.text-right {
    text-align: right;
}

.avatar-pic {
    width: 150px;
    height: 100px;
    background-size: cover;
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 43px;
    margin-top: 11px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 8px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.form__container {
    position: relative;
    width: 100%;
    height: 42px;
    border: 2px dashed silver;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 5px;
}

.form__container.active {
    background-color: rgba(192, 192, 192, 0.2);
}

.form__file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.form__files-container {
    display: block;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
}

.form__image-container {
    display: inline-block;
    width: 49%;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
}

.form__image-container:not(:nth-child(2n)) {
    margin-right: 2%;
}

.form__image-container:after {
    content: "✕";
    position: absolute;
    line-height: 200px;
    font-size: 30px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.form__image-container:hover:after {
    opacity: 1;
    cursor: pointer;
}

.form__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}

.avatar img {
    object-fit: cover;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.c-pointer {
    cursor: pointer;
}

.cart-div {
    margin-top: -24px;
    margin-left: -32px;
}

.dropdown-toggle::after {
    display: none;
}

.stop-propagation {
    margin-right: -82px;
    width: 300px;
}

.dropdown-menu.show {
    margin-top: 15px !important;
}

.cart-count {
    background: rgb(186, 195, 78);
    margin-top: -19px;
    margin-left: 2px;
    border-radius: 10rem;
}

.bt-user {
    margin-left: 10px;
}

.cart-link {
    width: 38px;
}

.size-60px {
    width: 60px !important;
}

.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gutters-5>.col,
.gutters-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    margin-top: -10px;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    text-align: center;
}

.text-md-left {
    text-align: left !important;
}

.steps.arrow-divider>*:not(:first-of-type):before {
    position: absolute;
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 5px;
    left: -13px;
    font-size: 22px;
    opacity: 0.2 !important;
    height: auto;
    width: auto;
    background-color: transparent !important;
}

.bg-grad-1 {
    background-color: #eb4786;
    background-image: linear-gradient(315deg, #eb4786 0%, #b854a6 74%);
}

.bg-grad-2 {
    background-color: #875fc0;
    background-image: linear-gradient(315deg, #875fc0 0%, #5346ba 74%);
}

.bg-grad-3 {
    background-color: #47c5f4;
    background-image: linear-gradient(315deg, #47c5f4 0%, #6791d9 74%);
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.text-lg-left {
    text-align: left !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label,
.checkbox label {
    font-weight: 500;
    font-size: 15px;
    color: #353535;
    margin-bottom: 0.5rem;
}

.form-control {
    padding-left: 15px;
}

.bg-bg {
    background-color: #2a28281a;
}

.carousel {
    margin-top: 31px;
    margin-bottom: 10px;
}

#slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 1% 1% 34.25% 1%;
    /*56.25 is for 16x9 resolution*/
}

#slideshow>div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

#slideshow>div>img {
    width: 100%;
    border-radius: 10px;
}

#slideshow:hover i,
#slideshow:hover .slider-dots {
    opacity: 1;
}

.slidebtn {
    z-index: 99;
    background: transparent;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 10px 0 10px;
}

.slidebtn:active,
.slidedtn:focus {
    outline: none;
}

.slidebtn i {
    color: #fff;
    font-size: 25px;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.prev {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
}

.next {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
}

.slider-dots {
    opacity: 0.2;
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0);
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-dots li {
    color: #000;
    display: inline;
    font-size: 48px;
    margin-right: 5px;
    cursor: pointer;
}

.slider-dots li.active-dot {
    color: #fff;
}

.h-200px,
.size-200px {
    height: 200px;
}

.h-lg-380px,
.size-380px {
    height: 380px;
}

.text-color-custom {
    color: #141414;
}

.separator {
    position: relative;
    text-align: center;
    z-index: 1;
}

ul.social.colored [class*="facebook"] {
    background-color: #3b5998;
}

ul.social.colored [class*="facebook"] {
    background-color: #3b5998;
}

ul.social.colored [class*="google"] {
    background-color: #e62833;
}

ul.social.colored [class*="twitter"] {
    background-color: #1da1f2;
}

ul.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
}

ul.social.colored i {
    color: #fff;
}

.review-textarea {
    width: 100%;
    height: 66px;
}

.social-input-containers {
    border: 1px solid rgb(186, 195, 78);
}

div.stars {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all 0.2s;
}

input.star:checked~label.star:before {
    content: "\f005";
    color: #fd4;
    transition: all 0.25s;
}

input.star-5:checked~label.star:before {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked~label.star:before {
    color: #f62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: "\f006";
    font-family: FontAwesome;
}

.bg-web {
    background-color: rgb(186, 195, 78);
}

.rating {
    color: #ff9529;
}

.gallery {
    width: 100%;
    max-width: 620px;
    /* margin: 40px auto; */
    margin-left: 8%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    object-fit: cover;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .h-lg-380px,
    .size-lg-380px {
        height: 380px;
    }

    /* .store-nav {
        margin-top: -16%;
    } */
    .slider-div {
        height: 424px;
    }
}

.magnific-img img {
    width: 100%;
    height: auto;
}

/* .mfp-bottom-bar,
* {
    font-family: "Abel", sans-serif;
} */

.magnific-img {
    display: inline-block;
    width: 32.3%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

._18xu ._9omd ._3htz {
    top: 29% !important;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    font-size: 15px !important;
    background: #40e0d0 !important;
    padding: 3px !important;
    border-radius: 7px !important;
}

.Slide {
    display: none;
}

.slider-image {
    vertical-align: middle;
    width: 100%;
    height: 400px;
}

.slideContainer {
    max-width: 600px;
    position: relative;
    margin: auto;
}

.prevBtn,
.nextBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    background-color: rgb(255, 255, 75);
    color: rgb(50, 0, 116);
    font-weight: bolder;
    font-size: 18px;
}

.nextBtn {
    right: 0;
}

.Caption {
    color: #fbff09;
    font-weight: bold;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.thumbnail:after {
    content: "";
    display: table;
    clear: both;
}

.thumbnail {
    margin-left: 32%;
}

.imageCol {
    float: left;
    width: 16.66%;
}

.thumbImage {
    height: 150px;
    width: 150px;
}

@media only screen and (max-width: 450px) {

    .prevBtn,
    .nextBtn,
    .Caption {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (min-width:280px) and (max-width:281px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 216%;
        margin-left: -109%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:360px) and (max-width:361px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 167%;
        margin-left: -109%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:375px) and (max-width:376px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 167%;
        margin-left: -109%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:390px) and (max-width:391px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 156%;
        margin-left: -104%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }

    .info-link {
        border-bottom: 2px dotted;
        position: relative;
    }

    .info-link .title {
        position: absolute;
        top: 15px;
        background: gray;
        padding: 5px;
        left: 0;
        white-space: nowrap;
    }
}

@media screen and (min-width:290px) and (max-width:390px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 167%;
        margin-left: -104%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:393px) and (max-width:394px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 167%;
        margin-left: -104%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:412px) and (max-width:413px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 132%;
        margin-left: -104%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:414px) and (max-width:415px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 167%;
        margin-left: -102%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:540px) and (max-width:541px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    /* .user-panel {
        margin-top: 127%;
        margin-left: -102%;
    } */

    .user-panel {
        margin-top: 1.625rem;
        padding-left: -1px !important;
        overflow-x: hidden;
    }

    .user-panel .titlebar {
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width:769px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    .user-panel {
        width: 73%;
    }
}

@media screen and (min-width:820px) and (max-width:821px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    .user-panel {
        width: 73%;
    }
}

@media screen and (min-width:912px) and (max-width:913px) {
    .user-sidenav-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    .user-panel {
        width: 73%;
    }
}

@media only screen and (max-width: 600px) {
    .user-sidenav .side-nav-list .side-nav-link {
        font-size: 21px;
        line-height: 39px;
    }
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    width: 225px !important;
}

.leaflet-popup-content-wrapper {
    height: 173px !important;
}

.leaflet-popup-content {
    width: 200px !important;
}

@media only screen and (max-width: 768px) {
    .upload-image {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 362px) {
    .upload-image {
        margin-left: -25px;
        width: 164px !important;
    }
}

.not-form {
    background: #fff9f7;
    height: 92vw;
}

@media only screen and (max-width: 767px) {
    .not-form {
        height: auto;
    }
}

.big-div {
    border: 10px solid rgb(142, 198, 64);
    border-radius: 20px;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
}

.whysellcard {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    border: 6px solid rgba(0, 0, 0, .02);
    border-radius: 32px;
    background-color: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    -o-object-fit: fill;
    object-fit: fill;
}

.h3.purple400 {
    color: #683896;
    font-size: 26px !important;
}

.whysellparagraph.b1-med {
    display: flex;
    flex-wrap: wrap;
    color: #8660ab;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    -o-object-fit: contain;
    object-fit: contain;
}

.image-13 {
    height: 200px;
    /* min-height: 200px; */
    object-fit: contain;
    width: 100%;
}

.mg-btm-xx-small {
    margin-bottom: 4px;
}

.mg-top-medium {
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .big-div {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 3.125rem !important;
        padding-top: 2rem !important;
        border: 4px solid rgb(142, 198, 64);
    }

    .whysellcard {
        padding: 32px 0px;
        margin-bottom: 4%;
    }
}