@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p,
span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: var(--paraColor);
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    color: var(--colorBlack);
}

img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

input,
textarea {
    width: 100%;
    padding: 13px 20px;
    outline: none;
    resize: none;
    font-weight: 400;
    background: rgba(247, 232, 242, 0.27);
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
}

input::placeholder,
textarea::placeholder {
    color: #a6a6ac;
}

button {
    border: none;
    outline: none;
}

:root {
    --colorPrimary: #DA126A;
    --colorGreen: #1DC9B7;
    --colorBlue: #1E6CFF;
    --colorYellow: #F2C94C;
    --colorBlack: #162B49;
    --colorWhite: #ffffff;
    --paraColor: #6C798B;
    --ratingColor: #FFA800;
    --gradiantBg: linear-gradient(128.5deg, #5e2ad0 0%, #851c91 34.94%, #c21575 76.73%, #da126a 96.65%);
}

/*============================
    GLOBAL CSS START
============================*/
.common_btn {
    background: var(--colorPrimary);
    color: var(--colorWhite);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 40px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all linear .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.common_btn:hover {
    background: transparent;
    color: var(--colorPrimary);
    border-color: var(--colorPrimary);
}

.common_btn2 {
    background: linear-gradient(102.93deg, #4d22aa 0%, #da126a 95.54%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: var(--colorWhite);
    padding: 14px 40px;
    position: relative;
    overflow: hidden;
}

.common_btn2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 80px;
    background: linear-gradient(102.93deg, #4d22aa 0%, #da126a 95.54%);
    top: -17px;
    left: -25px;
    opacity: .5;
    transition: all linear .3s;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.common_btn2:hover:after {
    left: 115%;
}

.view_all {
    font-weight: 400;
    font-size: 14px;
    color: var(--paraColor);
    text-transform: capitalize;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.view_all i {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.view_all:hover {
    color: var(--colorPrimary);
}

.view_all:hover i {
    margin-left: 5px;
}

.view_all::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--colorPrimary);
    bottom: 0px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.view_all:hover::before {
    width: 100%;
}

.wsus__section_heading {
    text-align: center;
}

.wsus__section_heading.heading_left h5,
.wsus__section_heading.heading_left h2 {
    text-align: left;
}

.wsus__section_heading h5 {
    font-size: 20px;
    color: var(--colorPrimary);
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
}

.wsus__section_heading h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    text-align: center;
}

.title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--colorBlack);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.title:hover {
    color: var(--colorPrimary);
}

/* slider button start */
.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 6px;
    background: #fbecf3;
    border-radius: 3px;
    margin: 0px 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.slick-dots li.slick-active button {
    width: 25px;
    background: var(--colorPrimary);
}

/* slider button end */

/* breadcrumb start */
.wsus__breadcrumb {
    background: linear-gradient(128.5deg, #d02a7a 0%, #851c91 34.94%, #c21575 76.73%, #da126a 96.65%);
    padding: 65px 0px 70px 0px;
    margin-top: 120px;
    position: relative;
    overflow: hidden;
}

.wsus__breadcrumb h1 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: var(--colorWhite);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wsus__breadcrumb nav ol {
    justify-content: center;
    margin: 0;
}

.wsus__breadcrumb nav ol li {
    font-weight: 400;
    font-size: 20px;
    color: var(--colorWhite);
    padding: 0 !important;
}

.wsus__breadcrumb nav ol li a {
    font-weight: 400;
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: capitalize;
}

.wsus__breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--colorWhite);
}

.wsus__breadcrumb .bg_animation li {
    z-index: 1;
}

.breadcrumb_animi li:nth-child(1) {
    width: 110px !important;
    height: 110px !important;
    left: -20px !important;
    bottom: -10% !important;
}

.breadcrumb_animi li:nth-child(2) {
    width: 170px !important;
    height: 170px !important;
    left: 0 !important;
    top: -25px !important;
}

.breadcrumb_animi li:nth-child(3) {
    width: 210px !important;
    height: 210px !important;
    left: 10% !important;
    bottom: 35% !important;
}

.breadcrumb_animi li:nth-child(4) {
    width: 115px !important;
    height: 115px !important;
    left: 7% !important;
    bottom: 0% !important;
}

.breadcrumb_animi li:nth-child(5) {
    width: 100px !important;
    height: 100px !important;
    left: 16% !important;
    bottom: -5% !important;
}

.breadcrumb_animi li:nth-child(6) {
    width: 160px !important;
    height: 160px !important;
    left: 20% !important;
    bottom: 20% !important;
}

.breadcrumb_animi_r li:nth-child(1) {
    left: auto !important;
    right: -20px !important;
}

.breadcrumb_animi_r li:nth-child(2) {
    left: auto !important;
    right: 0 !important;
}

.breadcrumb_animi_r li:nth-child(3) {
    right: 10% !important;
    left: auto !important;
}

.breadcrumb_animi_r li:nth-child(4) {
    right: 7% !important;
    left: auto !important;
}

.breadcrumb_animi_r li:nth-child(5) {
    right: 16% !important;
    left: auto !important;
}

.breadcrumb_animi_r li:nth-child(6) {
    right: 20% !important;
    left: auto !important;
}

/* breadcrumb end */
/*============================
    GLOBAL CSS END
============================*/


/*============================
    HOME PAGE START
============================*/
/* header start */
header {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EFEFEF;
    height: 40px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.wsus__header_content ul {
    line-height: 38px;
    align-items: center;
}

.wsus__header_content ul li a {
    color: var(--colorBlack);
    font-weight: 500;
    font-size: 14px;
    margin-right: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__header_content ul li:last-child a {
    margin: 0;
}

.wsus__header_content ul li a:hover {
    color: var(--colorPrimary);
}

/* header end */


/* menu start */
.main_menu {
    width: 100%;
    height: 80px;
    background: var(--colorWhite);
    padding: 0;
    z-index: 99;
    position: fixed;
    top: 40px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .container,
header .container,
.wsus__banner .container,
.wsus__footer_bottom .container {
    max-width: 1515px;
}

.main_menu .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 180px;
}

.main_menu .navbar-nav {
    line-height: 80px;
}

.main_menu .navbar-nav .nav-item {
    position: relative;
}

.main_menu .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--colorBlack);
    padding: 0px 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
    color: var(--colorPrimary);
}

.main_menu .wsus__droap_menu {
    position: absolute;
    width: 220px;
    background: var(--colorWhite);
    line-height: initial;
    border: 1px solid #E8E8E8;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    max-height: 450px;
    overflow-y: auto;
    z-index: 99;
}

.main_menu .wsus__droap_menu::-webkit-scrollbar-thumb {
    background: #ddd;
}

.main_menu .wsus__droap_menu::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: #fff;
    height: 4px;
    width: 4px;
}

.main_menu .wsus__droap_menu li a {
    font-size: 14px;
    border-bottom: 1px solid #E8E8E8;
    text-transform: capitalize;
    padding: 15px !important;
    margin: 0 !important;
    color: var(--colorBlack);
    width: 100%;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .wsus__droap_menu li:last-child a {
    border-bottom: 0;
}

.main_menu .wsus__droap_menu li a:hover,
.main_menu .wsus__droap_menu li a.active {
    background: #edecec;
    border-color: var(--colorWhite);
}

.main_menu .navbar-nav li:hover .wsus__droap_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main_menu .right_menu .start_btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 13px 25px;
    border: 1px solid #DA126A;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.1));
    border-radius: 3px;
    color: var(--colorPrimary);
    width: auto;
    height: auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.main_menu .right_menu .start_btn:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.main_menu .right_menu {
    line-height: 80px;
}

.main_menu .right_menu li {
    position: relative;
}

.main_menu .right_menu>li>a {
    line-height: initial;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    margin: 0px 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main_menu .right_menu li:last-child a {
    margin-right: 0;
}

.main_menu .right_menu li a span {
    position: absolute;
    top: -5px;
    left: 10px;
    background: linear-gradient(180deg, #4D22AA 0.02%, #851C91 36.18%, #C21575 79.42%, #DA126A 100.04%);
    color: var(--colorWhite);
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 17px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 3px solid var(--colorWhite);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .right_menu li a:hover span {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.main_menu .right_menu li:hover .wsus__droap_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.menu_fix {
    position: fixed;
    top: 0;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    z-index: 9999;
}

/* menu end */


/* banner start */
.wsus__banner {
    background: var(--gradiantBg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 120px 0px 130px 0px;
    margin-top: 120px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.wsus__banner_text h1 {
    font-weight: 700;
    font-size: 58px;
    text-align: center;
    color: var(--colorWhite);
}

.wsus__banner_text p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--colorWhite);
    width: 85%;
    margin: 25px auto 50px auto;
}

.wsus__banner_text form {
    position: relative;
    width: 65%;
    margin: 0 auto;
    z-index: 9;
}

.wsus__banner_text form .nice-select {
    width: 25%;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 4px;
    background: var(--colorBlack);
    color: var(--colorWhite);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wsus__banner_text form .nice-select .current {
    font-weight: 500;
    font-size: 14px;
    color: var(--colorWhite);
}

.wsus__banner_text .nice-select .list {
    margin-top: 0;
    max-height: 170px;
}

.wsus__banner_text .nice-select:after {
    right: 20px;
    color: var(--colorWhite);
}

.wsus__banner_text form input {
    width: 75%;
    padding: 20px 20px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--colorWhite);
}

.wsus__banner_text form button {
    padding: 11.5px 30px;
    position: absolute;
    top: 5px;
    right: 6px;
    text-align: center;
}

.wsus__banner_text form button i {
    margin-right: 10px;
}

.wsus__banner_text form button::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 80px;
    background: linear-gradient(102.93deg, #4d22aa 0%, #da126a 95.54%);
    top: -17px;
    left: -25px;
    opacity: .5;
    transition: all linear .3s;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__banner_text form button:hover:after {
    left: 115%;
}

.wsus__banner_counter li {
    padding: 0px 25px;
    border-right: 1px solid #FFFFFF50;
}

.wsus__banner_counter li:last-child {
    border: none;
}

.wsus__banner_counter li,
.wsus__banner_counter li span {
    font-weight: 600;
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: capitalize;
}

/* banner end */

/* categories start */
.wsus__categories {
    background: #F8F8F8;
    position: relative;
    z-index: 9;
}

.wsus__categories_item {
    background: var(--colorWhite);
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    margin-top: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__categories_item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 5px;
}

.wsus__categories_2 .wsus__categories_item .icon {
    margin-top: 15px;
    width: 50px;
    height: 50px;
}

.wsus__categories_item h3 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 5px;
}

.wsus__categories_item:hover {
    margin-top: 15px;
    box-shadow: 0px 4px 84px rgb(0 0 0 / 10%);
}

/* categories end */


/* gallery stat */
.wsus__galley {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__gallery_item {
    background: var(--colorWhite);
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 8px;
    margin-top: 25px;
}

.wsus__gallery_item_img {
    position: relative;
    height: 290px;
    overflow: hidden;
}

.wsus__gallery_item_img img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__gallery_item_img p {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--colorPrimary);
    color: var(--colorWhite);
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: 0 10px;
}

.wsus__gallery_item_img p span {
    position: relative;
    top: -10px;
    font-weight: 500;
    color: var(--colorWhite);
}

.wsus__gallery_item_overlay {
    position: absolute;
    width: 90%;
    height: 90%;
    background: #162b49db;
    top: 5%;
    left: 5%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__gallery_item_overlay li a {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: capitalize;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff3;
    line-height: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__gallery_item_overlay li:last-child a {
    padding: 0;
    margin: 0;
    border: 0;
}

.wsus__gallery_item_overlay li a:hover {
    color: var(--colorPrimary);
}

.wsus__gallery_item_text {
    padding: 20px 20px 10px 20px;
}

.wsus__gallery_item_text p {
    font-size: 14px;
    color: var(--paraColor);
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__gallery_item_text p span {
    font-size: 14px;
    color: var(--colorBlack);
}

.wsus__gallery_item_text p a {
    background: linear-gradient(180deg, #4D22AA 0.02%, #851C91 36.18%, #C21575 79.42%, #DA126A 100.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 14px;
    text-transform: capitalize;
}

.wsus__gallery_item_text ul {
    margin-top: 20px;
}

.wsus__gallery_item_text ul li a {
    color: var(--paraColor);
}

.wsus__gallery_item_text ul li a i {
    color: var(--colorBlack);
    margin-right: 5px;
}

.wsus__gallery_item_text ul li p {
    margin: 0;
    color: var(--ratingColor);
    font-size: 16px;
}

.wsus__gallery_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.wsus__gallery_item:hover .wsus__gallery_item_overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

/* gallery end */


/* offer start */
.wsus__offer {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__offer_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.wsus__offer_text p {
    font-size: 42px;
    font-weight: 400;
    color: var(--colorWhite);
}

.wsus__offer_text h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--colorWhite);
    margin-bottom: 38px;
}

.wsus__offer_text a:hover {
    color: var(--colorWhite);
    border-color: var(--colorWhite);
}

.wsus__offer_img {
    width: 435px;
    height: 360px;
    margin: 30px auto;
}

/* offer end */


/* recent product start */
.wsus__recent_product_filter {
    height: 100%;
    align-items: end;
    justify-content: end;
    padding-bottom: 10px;
}

.wsus__recent_product_filter button {
    font-weight: 500;
    font-size: 18px;
    color: var(--paraColor) !important;
    border: 0 !important;
    margin-left: 55px;
    background: none !important;
    text-transform: capitalize;
    transition: all linear .3s;
    padding: 0;
}

.wsus__recent_product_filter button i {
    margin-right: 5px;
}

.wsus__recent_product_filter button:hover,
.wsus__recent_product_filter button.active {
    color: var(--colorPrimary) !important;
}

.wsus__recent_product_item {
    margin-top: 45px;
    padding: 20px;
    width: 100px;
    height: 100px;
    background: #f6e8f3;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.wsus__recent_product_item:hover {
    margin-top: 30px;
}

/* recent product end */


/* why choose start */
.wsus__why_choose {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__why_choose .wsus__section_heading h5,
.wsus__why_choose .wsus__section_heading h2 {
    color: var(--colorWhite);
}

.wsus__why_choose_item {
    width: 270px;
    height: 270px;
    background: var(--colorWhite);
    text-align: center;
    border-radius: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
}

.wsus__why_choose_item::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 34px;
    top: 50%;
    right: -165px;
    transform: translateY(-50%);
    background: url(../images/why_choose_shapes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__why_choose_item.last::after {
    display: none;
}

.wsus__why_choose_item .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.wsus__why_choose_item h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
}

/* why choose end */


/* testimonial start */
.wsus__testimonial_item {
    background: #f9ecf5;
    border-radius: 6px;
    padding: 40px;
    position: relative;
    margin-top: 25px;
}

.wsus__testimonial_item::after {
    position: absolute;
    content: "\f10e";
    font-family: "font awesome 5 free";
    font-size: 80px;
    font-weight: 600;
    top: 0;
    left: 20px;
    color: #0000001a;
}

.testi_slider .wsus__testimonial_item {
    margin: 0 12px;
}

.wsus__testimonial_item .rating {
    color: var(--ratingColor);
    font-size: 20px;
    margin: 25px 0px 30px 0px;
}

.wsus__testimonial_footer .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.wsus__testimonial_footer .text h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.wsus__testimonial_footer .text p {
    text-transform: capitalize;
}

/* testimonial end */


/* brand start */
.wsus__brand_item li {
    width: 20%;
    padding: 0px 50px;
    margin-bottom: 70px;
}

.wsus__brand_item li img:hover {
    filter: invert(26%) sepia(92%) saturate(6558%) hue-rotate(324deg) brightness(87%) contrast(95%);
}

/* brand end */


/* download start */
.wsus__download {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__download_text {
    padding-right: 60px;
}

.wsus__download_text h2,
.wsus__download_text h2 span {
    font-size: 42px;
    font-weight: 700;
    color: var(--colorWhite);
}

.wsus__download_text h2 span {
    color: var(--colorPrimary);
}

.wsus__download_text p {
    color: var(--colorWhite);
    margin-top: 35px;
    margin-bottom: 55px;
    max-width: 90%;
}

.wsus__download_text ul li a {
    display: block;
    width: 170px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
}

/* download end */


/* blog start */
.wsus__single_blog {
    background: var(--colorWhite);
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    transition: 0.25s ease-out;
    padding: 8px;
    overflow: hidden;
    margin-top: 25px;
}

.wsus__single_blog_img {
    height: 270px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.wsus__single_blog_img img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__single_blog_img p {
    background: var(--colorPrimary);
    position: absolute;
    padding: 4px 11px;
    border-radius: 5px;
    right: 10px;
    top: 10px;
    color: var(--colorWhite);
}

.wsus__single_blog_img p span {
    color: var(--colorWhite);
    font-size: 18px;
    font-weight: 600;
}

.wsus__single_blog_text {
    padding: 20px 20px 10px 20px;
}

.wsus__single_blog_text P {
    font-size: 14px;
    margin-bottom: 10px;
}

.wsus__single_blog_text P a {
    font-size: 14px;
    color: var(--colorBlack);
}

.wsus__single_blog_text .title {
    margin-bottom: 15px;
}

.wsus__single_blog:hover {
    margin-top: 20px;
    box-shadow: 0px 4px 84px rgb(0 0 0 / 10%);
}

.wsus__single_blog:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

/* blog end */


/* footer start */
footer {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 9;
}

.wsus__subscribe {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: -145px;
    padding: 50px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.wsus__subscribe h2 {
    font-weight: 700;
    font-size: 42px;
    color: var(--colorWhite);
    text-transform: capitalize;
}

.wsus__subscribe p {
    color: var(--colorWhite);
    margin-top: 10px;
    margin-bottom: 40px;
}

.wsus__subscribe form {
    position: relative;
    width: 85%;
}

.wsus__subscribe form input {
    padding: 22px 30px;
    background: var(--colorWhite);
}

.wsus__subscribe form button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 11px 27px;
    text-align: center;
}

.wsus__footer_content .footer_logo {
    max-width: 180px;
    margin-bottom: 12px;
}

.wsus__footer_content h4,
.wsus__footer_counter h4 {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: capitalize;
    margin-bottom: 25px;
}

.wsus__footer_content ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    text-transform: capitalize;
    margin-top: 20px;
    text-underline-offset: 5px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.wsus__footer_content ul li a:hover {
    text-decoration: underline;
    color: var(--colorPrimary);
}

.wsus__footer_counter p {
    color: var(--colorWhite);
    margin-top: 45px;
    margin-bottom: 45px;
    width: 80%;
}

.wsus__footer_counter ul li {
    border-right: 1px solid #374862;
    margin-right: 30px;
    min-width: 135px;
}

.wsus__footer_counter ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.wsus__footer_counter ul li h5 {
    font-weight: 600;
    font-size: 26px;
    color: var(--colorPrimary);
    margin-bottom: 5px;
}

.wsus__footer_counter ul li p {
    margin: 0;
    width: 100%;
}

.wsus__footer_counter ul li:last-child h5 {
    padding-left: 18px;
    position: relative;
}

.wsus__footer_counter ul li:last-child h5::after {
    position: absolute;
    content: "$";
    top: 0;
    left: 0;
}

.wsus__footer_bottom {
    padding: 30px 0px;
    border-top: 1px solid #3748629e;
}

.wsus__footer_copyright ul li a {
    font-size: 16px;
    color: #ABABAB;
    margin-right: 15px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.wsus__footer_copyright ul li a:hover {
    color: var(--colorPrimary);
}

.wsus__footer_copyright p {
    color: #ABABAB;
}

.wsus__footer_copyright p span {
    color: var(--colorWhite);
}

.wsus__footer_payment {
    justify-content: end;
}

.wsus__footer_payment p {
    color: var(--colorWhite);
    margin-right: 40px;
}

.wsus__footer_payment p i {
    margin-left: 5px;
}

/* footer end */


/* background animation start */
.bg_animation li {
    position: absolute;
    background: url(../images/loading_animi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
    z-index: 1;
}

.bg_animation li:nth-child(1) {
    width: 360px;
    height: 360px;
    left: -7%;
    bottom: -2%;
}

.bg_animation li:nth-child(2) {
    width: 160px;
    height: 160px;
    left: 14%;
    bottom: -10px;
}

.bg_animation li:nth-child(3) {
    width: 245px;
    height: 245px;
    left: 20%;
    bottom: 6%;
}

.bg_animation li:nth-child(4) {
    width: 230px;
    height: 230px;
    left: 30%;
    bottom: -13%;
}

.bg_animation li:nth-child(5) {
    width: 140px;
    height: 140px;
    left: 30%;
    bottom: 35%;
}

.bg_animation li:nth-child(6) {
    width: 190px;
    height: 190px;
    left: 24%;
    bottom: 50%;
}

.bg_animation li:nth-child(7) {
    width: 180px;
    height: 180px;
    left: 0%;
    top: -9%;
}

.bg_animation li:nth-child(8) {
    width: 250px;
    height: 250px;
    left: 5%;
    top: 9%;
}

.bg_animation li:nth-child(9) {
    width: 200px;
    height: 200px;
    left: 15%;
    top: 35%;
}

.bg_animation li:nth-child(10) {
    width: 60px;
    height: 60px;
    left: 40%;
    top: 32%;
}

.bg_animation li:nth-child(11) {
    width: 144px;
    height: 144px;
    left: 33%;
    top: 5%;
}

.bg_animation li:nth-child(12) {
    width: 180px;
    height: 180px;
    left: 24%;
    top: -11%;
}

.bg_animation li:nth-child(13) {
    width: 100px;
    height: 100px;
    top: 9%;
    left: 20%;
}

.bg_animation_r li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.bg_animation_r li:nth-child(1) {
    right: -7%;
    left: auto !important;
}

.bg_animation_r li:nth-child(2) {
    right: 14%;
    left: auto !important;
}

.bg_animation_r li:nth-child(3) {
    right: 20%;
    left: auto !important;
}

.bg_animation_r li:nth-child(4) {
    right: 30%;
    left: auto !important;
}

.bg_animation_r li:nth-child(5) {
    right: 30%;
    left: auto !important;
}

.bg_animation_r li:nth-child(6) {
    right: 24%;
    left: auto !important;
}

.bg_animation_r li:nth-child(7) {
    right: 0;
    left: auto !important;
}

.bg_animation_r li:nth-child(8) {
    right: 5%;
    left: auto !important;
}

.bg_animation_r li:nth-child(9) {
    right: 15%;
    left: auto !important;
}

.bg_animation_r li:nth-child(10) {
    right: 40%;
    left: auto !important;
}

.bg_animation_r li:nth-child(11) {
    right: 33%;
    left: auto !important;
}

.bg_animation_r li:nth-child(12) {
    right: 24%;
    left: auto !important;
}

.bg_animation_r li:nth-child(13) {
    right: 20%;
    left: auto !important;
}

/* background animation end */

/* scroll button start */
.wsus__scroll_btn {
    width: 35px;
    height: 70px;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 111;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    background: var(--colorPrimary);
    border: 1px solid var(--colorWhite);
}

.wsus__scroll_btn span {
    font-size: 16px;
    color: var(--colorWhite);
    animation: scroll_amini linear 2s infinite alternate;
    -webkit-animation: scroll_amini linear 2s infinite alternate;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

@keyframes scroll_amini {
    from {
        bottom: -20px;
    }

    to {
        bottom: 17px;
    }
}

/* scroll button end */

/*============================
    HOME PAGE END
============================*/


/*============================
    ABOUT PAGE START
============================*/
.wsus__about_us {
    background: #F8F8F8;
}

.wsus__about_img {
    width: 510px;
    height: 510px;
}

.wsus__about_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.wsus__about_text h2,
.wsus__about_text h2 span {
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.wsus__about_text h2 span {
    color: var(--colorPrimary);
}

.wsus__about_text p {
    margin-bottom: 33px;
}

.wsus__about_text a {
    margin-top: 20px;
}

.wsus__team {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__single_team {
    padding: 10px;
    background: #fbecf3;
    border-radius: 4px;
    text-align: center;
    margin: 0px 12px;
    margin-top: 25px;
}

.wsus__single_team_img {
    height: 400px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.wsus__single_team_img ul {
    position: absolute;
    top: 0;
    left: -60px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__single_team_img ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fbecf3;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: all linear .3s;
    color: #da126a;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 25%);
    margin-top: 10px;
}

.home_two .wsus__single_team_img ul li a {
    color: var(--colorGreen);
}

.home_three .wsus__single_team_img ul li a {
    color: var(--colorBlue);
}

.wsus__single_team_img ul li a:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.home_two .wsus__single_team_img ul li a:hover {
    background: var(--colorGreen);
    color: var(--colorWhite);
}

.home_three .wsus__single_team_img ul li a:hover {
    background: var(--colorBlue);
}

.wsus__single_team_text {
    padding: 20px 0px 10px 0px;
}

.wsus__single_team_text h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center;
}

.wsus__single_team_text p {
    text-align: center;
}

.wsus__single_team:hover ul {
    left: 10px;
}

/*============================
    ABOUT PAGE END
============================*/


/*============================
    PRODUCT START
============================*/
.wsus__product_page {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.wsus__product_page_header {
    justify-content: space-between;
    align-items: center;
}

.wsus__product_page_header form {
    width: 50%;
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    overflow: hidden;
}

.wsus__product_page_header form input {
    border: none;
    padding: 22px 20px;
}

.wsus__product_page_header form button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.wsus__product_page_header form button i {
    margin-right: 10px;
}

.wsus__product_page_header .nice-select {
    min-width: 210px;
    width: auto;
}

.wsus__product_page_header .nice-select:after {
    margin-top: 0px;
}

.wsus__product_sidebar_filter {
    background: var(--colorPrimary);
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 25px;
    display: none;
}

.wsus__product_sidebar_filter h5 {
    text-transform: capitalize;
    color: var(--colorWhite);
    margin-left: 15px;
}

.wsus__product_sidebar_filter span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--colorWhite);
    border-left: 1px solid var(--colorWhite);
    cursor: pointer;
}

.wsus__product_sidebar_filter span .minus {
    display: none;
}

.wsus__product_sidebar_area {
    transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__product_sidebar_area.show_filter {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.wsus__product_sidebar_filter.show_minus span .plus {
    display: none;
}

.wsus__product_sidebar_filter.show_minus span .minus {
    display: inline-block;
    line-height: 51px;
}

.wsus__product_sidebar {
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 25px;
    background: var(--colorWhite);
}

.wsus__product_sidebar h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}

.wsus__product_sidebar ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #535353;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    margin-top: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__product_sidebar ul li a span {
    transition: all linear .3s;
}

.wsus__product_sidebar ul li a:hover,
.wsus__product_sidebar ul li a:hover span {
    color: var(--colorPrimary);
}

.wsus__product_sidebar_offer {
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    background: var(--colorWhite);
    overflow: hidden;
}

.wsus__pagination nav ul {
    justify-content: center;
}

.wsus__pagination nav ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    padding: 0;
    margin: 0px 5px !important;
    text-align: center;
    color: var(--colorBlack);
    background: var(--colorWhite);
    border: none !important;
    font-size: 16px;
    font-weight: 400;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__pagination nav ul li a:focus {
    box-shadow: none;
}

.wsus__pagination nav ul li a:hover,
.wsus__pagination nav ul li a.active {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.wsus__pagination nav ul li .prev,
.wsus__pagination nav ul li .next {
    width: auto !important;
    height: auto !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    color: var(--paraColor) !important;
    border-radius: 0 !important;
    background: var(--colorWhite) !important;
    margin: 0 !important;
    margin-right: 30px !important;
}

.wsus__pagination nav ul li .next {
    margin-right: 0 !important;
    margin-left: 30px !important;
}

.wsus__pagination nav ul li .prev:hover,
.wsus__pagination nav ul li .next:hover {
    color: var(--colorPrimary) !important;
}

/*============================
    PRODUCT END
============================*/

/*============================
    PRODUCT DETAILS START
============================*/
.wsus__product_details_slider {
    padding: 15px;
    background: var(--colorWhite);
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 5px;
}

.wsus__product_details_slider_item {
    max-height: 520px;
    margin: 0px 12px;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__product_details .nextArrow,
.wsus__product_details .prevArrow {
    width: 35px;
    height: 35px;
    background: #f4e0e9;
    border: 1px solid var(--colorPrimary);
    line-height: 34px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear .3s;
    color: var(--colorPrimary);
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__product_details .prevArrow {
    right: auto;
    left: -10px;
}

.wsus__product_details .nextArrow:hover,
.wsus__product_details .prevArrow:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.wsus__product_details_text .nav {
    margin-top: 37px;
}

.wsus__product_details_text .nav .nav-item button {
    font-size: 18px;
    font-weight: 500;
    color: var(--paraColor);
    padding: 0;
    margin: 0;
    background: none;
    text-transform: capitalize;
    transition: all linear .2s;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    margin-right: 70px;
    padding-bottom: 5px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wsus__product_details_text .nav .nav-item button:hover {
    color: var(--colorPrimary);
}

.wsus__product_details_text .nav .nav-item button.active {
    border-color: var(--colorPrimary);
    color: var(--colorPrimary);
}

.wsus__pro_description h1,
.wsus__pro_description h2,
.wsus__pro_description h3,
.wsus__pro_description h4,
.wsus__pro_description h5,
.wsus__pro_description h6 {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 45px;
}

.wsus__pro_description h1 {
    font-size: 36px;
}

.wsus__pro_description h2 {
    font-size: 30px;
}

.wsus__pro_description h3 {
    font-size: 26px;
}

.wsus__pro_description h4 {
    font-size: 20px;
}

.wsus__pro_description h5 {
    font-size: 16px;
}

.wsus__pro_description p {
    margin-top: 15px;
}

.wsus__pro_description ul,
.wsus__pro_description ol {
    margin-top: 20px;
}

.wsus__pro_description ul li,
.wsus__pro_description ol li {
    margin-left: 30px;
    color: var(--colorBlack);
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    position: relative;
}

.wsus__pro_description ul li a,
.wsus__pro_description ol li a {
    color: #1e6cff;
    font-size: 16px;
    font-weight: 500;
}

.wsus__pro_description ul li::after,
.wsus__pro_description ol li::after {
    position: absolute;
    content: "";
    background: url(../images/check_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
}

.wsus__pro_det_file ul li::after,
.wsus__pro_det_file ol li::after {
    background: url(../images/circle_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.wsus__pro_det_images ul li::after,
.wsus__pro_det_images ol li::after {
    background: url(../images/file_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.wsus__pro_det_font ul li::after,
.wsus__pro_det_font ol li::after {
    background: url(../images/link_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.wsus__pro_det_note {
    background: #fceef5;
    padding: 20px;
    border-radius: 4px;
    margin-top: 45px;
}

.wsus__pro_det_note p {
    margin: 0;
}

.wsus__pro_det_note p span {
    color: var(--colorPrimary);
    margin-right: 5px;
}

.wsus__single_comment {
    background: #f8f8f8;
    padding: 30px;
    margin-top: 30px;
}

.wsus__single_comment .comment_date {
    color: var(--colorPrimary);
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wsus__single_comment .comment_date span {
    color: var(--ratingColor);
}

.wsus__single_comment .comment_des {
    margin: 12px 0px 20px 0px;
}

.comment_footer .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.comment_footer .text {
    width: 91.8%;
}

.comment_footer .text h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.comment_footer .text p {
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment_footer .text p a {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorPrimary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.comment_footer .text p a:hover {
    color: var(--colorBlack);
}

.wsus__single_comment.reply {
    margin-left: 100px;
}

.wsus__single_comment.reply .text {
    width: 90.5%;
}

.wsus__comment_input_area {
    background: var(--colorWhite);
    padding: 30px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.wsus__comment_input_area h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.wsus__comment_single_input {
    margin-bottom: 28px;
}

.wsus__comment_single_input label {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--paraColor);
}

.wsus__comment_single_input button {
    float: right;
    margin-top: 15px;
}

.wsus__sidebar_licence {
    background: #da126a;
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    text-align: center;
    padding: 35px;
}

.wsus__sidebar_licence .nice-select:after {
    right: 10px;
}

.select_licance {
    display: flex;
    justify-content: center;
}

.select_licance .nice-select {
    background: none;
    border: none;
    padding-left: 0;
    width: auto;
}

.select_licance .nice-select .current {
    color: var(--colorWhite);
    font-size: 18px;
}

.select_licance .nice-select:after {
    color: var(--colorWhite);
}

.wsus__sidebar_licence h2 {
    font-weight: 600;
    font-size: 52px;
    color: var(--colorWhite);
    margin-top: 22px;
    overflow: hidden;
    padding-right: 20px;
    text-align: center;
}

.wsus__sidebar_licence h2 span {
    font-weight: 600;
    font-size: 30px;
    color: var(--colorWhite);
    position: relative;
    left: 15px;
}

.wsus__sidebar_licence .feature {
    margin-bottom: 50px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wsus__sidebar_licence .feature li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    margin-top: 15px;
    padding-left: 25px;
}

.wsus__sidebar_licence .feature li::after {
    position: absolute;
    content: "";
    background: url(../images/check_icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 15px;
    top: 5px;
    left: 0;
}

.wsus__sidebar_licence .live {
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--colorWhite);
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.1));
    border-radius: 3px;
    transition: all linear .3s;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_licence .common_btn {
    display: block;
    background: var(--colorYellow);
    box-shadow: none;
    text-align: center;
}

.wsus__sidebar_licence .live:hover {
    background: var(--colorWhite);
    color: var(--colorBlack);
}

.wsus__sidebar_licence .common_btn:hover {
    background: transparent;
    color: var(--colorWhite);
    border: 1px solid #FFFFFF;
}

.wsus__sidebar_buy_info,
.wsus__sidebar_pro_info,
.wsus__sidebar_author_info {
    background: var(--colorWhite);
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 30px;
}

.wsus__sidebar_buy_info h3,
.wsus__sidebar_pro_info h3,
.wsus__sidebar_author_info h3 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.wsus__sidebar_buy_info .info li {
    padding: 11px 16px;
    background: rgba(217, 19, 106, 0.08);
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_buy_info .info li p i {
    margin-right: 5px;
}

.wsus__sidebar_buy_info .info li span {
    font-weight: 700;
    color: var(--colorPrimary);
}

.wsus__sidebar_buy_info .info li span i {
    color: var(--ratingColor);
}

.wsus__sidebar_buy_info .info li:hover {
    background: rgb(217 19 106 / 13%);
}

.wsus__sidebar_pro_info ul li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    columns: var(--paraColor);
    margin-top: 20px;
    text-transform: capitalize;
    color: var(--paraColor);
}

.wsus__sidebar_pro_info ul li span {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorBlack);
    display: inline-block;
    min-width: 150px;
}

.wsus__sidebar_pro_info ul li p a {
    font-size: 15px;
    font-weight: 400;
    color: #1e6cff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_pro_info ul li p a:hover {
    color: var(--colorBlack);
}

.wsus__related_product {
    background-color: #f8f8f8;
    margin-bottom: -245px;
}

.wsus__sidebar_author_text {
    margin-bottom: 20px;
}

.wsus__sidebar_author_text .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.wsus__sidebar_author_text .text {
    max-width: 215px;
}

.wsus__sidebar_author_text .text h4 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__sidebar_author_text .text p {
    font-size: 17px;
}

.wsus__sidebar_author_info a {
    padding: 15px 20px;
}

.wsus__sidebar_author_info .view_profile {
    background: var(--colorWhite);
    color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary);
    margin-right: 10px;
}

.wsus__sidebar_author_info .view_profile:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

/*============================
    PRODUCT DETAILS END
============================*/


/*============================
    CART VIEW START
============================*/
.wsus__cart_table {
    width: 100%;
    box-shadow: 0px 25px 63px rgb(0 0 0 / 5%);
    background: var(--colorWhite);
}

.wsus__cart_area table {
    width: 100%;
}

.wsus__cart_area table tr {
    border-bottom: 1px solid #ededed;
}

.wsus__cart_area table tr th {
    text-transform: capitalize;
    background: #fbeff5;
}

.wsus__cart_area table tr th,
.wsus__cart_area table tr td {
    padding: 20px 30px;
}

.wsus__cart_area table tr .description {
    padding-left: 0;
    width: 40%;
    min-width: 300px;
}

.wsus__cart_area table tr .img {
    width: 10%;
    padding-right: 15px;
    min-width: 100px;
}

.wsus__cart_area table tr .price,
.wsus__cart_area table tr .discount,
.wsus__cart_area table tr .total {
    width: 15%;
    min-width: 100px;
}

.wsus__cart_area table tr .action {
    text-align: center;
    width: 5%;
    min-width: 100px;
}

.wsus__cart_area table tr .img a {
    border: 4px solid #fcecf3;
    width: 90px;
    height: 90px;
}

.wsus__cart_area table tr .description h3 {
    font-weight: 600;
    font-size: 20px;
    color: var(--colorBlack);
    text-transform: capitalize;
}

.wsus__cart_area table tr .description p,
.wsus__checkout_sidebar p.description {
    font-size: 14px;
    color: var(--colorPrimary);
    margin-top: 5px;
    font-weight: 400;
}

.wsus__cart_area table p {
    font-weight: 500;
    font-size: 18px;
}

.wsus__cart_area table tr .discount p {
    color: var(--colorPrimary);
}

.wsus__cart_area table tr .action a {
    font-size: 16px;
    color: var(--paraColor);
    transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -ms-transition: 0.15s ease;
    -o-transition: 0.15s ease;
}

.wsus__cart_area table tr .action a:hover {
    color: var(--colorBlack);
}

.wsus__cart_coupone {
    position: relative;
}

.wsus__cart_coupone input {
    padding: 16.5px 20px;
    border-radius: 4px 0px 0px 4px;
}

.wsus__cart_coupone button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 13px 60px;
}

.wsus__cart_price_list .list_item {
    border: 1px solid #ededed;
    padding: 25px 30px 30px;
    text-align: center;
}

.wsus__cart_price_list .list_item p {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    text-transform: capitalize;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wsus__cart_price_list .list_item p span {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorBlack);
}

.wsus__cart_price_list .list_item .discount span {
    color: var(--colorPrimary);
}

.wsus__cart_price_list .list_item .total {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    color: var(--colorBlack);
}

.wsus__cart_price_list .list_item a {
    width: 100%;
    background: var(--colorYellow);
    color: var(--colorBlack);
    padding: 13px 25px;
    box-shadow: none;
    text-align: center;
}

.wsus__cart_price_list .list_item a:hover {
    border-color: var(--colorYellow);
    background: transparent;
}

/*============================
    CART VIEW END
============================*/


/*============================
    CART EMPTY START
============================*/
.wsus__cart_empty_text {
    text-align: center;
}

.wsus__cart_empty_text .img {
    height: 490px;
}

.wsus__cart_empty_text h3 {
    font-weight: 600;
    font-size: 36px;
    margin: 45px 0px 35px 0px;
    text-align: center;
}

/*============================
    CART EMPTY END
============================*/


/*============================
    CHECKOUT START
============================*/
.wsus__checkout_text {
    box-shadow: 0px 25px 63px rgb(0 0 0 / 5%);
}

.wsus__checkout_text h3 {
    padding: 20px 30px;
    border-radius: 4px;
    background: var(--colorBlack);
    color: var(--colorWhite);
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.wsus__checkout_form {
    padding: 5px 30px 30px 30px;
}

.wsus__checkout_form_single {
    margin-top: 25px;
}

.wsus__checkout_form_single label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
}

.wsus__checkout_form_single input,
.wsus__checkout_form_single textarea {
    font-size: 13px;
    padding-left: 20px;
    background: rgba(247, 232, 242, 0.27);
    border: 1px solid #e8e8e8;
    outline: 0;
    border-radius: 4px;
}

.wsus__checkout_text .nav {
    /* border: 1px solid #d9d9d9; */
    /* border-radius: 0; */
    /* margin: 30px 30px 0px 30px; */
    padding: 10px 30px 30px 30px;
    justify-content: space-between;
}

.wsus__checkout_text .nav .nav-item {
    width: 23%;
}

.wsus__checkout_text .nav .nav-item .nav-link {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    background: var(--colorWhite);
    transition: all linear 0s;
    -webkit-transition: all linear 0s;
    -moz-transition: all linear 0s;
    -ms-transition: all linear 0s;
    -o-transition: all linear 0s;
}

.wsus__checkout_text .nav .nav-item .nav-link::before {
    position: absolute;
    content: "\f00c";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-family: "font awesome 5 free";
    font-weight: 600;
    background: #da126a;
    pointer-events: none;
    top: -7px;
    right: -7px;
    z-index: 9;
    opacity: 0;
    transition: all linear 0s;
    -webkit-transition: all linear 0s;
    -moz-transition: all linear 0s;
    -ms-transition: all linear 0s;
    -o-transition: all linear 0s;
}

.wsus__checkout_text .nav .nav-item .nav-link.active {
    border: 1px solid var(--colorPrimary);
}

.wsus__checkout_text .nav .nav-item .nav-link.active::before {
    opacity: 1;
}

.wsus__checkout_footer {
    padding: 10px 30px 30px 30px;
    text-align: center;
}

.wsus__checkout_footer .note {
    background: rgba(218, 18, 106, 0.07);
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.wsus__checkout_footer button {
    background: var(--colorYellow);
    width: 345px;
    text-align: center;
}

.wsus__checkout_footer button:hover {
    color: var(--colorBlack);
    border-color: var(--colorYellow);
}

.wsus__checkout_footer .terms_condition {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.wsus__checkout_footer .terms_condition a {
    color: var(--colorPrimary);
}

.wsus__checkout_sidebar h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.wsus__checkout_sidebar ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.wsus__checkout_sidebar ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.wsus__checkout_sidebar ul li .img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.wsus__checkout_sidebar ul li .text {
    width: 66%;
}

.wsus__checkout_sidebar ul li .text a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: var(--colorBlack);
}

.wsus__checkout_sidebar ul li .text p {
    font-size: 14px;
    color: #da126a;
    margin: 7px 0px 7px 0px;
}

.wsus__checkout_sidebar ul li .text h3 {
    font-weight: 600;
    font-size: 22px;
    color: #162b49;
    margin: 0;
}

.wsus__checkout_sidebar_price {
    margin-top: 20px;
    border: 1px solid #ededed;
    padding: 25px 30px 30px;
}

.wsus__checkout_sidebar_price p {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.wsus__checkout_sidebar_price p span {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorBlack);
}

.wsus__checkout_sidebar_price p .dis_amount {
    color: var(--colorPrimary);
}

.wsus__checkout_sidebar_price .total {
    border-top: 1px solid #ededed;
    color: var(--colorBlack);
    margin: 0;
    padding: 0;
}

/*============================
    CHECKOUT END
============================*/

/*============================
    PAYMENT DONE START
============================*/
.wsus__payment_done_text {
    text-align: center;
}

.wsus__payment_done_img {
    height: 490px;
}

.wsus__payment_done_text h3 {
    font-size: 40px;
    font-weight: 700;
    color: #162b49;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: center;
}

/*============================
    PAYMENT DONE END
============================*/


/*============================
    BLOG DETAILS START
============================*/
.wsus__blog_details_img {
    height: 560px;
    margin-bottom: 40px;
}

.wsus__blog_details_header li {
    margin-right: 35px;
    color: var(--paraColor);
    font-size: 16px;
    font-weight: 400;
}

.wsus__blog_details_header li i {
    margin-right: 6px;
    color: #da126a;
}

.wsus__blog_details_text h1,
.wsus__blog_details_text h2,
.wsus__blog_details_text h3,
.wsus__blog_details_text h4,
.wsus__blog_details_text h5 {
    font-weight: 600;
    line-height: 38px;
    margin-top: 12px;
    margin-bottom: 19px;
}

.wsus__blog_details_text h1 {
    font-size: 35px;
}

.wsus__blog_details_text h2 {
    font-size: 30px;
}

.wsus__blog_details_text h3 {
    font-size: 26px;
}

.wsus__blog_details_text h4 {
    font-size: 20px;
}

.wsus__blog_details_text h5 {
    font-size: 18px;
}

.wsus__blog_details_text h6 {
    font-size: 16px;
}

.wsus__blog_details_text p {
    margin-bottom: 40px;
}

.wsus__blog_center_img {
    height: 265px;
    margin-bottom: 25px;
}

.wsus__blog_details_text ul li,
.wsus__blog_details_text ul li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: var(--colorBlack);
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}

.wsus__blog_details_text li::after {
    position: absolute;
    content: "";
    background: url(../images/check_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
}

.wsus__blog_tags_and_share {
    padding-top: 20px;
    margin-top: 47px;
    border-top: 1px solid #dcdcdc;
}

.wsus__blog_tags_and_share .tag-list li span,
.wsus__blog_tags_and_share .share li span {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    margin-right: 25px;
}

.wsus__blog_tags_and_share .tag-list li a {
    font-weight: 400;
    font-size: 16px;
    color: var(--paraColor);
    transition: all linear .3s;
    margin-right: 25px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__blog_tags_and_share .tag-list li a:hover {
    color: var(--colorPrimary);
}

.wsus__blog_tags_and_share .share li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--colorPrimary);
    border-radius: 50%;
    color: var(--colorWhite);
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid var(--colorPrimary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__blog_tags_and_share .share li:last-child a {
    margin-right: 0;
}

.wsus__blog_tags_and_share li a:hover {
    background: transparent;
    color: var(--colorPrimary);
}

.wsus__sidebar_item {
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    margin-top: 30px;
    padding: 30px;
}

.wsus__sidebar_item h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--colorBlack);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.wsus__sidebar_search form {
    position: relative;
}

.wsus__sidebar_search form input {
    background: #f7e8f2;
    border: none;
    padding: 17px 20px;
}

.wsus__sidebar_search form input::placeholder {
    color: var(--colorBlack);
}

.wsus__sidebar_search form button {
    position: absolute;
    top: 13px;
    right: 20px;
    background: none;
    border: none;
    color: var(--colorPrimary);
    font-size: 20px;
}

.wsus__sidebar_blog ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.wsus__sidebar_blog ul li .img {
    width: 85px;
    height: 95px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.wsus__sidebar_blog ul li .text {
    width: 71%;
}

.wsus__sidebar_blog ul li .text a {
    font-weight: 400;
    font-size: 18px;
    color: var(--colorBlack);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_blog ul li .text a:hover {
    color: var(--colorPrimary);
}

.wsus__sidebar_blog ul li .text p {
    font-size: 14px;
    margin-top: 10px;
}

.wsus__sidebar_blog ul li .text p i {
    color: var(--colorPrimary);
    margin-right: 5px;
}

.wsus__sidebar_categories ul li a {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    color: var(--paraColor);
    text-transform: capitalize;
    margin-top: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_categories ul li a span {
    font-size: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_categories ul li a:hover,
.wsus__sidebar_categories ul li a:hover span {
    color: var(--colorPrimary);
}

.wsus__sidebar_tags ul li a {
    color: #6C798B;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 25px;
    background: #f7e8f2;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__sidebar_tags ul li a:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.wsus__sidebar_subscribe {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0 !important;
}

.wsus__sidebar_subscribe_overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
}

.wsus__sidebar_subscribe h3 {
    color: var(--colorWhite);
    border-color: #615B9C;
}

.wsus__sidebar_subscribe p {
    color: var(--colorWhite);
}

.wsus__sidebar_subscribe input {
    background: var(--colorWhite);
    padding: 16px 20px;
    border-radius: 3px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.wsus__sidebar_subscribe button {
    width: 100%;
}

.wsus__sidebar_subscribe button:hover {
    background: var(--colorWhite);
    color: var(--colorBlack);
    border-color: var(--colorWhite);
}

/*============================
    BLOG DETAILS END
============================*/


/*============================
    ERROR START
============================*/
.wsus_error_img {
    height: 210px;
}

.wsus_error_text h2 {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.wsus_error_text a {
    position: relative;
    bottom: -5px;
}

/*============================
    ERROR END
============================*/


/*============================
 TERMS AND CONDITION START
============================*/
.wsus__terms_condition_text h1,
.wsus__terms_condition_text h2,
.wsus__terms_condition_text h3,
.wsus__terms_condition_text h4,
.wsus__terms_condition_text h5 {
    font-weight: 500;
    margin-top: 50px;
}

.wsus__terms_condition_text h1 {
    font-size: 35px;
}

.wsus__terms_condition_text h2 {
    font-size: 28px;
}

.wsus__terms_condition_text h3 {
    font-size: 24px;
}

.wsus__terms_condition_text h4 {
    font-size: 18px;
}

.wsus__terms_condition_text h5 {
    font-size: 16px;
}

.wsus__terms_condition_text h6 {
    font-size: 14px;
}

.wsus__terms_condition_text p {
    margin-top: 20px;
}

.wsus__terms_condition_text ul li,
.wsus__terms_condition_text ol li {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--paraColor);
    padding-left: 20px;
    position: relative;
}

.wsus__terms_condition_text li::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--colorBlack);
    top: 9px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*============================
 TERMS AND CONDITION END
============================*/


/*============================
    FAQ START
============================*/
.wsus__faq_text h3 {
    font-size: 26px;
    font-weight: 600;
}

.wsus__faq_text .accordion-item {
    background: #ffffff;
    box-shadow: 0px 4px 84px rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin-top: 20px;
    border: none;
    overflow: hidden;
}

.wsus__faq_text .accordion-header {
    border: none;
}

.wsus__faq_text .accordion-button {
    padding: 20px 25px;
    font-weight: 500;
    font-size: 18px;
    color: var(--paraColor);
    border-bottom: 1px solid transparent;
}

.wsus__faq_text .accordion-button:not(.collapsed) {
    background: var(--colorPrimary);
    color: var(--colorWhite) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: none;
}

.wsus__faq_text .accordion-button::after {
    background-image: url(../images/accordian_plus.png);
}

.wsus__faq_text .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian_minus.png);
}

.wsus__faq_text .accordion-body {
    padding: 20px;
    background: var(--colorPrimary);
}

.wsus__faq_text .accordion-body p {
    color: var(--colorWhite);
}

.wsus__faq_text .accordion-button:focus {
    box-shadow: none;
}

/*============================
    FAQ END
============================*/


/*============================
    CONTACT US START
============================*/
.wsus__contact_info h3 {
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__contact_info p {
    font-size: 20px;
    max-width: 80%;
}

.wsus__contact_single_info {
    background: #f8eff6;
    border-radius: 4px;
    text-align: center;
    padding: 28px;
    margin-top: 25px;
}

.wsus__contact_single_info span,
.wsus__contact_map span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid var(--colorPrimary);
    border-radius: 50%;
    color: var(--colorPrimary);
    font-size: 20px;
}

.wsus__contact_single_info h4,
.wsus__contact_map h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 7px;
    text-align: center;
}

.wsus__contact_single_info a,
.wsus__contact_map p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paraColor);
    margin-top: 5px;
    display: block;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__contact_single_info a:hover {
    color: var(--colorPrimary);
}

.wsus__contact_map {
    background: #f8eff6;
    border-radius: 4px;
    padding: 28px;
    margin-top: 25px;
}

.wsus__contact_map span {
    margin: 0;
}

.wsus__contact_map .text {
    padding-left: 65px;
    position: relative;
}

.wsus__contact_map .text span {
    position: absolute;
    left: 0;
    top: 0;
}

.wsus__contact_map .text h4 {
    margin-top: 0;
    text-align: left;
}

.wsus__contact_map .text p {
    max-width: 80%;
    text-align: left;
}

.wsus__contact_map .map {
    height: 240px;
    background: var(--colorWhite);
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.wsus__contact_map .map iframe {
    width: 100%;
    height: 100%;
}

.wsus__contact_form {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.wsus__contact_form h3 {
    padding: 25px;
    background: #162B49;
    color: #fff;
    text-align: center;
}

.wsus__contact_form form {
    padding: 30px 30px 5px 30px;
}

.wsus__contact_form_single {
    margin-bottom: 25px;
}

.wsus__contact_form_single label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
}

.wsus__contact_form_single button {
    width: 100%;
    padding: 10px 40px;
    margin-top: 20px;
    box-shadow: none;
    text-align: center;
}

/*============================
    CONTACT US END
============================*/


/*============================
    PROFILE START
============================*/
.wsus__profile_header_text {
    background: var(--gradiantBg);
    padding: 65px 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.wsus__profile_header_text .img {
    width: 260px;
    height: 260px;
    border: 8px solid var(--colorWhite);
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.wsus__profile_header_text .img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__profile_header_text .img span {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #00DE5E;
    bottom: 18px;
    right: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__profile_header_text .text {
    max-width: 60%;
    position: relative;
    z-index: 2;
}

.wsus__profile_header_text .text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--colorWhite);

}

.wsus__profile_header_text .text .skills {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.wsus__profile_header_text .rating {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2470588235);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.wsus__profile_header_text .rating p {
    font-weight: 500;
    font-size: 14px;
    color: var(--colorWhite);
}

.wsus__profile_header_text .rating span {
    color: var(--ratingColor);
    display: inline-block;
    margin-right: 15px;
}

.wsus__profile_header_text .header_button {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.wsus__profile_header_text .header_button .common_btn {
    background: var(--colorWhite);
    color: var(--colorPrimary);
    border-color: var(--colorWhite);
    margin-right: 10px;
    box-shadow: none;
}

.wsus__profile_header_text .header_button .logout {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--colorWhite);
    border-radius: 3px;
    color: var(--paraColor);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.header_button li a:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.wsus__profile_header .header_menu {
    border-bottom: 1px solid #bfbfbf;
}

.wsus__profile_header .header_menu li {
    width: 16.5%;
    text-align: center;
}

.wsus__profile_header .header_menu li a {
    font-weight: 500;
    font-size: 18px;
    color: #6c798b;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    padding: 25px 0;
}

.wsus__profile_header .header_menu li a i {
    margin-right: 5px;
}

.wsus__profile_header .header_menu li a:hover {
    color: var(--colorPrimary);
}

.wsus__profile_header .header_menu li a.active {
    color: var(--colorPrimary);
    border-color: var(--colorPrimary);
}

.profile_bg_animi li:nth-child(1) {
    width: 190px;
    height: 190px;
    left: 3%;
    bottom: 0%;
}

.profile_bg_animi li:nth-child(2) {
    width: 150px;
    height: 150px;
    left: 15%;
    bottom: -20%;
}

.profile_bg_animi li:nth-child(3) {
    width: 150px;
    height: 150px;
    left: 18%;
    bottom: 20%;
}

.profile_bg_animi li:nth-child(4) {
    width: 130px;
    height: 130px;
    left: 26%;
    bottom: -2%;
}

.profile_bg_animi li:nth-child(5) {
    width: 90px;
    height: 90px;
    left: 30%;
    bottom: 35%;
}

.profile_bg_animi li:nth-child(6) {
    width: 150px;
    height: 150px;
    left: 22%;
    bottom: 56%;
}

.profile_bg_animi li:nth-child(7) {
    width: 230px;
    height: 230px;
    left: -3%;
    top: -10%;
}

.profile_bg_animi li:nth-child(8) {
    width: 150px;
    height: 150px;
    left: 14%;
    top: -17%;
}

.profile_bg_animi li:nth-child(9) {
    width: 100px;
    height: 100px;
    left: -2%;
    top: 85%;
}

.profile_bg_animi li:nth-child(10) {
    width: 60px;
    height: 60px;
    left: 35%;
    top: 64%;
}

.profile_bg_animi li:nth-child(11) {
    width: 145px;
    height: 145px;
    left: 32%;
    top: -10%;
}

.profile_bg_animi .bg_animation_r li:nth-child(1) {
    right: 3%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(2) {
    right: 15%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(3) {
    right: 18%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(4) {
    right: 26%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(5) {
    right: 30%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(6) {
    right: 22%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(7) {
    right: -3%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(8) {
    right: 14%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(9) {
    right: -2%;
    left: auto;
}

.profile_bg_animi .bg_animation_r li:nth-child(10) {
    left: auto;
    right: 35%;
}

.profile_bg_animi .bg_animation_r li:nth-child(11) {
    right: 32%;
    left: auto;
}

.wsus__profile_overview h2 {
    font-weight: 600;
    font-size: 26px;
    margin-top: 35px;
}

.wsus__profile_overview p {
    margin-top: 30px;
}

.wsus__profile_overview .red_color {
    color: var(--colorPrimary);
    font-weight: 500;
}

.wsus__profile_overview .blue_color {
    color: #1E6CFF;
    font-weight: 600;
}

.wsus__profile_overview ul,
.wsus__profile_overview ol {
    margin-top: 35px;
}

.wsus__profile_overview ul li,
.wsus__profile_overview ol li {
    margin-left: 30px;
    color: var(--colorBlack);
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    position: relative;
}

.wsus__profile_overview ul li::after,
.wsus__profile_overview ol li::after {
    position: absolute;
    content: "";
    background: url(../images/check_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
}

.wsus__profile_sidebar {
    margin-top: 40px;
}

.wsus__profile_sedebar_item {
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 30px;
}

.wsus__profile_sedebar_item h2 {
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.profile_sedebar_followers ul li {
    border-right: 1px solid #d9d9d9;
    width: 50%;
}

.profile_sedebar_followers ul li:last-child {
    border: none;
}

.profile_sedebar_followers ul li h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--colorPrimary);
    text-align: center;
    margin-bottom: 5px;
}

.profile_sedebar_followers ul li p {
    text-align: center;
}

.profile_sedebar_contact {
    border: 1px solid #FACADF;
}

.profile_sedebar_contact form label {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

.profile_sedebar_contact form input,
.profile_sedebar_contact form textarea {
    margin-bottom: 25px;
}

.profile_sedebar_contact form button {
    width: 100%;
    text-align: center;
}

.profile_sedebar_social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.profile_sedebar_social ul li a:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.wsus__profile_download {
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 30px 40px;
    background: var(--colorWhite);
}

.wsus__profile_download h2 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dcdcdc;
}

.wsus__download_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.wsus__download_item:last-child {
    border: none;
    padding: 0;
}

.wsus__download_item_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wsus__download_item_left .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 8px;
}

.wsus__download_item_left .text {
    max-width: 250px;
}

.wsus__download_item_left .text a {
    font-weight: 600;
    font-size: 16px;
    color: var(--colorBlack);
    margin-bottom: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__download_item_left .text a:hover {
    color: var(--colorPrimary);
}

.wsus__download_item_left .text p {
    font-size: 14px;
    color: #da126a;
    margin-bottom: 12px;
}

.wsus__download_item_left .text h4 {
    font-weight: 600;
    font-size: 22px;
}

.wsus__download_item_right {
    text-align: right;
}

.wsus__download_item_right p {
    color: var(--paraColor);
    font-size: 23px;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
}

.wsus__download_item_right p i {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__download_item_right p:hover i,
.wsus__download_item_right p.rating i {
    color: var(--ratingColor);
}

.wsus__profile_download_empty {
    text-align: center;
}

.wsus__profile_download_empty h2 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    margin-bottom: 40px;
}

.wsus__profile_download_empty .img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.wsus__profile_download_empty h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 40px 0;
    text-align: center;
}

.wsus__profile_collection .wsus__gallery_item_img {
    height: 180px;
}

.wsus__profile_settings {
    padding: 30px;
    background: var(--colorWhite);
}

.wsus__profile_form_item {
    margin-bottom: 22px;
}

.wsus__profile_form_item label {
    font-weight: 400;
    font-size: 16px;
    color: var(--paraColor);
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.wsus__profile_form_item .nice-select {
    border: 1px solid #e8e8e8 !important;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    margin-bottom: 23px;
}

.wsus__profile_form_item .nice-select .current {
    font-weight: 400;
    font-size: 14px;
}

.wsus__profile_form_item .nice-select:after {
    right: 20px;
}

.wsus__profile_settings ul {
    align-items: center;
    justify-content: end;
}

.wsus__profile_settings ul li .cancel {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorPrimary);
    text-transform: capitalize;
    background: none;
    margin-right: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__profile_settings ul li .cancel:hover {
    color: var(--colorBlack);
}

.wsus__profile_account_connect h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.wsus__profile_account_connect ul li {
    text-align: center;
    background: var(--colorWhite);
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 4px;
    transition: all linear .3s;
    width: 22%;
    margin-top: 20px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__profile_account_connect ul li:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.wsus__profile_account_connect ul li a {
    padding: 8px 0px;
    width: 100%;
    text-align: center;
}

.wsus__profile_account_connect ul li p {
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

.wsus__profile_account_connect ul li .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}

.wsus__profile_account_connect ul li a.disconnect {
    background: var(--colorBlack);
}

.wsus__profile_account_connect .disconnect:hover {
    background: transparent;
    color: var(--colorBlack);
    border-color: var(--colorBlack);
}

.wsus__profile .modal {
    background: #162b49ba;
}

.wsus__edit_modal .modal-header {
    background: var(--colorBlack);
    font-weight: 600;
    font-size: 20px;
}

.wsus__edit_modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 20px !important;
    color: var(--colorWhite);
}

.wsus__edit_modal .modal-body {
    padding: 0;
}

.wsus__edit_modal .modal-dialog {
    max-width: 900px;
}

.wsus__profile_account_connect {
    padding: 30px;
}

.wsus__profile_photo p {
    margin-bottom: 5px;
}

.wsus__profile_photo label {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FDF9FC;
    border: 1px solid #E8E8E8;
    font-size: 18px;
    font-weight: 400;
    color: var(--colorBlack);
    cursor: pointer;
    margin-bottom: 30px;
}

.wsus__profile_photo label .img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
}

.wsus__profile_photo label span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #0049FF;
    margin-top: 15px;
}

.wsus__rating_moadl_area .modal-content {
    padding: 30px;
}

.wsus__rating_moadl_area .modal-header {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.wsus__rating_moadl_area .modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    color: var(--colorBlack);
}

.wsus__rating_moadl_area .btn-close {
    border: 2px solid var(--colorBlack);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    transition: all linear .3s;
    box-shadow: none !important;
}

.wsus__rating_moadl_area .modal-body {
    padding: 0;
}

.wsus__rating_moadl_area .modal-body p {
    font-weight: 400;
    font-size: 18px;
    color: var(--colorBlack);
    margin-bottom: 5px;
}

.wsus__rating_moadl_area .modal-body p i {
    color: var(--ratingColor);
    cursor: pointer;
}

.wsus__rating_moadl_area .modal-body label {
    font-weight: 400;
    font-size: 18px;
    color: var(--colorBlack);
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
}

.wsus__rating_moadl_area .modal-body textarea {
    background: #FDF9FC;
    border: 1px solid #E8E8E8;
    border-radius: 0;
}

.wsus__rating_moadl_area .modal-body button {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


/*============================
    PROFILE END
============================*/


/*============================
    BECOME AUTHOR START
============================*/
.wsus__author_header {
    background: var(--gradiantBg);
    padding: 90px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wsus__author_header h1 {
    font-size: 58px;
    margin-bottom: 40px;
    color: var(--colorWhite);
    font-weight: 700;
    position: relative;
    z-index: 9;
}

.wsus__author_header a {
    background: var(--colorWhite) !important;
    color: var(--colorPrimary) !important;
    border: none !important;
    box-shadow: none;
    position: relative;
    z-index: 9;
}

.wsus__author_header a:hover {
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.author_bg_animi li:nth-child(1) {
    width: 250px;
    height: 252px;
}

.author_bg_animi li:nth-child(2) {
    width: 120px;
    height: 120px;
}

.author_bg_animi li:nth-child(3) {
    width: 180px;
    height: 180px;
    bottom: 15%;
}

.author_bg_animi li:nth-child(4) {
    width: 170px;
    height: 170px;
}

.author_bg_animi li:nth-child(6) {
    width: 150px;
    height: 150px;
    bottom: 64%;
    left: 22%;
}

.author_bg_animi li:nth-child(8) {
    width: 190px;
    height: 190px;
    left: 10%;
    top: 16%;
}

.author_bg_animi li:nth-child(5) {
    bottom: 42%;
}

.author_bg_animi .bg_animation_r li:nth-child(8) {
    right: 10%;
    left: auto;
}

.wsus__author_benefits_area {
    background: #f8f8f8;
    margin-top: -220px;
}

.wsus__author_benefits {
    background: var(--colorWhite);
    border-radius: 8px;
    text-align: center;
    padding: 30px 25px;
    margin-top: 30px;
    transition: 250ms ease;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
    -webkit-transition: 250ms ease;
    -moz-transition: 250ms ease;
    -ms-transition: 250ms ease;
    -o-transition: 250ms ease;
}

.wsus__author_benefits .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.wsus__author_benefits h3 {
    font-weight: 700;
    font-size: 20px;
}

.wsus__author_benefits:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.author_categories {
    margin-bottom: -245px;
}

.author_categories .wsus__categories_item {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*============================
    BECOME AUTHOR END
============================*/


/*============================
    UPLOAD PRODUCT START
============================*/
.upload_product {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: -250px;
}

.upload_product_text {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.upload_product_text h3 {
    font-weight: 700;
    font-size: 26px;
    color: var(--colorBlack);
}

.upload_product_text h6 {
    font-weight: 400;
    font-size: 22px;
    color: var(--colorPrimary);
    margin: 12px 0px 25px 0px;
}

.upload_form_input .nice-select,
.upload_product_text .nice-select {
    width: 100%;
    background: #F2F2F2;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    color: #162B49;
    font-weight: 500;
    font-size: 16px;
    /* height: 55px; */
    /* line-height: 55px; */
    margin-bottom: 25px;
}

.upload_product_text h5 {
    font-weight: 600;
    font-size: 18px;
    color: var(--colorBlack);
}

.upload_product_text p {
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #D9D9D9;
    margin: 10px 0px 20px 0px;
    padding-bottom: 15px;
}

.upload_product_text ul li .cancel {
    font-weight: 500;
    font-size: 18px;
    color: #EB5757;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.upload_product_text ul li .cancel:hover {
    color: #162B49;
}

.upload_product_text ul li .next {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #DA126A;
    border-radius: 4px;
    text-transform: capitalize;
    padding: 10px 40px;
    margin-left: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.upload_product_text ul li .next:hover {
    background: #162B49;
}

.upload_product_img {
    height: 490px;
}

/*============================
    UPLOAD PRODUCT END
============================*/


/*============================
    UPLOAD PRODUCT INFO START
============================*/
.upload_product_info {
    background: rgb(22, 43, 73);
    background: linear-gradient(0deg, rgba(22, 43, 73, 0) 0%, rgb(22 43 73 / 5%) 100%);
}

.upload_product_info h3 {
    background: var(--colorBlack);
    font-weight: 600;
    font-size: 20px;
    color: var(--colorWhite);
    padding: 20px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.upload_product_form {
    padding: 10px 30px 30px 30px;
    background: #fff;
    border: 1px solid #eeeeee96;
}

.upload_form_input label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--paraColor);
}

.upload_form_input label span {
    font-weight: 400;
    font-size: 16px;
    color: var(--colorBlack);
    margin-left: 10px;
}

.upload_form_input label span b {
    font-weight: 400;
    color: var(--colorPrimary);
}

.upload_form_input input,
.upload_form_input textarea {
    background: #FDF9FC;
    border: 1px solid #E8E8E8;
    width: 100%;
    outline: none;
    resize: none;
}

.upload_box {
    text-align: center;
    background: #FDF9FC;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    padding: 40px;
}

.upload_box label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: var(--colorBlack);
    cursor: pointer;
    text-align: center;
}

.upload_box label span {
    color: #0049FF;
    font-size: 18px;
    margin-left: 0px;
}

.upload_box .img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.upload_form_input .nice-select {
    background: #FDF9FC;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.upload_form_input {
    margin-top: 20px;
}

.upload_form_input ul li button {
    color: var(--colorWhite) !important;
    border: none;
    box-shadow: none;
}

.upload_form_input .upload {
    background: #27AE60;
    margin-right: 20px;
}

.upload_form_input .delete {
    background: #EB5757;
}

.upload_form_input ul li button:hover {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
}

/*============================
    UPLOAD PRODUCT INFO END
============================*/


/*============================
 UPLOAD PRODUCT DONE START
============================*/
.upload_product_done {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.upload_product_done_text {
    text-align: center;
}

.upload_product_done_text .img {
    height: 415px;
}

.upload_product_done_text h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
}

.upload_product_done_text p {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 28px;
    text-align: center;
}

.upload_product_done_text a {
    margin-bottom: -5px;
}

/*============================
 UPLOAD PRODUCT DONE END
============================*/


/*============================
    LOGIN START
============================*/
.wsus__login {
    background: var(--gradiantBg);
    margin-bottom: -245px;
}

.wsus__login_area {
    border: 1px solid #E0E0E0;
    background: var(--colorWhite);
    position: relative;
    z-index: 9;
}

.wsus__login_area h2 {
    background: var(--colorBlack);
    color: var(--colorWhite);
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    padding: 20px 0px 22px 0px;
}

.wsus__login_area form {
    padding: 30px 40px;
}

.wsus__login_inpu_area {
    margin-bottom: 25px;
    position: relative;
}

.wsus__login_inpu_area label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    margin-bottom: 8px;
}

.wsus__login_inpu_area .eye {
    display: block;
    position: absolute;
    top: 45px;
    right: 20px;
    cursor: pointer;
}

.wsus__login_inpu_area input {
    border-radius: 0;
}

.wsus__login_inpu_area .form-check {
    margin: 0;
}

.wsus__login_inpu_area .form-check input {
    padding: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 3px;
}

.wsus__login_inpu_area .form-check label {
    color: var(--colorBlack);
    display: inline-block;
    margin: 0;
    padding: 0;
}

.wsus__login_inpu_area .form-check a {
    color: var(--colorPrimary);
    float: right;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__login_inpu_area .form-check a:hover {
    color: var(--colorBlack);
}

.wsus__login_area button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none;
    text-align: center;
}

.wsus__login_inpu_area ul li a {
    display: flex;
    justify-content: center;
    background: #FAFAFA;
    border: 1px solid rgba(83, 86, 251, 0.16);
    font-weight: 400;
    font-size: 18px;
    color: var(--paraColor);
    padding: 15px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__login_inpu_area ul li a span {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wsus__login_inpu_area ul li a:hover {
    color: var(--colorPrimary);
}

.wsus__login_inpu_area .form-check-input:focus {
    border-color: var(--colorPrimary);
    box-shadow: none;
}

.wsus__login_inpu_area .form-check-input:checked {
    background-color: var(--colorPrimary);
    border-color: var(--colorPrimary);
}

.wsus__login_area .go_login {
    text-align: center;
}

.wsus__login_area .go_login a {
    text-transform: capitalize;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__login_area .go_login a:hover {
    color: var(--colorPrimary);
}

.login_animi_area li:nth-child(8) {
    top: 5%;
}

.login_animi_area li:nth-child(1) {
    bottom: 38%;
    width: 300px;
    height: 300px;
}

.login_animi_area li:nth-child(2) {
    left: 0%;
    bottom: 8%;
}

.login_animi_area li:nth-child(3) {
    left: 8%;
    bottom: 22%;
}

.login_animi_area li:nth-child(5) {
    left: 23%;
    bottom: 36%;
    width: 100px;
    height: 100px;
}

.login_animi_area li:nth-child(6) {
    bottom: 70%;
    width: 140px;
    height: 140px;
    left: 22%;
}

.login_animi_area li:nth-child(11) {
    width: 100px;
    height: 100px;
    left: 25%;
    top: 30%;
}

.login_animi_area li:nth-child(10) {
    left: 14%;
}

.login_animi_area li:nth-child(4) {
    left: 15%;
    bottom: 5%;
}

.login_animi_area .bg_animation_r li:nth-child(2) {
    left: auto;
    right: 0%;
}

.login_animi_area .bg_animation_r li:nth-child(3) {
    right: 8%;
    left: auto;
}

.login_animi_area .bg_animation_r li:nth-child(4) {
    right: 15%;
    left: auto;
}

.login_animi_area .bg_animation_r li:nth-child(5) {
    right: 23%;
    left: auto;
}

.login_animi_area .bg_animation_r li:nth-child(10) {
    right: 14%;
    left: auto;
}

.login_animi_area .bg_animation_r li:nth-child(11) {
    right: 25%;
    left: auto;
}

.login_animi_area .bg_animation_r li:nth-child(6) {
    right: 22%;
    left: auto;
}

/*============================
    LOGIN END
============================*/


/*============================
    INVOICE START
============================*/
.wsus__invoice {
    margin: 100px 0px;
}

.wsus__invoice_header .invoice_logo {
    max-width: 450px;
}

.wsus__invoice_header h3 {
    font-weight: 700;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.wsus__invoice_header p {
    font-size: 18px;
    max-width: 65%;
}

.wsus__invoice_body {
    padding: 10px 50px 50px 50px;
    background: #da126a0d;
    border-radius: 12px;
    margin: 40px 0px;
}

.wsus__invoice_body ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 40px;
}

.wsus__invoice_body ul li span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    min-width: 250px;
}

.wsus__invoice_body ul li a {
    color: #0501CC;
}

.wsus__invoice_footer p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 40px;
}

.wsus__invoice_footer a {
    color: #0501CC;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
}

/*============================
    INVOICE END
============================*/


/*============================
    HOME PAGE 2 START
============================*/
.home_two .common_btn {
    background: var(--colorGreen);
    border-color: var(--colorGreen);
}

.home_two .common_btn:hover {
    background: var(--colorWhite);
    color: var(--colorGreen);
}

.home_two .wsus__section_heading h5 {
    color: var(--colorGreen);
}

.home_two header .wsus__header_content ul li a:hover {
    color: var(--colorGreen);
}

.main_menu_2 .navbar-nav .nav-item:hover .nav-link,
.main_menu_2 .navbar-nav .nav-item .nav-link.active {
    color: var(--colorGreen);
}

.right_menu_2 li a.my_account {
    width: auto;
    height: auto;
    border-radius: 2px;
    padding: 15px 25px;
    box-shadow: none;
}

.right_menu_2 li a.my_account i {
    margin-right: 5px;
}

.main_menu_2 .right_menu_2 li a span {
    background: var(--colorGreen);
}

.wsus__banner_2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    margin: 0;
    padding: 120px 0px 0px 0px;
    position: relative;
}

.wsus__banner_2::after {
    position: absolute;
    content: "";
    background: url(../images/banner_shapes1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 330px;
    height: 385px;
    bottom: 0;
    left: 0;
    animation: banner_shape_animi linear 1.5s infinite alternate;
    -webkit-animation: banner_shape_animi linear 1.5s infinite alternate;
}

@keyframes banner_shape_animi {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

.wsus__banner_2 div {
    height: 100%;
}

.wsus__banner_2 .wsus__banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}

.wsus__banner_2 .wsus__banner_text h1,
.wsus__banner_2 .wsus__banner_text p {
    text-align: left;
    color: var(--colorBlack);
    position: relative;
}

.wsus__banner_2 .wsus__banner_text h1::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: var(--colorGreen);
    top: -25px;
    left: -28px;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__banner_2 .wsus__banner_text p {
    margin: 25px 0 50px 0;
}

.wsus__banner_2 .wsus__banner_text form {
    margin: 0;
    width: 85%;
    box-shadow: 0px 25px 63px rgba(0, 0, 0, 0.05);
}

.wsus__banner_2 .wsus__banner_text form button {
    padding: 11.5px 24px;
    background: var(--colorYellow);
    color: var(--colorBlack);
    border-radius: 0;
}

.wsus__banner_2 .wsus__banner_text form button::after {
    background: #ddd;
}

.wsus__banner_2 .wsus__banner_counter li,
.wsus__banner_2 .wsus__banner_counter li span {
    color: var(--paraColor);
    font-weight: 400;
}

.wsus__banner_2 .wsus__banner_text form .nice-select {
    background: var(--colorGreen);
    border-radius: 0;
}

.wsus__banner_2 .wsus__banner_counter li {
    padding: 0;
    border-color: #6c798b8a;
    padding-right: 25px;
    margin-right: 25px;
}

.wsus__banner_2 .wsus__banner_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__banner_2 .wsus__banner_img .img {
    height: 600px;
}

.wsus__categories_2 .wsus__categories_item {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.wsus__counter_2 {
    margin-bottom: -200px;
}

.wsus__single_counter2_area {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__single_counter2 {
    padding: 0px 50px;
}

.wsus__single_counter2 h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--colorWhite);
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}

.wsus__single_counter2 p {
    color: var(--colorWhite);
    text-align: center;
}

.wsus__single_counter2_text {
    background: var(--colorWhite);
    border-radius: 8px;
    padding: 40px;
    position: relative;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
}

.wsus__single_counter2_text h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.wsus__single_counter2_text p {
    margin-bottom: 30px;
}

.wsus__single_counter2_text a {
    padding: 16px 40px;
}

.wsus__single_counter2_text a.color_yellow {
    background: var(--colorYellow);
    border-color: var(--colorYellow) !important;
    color: var(--colorBlack);
}

.wsus__single_counter2_text a.color_yellow:hover {
    color: var(--colorBlack);
}

.wsus__single_counter2_text .icon {
    display: block;
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 19px;
    right: 15px;
}

.wsus__single_counter2_text_area {
    position: relative;
    top: -200px;
}

.wsus__recent_product_2_item {
    background: var(--colorWhite);
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.wsus__recent_product_2_item .img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.wsus__recent_product_2_item .text {
    max-width: 71%;
}

.wsus__recent_product_2_item .text a {
    font-weight: 600;
    font-size: 18px;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__recent_product_2_item .text a:hover {
    color: var(--colorGreen);
}

.wsus__recent_product_2_item .text p {
    font-size: 16px;
    color: #ef262c;
}

.wsus__why_choose_2 .wsus__why_choose_item::after {
    background: url(../images/why_choose_shapes2.png);
    background-size: cover;
}

.wsus__why_choose_2 .wsus__section_heading h2 {
    color: var(--colorBlack);
}

.wsus__why_choose_2 .wsus__why_choose_item {
    border: 1px solid #1DC9B7;
}

.wsus__offer_2 .wsus__offer_text h2 {
    margin-bottom: 45px;
    text-align: center;
}

.wsus__offer_2 .wsus__offer_text h2 span {
    font-size: 42px;
    font-weight: 400;
    color: var(--colorWhite);
}

.wsus__offer_2 .wsus__offer_text a {
    background: var(--colorYellow);
    border-color: var(--colorYellow);
    border-radius: 40px;
    margin: 0 auto;
}

.wsus__offer_text a:hover {
    color: var(--colorWhite) !important;
    border-color: var(--colorWhite);
}

.wsus__blog_2 .wsus__single_blog_img p {
    background: var(--colorGreen);
}

.home_two .title:hover,
.home_two .view_all:hover {
    color: var(--colorGreen);
}

.footer_2 .wsus__subscribe {
    margin: 0;
    padding: 0;
}

.footer_2 .wsus__subscribe h2,
.footer_2 .wsus__subscribe p {
    text-align: center;
    color: var(--colorBlack);
}

.footer_2 .wsus__subscribe form {
    margin: 0 auto;
}

.footer_2 .wsus__subscribe form button {
    background: var(--colorYellow) !important;
    border-color: var(--colorYellow) !important;
}

.footer_2 .wsus__subscribe form button::after {
    background: #ddd;
}

.footer_2 .wsus__footer_content ul li a {
    color: var(--paraColor);
}

.footer_2 .wsus__footer_counter ul li h5,
.footer_2 .wsus__footer_content ul li a:hover {
    color: var(--colorGreen);
}

.footer_2 .wsus__footer_counter p {
    color: var(--paraColor);
}

.footer_2 .wsus__footer_content h4,
.footer_2 .wsus__footer_counter h4,
.footer_2 .wsus__footer_counter h4,
.footer_2 .wsus__footer_copyright ul li a,
.footer_2 .wsus__footer_copyright p span {
    color: var(--colorBlack);
}

.footer_2 .wsus__footer_counter ul li {
    border: 0;
}

.footer_2 .wsus__footer_bottom {
    border-color: #b3b3b32e;
}

.home_two .wsus__recent_product_filter button:hover,
.home_two .wsus__recent_product_filter button.active {
    color: var(--colorGreen) !important;
}


.home_two .wsus__gallery_item_img p {
    background: var(--colorGreen);
}

.home_two .wsus__gallery_item_overlay li a:hover {
    color: var(--colorGreen);
}

.home_two .wsus__gallery_item_text p a {
    color: #1DC9B7;
    background: none;
    -webkit-text-fill-color: #1DC9B7;
}

.home_two .percircle:after {
    background-color: var(--colorGreen);
}

.home_two .view_all:hover::before {
    display: none;
}

.home_two .wsus__scroll_btn {
    background: var(--colorGreen);
}

.home_two .navbar-toggler {
    background: var(--colorGreen);
}

/*============================
    HOME PAGE 2 END
============================*/


/*============================
    HOME 3 START
============================*/
.home_three .common_btn {
    background: var(--colorBlue);
}

.home_three .common_btn:hover {
    background: var(--colorWhite);
    color: var(--colorBlue);
    border-color: var(--colorBlue);
}

.home_three .title:hover {
    color: var(--colorBlue);
}

.home_three .wsus__section_heading h5 {
    color: var(--colorBlue);
}

.home_three .wsus__header_content ul li a:hover {
    color: var(--colorBlue);
}

.main_menu_3 .right_menu li a span {
    background: var(--colorBlue);
}

.main_menu_3 .navbar-nav .nav-item:hover .nav-link,
.main_menu_3 .navbar-nav .nav-item .nav-link.active {
    color: var(--colorBlue);
}

.main_menu_3 .right_menu_2 li a.my_account {
    background: var(--colorYellow);
    border-color: var(--colorYellow);
    color: var(--colorBlack);
}

.main_menu_3 .right_menu_2 li a.my_account:hover {
    background: var(--colorWhite);
    border-color: var(--colorYellow);
}

.wsus__banner_3 {
    background: #eff5ff;
}

.wsus__banner_3_content {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 50px;
    border-radius: 4px;
}

.wsus__banner_3_content .wsus__banner_text h1,
.wsus__banner_3_content .wsus__banner_text p {
    text-align: left;
    margin-left: 0;
}

.wsus__banner_3_content .wsus__banner_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 15px;
}

.wsus__banner_3_content .wsus__banner_text form {
    width: 90%;
    margin: 0;
}

.wsus__banner_3_content .wsus__banner_text form .nice-select {
    border-radius: 0;
}

.wsus__banner_3_content .wsus__banner_text form input {
    border-radius: 0;
}

.wsus__banner_3_content .wsus__banner_text form button {
    padding: 11.5px 24px;
    background: var(--colorYellow);
    color: var(--colorBlack);
    border-radius: 0;
}

.wsus__banner_3_content .wsus__banner_text form button::after {
    background: #ddd;
}

.wsus__categories_3 {
    background: none;
}

.wsus__categories_3 .wsus__categories_item {
    border: 1px solid #D9D9D9;
}

.home_three .wsus__recent_product_filter button:hover,
.home_three .wsus__recent_product_filter button.active {
    color: var(--colorBlue) !important;
}

.home_three .wsus__gallery_item_img p {
    background: var(--colorBlue);
}

.home_three .wsus__gallery_item_overlay li a:hover {
    color: var(--colorBlue);
}

.home_three .wsus__gallery_item_text p a {
    color: #1E6CFF;
    background: none;
    -webkit-text-fill-color: #1E6CFF;
}

.home_three .percircle:after {
    background-color: var(--colorBlue);
}

.wsus__testimonial_3 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__testi_slider_item_3 {
    background: var(--colorBlue);
    border-radius: 6px;
    padding: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
    margin-bottom: 80px;
}

.wsus__testi_slider_item_3 p {
    color: var(--colorWhite);
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
}

.wsus__testi_slider_item_3::before {
    position: absolute;
    content: "\f10e";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 120px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff33;
}

.wsus__testi_slider_item_3::after {
    position: absolute;
    content: "";
    background: var(--colorBlue);
    width: 200px;
    height: 100px;
    clip-path: polygon(70% 0, 15% 0, 100% 100%);
    bottom: -75px;
    left: 41%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.wsus__testi_slider_bottom_item .img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    opacity: .8;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__testi_slider_bottom_item .bio h4 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-top: 33px;
    margin-bottom: 8px;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__testi_slider_bottom_item .bio p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.slick-current .wsus__testi_slider_bottom_item .img {
    width: 85px;
    height: 85px;
    opacity: 1;
}

.slick-current .wsus__testi_slider_bottom_item h4 {
    margin-top: 13px;
    opacity: 1;
}

.slick-current .wsus__testi_slider_bottom_item p {
    opacity: 1;
}

.wsus__download_3_img {
    width: 550px;
    height: 550px;
}

.wsus__download_3 .wsus__download_text h2 {
    color: var(--colorBlack);
}

.wsus__download_3 .wsus__download_text h2 span {
    color: var(--colorGreen);
}

.wsus__download_3 .wsus__download_text p {
    color: var(--colorBlack);
}

.wsus__download_3 .wsus__download_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}

.home_three .wsus__offer .common_btn {
    border-radius: 4px;
}

.home_two .wsus__download_3 .wsus__download_text h2 span {
    color: var(--colorGreen);
}

.home_one .wsus__download_3 .wsus__download_text h2 span {
    color: var(--colorPrimary);
}

.home_two .wsus__single_blog_img p {
    background: var(--colorGreen);
}

.home_three .wsus__single_blog_img p {
    background: var(--colorBlue);
}

.home_three .view_all:hover::before {
    display: none;
}

.home_three .view_all:hover {
    color: var(--colorBlue);
    text-decoration: none;
}

.home_three .wsus__subscribe form button {
    background: var(--colorYellow) !important;
    border-color: var(--colorYellow) !important;
    padding: 12px 27px;
}

.home_three .wsus__subscribe form button::after {
    background: #ddd;
}

.home_three .wsus__footer_counter ul li h5,
.home_three .wsus__footer_copyright ul li a:hover,
.home_three .wsus__footer_content ul li a:hover {
    color: var(--colorBlue);
}

.home_three .wsus__scroll_btn {
    background: var(--colorBlue);
}

.home_three .navbar-toggler {
    background: var(--colorBlue);
}

.navbar-toggler {
    border: none;
}

/*============================
    HOME 3 END
============================*/


/*============================
    PRICING START
============================*/
.wsus__payment,
.wsus__pricing {
    background: #F8F8F8;
    padding-bottom: 245px;
    margin-bottom: -245px;
}

.wsus__single_pricing {
    background: var(--colorWhite);
    padding: 30px;
    margin-top: 25px;
    box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__single_pricing h3 {
    color: var(--colorBlack);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.wsus__single_pricing h2 {
    color: var(--colorPrimary);
    font-size: 46px;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__single_pricing h2 sup {
    font-size: 20px;
    font-weight: 700;
    color: #6C798B;
    position: relative;
    top: -22px;
    margin-right: 3px;
}

.wsus__single_pricing h2 sub {
    font-size: 18px;
    font-weight: 400;
    color: #6C798B;
}

.wsus__single_pricing .icon {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #E9D1E8;
    padding: 60px 60px 35px 35px;
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 65px;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__single_pricing .icon img {
    display: block;
}

.wsus__single_pricing .icon .icon_2 {
    display: none;
}

.wsus__single_pricing.active .icon .icon_1,
.wsus__single_pricing:hover .icon .icon_1 {
    display: none;
}

.wsus__single_pricing.active .icon .icon_2,
.wsus__single_pricing:hover .icon .icon_2 {
    display: block;
}

.wsus__single_pricing_list {
    background: var(--colorWhite);
    border-radius: 8px;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #F2F4F7;
}

.wsus__single_pricing_list ul li {
    color: var(--colorBlack);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-top: 12px;
}

.wsus__single_pricing_list ul li::after {
    position: absolute;
    content: "";
    background: url(../images/pricing_icon_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}

.wsus__single_pricing_list a {
    display: block;
    text-align: center;
    color: var(--colorBlack);
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    padding: 12px 20px;
    margin-top: 47px;
    background: #E5D2EB;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border: none;
    box-shadow: none;
}

.wsus__single_pricing_list ul li.delete {
    color: var(--paraColor);
}

.wsus__single_pricing_list ul li.delete::after {
    background: url(../images/pricing_icon_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wsus__single_pricing:hover .icon,
.wsus__single_pricing.active .icon {
    background: var(--gradiantBg);
    color: var(--colorWhite);
}

.wsus__single_pricing:hover .icon img,
.wsus__single_pricing.active .icon img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(91%) saturate(0%) hue-rotate(245deg) brightness(106%) contrast(106%);
}

.wsus__single_pricing:hover a,
.wsus__single_pricing.active a {
    background: var(--gradiantBg);
    color: var(--colorWhite);
}

/*============================
    PRICING END
============================*/


/*============================
    PAYMENT START
============================*/
.wsus__payment_area {
    background: #f6eff3;
    padding: 30px;
    border-radius: 8px;
}

.wsus__payment_method {
    text-align: right;
}

.wsus__payment_method .nav .nav-item {
    width: 24%;
}

.wsus__payment_method .wsus__checkout_text {
    box-shadow: none;
}

.wsus__payment_method .nav .nav-item .nav-link {
    margin-top: 0;
}

.wsus__payment_method .nav {
    padding: 0;
    justify-content: start;
    gap: 10px;
}

.wsus__payment_method .common_btn {
    margin-top: 40px;
    padding: 17px 40px;
}

.wsus__payment .wsus__comment_single_input input {
    font-weight: 300;
}

.wsus__payment input[type=date] {
    text-transform: uppercase;
}

.wsus__payment .variant_modal fieldset {
    position: relative;
}

.wsus__payment .wsus__comment_single_input span {
    position: absolute;
    top: 3px;
    right: 20px;
    cursor: pointer;
}

.wsus__payment_area .wsus__checkout_text .nav .nav-item .nav-link::before {
    display: none;
}

.payment_modal .modal-content {
    padding: 30px;
}

.payment_modal .modal-header {
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.payment_modal .modal-title {
    color: var(--colorBlack);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.payment_modal .btn-close {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border: 1px solid rgba(55, 69, 87, 0.6);
    background: var(--colorWhite);
    opacity: 1;
    border-radius: 50%;
    color: rgba(55, 69, 87, 0.6);
    font-size: 19px;
    margin-right: 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.payment_modal .modal-body {
    padding: 0;
    padding-top: 25px;
}

.payment_modal .wsus__comment_single_input {
    position: relative;
}

.payment_modal .wsus__comment_single_input label {
    font-size: 16px;
    font-weight: 400;
}

.payment_modal .wsus__comment_single_input input {
    border-radius: 0;
}

.payment_modal .wsus__comment_single_input span {
    top: 42px;
}

.payment_modal .common_btn {
    width: 100%;
    text-align: center;
}

/*============================
    PAYMENT END
============================*/


/*===============================
    PROFILE SUBSCRIPTION START
===============================*/
.wsus__subscription_sidebar {
    background: #F9EBFF;
    padding: 40px 25px 115px 25px;
}

.wsus__subscription_sidebar ul li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--paraColor);
    display: block;
    margin-top: 23px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__subscription_sidebar ul li a span {
    margin-right: 15px;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__subscription_sidebar ul li a::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 14px;
    top: 4px;
    right: 0;
    color: var(--paraColor);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__subscription_sidebar ul li a:hover,
.wsus__subscription_sidebar ul li a:hover span,
.wsus__subscription_sidebar ul li a:hover::after,
.wsus__subscription_sidebar ul li a.active,
.wsus__subscription_sidebar ul li a.active::after,
.wsus__subscription_sidebar ul li a.active span {
    color: var(--colorPrimary);
}

.wsus__profile_order {
    border: 1px solid #e8e1f5;
    border-radius: 8px;
}

.wsus__profile_order_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
}

.wsus__profile_order_search p span {
    color: var(--colorBlack);
}

.wsus__profile_order_search form {
    position: relative;
    min-width: 310px;
}

.wsus__profile_order_search form input {
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    background: #f2edf8;
    border: none;
    padding: 14px 20px;
}

.wsus__profile_order_search form input::placeholder {
    color: #6C798B;
}

.wsus__profile_order_search form button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    background: var(--gradiantBg);
    color: var(--colorWhite);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__profile_order_table table {
    width: 100%;
}

.wsus__profile_order_table table tr {
    border-top: 1px solid #e8e1f5;
}

.wsus__profile_order_table table tr th {
    background: #eadef3;
    font-size: 18px;
    font-weight: 500 !important;
}

.wsus__profile_order_table table tr th,
.wsus__profile_order_table table tr td {
    color: var(--colorBlack);
    font-weight: 400;
    padding: 16px 15px;
}

.wsus__profile_order_table table tr td {
    font-size: 16px;
}

.wsus__profile_order_table table tr .sn {
    min-width: 60px;
}

.wsus__profile_order_table table tr .date {
    min-width: 135px;
}

.wsus__profile_order_table table tr .customer {
    min-width: 150px;
}

.wsus__profile_order_table table tr .order {
    min-width: 125px;
}

.wsus__profile_order_table table tr .amount {
    min-width: 110px;
}

.wsus__profile_order_table table tr .status {
    min-width: 130px;
}

.wsus__profile_order_table table tr .payment {
    min-width: 135px;
}

.wsus__profile_order_table table tr .action {
    min-width: 115px;
}

.wsus__profile_order_table table .complete {
    color: #00BF8C;
    text-transform: capitalize;
}

.wsus__profile_order_table table .cancel {
    color: #FE2C55;
    text-transform: capitalize;
}

.wsus__profile_order_table table .success {
    border-radius: 3px;
    background: #DBF6EF;
    color: #00BF8C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100px;
    display: block;
    padding: 4px 0px;
    text-transform: capitalize;
}

.wsus__profile_order_table table .delete {
    border-radius: 3px;
    background: #F7CED9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100px;
    display: block;
    padding: 4px 0px;
    text-transform: capitalize;
    color: #FE2C55;
}

.wsus__profile_order_table table a {
    border-radius: 3px;
    color: var(--colorWhite);
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    margin-right: 7px;
    font-size: 14px;
}

.wsus__profile_order_table table .view {
    background: #27AE60;
}

.wsus__profile_order_table table .del {
    background: #FE2C55;
}

.wsus__profile_order_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.wsus__profile_order_footer p span {
    color: var(--colorBlack);
}

.wsus__order_pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wsus__order_pagination li a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px !important;
    color: #FFF;
    background: var(--gradiantBg);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 5px;
}

.wsus__order_pagination li:first-child a {
    width: auto;
    height: auto;
    background: none;
    color: var(--colorBlack);
    margin: 0;
    margin-right: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__order_pagination li:last-child a {
    width: auto;
    height: auto;
    background: none;
    color: var(--colorBlack);
    margin: 0;
    margin-left: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__order_pagination li:first-child a:hover,
.wsus__order_pagination li:last-child a:hover {
    color: var(--colorPrimary);
}

/*===============================
    PROFILE SUBSCRIPTION END
===============================*/


/*=====================================
    PROFILE SUBSCRIPTION OVERVIEW START
======================================*/
.wsus__profile_overview_table {
    border: 1px solid #e8e1f5;
    border-radius: 8px;
    overflow: hidden;
}

.wsus__profile_overview_table table {
    width: 100%;
    margin: 0;
}

.wsus__profile_overview_table tr {
    border-top: 1px solid #E8E8E8;
}

.wsus__profile_overview_table tr:first-child {
    border-top: 0;
}

.wsus__profile_overview_table tr td {
    padding: 16px 15px;
    width: 50%;
    min-width: 220px;
    color: var(--colorBlack);
    font-size: 16px;
    font-style: normal;
    border: none;
}

.wsus__profile_overview_table tr td span {
    border-radius: 3px;
    background: #DBF6EF;
    color: #00BF8C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: block;
    text-transform: capitalize;
    width: 74px;
    padding: 4px 15px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #FDF9FC;
}

/*=====================================
    PROFILE SUBSCRIPTION OVERVIEW END
======================================*/


/*=====================================
    PROFILE SUBSCRIPTION PAYMENT START
======================================*/
.wsus__profile_subdcription_payment {
    border-radius: 8px;
    background: #F4F6F9;
    padding: 30px;
}

.wsus__profile_subdcription_payment form label {
    color: var(--colorBlack);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.wsus__profile_subdcription_payment form input {
    border: 1px solid rgb(232, 232, 232);
    background: rgb(253, 249, 252);
    border-radius: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
}

.wsus__profile_subdcription_payment form button {
    margin-top: 25px;
    border-radius: 5px;
}

.wsus__profile_subdcription_payment .nice-select {
    border-radius: 0;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: rgb(253, 249, 252);
    height: 51px;
    line-height: 51px;
}

.wsus__profile_subdcription_payment .nice-select .list {
    background: rgb(253, 249, 252);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 0;
}

.wsus__profile_subdcription_payment .nice-select .current {
    font-weight: 400;
}

/*=====================================
    PROFILE SUBSCRIPTION PAYMENT END
======================================*/


/*=====================================
    PROFILE SUBSCRIPTION INVOICE START
======================================*/
.wsus__profile_subdcription_invoice {
    background: #f1f1ff99;
    padding: 40px;
}

.profile_invoice_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile_invoice_header .logo {
    width: 180px;
    height: auto;
}

.profile_invoice_header .logo img {
    height: auto !important;
}

.profile_invoice_header .invoice_date p {
    color: var(--colorBlack);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile_invoice_header .invoice_date p span {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    min-width: 130px;
}

.profile_invoice_billing_info {
    border-radius: 8px;
    background: var(--colorWhite);
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 55px;
}

.profile_invoice_billing_info .info_text {
    max-width: 35%;
}

.profile_invoice_billing_info .info_text h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.profile_invoice_billing_info .info_text p {
    line-height: 30px;
}

.profile_invoice_summery {
    margin-bottom: 55px;
}

.profile_invoice_summery h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile_invoice_table {
    border: 1px solid #e2e1ff;
    border-radius: 8px;
    overflow: hidden;
}

.profile_invoice_table table {
    width: 100%;
}

.profile_invoice_table table tr {
    border-bottom: 1px solid #e2e1ff;
}

.profile_invoice_table table tr th {
    background: #dae2ff;
    font-size: 18px;
    font-weight: 500 !important;
    color: var(--colorBlack);
    text-transform: capitalize;
    padding: 16px 15px;
}

.profile_invoice_table table tr td {
    padding: 16px 15px;
    color: var(--paraColor);
    font-size: 16px;
    font-weight: 400;
}

.profile_invoice_table table tr .no {
    width: 10%;
    min-width: 70px;
}

.profile_invoice_table table tr .items {
    width: 30%;
    min-width: 200px;
}

.profile_invoice_table table tr .type {
    width: 20%;
    min-width: 150px;
}

.profile_invoice_table table tr .author {
    width: 15%;
    min-width: 120px;
}

.profile_invoice_table table tr .price {
    width: 15%;
    min-width: 120px;
}

.profile_invoice_table table tr .total {
    width: 10%;
    min-width: 70px;
}

.profile_invoice_footer {
    padding: 25px 30px;
}

.profile_invoice_footer_left h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.profile_invoice_footer_left p {
    line-height: 30px;
}

.profile_invoice_footer_right h4 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: capitalize;
}

.profile_invoice_footer_right h4 span {
    color: var(--colorBlack);
    font-size: 18px;
    font-weight: 500;
}

.profile_invoice_footer_right p {
    color: var(--colorBlack);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e8e1f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 12px;
}

.profile_invoice_footer_right p span {
    color: var(--colorBlack);
}

.profile_invoice_footer_right p span b {
    font-weight: 400;
    color: var(--paraColor);
}

.profile_invoice_note span {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.profile_invoice_note span b {
    font-weight: 400;
    color: var(--colorPrimary);
}

.profile_invoice_note p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}

.profile_invoice_note p b {
    color: var(--colorBlack);
    font-weight: 500;
}

.profile_invoice_note h5 {
    font-size: 16px;
    font-weight: 400;
}

.profile_invoice_note h5 a {
    color: var(--colorPrimary);
    font-size: 16px;
    font-weight: 400;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.profile_invoice_note h5 a:hover {
    color: var(--colorBlack);
}

/*=====================================
    PROFILE SUBSCRIPTION INVOICE END
======================================*/














/* NEW DASHBOARD CSS START */
.wsus__dashboard_sidebar {
    margin-top: 30px;
}

.wsus__dashboard_sidebar_top {
    height: 280px;
    padding: 60px 20px 20px 20px;
    background: var(--colorWhite);
    box-shadow: 0px 3px 3px 0px rgba(23, 23, 24, 0.10);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.wsus__dashboard_sidebar_top .dashboard_banner {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 1;
}

.wsus__dashboard_sidebar_top .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wsus__dashboard_sidebar_top .img img {
    border: 2px solid var(--colorWhite);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__dashboard_sidebar_top h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 13px;
    text-transform: capitalize;
}

.wsus__dashboard_sidebar_top p {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
    text-align: center;
}

.wsus__dashboard_sidebar_menu {
    margin-top: 20px;
    box-shadow: 0px 3px 3px 0px rgba(23, 23, 24, 0.10);
    border-radius: 8px;
    overflow: hidden;
}

.wsus__dashboard_sidebar_menu li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 20px;
    color: var(--paraColor);
    text-transform: capitalize;
    background: var(--colorWhite);
    border-bottom: 1px solid rgba(30, 30, 47, 0.10);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__dashboard_sidebar_menu li:last-child a {
    border-bottom: none;
}

.wsus__dashboard_sidebar_menu li a:hover,
.wsus__dashboard_sidebar_menu li a.active {
    color: var(--colorBlack);
    background: var(--colorYellow);
    border-color: var(--colorWhite);
}

.wsus__dashboard_sidebar_menu li a i {
    width: 25px;
}

.wsus__dashboard_contant {
    margin-top: 30px;
    background: var(--colorWhite);
    box-shadow: 0px 0px 4px 0px rgba(23, 23, 24, 0.10);
    border-radius: 8px;
}

.wsus__dashboard_contant_top {
    padding: 30px 30px 25px 30px;
    border-bottom: 1px solid rgba(30, 30, 47, 0.10);
}

.wsus__dashboard_heading h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__dashboard_profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 30px 30px 30px;
    border-bottom: 1px solid rgba(30, 30, 47, 0.10);
}

.wsus__dashboard_profile .img {
    width: 80px;
    height: 80px;
}

.wsus__dashboard_profile .img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__dashboard_profile .text {
    margin-left: 20px;
}

.wsus__dashboard_profile .text h6 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__dashboard_profile .text p {
    margin-top: 5px;
    line-height: 22px;
}

.wsus__dashboard_profile_info li {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    text-transform: capitalize;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid rgba(30, 30, 47, 0.10);
}

.wsus__dashboard_profile_info li:last-child {
    border: none;
}

.wsus__dashboard_profile_info li span {
    width: 130px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.wsus__dash_course_table {
    margin-top: 25px;
}

.wsus__dash_course_table .table {
    margin: 0;
}

.wsus__dash_course_table .table tr th {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px 0px 30px !important;
    color: var(--paraColor);
    text-transform: uppercase;
    border-bottom: none !important;
}

.wsus__dash_course_table .table tr th,
.wsus__dash_course_table .table tr td {
    padding: 20px 20px 20px 30px;
    vertical-align: middle;
}

.wsus__dash_course_table .table .details {
    min-width: 200px;
}

.wsus__dash_course_table .table .sale,
.wsus__dash_course_table .table .action,
.wsus__dash_course_table .table .status {
    min-width: 115px;
}

.wsus__dash_course_table .table .action a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--colorGreen);
    color: var(--colorWhite);
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}

.wsus__dash_course_table .table .action a.del {
    background: #E53935;
    margin-left: 3px;
}

.wsus__dash_course_table .table tr:last-child td {
    border-bottom: none !important;
}

.wsus__dash_course_table .image {
    max-width: 140px;
    min-width: 125px;
}

.wsus__dash_course_table .amount {
    min-width: 150px;
}

.wsus__dash_course_table .image_category {
    border-radius: 8px;
    overflow: hidden;
}

.wsus__dash_course_table .main_category,
.wsus__dash_course_table .sub_category {
    position: absolute;
    left: 12px;
    bottom: 50px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    color: var(--colorBlack);
    background: var(--colorWhite);
    box-shadow: 0px 4px 3px 0px rgba(30, 30, 47, 0.12), 0px 2px 10px 0px rgba(30, 30, 47, 0.10);
}

.wsus__dash_course_table .sub_category {
    bottom: 12px;
}

.wsus__dash_course_table .rating {
    color: var(--ratingColor);
}

.wsus__dash_course_table .rating span {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorPrimary);
}

.wsus__dash_course_table .details a {
    font-size: 17px;
    margin-top: 12px;
}

.wsus__dash_course_table .sale p,
.wsus__dash_course_table .amount p {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
}

.wsus__dashboard_profile_avatar .img {
    position: relative;
}

.wsus__dashboard_profile_avatar .img label {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    bottom: 7px;
    right: -11px;
    font-size: 13px;
    cursor: pointer;
    transition: all linear.3s;
    background: var(--colorWhite);
    border: 1px solid rgba(30, 30, 47, 0.10);
    -webkit-transition: all linear.3s;
    -moz-transition: all linear.3s;
    -ms-transition: all linear.3s;
    -o-transition: all linear.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__dashboard_profile_avatar .img label img {
    width: 13px !important;
    height: 10px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wsus__dashboard_profile_avatar .img label:hover {
    background: var(--colorPrimary);
}

.wsus__dashboard_profile_avatar .img label:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(1700%) hue-rotate(284deg) brightness(115%) contrast(100%);
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(1700%) hue-rotate(284deg) brightness(115%) contrast(100%);
}

.wsus__dashboard_profile_update {
    padding: 17px 30px 30px 30px;
}

.wsus__dashboard_profile_update_info {
    margin-top: 13px;
}

.wsus__dashboard_profile_update_info label {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    text-transform: capitalize;
}

.wsus__dashboard_profile_update_info input,
.wsus__dashboard_profile_update_info .nice-select,
.wsus__dashboard_profile_update_info textarea {
    margin-top: 5px;
    border: 1px solid rgba(30, 30, 47, 0.10);
    background: none;
}

.wsus__dashboard_profile_update_btn {
    margin-top: 30px;
}

.wsus__dash_course_searchbox {
    padding: 20px;
}

.wsus__dash_course_searchbox .input input {
    width: 100%;
}

.wsus__dash_course_searchbox .nice-select {
    width: 100% !important;
}

.wsus__dash_course_searchbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 25px;
    border-bottom: 1px solid rgba(30, 30, 47, 0.10);
}

.wsus__dash_course_searchbox .input {
    position: relative;
}

.wsus__dash_course_searchbox .input input {
    width: 270px;
    padding: 10px 35px 10px 20px;
    border: 1px solid rgba(30, 30, 47, 0.10);
    background: none;
}

.wsus__dash_course_searchbox .input button {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 14px;
    background: transparent;
}

.wsus__dash_course_searchbox .nice-select {
    border-radius: 4px;
    border: 1px solid rgba(30, 30, 47, 0.10);
    height: 42px;
    line-height: 42px;
    width: 200px !important;
    padding-left: 15px;
}

.wsus__dash_course_searchbox .nice-select:after {
    margin-top: 0px;
    right: 15px;
}

.wsus__dash_course_table .status p {
    max-width: 75px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 2px 7px;
    color: var(--colorWhite);
    border-radius: 4px;
}

.wsus__dash_course_table .status .success {
    background: #159F46;
}

.wsus__dash_course_table .status .secondary {
    background: #E79520;
}

.wsus__dash_course_table .status .danger {
    background: #E53935;
}

.wsus__dash_course_table .status .dark {
    background: #212529;
}

.wsus__dash_course_table .status .primary {
    background: #0d6efd;
}

.wsus__dash_course_table .status .pending {
    background: #0d6efd;
}

.wsus__dash_course_table .status .info {
    background: #2ec4ff;
}

.wsus__dash_reviews {
    padding: 0px 30px 30px 30px;
}

.wsus__dash_reviews .wsus__single_comment {
    border-radius: 10px;
}

.wsus__dash_order_table .table {
    margin: 0;
}

.wsus__dash_order_table .table tr {
    display: flex;
}

.wsus__dash_order_table .table tr th {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0px 20px 30px !important;
    color: var(--paraColor);
    text-transform: uppercase;
    border-top: none !important;
}

.wsus__dash_order_table .table tr th,
.wsus__dash_order_table .table tr td {
    padding: 20px 20px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
    border-top: 1px solid rgba(30, 30, 47, 0.10)
}

.wsus__dash_order_table .details {
    min-width: 280px;
    width: 40%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.wsus__dash_order_table .sale,
.wsus__dash_order_table .invoice,
.wsus__dash_order_table .date,
.wsus__dash_order_table .method,
.wsus__dash_order_table .icon {
    min-width: 120px;
    width: 14%;
}

.wsus__dash_order_table .date {
    min-width: 120px;
    width: 20%;
}

.wsus__dash_order_table .method {
    text-align: start;
}

.wsus__dash_order_table .details .rating {
    color: var(--ratingColor);
}

.wsus__dash_order_table .details .rating span {
    color: var(--colorPrimary);
    margin-left: 5px;
    font-weight: 500;
}

.wsus__dash_order_table .details a {
    font-size: 16px;
    margin-top: 10px;
}

.wsus__dash_order_table .sale p,
.wsus__dash_order_table .invoice p,
.wsus__dash_order_table .date p,
.wsus__dash_order_table .method p {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
    text-transform: capitalize;
}

.wsus__dash_order_table .icon a {
    width: 20px;
    height: 20px;
}

.wsus__dash_order_table .icon a:hover img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(49%) saturate(4327%) hue-rotate(213deg) brightness(96%) contrast(97%);
}

.wsus__invoice_top {
    padding: 40px 60px 0px 60px;
    overflow: hidden;
}

.wsus__invoice_logo {
    width: 150px;
}

.wsus__invoice_heading {
    text-align: end;
    margin-top: 20px;
    position: relative;
}

.wsus__invoice_heading h2 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(23, 23, 24, 0.50);
}

.wsus__invoice_heading::after {
    position: absolute;
    content: "";
    top: 20px;
    left: -60px;
    width: 680px;
    height: 20px;
    background: rgba(23, 23, 24, 0.10);
}

.wsus__invoice_description {
    padding: 12px 60px 0px 60px;
}

.wsus__invoice_description h4 {
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.wsus__invoice_address h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus__invoice_address p {
    width: 55%;
    line-height: 26px;
    margin-top: 12px;
}

.wsus__invoice_date {
    text-align: end;
}

.wsus__invoice_date h5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus__invoice_date h5 span {
    font-size: 15px;
    font-weight: 400;
}

.wsus__invoice_date .date {
    margin-top: 14px;
}

.wsus__invoice_table {
    padding: 75px 60px 0px 60px;
}

.wsus__invoice_table .table {
    margin: 0;
    border: 1px solid rgba(30, 30, 47, 0.10);
}

.wsus__invoice_table .table tr {
    display: flex;
}

.wsus__invoice_table .table tr th {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0px 8px 0px !important;
    text-transform: capitalize;
    border-top: none !important;
    background: var(--colorBlack);
    color: var(--colorWhite);
}

.wsus__invoice_table .table tr th,
.wsus__invoice_table .table tr td {
    padding: 20px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: none;
    border-bottom: 1px solid rgba(30, 30, 47, 0.10)
}

.wsus__invoice_table .serial {
    min-width: 100px;
    width: 10%;
    text-align: center;
}

.wsus__invoice_table .description {
    min-width: 240px;
    width: 55%;
}

.wsus__invoice_table .price {
    min-width: 100px;
    width: 10%;
}

.wsus__invoice_table .quantity {
    min-width: 120px;
    width: 15%;
    text-align: center;
}

.wsus__invoice_table .total {
    min-width: 120px;
    width: 10%;
    text-align: center;
}

.wsus__invoice_final_total {
    padding: 16px 95px 30px;
}

.wsus__invoice_final_total_right {
    text-align: right;
}

.wsus__invoice_final_total_right h6 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.wsus__invoice_final_total_right h6 span {
    color: var(--colorBlack);
    margin-left: 10px;
}

.wsus__invoice_final_total_right h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 33px;
}

.wsus__invoice_final_total_right h5 span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: var(--colorBlack);
}

.wsus__invoice_bottom {
    margin-top: 175px;
    padding: 13px 95px 13px 95px;
    border-top: 1px solid rgba(30, 30, 47, 0.10)
}

.wsus__invoice_bottom p {
    font-size: 15px;
    text-transform: capitalize;
}

.wsus__invoice_bottom p span {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(30, 30, 47, 0.10)
}

.wsus__dashboard .common_btn {
    font-size: 16px;
    padding: 10px 25px;
}

.wsus__dash_download {
    padding: 30px;
}

.wsus__dash_download .wsus__profile_download {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wsus__dash_download .wsus__download_item {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #dcdcdc;
}

.wsus__dash_download .wsus__download_item:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.wsus__dash_payout_top {
    padding: 25px 40px 0px 30px;
}

.wsus__dash_payout_top h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: capitalize;
}

.wsus__dash_payout_selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}

.wsus__dash_payout_selector .selector {
    width: 32%;
}

.wsus__dash_payout_selector .nice-select {
    border: solid 1px rgba(30, 30, 47, 0.10);
    height: 46px;
    line-height: 44px;
    border-radius: 6px;
}

.wsus__dash_payout_selector .nice-select:after {
    margin-top: 0;
    right: 20px;
}

.wsus__dash_payout_selector .payout_print {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px s olid rgba(30, 30, 47, 0.10);
}

.wsus__dash_payout_selector .payout_print img {
    width: 20px !important;
    height: 20px !important;
}

.wsus__dash_payout_table .table {
    margin: 0;
}

.wsus__dash_payout_table .table tr th {
    font-size: 14px;
    font-weight: 500;
    padding: 25px 0px 10px 30px !important;
    color: var(--colorBlack);
    text-transform: uppercase;
    border-top: none !important;
}

.wsus__dash_payout_table .table tr th,
.wsus__dash_payout_table .table tr td {
    padding: 20px 0px 20px 30px;
    border-top: 1px solid rgba(30, 30, 47, 0.10);
}

.wsus__dash_payout_table .checkbox {
    min-width: 60px;
    width: 5%;
}

.wsus__dash_payout_table .date {
    min-width: 120px;
}

.wsus__dash_payout_table .status {
    min-width: 110px;
}

.wsus__dash_payout_table .amount {
    min-width: 100px;
}

.wsus__dash_payout_table .method {
    padding-right: 20px !important;
}

.wsus__dash_payout_table .id p,
.wsus__dash_payout_table .date p,
.wsus__dash_payout_table .amount p,
.wsus__dash_payout_table .method p {
    font-size: 16px;
    font-weight: 500;
    color: var(--paraColor);
    text-transform: capitalize;
}

.wsus__dash_payout_table .status p {
    font-size: 13px;
    font-weight: 600;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--colorWhite);
    background: #159F46;
    text-transform: capitalize;
    border-radius: 5px;
}

.wsus__dash_payout_table .status .pending {
    background: #E79520;
}

.wsus__dash_payout_table .checkbox input {
    width: 13px;
    height: 13px;
    padding: 0;
    border: 1px solid rgba(23, 23, 24, 0.40);
}

.wsus__dash_payout_table .form-check-input[type=checkbox] {
    border-radius: 3px;
}

.wsus__dash_payout_table .form-check {
    margin-bottom: 0;
}

.wsus__dash_payout_table .form-check-inline {
    margin-right: 0;
}

.profile_edit_tab {
    padding: 30px 30px 0px 30px;
    gap: 10px;
}

.profile_edit_tab li button {
    background: var(--colorPrimary) !important;
    color: var(--colorWhite) !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 25px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px !important;
    border: 1px solid transparent !important;
    transition: all linear .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.profile_edit_tab li button.active,
.profile_edit_tab li button:hover {
    background: var(--colorYellow) !important;
    color: var(--colorBlack) !important;
    border-color: var(--colorYellow) !important;
}

.wsus__product_details_slider_item {
    height: 520px;
    margin: 0;
}

.wsus__product_details_video {
    height: 465px;
    border-radius: 6px;
    overflow: hidden;
}

.wsus__product_details_video iframe {
    width: 100%;
    height: 100%;
}

.wsus__product_details_audio {
    height: 57px;
}

.wsus__product_details_audio audio {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #F1F3F4;
}

span.tox-statusbar__branding {
    display: none;
}

input:disabled {
    background-color: #eae8e8;
}

.kyc-verify-form label>img {
    height: 200px;
    max-height: 240px !important;
    object-fit: fill !important;
    min-height: 200px !important;
}

.kyc-verify-img {
    width: 64px !important;
    height: 64px !important;
}

.wsus__cart_area table tr .description p b,
p.description b {
    font-weight: 400;
    color: var(--colorPrimary);
    border-left: 1px solid #ededed;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 12px;
}

.wsus__dash_course_table .table .action a.pay-now {
    background-color: var(--colorPrimary);
}

/* NEW DASHBOARD CSS END */
.home_two .wsus__download_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}

.wsus__download_3_img {
    width: 550px;
    height: 550px;
    animation: download_animi linear 5s infinite alternate;
    -webkit-animation: download_animi linear 5s infinite alternate;
}

.wsus__download_img_2 {
    height: 525px;
    animation: download_animi linear 5s infinite alternate;
    -webkit-animation: download_animi linear 5s infinite alternate;
}

.home_two .wsus__download_text h2 span {
    color: var(--colorGreen);
}

.wsus__download_3 .wsus__download_text h2 span {
    color: var(--colorBlue);
}

.wsus__offer_2 .wsus__offer_text a {
    background: var(--colorYellow) !important;
    border-color: var(--colorYellow) !important;
    color: var(--colorBlack) !important;
    border-radius: 40px;
    margin: 0 auto;
}

.wsus__offer_text a:hover {
    color: var(--colorWhite) !important;
    border-color: var(--colorWhite);
}

@keyframes download_animi {
    from {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }

    to {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }
}

.home_three .wsus__why_choose_item {
    border-color: var(--colorBlue);
}

.home_three .wsus__why_choose_item::after {
    background: url(../images/why_choose_shapes3.png);
    background-size: cover;
}

.home_two .wsus__about_text h2 span,
.home_two .wsus__single_team_img ul li a {
    color: var(--colorGreen);
}

.home_two .common_btn2,
.home_two .wsus__breadcrumb,
.home_two .slick-dots li.slick-active button {
    background: var(--colorGreen);
}

.home_three .wsus__about_text h2 span {
    color: var(--colorBlue);
}

.home_three .main_menu_3 .right_menu_2 li a.my_account {
    background: var(--colorBlue);
    border-color: var(--colorBlue);
    color: var(--colorWhite);
}

.home_three .common_btn2,
.home_three .wsus__breadcrumb,
.home_three .slick-dots li.slick-active button {
    background: var(--colorBlue);
}

.wsus__dashboard_overview {
    padding: 42px 40px 35px 40px;
    text-align: center;
    background: #E53935;
    border-radius: 10px;
    font-size: 18px;
}

.wsus__dashboard_overview p {
    color: #fff;
}

.wsus__dashboard_overview i {
    font-size: 35px;
    color: #fff;
}

.wsus__dashboard_overview h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.wsus__dashboard_overview.green {
    background: #159F46;
}

.wsus__dashboard_overview.orange {
    background: #E79520;
}

.nice-select:after {
    right: 10px;
}

.nice-select {
    height: 49px;
    line-height: 49px;
}

.home_two .wsus__sidebar_author_info .view_profile {
    color: var(--colorWhite);
}

.home_three .wsus__sidebar_author_info .view_profile {
    color: var(--colorWhite);
    border: 1px solid var(--colorBlue);
}

.home_two .wsus__single_pricing_list a {
    background: #b5efe9 !important;
    border-color: #b5efe9 !important;
    box-shadow: none;
}

.home_two .wsus__single_pricing:hover a.common_btn,
.home_two .wsus__single_pricing.active a.common_btn {
    background: var(--colorGreen) !important;
    border-color: var(--colorGreen) !important;
    color: var(--colorWhite) !important;
}

.home_two .wsus__single_pricing .icon {
    background: #b5efe9 !important;
}

.home_two .wsus__single_pricing:hover .icon,
.home_two .wsus__single_pricing.active .icon {
    background: var(--colorGreen) !important;
}

.home_three .wsus__single_pricing_list a {
    background: #d3e2ff !important;
    box-shadow: none;
}

.home_three .wsus__single_pricing:hover a.common_btn,
.home_three .wsus__single_pricing.active a.common_btn {
    background: var(--colorBlue) !important;
    border-color: var(--colorBlue) !important;
    color: var(--colorWhite) !important;
}

.home_three .wsus__single_pricing .icon {
    background: #d3e2ff !important;
}

.home_three .wsus__single_pricing:hover .icon,
.home_three .wsus__single_pricing.active .icon {
    background: var(--colorBlue) !important;
}

.nice-select .list {
    border-radius: 6px;
}

header .nice-select {
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    border: solid 1px #e8e8e8 !important;
}

header .nice-select {
    padding-left: 15px;
}

.nice-select:after {
    font-size: 12px;
    right: 12px !important;
}

header .nice-select {
    width: 100px;
}

.upload_product_info .select2-container--default .select2-selection--single {
    border: 1px solid #E8E8E8;
}

.upload_product_info .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--colorBlack);
    line-height: 49px;
    padding-left: 20px;
}

.upload_product_info .select2-container .select2-selection--single {
    height: 49px;
}


.upload_product_info .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #E8E8E8;
}

.upload_product_info .select2-container--default .select2-selection--multiple {
    border: 1px solid #E8E8E8;
    min-height: 49px;
}

.upload_product_info .tagify {
    border: 1px solid #E8E8E8 !important;
    border-radius: 4px;
    min-height: 49px;
    height: auto;
}

.upload_box {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.upload_form_input .tagify tag>div::before {
    background: #eee;
    box-shadow: none;
}

.upload_product_info .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 12px;
}
.wsus__rating_moadl_area .btn-close {
    border: none;
}