.form-control {
    appearance: auto !important;
}
/*------------Fonts-------------*/
html,body,h1,h2,h3,h4,h5,a,p,ul li,ol li,span,textarea,input{
    font-family: 'pelak', serif !important;
}
/*------------Fonts-------------*/
/*-----------General Class-----------------*/
a,a:hover{
    color: initial;
    text-decoration: none;
}
html::-webkit-scrollbar {
    width: 0.3em;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #E1DDC9;
    box-shadow: inset 0 0 6px #E1DDC9;
}

html::-webkit-scrollbar-thumb {
    background-color: #F59E37;
    outline: 1px solid #E1DDC9;
}
*,*:active,*:focus {
    outline: unset;
    outline-color: transparent;
}
p{
    line-height: 1.8;
}
::-moz-selection{
    background-color: #F59E37;
    color: #fff;
}
::selection{
    background-color: #F59E37;
    color: #fff;
}
::-moz-selection{
    background-color: #F59E37;
    color: #fff;
}
body{
    background: #fff;
    overflow-x: hidden;
}

/*-----------General Class-----------------*/
/*-----------404-----------------*/
main.wrapper.errorWrapper .error-page {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

main.wrapper.errorWrapper .error-page img {
    height: 20vh;
    width: 30vw;
}
main.wrapper.errorWrapper {
    min-height: 85vh;
}

main.wrapper.errorWrapper .error-page h1 {
    margin: 45px 0 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 4rem;
}

main.wrapper.errorWrapper .error-page p {
    margin: 59px 0;
    text-transform: capitalize;
    font-size: 1.5rem;
}

main.wrapper.errorWrapper .error-page a {
    text-transform: uppercase;
    font-family: 'Gruppo', cursive !important;
    font-size: 2rem;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    font-weight: 700;
}
/*-----------404-----------------*/
/*-------------Nav---------------*/
header {position: fixed;z-index: 10;background-color: white;width: 100%;left: 0;top: 0;padding: 0 5vw;display: flex;flex-direction: row-reverse;align-items: center;justify-content: space-between;transition: transform .6s ease-in-out;transform: translateY(-110%);}
html.loaded header {
    transform: translateY(0);
}
header a.identity {
    height: 30px;
    margin-right: 25px;
    transition: all ease-in-out 0.5s;
}
nav {position: fixed;width: 10vw;height: 100vh;top: 0;right: 0;z-index: 14;background: #FAFAFA;box-shadow: -1px -1px 14px rgba(0, 0, 0, 0.25);}

nav .rate-logo-name-container {
    margin-top: 50px;
}
header #menu-mobile{
    display: none;
}
nav .rate-logo-name-container .rate-logo-container {
    position: relative;
    display: flex;
    align-items: center;
}

nav .rate-logo-name-container .rate-logo-container .rate-box {
    background: #FEC247;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    padding-left: 45px;
}

nav .rate-logo-name-container .rate-logo-container .logo-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-40px, -50%);
    background: #FFFFFF;
    border: 4px solid #C4C4C4;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .rate-logo-name-container .rate-logo-container .rate-box .gem-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav .rate-logo-name-container .rate-logo-container .rate-box .gem-text-box span {
    font-size: 0.7rem;
    font-weight: 100;
    color: #76193A;
    margin-top: 10px;
}

nav .rate-logo-name-container .rate-logo-container .rate-box > span {
    font-weight: bold;
    font-size: 1.1rem;
    color: #76193A;
}

nav .rate-logo-name-container .rate-logo-container .logo-box img {
    height: 26px;
}

nav .rate-logo-name-container .rate-logo-container p.name {
    text-align: center;
}

nav .rate-logo-name-container p.name {
    padding: 15px 10px;
    color: #76193A;
    font-weight: bold;
    font-size: 12px;
}
header h1 {
    font-size: 0.8rem;
    color: #76193A;
    font-weight: bold;
}
nav .nav-tab-boxes {position: absolute;width: 100%;height: auto;top: 50%;transform: translateY(-50%);}

nav .nav-tab-boxes .nav.nav-tabs {
    padding: 0;
    list-style: none;
    margin: 0;
}

nav .nav-tab-boxes .nav.nav-tabs button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
}

nav .nav-tab-boxes .nav.nav-tabs button img {
    height: 22px;
    margin-bottom: 16px;
    position: relative;
}

nav .nav-tab-boxes ul li button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}
nav .nav-tab-boxes .nav.nav-tabs button.active::before {content: '';position: absolute;width: 100%;height: 100%;background: #EAEAEA;opacity: 0.4;box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);top: 0;left: 0;z-index: 0;pointer-events: none;}
nav .nav-tab-boxes .nav.nav-tabs button span {
    color: #76193A;
    font-size: 0.85rem;
    font-weight: bold;
    position: relative;
}
nav .nav-tab-boxes ul li button.active {
    background-color: #fff !important;
}
header .header-menu-boxes {position: relative;display: flex;align-items: center;justify-content: center;transition: all ease-in-out 0.5s;}
nav .nav-tab-boxes .nav.nav-tabs li.nav-item {
    position: relative;
    width: 100%;
}
header .header-menu-boxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal-title {
    font-size: 1rem;
    color: #76193a;
}
header .header-menu-boxes ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    float: right;
    min-width: 10vw;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    /* 4dp | Appbar */
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-left: 29px;
    padding: 14px 10px;
    transition: all ease-in-out 0.3s;
}
#footerModal form {
    display: flex;
    flex-direction: column;
}

label {
    padding: 15px 0;
    font-size: 0.8rem;
    color: #76193a;
    font-weight: bold;
}

form input,form textarea {
    border: none;
    padding: 10px;
    background: #FFFFFF;
    /* 4dp | Appbar */
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-bottom: 13px;
}
form textarea{

    resize: none;
}
header .header-menu-boxes ul li a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header .header-menu-boxes ul li a img {
    height: 14px;
    margin-bottom: 7px;
    transition: all ease-in-out 0.3s;
}

header .header-menu-boxes ul li a span {
    font-size: 0.7rem;
    color: #76193A;
    transition: all ease-in-out 0.3s;
}
header .header-menu-boxes ul li:hover {
    background-color: #76193a;
}
header .header-menu-boxes ul li:hover a img {
    filter: brightness(0) invert(1);
}

header .header-menu-boxes ul li:hover a span {
    color: #fff;
}
header.profile-header {
    justify-content: flex-start;
    background-color: #fff;
}
/*-------------Nav---------------*/
/*-------------Home---------------*/
main.wrapper {
    position: relative;
    padding: 10vh 5vw 0;
    box-sizing: border-box;
}

section.home-container {
}
main.wrapper.HomeWrapper > .container-fluid.p-0 {
    height: calc(100% - 70px);
}
section.home-container .notice-text {
    position: relative;
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    z-index: 3;
    transition: all ease-in-out 0.5s;
}
body.landing-body {
    background-color: rgb(30,30,30);
}
section.home-container .notice-text img {
    margin-left: 10px;
}
canvas#defaultCanvas0 {
    filter: brightness(1) invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    pointer-events: none;
    z-index: 1;
    /* mix-blend-mode: color-dodge; */
    transform-origin: center;
}
.home-logo-background-container {
    position: relative;
    width: 100%;
    height: 50vh;
    /* overflow-x: hidden; */
}
.canvas-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
    opacity: 0.8;
    opacity: 0;
    transition: all ease-in-out 0.7s;
}
.canvas-logo.show {opacity: 0.6;}
.canvas-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}
main.wrapper.HomeWrapper {
    min-height: 90vh;
    overflow: hidden;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
}
section.home-container .notice-text span {
    color: #76193A;
    font-weight: bold;
    font-size: 0.9rem;
}
canvas#canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* mix-blend-mode: lighten; */
}
.home-logo-background-container .canvas-img-boxes {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-logo-background-container .canvas-img-boxes .pic-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    /* display: none; */
    opacity: 0.5;
    display: none;
}

.home-logo-background-container .canvas-img-boxes .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.entry {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99;
}
#entry-logo {
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 8vh;
    transform: translateX(-50%);
}

#entry-logo img {
    width: 21vh;
}

#enter-home-page {
    position: absolute;
    bottom: 8vh;
    z-index: 2;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: 1px solid #fff;
}

#enter-home-page p {
    margin: 0;
}
.entry canvas#displayCanvas {
    width: 100%;
    height: 100%;
}
html.show header .header-menu-boxes {
    transform: translateY(-400%);
    transition-delay: 0.2s;
}

html.show header a.identity {
    transform: translateY(-400%);
}

html.show section.home-container .notice-text {
    transform: translateX(100%);
    transition-delay: 0.6s;
}

html.show section.home-container .home-button-group-box {
    transform: translateY(1000%);
    transition-delay: 0.8s;
}

html.show footer.home-footer {
    transform: translateY(100%);
    transition-delay: 0.9s;
}
.home-background-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.home-background-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.home-wrapper {
    position: relative;
    padding: 50px 5vw;
    width: 100%;
    display: inline-block;
    height: 100%;
}
.home-background-box picture {
    width: 100%;
    height: 100%;
}
.home-background-box picture img {
    height: 100%;
}
main.wrapper.HomeWrapper > .container-fluid.p-0 > .row {
    height: 100%;
}

main.wrapper.HomeWrapper > .container-fluid.p-0 > .row .col-12 {
    height: 100%;
}

section.home-wrapper .home-logo-background-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.home-wrapper .home-logo-background-container .home-logo {}

section.home-wrapper .home-logo-background-container .home-logo img {
    width: 50vw;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17,.67,.3,1.33);
}
html.loaded section.home-wrapper .home-logo-background-container .home-logo img {
    transform: scale(1);
    transition-delay: .5s;
}
section.home-wrapper .home-logo-background-container .home-button-group-box {
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 13px 20px;
    transition: all ease-in-out 0.3s;
}

.btn.purpleBtn {
    background-color: #76193a;
    color: #fff;
}

.btn.whiteBtn {
    background-color: #fff;
    color: #76193a;
}

section.home-wrapper .home-logo-background-container .home-button-group-box a.btn {
    min-width: 20%;
    margin: 0 25px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
}
section.home-wrapper .home-logo-background-container .home-content {
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
}
a.btn:hover {
    transform: scale(1.1);
}
.home-background-box::before {content: '';position: absolute;width: 100%;height: 100%;background-color: rgb(30,30,30,0.6);}
html.show .canvas-logo {
    opacity: 0;
    transition-delay: 1.1s;
}
html.loaded section.home-wrapper .home-logo-background-container .home-button-group-box a.btn {
    transform: none;
    opacity: 1;
}

html.loaded section.home-wrapper .home-logo-background-container .home-button-group-box a.btn:first-child {
    transition-delay: 0.6s;
}

html.loaded section.home-wrapper .home-logo-background-container .home-button-group-box a.btn:nth-of-type(2) {
    transition-delay: 0.8s;
}

html.loaded section.home-wrapper .home-logo-background-container .home-button-group-box a.btn:nth-of-type(3) {
    transition-delay: 1s;
}
/*-------------Home---------------*/
/*-------------landing page---------------*/
body.landing-body .home-logo-background-container {
    height: 100vh;
}
body.landing-body main.wrapper.HomeWrapper {
    padding: 0;
}
body.landing-body a.entry-btn {position: fixed;bottom: 10vh;left: 50%;transform: translate(-50%,13vh);color: #76193A;z-index: 3;font-weight: 700;border-bottom: 1px solid #76193A;transition: all ease-in-out 0.3s;}

body.landing-body a.entry-btn:hover {
    letter-spacing: 1px;
}
body.landing-body a.entry-btn.show {
    transform: translate(-50%,0);
    transition-delay: 0.4s;
}
/*-------------landing page---------------*/
/*-------------profile offer---------------*/
main.profileWrapper {
    padding: 0 10vw 50px 5vw;
    /*    overflow-x: hidden;*/
    margin-top: 0;
    z-index: 13;
}
.offer-background-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
}

.offer-background-container .picture-box {
    width: 100%;
    height: 100%;
}
nav .nav-tab-boxes .nav.nav-tabs button .animateIcon {
    position: relative;
    z-index: 2;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
}

nav .nav-tab-boxes .nav.nav-tabs button .animateIcon i {
    color: #76193a;
    font-size: 1.2rem;
}
.offer-background-container .picture-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}
.tab-content-container {
    position: relative;
    margin: 14vh 0 0 0;
    padding: 40px 100px 100px 0;
    box-sizing: border-box;
    z-index: 3;
    min-height: 86vh;
}

section.offer-container {
    position: relative;
    z-index: 13;
}

.offer-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.offer-wrapper .offer-box {
    background: #FAFAFA;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 30px;
    margin-bottom: 30px;
    color: #76193A;
}

.offer-wrapper .offer-box .logo-img {
    text-align: center;
    padding-top: 30px;
}

.offer-wrapper .offer-box .logo-img img {
    height: 34px;
}

.offer-wrapper .offer-box h2.title {
    font-size: 1.3rem;
    text-align: center;
    margin: 20px 0;
    padding: 0 30px;
    font-weight: bold;
}
section.home-container .home-button-group-box {position: relative;width: 100%;display: flex;align-items: center;justify-content: center;z-index: 4;transition: all ease-in-out 0.5s;}

section.home-container .home-button-group-box a {
    position: relative;
    width: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    color: #76193A;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin: 0 20px;
    padding: 15px 10px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    background-color: #fff;
}

section.home-container .home-button-group-box a.button-group-one {
    background-color: #76193A;
    color: #fff;
}
.offer-wrapper .offer-box p {
    font-size: 0.89rem;
    padding: 0 30px;
}
section.home-container .home-button-group-box a:hover {
    transform: scale(1.05);
}
.offer-wrapper .offer-box a {
    display: block;
    text-align: center;
    border-top: 1px solid #DADADA;
    padding: 20px 0;
    color: #76193A;
}
main.profileWrapper canvas#defaultCanvas0 {
    position: fixed;
    mix-blend-mode: normal;
    transform: translate(-50%, -50%) scale(1);
    filter: none;
    pointer-events: none;
    z-index: 12;
}

.swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.tab-content-container #offer {
    height: calc(86vh - 80px);
    position: relative;
}

.offer-wrapper .offer-container {
    height: 100%;
    position: relative;
}

.offer-wrapper .offer-container .row {
    height: 100%;
}

.offer-wrapper .offer-container .row .swiper-container {
}

.offer-wrapper .offer-container .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}
.two .swiper-slide {
    width: 20vw;
}
.swiper-slide img {
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #76193a;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #76193a 0%, #c39aa8 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #76193a 0%, #bb8c9d 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
/*-------------profile offer---------------*/
/*-------------profile rate---------------*/
.profile-rate-container {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    /* grayscale / divider */
    border: 1px solid #DFE0EB;
    box-sizing: border-box;
    border-radius: 8px;
}
.profile-rate-container .rate-title {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}

.profile-rate-container .rate-title h2 {
    font-size: 1.8rem;
}

.profile-rate-filter-sort-search-boxes {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.profile-rate-filter-sort-search-boxes .p-r-search-box {
    position: relative;
}

.profile-rate-filter-sort-search-boxes .p-r-filter-boxes,.profile-rate-filter-sort-search-boxes .p-r-sort-boxes {
    position: relative;
    width: 8vw;
}

.profile-rate-filter-sort-search-boxes .p-r-sort-boxes {
    position: relative;
}

.profile-rate-filter-sort-search-boxes .p-r-search-box form {
    background: #FAFAFA;
    border: 0.2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 3px 7px;
    display: flex;
    align-items: center;
    height: 40px;
}

.profile-rate-filter-sort-search-boxes .p-r-search-box form input#inputSearchPR {
    border: none;
    background-color: transparent;
    text-align: left;
    margin-left: 6px;
}

.profile-rate-filter-sort-search-boxes .p-r-filter-boxes #filter-box,.profile-rate-filter-sort-search-boxes .p-r-sort-boxes #sort-box {
    position: relative;
    padding: 5px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: capitalize;
    color: #4B506D;
    height: 40px;
}

.profile-rate-filter-sort-search-boxes .p-r-filter-boxes #filter-box img,.profile-rate-filter-sort-search-boxes .p-r-sort-boxes #sort-box img {
    margin-right: 6px;
}
.profile-rate-filter-sort-search-boxes .p-r-filter-boxes .p-r-filter-box,.profile-rate-filter-sort-search-boxes .p-r-sort-boxes .p-r-sort-box {
    position: absolute;
    min-width: 7vw;
    left: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    z-index: 1;
    top: 0;
    transform: translateY(40px);
}

.profile-rate-container ul.profile-rate-header {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFE0EB;
}
.profile-rate-container ul.profile-rate-header li{}
.profile-rate-container ul.profile-rate-header li:nth-of-type(1) {
    flex: 3;
    padding: 0 30px;
}
.profile-rate-container ul.profile-rate-header li:nth-of-type(2) {
    flex: 1;
}
.profile-rate-container ul.profile-rate-header li:nth-of-type(3) {
    flex: 1;
}
.profile-rate-container ul.profile-rate-header li:nth-of-type(4) {
    flex: 1;
    padding-left: 30px;
}
.profile-rate-container ul.profile-rate-header li:nth-of-type(5) {}

.profile-rate-container ul.profile-rate-header li span {
    display: block;
    color: #9FA2B4;
    font-weight: bold;
    font-size: 0.9rem;
}

.profile-rate-container ul.profile-rate-boxes {
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFE0EB;
    padding: 10px 0;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .detail-box {
    flex: 3;
    padding: 0 30px;
    position: relative;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-num {
    flex: 1;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-date {
    flex: 1;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-condition {
    flex: 1;
    padding-left: 30px;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .detail-box p {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: #252733;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .detail-box span {
    color: #C5C7CD;
    font-size: 0.85rem;
    font-weight: 600;
}

.profile-rate-filter-sort-search-boxes .p-r-filter-boxes .p-r-filter-box ul.list, .profile-rate-filter-sort-search-boxes .p-r-sort-boxes .p-r-sort-box ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-rate-filter-sort-search-boxes .p-r-filter-boxes .p-r-filter-box ul.list li, .profile-rate-filter-sort-search-boxes .p-r-sort-boxes .p-r-sort-box ul.list li {
    padding: 7px 5px;
    border-bottom: 1px solid #ccc;
}

.profile-rate-filter-sort-search-boxes .p-r-filter-boxes .p-r-filter-box ul.list li p, .profile-rate-filter-sort-search-boxes .p-r-sort-boxes .p-r-sort-box ul.list li p {
    margin: 0;
    font-size: 0.75rem;
}
.profile-rate-filter-sort-search-boxes .p-r-filter-boxes .p-r-filter-box ul.list li.is-checked, .profile-rate-filter-sort-search-boxes .p-r-sort-boxes .p-r-sort-box ul.list li.is-checked {
    background-color: #76193A;
    color: #fff;
}
.profile-rate-filter-sort-search-boxes .p-r-filter-boxes .p-r-filter-box ul.list li:last-child, .profile-rate-filter-sort-search-boxes .p-r-sort-boxes .p-r-sort-box ul.list li:last-child {
    border: none;
}
.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-num span {
    color: #252733;
    font-weight: 600;
    font-size: 0.9rem;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-date p {
    color: #252733;
    font-weight: 600;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-date span {
    color: #C5C7CD;
    direction: ltr;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
    text-align: right;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-condition button.conditionBtn.redButton {
    background: #F12B2C;
    border-color: #f12b2c;
    color: #fff;
}
.no-search {
    padding: 30px;
}
.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-condition button.conditionBtn {
    border-radius: 100px;
    border: 1px solid #ccc;
    padding: 6px 18px;
    font-size: 0.8rem;
}
.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-condition button.conditionBtn.greenButton {
    background-color: #009E60;
    color: #fff;
    border-color: #009E60;
}

.profile-rate-container ul.profile-rate-boxes li.profile-rate-box .order-condition button.conditionBtn.orangeButton {
    background-color: #FFAA33;
    border-color: #FFAA33;
}
.offer-wrapper, .ring, .img {
    width:100%;
    height: 100%;
    transform-style: preserve-3d;
    user-select:none;
}
.offer-wrapper {
    overflow:hidden;
}
.offer-content {
    perspective: 2000px;
    width: 300px;
    height: 400px;
    left:50%;
    top:40%;
    transform:translate(-50%,-50%);
    position: absolute;
}
.offer-wrapper, .ring, .img{
    position: absolute;
}
/*-------------profile rate---------------*/
/*----------single Products-----------*/
/*----------single Products-----------*/
/*-------------About us-------------*/
/*-------------About us-------------*/
/*-------------Footer---------------*/
footer {
    position: relative;
    z-index: 4;
    transition: transform .6s ease-in-out;
    background-color: #fff;
    padding: 0;
    transform: translateY(100%);
}
html.loaded section.home-wrapper .home-logo-background-container .home-content {
    transform: none;
    opacity: 1;
    transition-delay: 1.3s;
}

html.loaded footer {
    transform: none;
    transition-delay: 1.4s;
}
footer .footer-inner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    height: 70px;
    padding: 0 5vw;
}

footer .footer-inner a,footer .footer-inner button {
    color: #76193A;
    margin-right: 70px;
    box-shadow: none;
    padding: 0;
}

footer .footer-inner .footer-social-media-box {
    position: relative;
    margin-right: 70px;
}

footer .footer-inner .footer-social-media-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-inner .footer-social-media-box ul li {
    float: left;
    margin-right: 15px;
}

footer .footer-inner .footer-social-media-box ul li a {
    margin: 0;
}
/*-------------Footer---------------*/
@media only screen and (max-width: 768px){
    /*-------------nav---------------*/
    header .header-menu-boxes {
        position: fixed;
        width: 100%;
        left: 0;
        top: 10vh;
        height: 90vh;
        background-color: #fff;
        z-index: 10;
        transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
        transform: translateY(100%);
    }

    header {
        padding: 0 20px;
	height: 10vh;
    }

    header #menu-mobile {
        display: flex;
        position: relative;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    header #menu-mobile .menu-text {
        position: relative;
        width: 100px;
        height: 20px;
    }

    header #menu-mobile .menu-box {
        position: relative;
        width: 36px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 10px;
    }

    header #menu-mobile .menu-box span {
        width: 100%;
        height: 2px;
        background-color: #76193a;
        transition: all ease-in-out 0.3s;
    }

    header #menu-mobile .menu-text span {
        font-size: 0.8rem;
        font-weight: 700;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #76193a;
        transition: all ease-in-out 0.3s;
    }

    header #menu-mobile .menu-text span:last-child {
        opacity: 0;
    }

    header .header-menu-boxes ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    html.op-menu header .header-menu-boxes {
        transform: translateY(0%);
    }

    html.op-menu header #menu-mobile .menu-text span:first-child {
        opacity: 0;
    }

    html.op-menu header #menu-mobile .menu-text span:last-child {
        opacity: 14;
    }

    html.op-menu header #menu-mobile .menu-box span {
        opacity: 0;
    }

    html.op-menu header #menu-mobile .menu-box span:first-child {
        opacity: 1;
        transform: rotate(45deg) translate(5px, 6px);
    }

    html.op-menu header #menu-mobile .menu-box span:last-child {
        opacity: 1;
        transform: rotate(-45deg) translate(6px, -6px);
    }
    header .header-menu-boxes ul li {
        width: 80vw;
        margin: 0 0 25px 0;
    }
    /*-------------nav---------------*/
    /*-------------home---------------*/
    main.wrapper.HomeWrapper {
        height: auto;
    }

    section.home-wrapper {
        padding: 40px 20px;
    }

    main.wrapper.HomeWrapper > .container-fluid.p-0 {
        height: auto;
    }

    section.home-wrapper .home-logo-background-container .home-logo img {
        width: 100%;
    }

    section.home-wrapper .home-logo-background-container .home-button-group-box {
        margin: 40px 0;
        flex-direction: column;
    }

    section.home-wrapper .home-logo-background-container .home-button-group-box a.btn {
        width: 100%;
        margin: 10px 0;
    }

    footer .footer-inner {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    footer .footer-inner a {
        margin: 15px 0;
    }

    footer .footer-inner .footer-social-media-box {
        margin-bottom: 15px;
        margin-right: 0;
        margin: 15px  0;
    }

    footer .footer-inner .footer-social-media-box ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .footer-inner button {
        margin: 0 0 25px 0;
    }
    footer .footer-inner .footer-social-media-box ul li {
        margin: 0 10px;
    }
    /*-------------home---------------*/
    /*----------landing page-----------*/
    .canvas-logo {
        height: 60vh;
        top: 50%;
        transform: translate(-50%,-50%) scale(2);
    }
    .canvas-logo::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 20vh;background-color: #fff;}
    .canvas-logo::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20vh;
        background-color: #fff;
    }
    /*----------landing page-----------*/
}
@media only screen and (max-width: 768px){
    /*----------Home------------*/
    section.home-wrapper {
        min-height: 75vh;
    }
    /*----------Home------------*/
}
@media only screen and (min-width: 769px) and (max-width: 1030px){
    /*----------Nav-----------*/
    header {
        padding: 0 30px;
    }
    header .header-menu-boxes ul li {
        min-width: 13vw;
    }

    section.home-wrapper .home-logo-background-container .home-button-group-box a.btn {
        min-width: 23%;
    }

    footer .footer-inner a, footer .footer-inner button,footer .footer-inner .footer-social-media-box {
        margin-right: 35px;
    }
    /*----------Nav-----------*/
    /*----------landing page-----------*/
    .canvas-logo {
        height: 60vh;
        top: 50%;
        transform: translate(-50%,-50%) scale(2);
    }
    .canvas-logo::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 20vh;background-color: #fff;}
    .canvas-logo::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20vh;
        background-color: #fff;
    }
    /*----------landing page-----------*/
    /*----------home-----------*/

    section.home-wrapper {
        padding: 30px;
    }
    footer .footer-inner {
        padding: 0 30px;
    }
    /*----------home-----------*/
}
@media only screen and (min-width: 1031px) and (max-width: 1199px){}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    /*----------Nav------------*/
    header .header-menu-boxes ul li {
        width: 10vw;
        padding: 10px 9px;
    }
    /*----------Nav------------*/
    /*----------Home-----------*/
    section.home-wrapper .home-logo-background-container .home-logo img {
        width: 40vw;
    }
    section.home-wrapper .home-logo-background-container .home-button-group-box {margin: 50px 0;}
    section.home-wrapper .home-logo-background-container .home-button-group-box a.btn {
        width: 19%;
        margin: 0 20px;
        padding: 10px;
        font-size: 0.9rem;
    }
    /*----------Home-----------*/
}
