/*
 Theme Name: parsa
 Author: میهن کد | علی صدری
 Description: پارسا قدرتمندترین پوسته فروش دوره های آموزشی در ایران.
 Theme URI: https: //www.rtl-theme.com/parsa-wordpress-theme/
 Version: 2.4.0
 Tags: teaching, study, studying, classes, courses, education, education center, learning center, tutoring, learning, lessons, instructor, teacher, mentor
 Text Domain: Parsa
 */
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "DanaFont";
    font-style: normal;
    font-weight: 900;
    src: url("font/dana/ttf/Dana-FaNum-Black.ttf");
}

@font-face {
    font-family: "DanaFont";
    font-style: normal;
    font-weight: bold;
    src: url('font/dana/ttf/Dana-FaNum-Bold.ttf');
}

@font-face {
    font-family: "DanaFont";
    font-style: normal;
    font-weight: 500;
    src: url('font/dana/ttf/Dana-FaNum-Medium.ttf');
}

@font-face {
    font-family: "DanaFont";
    font-style: normal;
    font-weight: 300;
    src: url('font/dana/ttf/Dana-FaNum-Light.ttf');
}

@font-face {
    font-family: "DanaFont";
    font-style: normal;
    font-weight: 200;
    src: url('font/dana/ttf/Dana-FaNum-Light.ttf');
}

@font-face {
    font-family: 'iransans';
    src: url('font/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype'), url('font/iransans/woff/IRANSansWeb(FaNum).woff') format('woff');
}

@font-face {
    font-family: 'iranyekan';
    src: url('font/iranyekan/woff/iranyekanwebregularfanum.woff') format('truetype'), url('font/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff');
}

@font-face {
    font-family: 'yekanbakh';
    src: url('font/yekanbakh/woff/YekanBakhFaNum-VF.WOFF') format('truetype'), url('font/yekanbakh/woff/YekanBakhFaNum-VF.WOFF') format('woff');
}

@font-face {
    font-family: "kalemeh";
    font-style: normal;
    font-weight: 900;
    src: url('font/kalemeh/woff/KalamehWebFaNum-Bold.woff');
}

@font-face {
    font-family: "kalemeh";
    font-style: normal;
    font-weight: 500;
    src: url('font/kalemeh/woff/KalamehWebFaNum-SemiBold.woff');
}

@font-face {
    font-family: "kalemeh";
    font-style: normal;
    font-weight: 300;
    src: url('font/kalemeh/woff/KalamehWebFaNum-Medium.woff');
}

:root {
    --main-color: var(--main-color);
    --secondary-color: var(--secondary-color);
    --buy-product-color: var(--buy-product-color);
}

body {
    font-family: 'danafont';
    direction: rtl;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
    color: #fff;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ins {
    text-decoration: none;
}

strong {
    font-weight: 400;
}

figure {
    margin: 0;
}

.clear {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
    z-index: 999;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.grid {
    display: grid;
}

.w-100 {
    width: 100% !important;
}

.direction-ltr {
    direction: ltr !important;
}

button {
    cursor: pointer;
}

.element-divider {
    width: 100%;
    overflow: hidden;
    float: right;
}

.nopadding {
    padding: 0 !important;
}

#cover-text {
    z-index: 9999;
    color: white;
    font-size: 26px;
    text-align: center;
    margin: auto auto;
    position: fixed;
    top: 114px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
}

.topbar {
    width: 100%;
    background: #2c3e50;
    line-height: 60px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.special-container {
    padding: 0px;
}

.parent-relative {
    position: relative;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.right-topbar {
    color: #fff;
    float: right;
}

.right-topbar li {
    margin-right: 10px;
    margin-left: 10px;
    float: right;
    list-style: none;
}

.right-topbar i {
    margin-left: 6px;
    vertical-align: middle;
}

.right-topbar svg {
    max-width: 28px;
    height: auto;
    vertical-align: middle;
    margin-left: 7px;
}

.right-topbar ul li a {
    color: #fff;
}

.right-topbar p {
    display: inline-block;
    color: #fff;
}

.left-topbar {
    color: #fff;
}

.left-topbar li {
    float: left;
    list-style: none;
}

.left-topbar i {
    padding: 10px 10px;
}

.left-topbar a {
    color: #fff;
    padding: 0px 8px;
    position: relative;
}

.header {
    width: 100%;
    float: right;
}

.col-grow-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 70%;
}

.header-gap {
    margin: 0 10px;
}

.sitelogo {
    float: right;
    margin-left: 38px;
    transition: all 0.20s ease;
}

.sitelogo img {
    max-width: 142px;
}

.sitelogo img:hover {
    opacity: 0.9;
}

.elementor-sitelogo {
    text-align: right;
    transition: all 0.20s ease;
}

.elementor-sitelogo:hover {
    opacity: 0.9;
}

.heading-title {
    font-size: 25px;
    color: #090909;
    margin-bottom: 30px;
    text-align: center;
}

.row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

/**main-menu style***/
/ .main-menu {
    float: right;
}

.main-menu>ul>li {
    float: right;
    position: relative;
    list-style: none;
}

.main-menu>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 40;
}

.main-menu ul li a {
    margin: 0 0 0 20px;
    display: inline-block;
    color: #4b4a4a;
    font-size: 16px;
}

.main-menu i {
    margin-right: 5px;
}

.main-menu ul li ul {
    width: 230px;
    border-bottom: 1px solid;
    border-color: var(--secondary-color);
    position: absolute;
    top: 37px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 999;
    background: #fff;
    list-style: none;
    -webkit-box-shadow: 0 10px 70px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 70px rgb(0 0 0 / 15%);
    border-radius: 3px;
}

.main-menu ul li ul li {
    float: none;
    position: relative;
}

.main-menu ul li ul li:hover {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding-right: 3px;
}

.main-menu ul li ul li a {
    padding: 15px 15px;
    display: block;
    font-weight: normal;
}

.main-menu ul li ul li a:hover {
    color: blue;
}

.main-menu>ul>li>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 40;
    display: block;
}

.main-menu>ul>li>ul>li>ul {
    width: 250px;
    box-shadow: 0 0px 1px #ddcbcb;
    position: absolute;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 999;
    background: #fff;
    list-style: none;
    border-radius: 3px;
    display: none;
}

.main-menu ul>li>ul>li>ul>li>a {
    padding: 15px 15px;
    display: block;
    font-weight: normal;
}

.main-menu .menu-item-has-children>a::before {
    float: left;
    margin-right: 9px;
    content: "\f078";
    color: #a7a7a7;
    font-size: 10px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    line-height: 33px;
}

.main-menu .sub-menu .menu-item-has-children>a::before {
    float: left;
    margin-right: 9px;
    content: "\f053";
    color: #a7a7a7;
    font-size: 10px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    line-height: 33px;
}

.main-menu>ul>li::before {
    margin-left: 11px;
    vertical-align: middle;
    font-size: 17px;
    color: #9c9c9c;
}

/**main-menu2 style***/
/ .main-menu2 {
    display: flex;
    justify-content: space-between;
}

.full-with {
    width: 100%;
    float: right;
}

.social-header {
    color: #fff;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.social-header a {
    margin: 0 5px;
    display: inline-block;
    color: #a5a5a5;
    font-size: 20px;
    transition: all 0.2s ease;
}

.contact-header {
    float: left;
    margin-right: 24px;
}

.contact-header span {
    display: block;
    color: #e99b14;
    font-size: 16px;
    text-align: left;
}

.contact-header a {
    display: inline-block;
    color: #a8a8a8;
    font-size: 18px;
}

.mainmenu-wrapper {
    width: 100%;
    float: right;
    box-shadow: 0 1px 5px #e6d4d4;
    background: #fff;
}

/**login-button style***/
.login-button {
    text-align: left;
}

.header-mobile-login-button {
    position: absolute;
    left: 43px;
    top: 15px;
}

.login-button>a {
    background-color: var(--main-color);
    color: #505050;
    padding: 13px 18px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-button i {
    margin-left: 6px;
    vertical-align: sub;
}

.login-button>a:hover {
    opacity: 0.9;
}

.left-header {
    text-align: left;
}

.left-header i {
    font-size: 28px;
    color: #35b40e;
    font-size: 21px;
    background: #17a17036;
    padding: 13px 15px;
    border-radius: 5px;
    border: 1px solid #00008b00;
}

.left-header a {
    position: relative;
}

.cart-cont {
    position: absolute;
    font-size: 10px;
    top: 8px;
    right: 8px;
    width: 16px;
    line-height: 19px;
    height: 16px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    text-align: center;
}

/**login-button-intro style***/
.login-button-intro {
    display: inline-block;
    color: #5e5e5e;
    position: relative;
    font-weight: 100;
}

.login-button-intro span {}

.login-button-intro i {
    margin-right: 5px;
    -webkit-transition: -webkit-transform .30s ease;
    transition: transform .30s ease;
}

.login-button-intro .box-user-head {
    cursor: pointer;
}

.login-button-intro .box-user-head label {
    cursor: pointer;
    font-weight: 400;
}

.login-button-intro .box-user-content li {
    list-style: none;
}

.login-button-intro .box-user-content li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem .9375rem;
    border-radius: 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #fff;
    color: #7e7e7e;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.login-button-intro .box-user-content li :hover {
    color: var(--main-color);
}

.login-button-intro .box-user-content li a i {
    font-size: 17px;
    margin-left: 10px;
    margin-right: 0;
}

.box-user-head input[type=checkbox]:checked+label>i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-button-intro .box-user-content {
    position: absolute;
    margin-top: 6px;
    background: #fff;
    z-index: 99;
    left: 0;
    top: 100%;
    min-width: 12.5rem;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .17);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .17);
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .10s ease-in-out;
    transition: max-height .10s ease-in-out;
}

.box-user-head input[type="checkbox"]:checked+label+.box-user-content {
    max-height: 3000px;
    visibility: visible;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    border-radius: 4px;
}

.userlogin-img {
    width: 12.25px;
    height: 6.25px;
    display: inline-block;
    margin-left: 6px;
}

.userlogin-img img {
    border-radius: 34px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

/*****404*****/
.back-notfound {
    background-size: cover;
    width: 100%;
    bottom: 0;
    top: 0;
    display: block;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}

/*****notif bar*****/
#topbar-notif {
    float: right;
    width: 100%;
    height: 70px;
    display: none;
}

.bg-notif {
    background: #fd0043;
}

#topbar-notif p {
    float: right;
    font-size: 17px;
    max-width: 80%;
    margin-left: 15px;
    margin-top: 12px;
    padding: 8px 18px 5px 5px;
    text-align: right;
}

.notifbody {
    text-align: center;
    max-height: 100px;
    color: #fff;
    display: none;
    z-index: 3008;
    font-size: 15px;
}

.notif-btn {
    text-align: center;
    width: 100%;
}

.notifbody a {
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
    color: #000;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    min-width: 10%;
    margin-top: 12px;
    vertical-align: middle;
}

.notifbody a:hover {
    opacity: 0.9;
}

#close-notif {
    float: right;
}

#close-notif i {
    background: #ffffff;
    color: #fffefe;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 21px;
    cursor: pointer;
    padding: 3px;
}

#close-notif i:hover {
    opacity: 0.9;
}

/*****fixed-contact-button*****/
.fixed-contact-button {
    right: 15px;
    bottom: 20px;
    z-index: 999;
    position: fixed;
    width: 55px;
    height: 55px;
    text-align: center;
    background: var(--main-color);
    opacity: 0.8;
    border: 10px solid #d0d0d0;
    border-radius: 100em;
    cursor: pointer;
    transition: .4s;
}

.fixed-contact-button i {
    color: white;
    vertical-align: bottom;
    font-size: 19px;
    margin-bottom: 4px;
}

.fixed-contact-button:hover {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

#contact_popup {
    display: none;
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    border-radius: 1rem;
    height: auto;
    padding: 20px 0 0px 0;
    margin: 22px auto;
    overflow-x: auto;
    width: 30%;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 10px;
}

.contact-pop form {
    padding: 0px 40px !important;
}

.contact-logo img {
    max-width: 100%;
    margin: 0px auto 0%;
    text-align: center;
    display: block;
}

.contact-popup-title h2 {
    text-align: center;
    font-size: 22px;
    margin-top: 2px;
}

.contact-popup-title h3 {
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.popup-contact-form .wpcf7-not-valid-tip {
    margin: 5px !important;
}

.popup-contact-form input.input-text,
.popup-contact-form input[type=date],
.popup-contact-form input[type=datetime-local],
.popup-contact-form input[type=datetime],
.popup-contact-form input[type=email],
.popup-contact-form input[type=tel],
.popup-contact-form input[type=text],
.popup-contact-form input[type=time],
.popup-contact-form select {
    width: 100%;
    font-family: inherit;
    font-weight: inherit;
    line-height: 2.6;
    outline: 0;
    padding: 0px 12px !important;
    margin: 0 !important;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: none !important;
}

.popup-contact-form input[type=radio] {
    float: right;
    margin-top: 15px;
    margin-left: 11px;
    height: 19px;
    width: 19px;
}

.popup-contact-form label {
    float: right;
    text-align: right;
    width: 100%;
}

.popup-contact-form .wpcf7-radio {
    display: inline-grid;
    line-height: 45px;
    color: #8e8e8e;
    font-size: 13px;
    margin-bottom: 5px;
}

/*****fixed-alarm-button*****/
.fixed-alarm-button {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    bottom: 86px;
    z-index: 999;
    position: fixed;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #1ACFA5;
    opacity: 0.8;
    border: 10px solid #d0d0d0;
    border-radius: 100em;
    cursor: pointer;
    transition: .4s;
}

.fixed-alarm-button i {
    color: #ffffff;
    vertical-align: bottom;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-alarm-button:hover {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.fixed-alarm {
    width: 40px;
    height: 40px;
    font-size: 27px;
    color: #9e9e9e;
    -webkit-animation: rings 10s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: rings 10s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: rings 10s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@keyframes rings {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
        color: #f6ff2a;
    }

    100% {
        transform: rotate(0);
    }
}

/*****nav slider*****/
.slider {
    float: right;
    direction: ltr;
    width: 100%;
    padding: 50px 0px 20px 0px;
}

.owl-carousel.owl-rtl .owl-item2 {
    float: left !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    font-size: 60px;
    opacity: 0.4;
    color: #949494;
    outline: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff00;
    color: #949494;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-next {
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 0;
}

.owl-carousel .owl-stage-outer {}

/*****header-section*****/
.section-head {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.section-title {
    float: right;
    width: 100%;
}

.section-title h2 {
    color: #53565d;
}

.section-title h4 {
    color: #879ca1;
    line-height: 20px;
    font-size: 15px;
}

.section-button {
    margin-top: 8px;
    left: 0;
    position: absolute;
}

.section-button a {
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    border-radius: 6px;
    line-height: 33px;
    transition: all 0.3s ease;
}

.section-button a:hover {
    background: var(--main-color);
    color: #fff;
}

/*****videobox grid elementor widget*****/
.video {
    float: right;
    width: 100%;
}

.video-right {
    float: right;
    width: 69%;
    position: relative;
}

.video-right h2 {
    font-size: 15px;
    text-align: center;
    color: #3C4354;
    line-height: 35px;
}

.video-left {
    float: left;
    width: 30%;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video img {
    width: 100%;
    border-radius: 5px;
    height: auto;
}

.child-left {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}

.blog-video-image {
    position: relative;
}

.blog-video-image img {
    height: auto;
    max-width: 100%;
}

.blog-video-image i {
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 49px;
    height: 60px;
    left: 0;
    line-height: 54px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 60px;
    opacity: 0.8;
    transition: all .2s ease-in-out;
}

.blog-video-image:hover i {
    color: #f27f0f;
}

.blog-video-time span {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(138, 139, 143, 0.5);
    padding: 2px 8px;
    color: #eaeaea;
    font-size: 13px;
}

.blog-video-time span i {
    margin-right: 5px;
}

.child-left a {
    line-height: 26px;
}

.child-left h2 {
    font-size: 14px;
    text-align: center;
    color: #434647;
    line-height: 29px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
}

/*****videobox carousel elementor widget v1*****/
.video-item {
    border: 1px solid;
    border-color: #e5e5e5;
    background: #ffff;
    overflow: hidden;
    margin: 0 1px;
    border-radius: 1rem;
    padding-bottom: 20px;
}

.video-item a {
    line-height: 26px;
}

.video-item figure span {
    position: absolute;
    left: 10px;
    top: 8px;
    background: rgba(138, 139, 143, 0.5);
    padding: 1px 8px;
    color: #eaeaea;
    font-size: 14px;
    border-radius: 7px;
}

.video-item figure span i {
    margin-right: 4px;
}

.video-item h2 {
    color: #1e1e1e;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 25px 0px;
    transition: all .2s ease-in-out;
}

.video-item h2:hover {
    color: var(--main-color) !important;
}

.video-view {
    margin: 0px 25px 0px;
}

.video-view i {
    margin-left: 2px;
    color: #a5abae;
    font-size: 15px;
}

.count-view {
    display: inline-block;
    color: #a5abae;
}

/*****videobox carousel elementor widget v2*****/
.video-img {
    position: relative;
    margin-bottom: 25px;
}

.video-img i {
    color: #ffffff;
    background: #35b40e;
    border-radius: 53px;
    font-size: 17px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -28px;
    left: 41px;
    position: absolute;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    border: 7px solid;
    padding: 22px;
    border-color: #4a2b8f;
}

.video-img i:hover {
    background: #ff4877;
}

.video-seen {
    margin: 17px 25px 0px;
    float: right;
}

.count-seen {
    display: inline-block;
    color: #DFDFDF;
    background: #2e62ff;
    padding: 0px 8px;
    border-radius: 33px;
    font-size: 13px;
}

/*****article related and elementor carousel post v1*****/
.card-grid {
    float: right;
    width: 100%;
}

.col-card-1 {
    grid-template-columns: 1fr;
}

.col-card-2 {
    grid-template-columns: 1fr 1fr;
}

.col-card-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.col-card-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.col-card-gap {
    column-gap: 40px;
    row-gap: 20px;
}

.article-box {
    float: right;
    width: 100%;
    padding: 50px 0px 20px 0px;
}

.post-slider {
    direction: ltr;
    float: right;
    width: 100%;
}

.post-item {
    border-color: #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 1px;
}

.post-item:hover .more-btn a {
    background: #dbdbdb;
    color: #a8a8a8;
}

.post-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.post-item h2 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 7px 16px 5px;
}

.post-item a {
    color: #53565d;
    transition: .3s;
}

.post-item a:hover {
    opacity: 0.9;
}

.post-title {
    color: #53565d;
    transition: .3s;
}

.post-title:hover {
    opacity: 0.9;
}

.post-item p {
    padding: 0px 16px;
    direction: rtl;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 28px;
    text-align: justify;
}

.post-item li {
    margin-right: 16px;
    list-style: none;
}

.post-item i {
    color: #fba035;
}

.author-img {
    float: right;
    width: 32.25px;
    height: 37.25px;
    display: inline-block;
    margin-left: 9px;
}

.author-img img {
    border-radius: 11px;
}

.postauthor-name {
    float: right;
}

.postauthor-name a {
    font-size: 13px;
    color: #a1a1a1;
}

.post-data {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    align-items: center;
}

.post-review i {
    color: #b1b1b1;
    font-size: 16px;
    float: left;
}

.post-review span {
    font-family: iransans;
    font-size: 16px;
}

.post-review i:before {
    margin-right: 8px;
}

.more-btn a {
    color: #565555;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease;
}

.more-btn a:hover {
    color: green;
}

.more-btn i {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 18px;
    transition: all 0.3s ease;
}

/*****article related and elementor carousel post v2*****/
.publish-date {
    color: #41b433;
    text-align: center;
}

.publish-date p {
    color: #ff2525cc;
    padding: 0px 26px;
    border-bottom: 1px dashed #95959566;
    font-size: 16px;
}

.post-cat ul li {
    margin: 0 0 0 2px;
    display: inline-block;
}

.post-cat ul li a {
    color: #a9a9a9;
}

.post-info {
    display: flex;
    justify-content: space-between;
    padding: 15px 12px;
    align-items: center;
    position: relative;
}

.more-post a {
    color: #ffffff;
    background-color: #2cb9a0;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    padding: 12px;
    width: 100%;
}

.data-badge {
    left: 22px;
    top: 12px;
    position: absolute;
    z-index: 5;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    line-height: 26px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 5px 5px;
    text-align: center;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    vertical-align: middle;
    display: grid;
    width: 81px;
    height: 31px;
    background: #ffffff;
}

.date-content {
    font-size: 13px;
    float: right;
    color: #000000;
}

.post-view i {
    margin-left: 2px;
    color: #a5abae;
    font-size: 15px;
}

.post-view span {
    color: #a5abae;
    font-size: 14px;
}

/*****article related and elementor carousel post v3*****/
.post-category i {
    color: #f58;
    font-size: 18px;
    padding-right: 14px;
    vertical-align: middle;
}

.post-category ul li {
    display: inline-block;
    margin: 10px 12px 0px -10px;
}

.post-category ul li a {
    color: #7f8187;
    font-size: 14px;
}

ul.post-categories {
    display: inline-block;
}

/*****article related and elementor carousel post v4*****/
.article-item {
    border-radius: 1rem;
    border: 1px solid;
    border-color: #e5e5e5;
    padding-bottom: 15px;
    margin: 0 1px;
    position: relative;
}

.article-item img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem !important;
    object-fit: cover;
}

.article-desc-v4 {
    color: #484a54;
    padding: 8px 15px;
    letter-spacing: -0.5px;
    font-weight: 200;
}

.article-item h2 {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    margin: 15px 16px 0px;
    transition: .3s;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

/*****article related and elementor carousel post v5*****/
.article-img-v5 img {
    height: 220px !important;
}

.article-img-v5::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 22px);
    height: -moz-calc(100% - 22px);
    height: calc(80% - 43px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 33px;
    border-radius: 1rem;
}

.post-category-v5 ul li {
    display: inline-block;
    margin: 0px 12px 0px -10px;
}

.post-category-v5 ul li a {
    color: #ffffff;
    background: #2ba504;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 13px;
    transition: all 0.3s ease-in-out 0s;

}

.post-category-v5 ul li a:hover {
    opacity: 0.9;
}

.publish-date-v5 {
    color: #3f3f3f;
    font-size: 14px;
}

.article-title-v5 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 35px);
}

.article-title-v5 a:hover {
    margin-right: 5px;
}

.article-title-v5:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 3px solid var(--main-color);
    margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 35%;
}

.article-desc-v5 {
    color: #484a54;
    padding: 8px 15px;
    letter-spacing: -0.5px;
    font-weight: 200;
}

/*****article related and elementor carousel post v6*****/
.article-img-v6 img {
    height: 150px !important;
}

.article-title-v6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 35px);
}

.article-title-v6 a:hover {
    margin-right: 5px;
}

.article-title-v6:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 3px solid var(--main-color);
    margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 35%;
}

.article-img-v6::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 22px);
    height: -moz-calc(100% - 22px);
    height: calc(80% - 43px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 33px;
    border-radius: 1rem;
}

.post-category-v6 {
    position: absolute;
    top: 14px;
    left: 16px;
}

.post-category-v6 ul.post-categories {
    display: flex;
    justify-content: center;
    color: #ffffff;
    background: var(--main-color);
    padding: 0px 8px;
    border-radius: 7px;
    font-size: 13px;
    transition: all 0.3s ease-in-out 0s;
    min-width: 80px;
}

.post-category-v6 ul.post-categories:hover {
    opacity: 0.9;
}

.post-category-v6 ul li {
    display: contents;
}

.post-category-v6 ul li a {
    color: #ffffff;
    display: contents;
}

.post-category-v6 ul li a:hover {
    opacity: 0.9;
}

.publish-date-v6 {
    color: #000000;
    background: white;
    padding: 0px 8px;
    border-radius: 7px;
    font-size: 13px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.article-desc-v6 {
    padding: 8px 15px;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #101934;
    font-size: 15px;
}

/*****main-brand widget-elementor style *****/
.box-section {
    float: right;
    width: 100%;
    padding: 50px 0px 20px 0px;
}

.brand-item {
    max-width: 33.333%;
    flex: 0 0 33.3333%;
}

.student-pic {
    width: 65px !important;
    border-radius: 50px !important;
    margin-left: 23px;
}

.brand-body {
    display: flex;
    flex-direction: column-reverse;
    width: 10000px;
}

.brand-name {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.brand-box {
    text-align: right;
    justify-content: space-evenly;
    align-items: center;
    direction: ltr;
    flex-direction: row-reverse;
    display: flex;
    align-items: flex-start !important;
    background: #fff;
    box-shadow: 0 0 12px #00000012;
    padding: 27px 10px;
    border-radius: 12px;
}

.brand-box:hover .brand-pic {
    opacity: 1;
    filter: none;
}

.brand-pic {
    margin-bottom: 4px;
    position: absolute;
    width: 80px !important;
    border-radius: 50px !important;
    opacity: .5;
    //filter: grayscale(1);
    transition: .3s;
    -webkit-transition: .3s;
}

.brand-name span {
    color: #444444;
    margin-top: 3px;
    font-size: 17px;
    font-weight: 700;
}

.student-name {
    font-weight: 100;
}

/*****main-brand widget-elementor style-v3 *****/
.brand-pic-v3 {
    width: 80px;
}

/*****customer-reviw and services widget-elementor style *****/
.column-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column-item {
    padding: 0px 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
}

.column-item img {
    display: inline !important;
}

.review-pic {
    width: 90px !important;
    border-radius: 50px !important;
}

.category-pic {
    width: 90px !important;
    border-radius: 30px !important;
    padding: 17px 18px;
    box-shadow: 0 15px 25px 0 rgb(63 132 255 / 21%) !important;
    margin-bottom: 5px;
}

.column-item h3 {
    color: #444444;
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
    padding: 0 !important;
}

.column-item p {
    color: #7a7a7a;
    text-align: center;
}

.column-star {
    color: orange;
}

.column-star i {
    padding: 2px;
}

.services-icon i {
    color: #b7b7b7;
    font-size: 40px;
    text-align: center;
    display: block;
}

.services-icon svg {
    max-width: 60px;
    height: auto;
}

.col-item-1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-item-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-item-3 {
    max-width: 33.333%;
    flex: 0 0 33.3333%;
}

.col-item-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

/*****customer-reviw2 widget-elementor style *****/
.column-review {
    padding: 35px 15px;
    text-align: center;
    width: 70%;
    border: 1px solid #e6e6e69e;
    box-shadow: 0 0 12px 0 #e6e6e69e;
    border-radius: 10px;
    background: #fff;
    position: relative;
    margin-top: 60px;
}

.column-review img {
    display: inline !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
}

.column-review h3 {
    color: #000000;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 !important;
}

.column-review h4 {
    color: #a8a7a7;
    margin-top: 12px;
    font-size: 18px;
    padding: 0 !important;
}

.column-review p {
    color: #225164bf;
    text-align: justify;
    font-size: 14px;
    margin-top: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.review-button {
    padding: 17px 13px;
    font-size: 14px;
    color: #000000;
    box-shadow: 0px 0px 9px 0px #bdbdbd4a !important;
    border-radius: 100px;
    ransition: .8s;
    -webkit-transition: .8s;
    cursor: pointer;
}

.review-button:hover {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0 0 5px #2d7bb7 !important;
    opacity: 0.9;
}

.review-button i {
    margin-left: 12px;
    vertical-align: middle;
    color: #f98a00;
    font-size: 23px;
}

/*****customer-reviw3 widget-elementor style *****/
.column-customer-review {
    text-align: center;
    margin-top: 60px;
    padding: 35px 30px;
    border: 1px solid #ee21219e;
    box-shadow: 0 0 12px 0 #e6e6e69e;
    position: relative;
    background-color: #151533;
    -webkit-mask-image: url(img/review-mask.svg);
    mask-image: url(img/review-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    object-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 45%;
    content: '';
    top: -13px;
    right: 0;
}

.column-customer-review h4 {
    color: #a8a7a7;
    margin-top: 12px;
    font-size: 18px;
    padding: 0 !important;
}

.column-customer-review p {
    color: #225164bf;
    text-align: justify;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 23px;
}

.customer-review-pic {
    width: 75px !important;
    border-radius: 50px !important;
    position: absolute;
    top: 7px;
    border: 2px dashed #a29e9e !important;
    padding: 5px;
}

.review-name {
    color: white;
    font-size: 18px;
}

/*****templatemaker elementor widget style*****/
.templatemaker-elementor {
    float: right;
    width: 100%;
    margin-top: 2.75rem;
}

.load-item-content span {
    display: block;
    margin-top: 14px;
    height: 10px;
    width: 100%;
    background-color: #e3e3e3;
    border-radius: 4px;
}

.load-item-content {
    margin: 20px 0;
}

.load-item-content span:first-child {
    width: 90%;
}

.load-item-content span:nth-child(3) {
    width: 75%;
}

.load-item-content span:nth-child(4) {
    width: 60%;
}

.load-item-content span:nth-child(5) {
    width: 55%;
}

.load-item-content span:nth-child(6) {
    width: 80%;
}

.load-item-content span:nth-child(7) {
    width: 90%;
}

/*****podcast elementor widget style*****/
.podcast-item {
    padding: 40px 25px;
    text-align: center;
    background: linear-gradient(210.99deg, #523a8a 0%, #402779 100%);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
    border-radius: 20px;
    height: 271px;
    transition: all .5s ease-in-out;
    position: relative;
    margin: 0 2px 12px 2px;
    border: 1px solid;
}

.podcast-image {
    margin: 0 auto 30px;
    -webkit-filter: drop-shadow(0 0 40px #281359);
    filter: drop-shadow(0 0 40px #281359);
    transition: all .8s steps(150);
}

.podcast-image img {
    margin: 0 auto;
    width: 10.625rem !important;
    height: 6.625rem !important;
    object-fit: cover;
    border-radius: 9px !important;
}

.podcast-item h3 {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
}

.podcast-item:hover {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0 0 15px #2d7bb7;
}

.podcast-item svg {
    position: absolute;
    top: 8px;
    right: 7px;
    width: 26px;
    background: #ffffff1f;
    padding: 1px;
    border-radius: 23px;
}

.podcast-time {
    color: aliceblue;
}

.podcast-time i {
    margin-right: 2px;
}

/*****main-video-projectcarousel elementor widget style*****/
.widget-box-section {
    padding: 50px 0px 20px 0px;
}

.project-item {
    border: 1px solid;
    padding: 15px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f2235;
    border-radius: 15px;
}

.project-item:hover {
    transition: all .5s;
    border-color: #e4b16e;
    cursor: pointer;
}

.video-project {
    border-radius: 1rem;
    margin-bottom: -13px !important;
}

/*****footer big-button-social widget-elementor style *****/
.footer-big-button-social {
    width: 100%;
    text-align: right;
}

.footer-big-button-social i {
    font-size: 18px;
    color: #e7e7e7;
    position: absolute;
    left: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.footer-big-button-social svg {
    max-width: 40px;
    position: absolute;
    top: 7px;
    left: 30px;
    max-height: 26px;
    vertical-align: middle;
}

.footer-big-button-social a {
    padding: 5px 25px;
    color: white;
    background: #475a6e;
    border-radius: 5px;
    position: relative;
    float: right;
    width: 100%;
}

.footer-big-button-social a:hover {
    opacity: 0.9;
}

/*****footer menu widget-elementor style *****/
.footer-menu {
    float: right;
}

.footer-menu>ul>li {
    float: right;
    position: relative;
    list-style: none;
}

.footer-menu ul li a {
    padding: 0 0 16px 36px;
    display: inline-block;
    color: #d9d9d9;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: iransans;
}

.footer-menu i {
    margin-right: 5px;
}

.footer-menu .sub-menu {
    display: none;
}

.footer-menu>ul>li::before {
    margin-left: 11px;
    vertical-align: middle;
    font-size: 17px;
    color: #777;
}

.footer-vertical-menu {
    float: right;
}

.footer-vertical-menu>ul>li {
    position: relative;
    list-style: none;
    display: block;
}

.footer-vertical-menu ul li a {
    color: #4b4a4a;
    font-size: 14px;
    margin: 0 0 12px 5px;
    display: block;
    transition: all 0.3s ease
}

.footer-vertical-menu ul li a:hover {
    margin-right: 5px;
}

.footer-vertical-menu i {
    margin-right: 5px;
}

.footer-vertical-menu .sub-menu {
    display: none;
}

.footer-vertical-menu>ul>li::before {
    margin-left: 11px;
    vertical-align: middle;
    font-size: 17px;
    color: #777;
}

/*****footer contact widget-elementor style *****/
.footer-contact a {
    color: #d3d6d7;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-contact li {
    list-style: none;
}

.footer-contact i {
    margin-left: 13px;
    color: #a0a8a0;
}

/*****footer application widget-elementor style *****/
.app-box {
    color: #fff;
}

.app-box li {
    margin-right: 3px;
    margin-left: 3px;
    float: right;
    list-style: none;
}

.app-box i {
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.app-box ul li a {
    font-size: 12px;
    font-weight: 300;
    color: #aeaeb1;
    line-height: 38px;
    display: flex;
    position: relative;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 2px 41px 2px 25px;
    margin: 4px;
    background: none;
}

.app-box ul li a:hover {
    opacity: 0.9;
}

/*****footer jumper widget-elementor style *****/
.jumper {
    background: #3dbd13;
    padding: 9px 16px;
    border-radius: 5px;
}

.jumper i {
    font-size: 25px;
    vertical-align: middle;
    color: white;
}

/*****main-slider widget-elementor style*****/
.slider .owl-carousel .owl-nav button.owl-next,
.slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 50px;
    color: #696969;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    outline: 0;
}

.slider .owl-carousel .owl-nav button.owl-next {
    left: 0;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    right: 0;
}

.slider span {
    margin-top: 9px;
}

/*****professionalslider widget-elementor style*****/
.professionalslider {
    margin: -10px -14px;
}

.professionalslider .owl-carousel .owl-nav button.owl-next,
.professionalslider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 50px;
    color: #ffffff;
    background: #bfbfbf6e;
    width: 50px;
    height: 50px;
    border-radius: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    outline: 0;
}

.professionalslider .owl-carousel .owl-nav button.owl-next {
    left: 30px;
}

.professionalslider .owl-carousel .owl-nav button.owl-prev {
    right: 30px;
}

/**swiper general style**/
.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: #b9b9b9 !important;
    opacity: .7 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px !important;
    border-radius: 10px;
    opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: none !important;
}

/****/
.professionalslider .swiper-button-next {
    left: 47px !important;
    right: unset !important;
}

.professionalslider .swiper-button-prev {
    right: 47px !important;
    left: unset !important;
}

.professionalslider .swiper-button-next::after,
.professionalslider .swiper-button-prev::after {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    background: #bfbfbf6e;
    width: 50px;
    height: 50px;
    border-radius: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    outline: 0;
}

.professionalslider .swiper-button-next:after {
    left: -30px;
    content: ')' !important;
    font-weight: 900 !important;
    font-family: 'DanaFont';
}

.professionalslider .swiper-button-prev:after {
    right: -30px;
    content: '(' !important;
    font-weight: 900 !important;
    font-family: 'DanaFont';
}

.professionalslider span {
    margin-top: 9px;
}

.professionalslider-item {
    background: linear-gradient(to right, #1d6df1, #1bbcfa);
    background: linear-gradient(to right, #202122, #000000);
    position: relative;
    padding: 40px 0;
    margin-top: -10px;
}

.professionalslider-item img {
    max-width: 35% !important;
}

.professionalslider-item p {
    font-size: 50px;
    font-weight: 900;
    color: white;
    line-height: 76px;
}

.slider-content {
    color: white;
    width: 45%;
    line-height: 76px;
    padding: 20px;
    float: left;
    margin-top: 6%;
    margin-left: 98px;
}

.slider-btn {
    border: 1px solid;
    padding: 11px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 1px 4px 8px 3px rgb(63 132 255 / 21%);
    animation: opacityChange 3s infinite alternate;
    border-radius: 4px;
}

.slider-btn:hover {
    opacity: 0.7;
    color: yellow !important;
}

@keyframes opacityChange {
    50% {
        opacity: 1;
    }

    100% {
        opacity: .8;
        box-shadow: 0 15px 25px 0 rgb(63 132 255 / 21%);
    }
}

.main {
    width: 330px;
    height: 330px;
    border: 1px solid #cccccc0a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.circle {
    width: 30px;
    height: 30px;
    background: #00ffff14;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 11s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-165px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}

/*****amazing offer widget-elementor style *****/
.amazing-offer {
    border-radius: 7px;
    box-shadow: 0 0 25px rgb(38 40 44 / 26%);
    padding-top: 20px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.offer-thumbnail-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: 0 12px 0 12px;
}

.offer-content-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
}

.offer-content-col h2 {
    line-height: 40px !important;
}

.offer-title-item {
    display: inline-block;
    color: #2a2a2a;
    font-size: 14px;
    padding: 0px 2px;
}

.thumbnail-offer {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
    max-width: 600px;
}

.discount-offer {
    width: 55px;
    height: 42px;
    z-index: 5;
    color: #ffaa0e;
    font-size: 17px;
    font-weight: 100;
    line-height: 46px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    border-radius: 4px;
    display: grid;
    border: 1px solid;
    border-color: #ffaa0e;
    margin-top: 15px;
}

.offer-item-cat {
    line-height: 1px;
    margin-bottom: 64px;
    flex: 1;
    margin-top: 7px;
}

.offer-item-cat a {
    color: #a9a9a9;
    margin-left: 5px;
    display: inline-block;
}

.offer-item-cat i {
    vertical-align: middle;
    color: #a9a9a9;
}

.price-height {
    line-height: 0;
}

.offertimer-countdown-title {
    text-align: center;
    display: block;
    color: #929292;
    margin-bottom: 4px;
    font-size: 12px;
}

.offertimer-countdown-title i {
    font-size: 16px;
    margin-left: 6px;
    color: #bababa;
    vertical-align: middle;
}

.offertimer {
    display: flex;
    justify-content: space-between;
    padding: 6px;
    direction: ltr;
}

.offertimer span {
    color: #4b4b4b;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 16px;
}

.offertimer i {
    text-align: center;
    display: block;
    color: #a1a1a1;
    font-size: 11px;
    font-family: inherit;
    margin-top: 10px;
}

.offertimer span:last-child {
    height: 27px;
    padding: 0px 6px;
    border-radius: 10px 10px 10px 0;
    background: #ff3636;
    color: azure;
    max-width: 40px;
    min-width: 40px;
}

/*****amazing offer widget-elementor style-v2 *****/
.amazing-product-slider {
    float: right;
    width: 100%;
    direction: ltr;
}

.amazing-product-slider .owl-carousel .owl-nav button.owl-next,
.amazing-product-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -56px;
    background: #ffffff26;
    color: #979797;
    width: 45px;
    height: 41px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    opacity: 0.4;
    outline: 0;
}

.amazing-product-slider .owl-carousel .owl-nav button.owl-next {
    left: -5px;
}

.amazing-product-slider .owl-carousel .owl-nav button.owl-prev {
    left: 50px;
    right: unset !important;
}

.amazing-product-slider .owl-carousel .owl-nav span {
    margin-top: 9px;
}

.product-details-v2 {
    padding: 0 20px;
    padding-bottom: 20px;
}

.amazing-offer-preview {
    background: #7a7a7a;
    color: #fff;
    width: 40%;
    padding: 13px 20px;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease-in-out 0s;
}

.amazing-offer-add-to-cart {
    width: 55%;
    background: #fc6404;
    color: #fff;
    padding: 13px 0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease-in-out 0s;
}

.amazing-offer-add-to-cart:hover,
.amazing-offer-preview:hover {
    opacity: 0.8;
}

.amazing-offer-detail-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #7070703b;
    border-radius: 10px;
    padding: 15px 0;
    margin: 30px 0;
}

.count-sales-detail {
    margin-right: 7px;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
}

.amazing-offer-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 19px;
}

.amazing-offer-price del {
    position: absolute;
    right: -20px;
    top: 22px;
    font-size: 13px;
    color: #8d8d8d;
}

.amazing-offer-price:after {
    content: '';
    position: absolute;
    width: 115px;
    height: 1px;
    background: #7070703b;
    right: -90%;
    bottom: 0px;
    top: 17px;
    margin: auto;
    transform: rotate(45deg);
}

.amazing-produc-title-box {
    padding-left: 5px !important;
    padding-right: 21px !important;
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    height: 76px;
    overflow: hidden;
}

/*****countdown-timer widget-elementor style *****/
.counter-item {
    line-height: 1;
    padding: 20px 20px;
    border-radius: 20px;
    background: #A88D60;
    box-shadow: 0 15px 25px 0 rgb(81 24 24 / 62%) !important;
    color: #ffffff;
    margin: 0 5px;
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    max-width: 90px;
    min-width: 90px;
}

.counter-date-label {
    display: block;
    color: white;
    font-weight: normal;
    font-size: 17px;
    margin-top: 3px;
}

.sec-background {
    background: #de2545;
    color: white;
}

/*****nemad widget-elementor style *****/
.footer-nemad {
    text-align: left;
}

.footer-nemad img {
    width: 80px;
}

/*****roadmap widget-elementor style *****/
.roadmap-col {
    column-gap: 60px;
    row-gap: 35px;
}

.roadmap-item {
    padding: 20px 30px;
    background: #1e2240;
    border-radius: 15px;
    overflow: hidden;
    background-image: url("assets/image/elementor-img/pattern-main-widget.webp");
    background-size: contain;
    background-repeat-x: no-repeat;
    transition: all .5s;
}

.roadmap-item:hover {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
    background: #078dcd;
}

.roadmap-pic {
    max-width: 70px !important;
}

.roadmap-item h3 {
    color: #ffffff;
    font-size: 21px;
    margin-right: 10px;
}

.roadmap-item h4 {
    position: relative;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    width: 47%;
    font-size: 23px;
    font-weight: 100;
}

.roadmap-item h4:after {
    position: absolute;
    content: " ";
    top: 8px;
    display: inline-block;
    width: 100%;
    height: 11px;
    right: 0px;
    background-color: #c715ed3b;
    border-radius: 5px;
}

.roadmap-item a {
    background: #e1770b;
    padding: 5px 67px;
    border-radius: 8px;
    color: white;
}

.roadmap-right {
    width: 52%;
}

.roadmap-left {
    background: #8a2be2a6;
    float: left;
    width: 110px;
    height: 165px;
    margin-top: -132px;
    border-radius: 52px;
    margin-left: 30px;
    position: relative;
}

.roadmap-pic2 {
    max-width: 90px !important;
    position: absolute;
    top: 66px;
    left: 11px;
    border-radius: 60px !important;
}

/*****main lessons widget-elementor style *****/
.video_popup_wrrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.video_popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(9 9 9 / 60%);
}

.video_popup_inner {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 50%;
    bottom: 50%;
    widht: 100%;
    transform: translate(50%, 50%);
    color: #fff;
    text-align: center;
}

.video_popup_inner video {
    margin: auto auto;
    display: block;
}

@media (max-width:992px) {
    .video_popup_inner {
        width: 90%
    }
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

.load-spinner {
    width: 40px;
    height: 40px;
    margin: auto auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.double-bounc1,
.double-bounc2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ec406a;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounc2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.course-section {
    background: transparent;
    padding: 10px 0px;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    box-shadow: 0 0px 18px rgb(41 58 78 / 9%);
}

.course-section-title {
    margin: 0;
    padding: 5px 10px;
    display: flex;
}

.course-section-title.cursor-pointer {
    cursor: pointer;
    padding: 10px;
}

.course-section-title img {
    max-width: 45px !important;
    margin-left: 15px;
    display: inline-block;
    max-height: 45px;
    border-radius: 10px !important;
}

.course-chapter {
    display: inline-block;
    margin-right: 7px;
    color: #424748;
    margin-left: 12px;
}

.course-chapter span {
    font-size: 16px;
    font-weight: 600;
}

.course-chapter p {
    margin-bottom: 0;
    font-size: 13px;
}

.course-section.active .course-section-title .fal {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.course-section-title .fal {
    position: absolute;
    left: 20px;
    top: 29px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
    background: var(--main-color);
    width: 25px;
    height: 25px;
    border-radius: 30px;
    padding: 7px 6px;
    color: #fff;
    font-weight: 600;
}

.course-section .panel-group.deactive {
    display: none;
}

.panel-group .course-panel-heading {
    border-top: 1px solid #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.course-panel-heading:hover .course-lesson-icon i {
    color: var(--main-color);
}

.course-panel-heading .preview-button {
    background-color: #179eee;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px;
    transition: .3s ease-out;
    cursor: pointer;
}

.course-panel-heading .preview-button:hover {
    opacity: 0.9;
}

.preview-button i {
    margin-left: 5px;
    margin-right: 0;
    vertical-align: middle;
}

.preview-button.for-mobile {
    display: none;
}

.preview-button.for-mobile i {
    margin-left: 0;
}

.download-button {
    background-color: #4ece3d;
    margin-right: 8px;
    color: #fff;
    height: 34px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px;
}

.download-button.gray {
    background-color: #bac2c5 !important;
    margin-right: 8px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.green-lock {
    color: #3ec30a;
}

.private-lesson {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.panel-group .course-panel-heading .panel-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.course-lesson-icon {
    line-height: 1;
    margin-left: 15px;
    margin-right: 0;
}

.course-lesson-icon i {
    color: #d4d9dd;
    font-size: 20px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.lesson-title {
    margin-bottom: 0px;
}

.lesson-title>h4 {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0 !important;
}

.badge-item {
    background-color: #e9ecef;
    padding: 2px 6px;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 6px;
    line-height: 1.2;
    text-transform: capitalize;
}

.lesson-title>p {
    font-size: 14px;
    color: #adb5bd;
    font-weight: 400;
    margin: 0;
    line-height: 0;
}

.panel-group .course-panel-heading .panel-heading-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.panel-group .panel-content {
    max-height: 0;
    overflow: hidden;
    background-color: #f8f9fa;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
}

.panel-content .panel-content-inner {
    padding: 15px 15px 20px 15px;
    background: #fff;
    font-size: 13px;
    border: 1px solid #e9ecef;
    line-height: 24px;
}

.panel-content-inner p {
    margin-bottom: 15px;
}

/****course-section-elementor-style2*****/
.lesson-panel-heading {
    border-top: 1px solid #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.course-headline {
    display: inline-block;
    color: #424748;
    margin-left: 29px;
}

.course-headline span {
    font-size: 20px;
}

.course-title {
    margin-bottom: 0px;
}

.course-title h4 {
    font-size: 16px;
    padding: 0 !important;
    color: #474b53;
}

.course-title>p {
    font-size: 12px;
    background: #dadada73;
    display: inline;
    padding: 3px 6px;
    border-radius: 4px;
}

ul.lesson-number li::marker {
    color: #474b53;
}

.lesson-time {
    font-size: 17px;
    color: #7e7e7e;
    margin-top: 3px;
    margin-right: 6px;
}

.download-btn {
    margin-right: 8px;
    line-height: 0.5;
    padding: 7px 10px;
    cursor: pointer;
    color: #727676;
}

.download-gray-color {
    color: #c3c2c2;
}

.download-btn svg {
    vertical-align: middle;
}

.play-videolesson {
    margin-right: 6px;
    line-height: 0.5;
    padding: 7px 10px;
    cursor: pointer;
    color: #3ec30a;
}

.play-videolesson i {
    vertical-align: middle;
    font-size: 16px;
}

.gray-color {
    color: #c3c2c2;
}

.panel-course-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    float: left;
    justify-content: space-between;
    align-items: center;
}

.panel-lesson-box {
    flex-grow: 1;
}

.panel-lesson-box:hover .subtitle {
    color: var(--main-color);
    background: #08f9131c;
}

.private-margin {
    margin-top: 4px;
}

ul.lesson-number {
    margin: 0;
}

ul.lesson-number li {
    list-style: decimal;
    margin-right: 18px;
}

/****course-section-elementor-style3*****/
.lesson-download-btn {
    margin-right: 8px;
    line-height: 0.5;
    padding: 12px 11px;
    background: #3aafa6;
    border-radius: 34px;
    color: white;
    border-width: 0 0 2px;
    border-style: none none solid;
    border-color: #0f9288;
}

.dont-access-color {
    color: #0b0a0a;
    border: 1px solid;
    background: white;
    border-radius: 34px;
    margin-right: 8px;
    line-height: 0.5;
    padding: 12px 11px;
    cursor: pointer;
}

.lesson-video-btn {
    margin-right: 8px;
    line-height: 0.5;
    padding: 12px 11px;
    background: #3aafa6;
    border-radius: 34px;
    color: white;
    border-width: 0 0 2px;
    border-style: none none solid;
    border-color: #0f9288;
    cursor: pointer;
}

/*****nav post-slider*****/
.article-box .owl-carousel .owl-nav button.owl-next,
.article-box .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    font-size: 60px;
    opacity: 0.2;
    color: #202020;
    outline: 0;
}

.article-box .owl-carousel .owl-nav button.owl-next {
    left: 0;
}

.article-box .owl-carousel .owl-nav button.owl-prev {
    right: 0;
}

/*****main section adv*****/
.main-section {
    /* background: linear-gradient(to right,#132b57,#046d4c);
     */
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.section-content {
    float: right;
    width: 50%;
    padding-top: 54px;
    padding-bottom: 54px;
}

.section-content h2 {
    font-size: 39px;
    font-weight: 900;
    color: #474b53;
    line-height: 34px;
    padding: 13px 0;
    font-family: kalemeh;
}

.section-content ul {
    padding: 20px 0px;
}

.section-content ul li {
    padding: 1px;
    line-height: 40px;
    font-size: 15px;
    color: #808782;
    margin-right: 5px;
    display: block;
    list-style: none;
    text-align: justify;
}

.section-content ul li::before {
    content: "\f00c";
    color: #35b61b;
    text-align: center;
    font-size: 17px;
    right: -14px;
    top: 8px;
    transition: all .3s;
    font-family: "font awesome 5 free";
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-weight: 700;
    padding: 0 9px;
}

.section-content ol li {
    margin: 3px 28px;
    list-style: persian;
    padding: 1px;
    line-height: 40px;
    font-size: 15px;
    color: #808782;
}

.page-title {
    font-size: 34px;
    font-weight: 500;
    color: #474b53;
    line-height: 50px;
}

.page-title span {
    color: #85878d;
    font-size: 22px;
    display: block;
    margin-bottom: 6px;
}

.page-title b {
    color: #6ac847;
    font-weight: 600;
}

.section-content p {
    margin-top: 0.5rem;
    line-height: 36px;
    font-size: 17px;
    padding-top: 4px;
    color: #000;
}

.section-content>a {
    padding: 16px 2.5rem;
    display: inline-block;
    color: #242424;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.35;
    border-radius: 10px;
    background: yellow;
    text-align: center;
}

.section-content>a:hover {
    opacity: 0.9;
}

.consulting-request {
    display: inline-block;
}

.consulting-request a {
    padding: 16px 2.5rem;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    line-height: 1.35;
    border-radius: 10px;
    background: #5bc91e;
    text-align: center;
}

.consulting-request a:hover {
    opacity: 0.9;
}

.consulting-request i {
    font-size: 25px;
    margin-right: 6px;
    vertical-align: middle;
}

.section-content i {
    font-size: 25px;
    margin-right: 6px;
    vertical-align: middle;
}

.section-content svg,
.section-content img {
    vertical-align: middle;
}

.section-image {
    float: left;
    padding: 12px;
    width: 44%;
    margin-bottom: -70px;
}

.section-image img {
    max-width: 485px !important;
    border-radius: 9px !important;
}

.down-main-box {
    background: linear-gradient(to right, #18784e, #0cac67);
    margin-top: -8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    justify-content: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 35px;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    display: inline-flex;
    z-index: -1;
    position: relative;
    width: 100%;
    height: 200px;
}

.main-box-img {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.main-box-child {
    background: #faebd7bf;
    background: #ffffffb8;
    padding: 23px 37px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.main-box-child img {
    width: 60px;
}

.main-box-child span {
    display: block;
    width: 100%;
    margin-top: 6px;
    font-size: 15px;
}

/******main section2*****/
.left-col {
    float: left;
}

.right-col {
    float: right;
}

/*****portfolio-section*****/
.portfolio-section {
    float: right;
    width: 100%;
    padding: 50px 0px 20px 0px;
}

.portfolio-head {
    width: 100%;
    margin-bottom: 40px;
}

.portfolio-head h2 {
    color: #3c4354;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}

.portfolio-head p {
    color: #848484;
    text-align: center;
    margin-top: 2px;
}

.portfolio-head a {
    padding: 18px 40px;
    color: #fff;
    display: inline-block;
    margin-left: 26px;
    font-size: 1rem;
    line-height: 1.35;
    border-radius: 6px;
    background: #5bc91e;
    cursor: pointer;
}

.btn-contact {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}

.portfolio-flex {
    display: flex;
    width: 100%;
    justify-content: center;
}

.portfolio-slider {
    display: flex;
    width: 100%;
    justify-content: center;
}

.portfolio-item {
    padding: 15px 32px;
    width: 34%;
}

.portfolio-item img {
    max-width: 100%;
}

.img-col4 {
    width: auto !important;
    max-height: 400px;
}

.customer-pic {
    width: 90px !important;
    height: 90px;
    border-radius: 50px;
}

.item-pic {
    text-align: center;
}

.portfolio-item h3 {
    color: #2a2a2a;
    text-align: center;
    margin-top: 18px;
    font-weight: lighter;
    font-size: 18px;
}

.portfolio-item p {
    color: #7a7a7a;
    text-align: center;
}

.portfolio-item i {
    color: #b7b7b7;
    font-size: 40px;
    text-align: center;
    display: block;
    margin-top: 28px;
}

.portfolio-item ul {
    padding: 12px 0px;
}

.portfolio-item li {
    padding: 1px;
    line-height: 36px;
    font-size: 15px;
    color: #808782;
    display: block;
    text-align: center;
}

.portfolio-item span {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 17px;
    color: #db4343;
}

.icon-center {
    text-align: center;
}

/*****price-table v1 widget-elementor style *****/
.column-item2 {
    padding: 15px 32px;
    border: 1px solid;
    border-color: #dedede;
    margin-bottom: 23px;
    border-radius: 15px;
    box-shadow: 0 0 4px #eee;
}

.column-item2 h3 {
    color: #31ad19;
    text-align: center;
    margin-top: 18px;
    font-weight: 600;
    font-size: 20px;
}

.column-item2 i {
    float: left;
    font-size: 16px;
    color: #2bcc6b;
    margin-top: 3px;
}

.column-item2 li {
    border-bottom: 1px solid;
    border-color: #e3e3e3;
    list-style: none;
    color: #787878;
    font-size: 13px;
    padding: 15px 0px;
}

.column-item2 ul li::before {
    content: "\f00c";
    float: left;
    color: #2bcc6b;
    text-align: center;
    font-size: 17px;
    transition: all .3s;
    font-family: "font awesome 5 free";
    line-height: 35px;
    border-radius: 50%;
    font-weight: 700;
}

.column-item2 h6 {
    border-top: 1px solid;
    border-top-color: #e3e3e3;
    border-bottom: 1px solid;
    border-bottom-color: #e3e3e3;
    list-style: none;
    color: #787878;
    font-size: 13px;
    padding: 15px 0px;
    line-height: 30px;
}

.column-item2 h6::before {
    content: "\f00d";
    float: left;
    color: red;
    text-align: center;
    font-size: 18px;
    transition: all .3s;
    font-family: "font awesome 5 free";
    line-height: 35px;
    border-radius: 50%;
    font-weight: 700;
}

.column-item2 li:last-child {
    border-bottom: none;
}

.column-item2 bdi {
    color: #3b3b3b;
    font-size: 32px;
    display: block;
    margin-top: 27px;
    text-align: center;
}

.price-suffix {
    color: #a1a1a1;
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}

.price-button {
    text-align: center;
}

.price-button a {
    padding: 10px 22px;
    border-radius: 6px;
    color: #fff;
    background: #26cc07;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price-button a:hover {
    opacity: 0.8;
}

.col-box {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.plan-time {
    background: #19ae38;
    padding: 3px 18px;
    border-radius: 34px;
    color: #fff;
    margin: 0px auto;
    display: table;
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 15px;
}

.plan-pic {
    width: 100%;
    float: right;
    text-align: center;
}

.plan-pic img {
    width: 31%;
}

/*****price-table v2 widget-elementor style *****/
.paln-column-item {
    border: 3px solid;
    border-color: #dedede;
    margin-bottom: 15px;
    border-radius: 15px;
    transition: all .5s;
    overflow: hidden;
}

.paln-column-item:hover {
    border-color: #e4b16e;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
}

.paln-column-item:hover .plan-button a {
    background: #e4b16e;
}

.box-pad {
    padding: 20px 0;
}

.paln-child {
    padding: 0 65px 0 40px;
    background: #3d415c;
}

.paln-child li {
    color: #dadada;
    font-size: 14px;
    list-style: none;
    position: relative;
    line-height: 35px;
}

.paln-child ul li::before {
    content: "\f00c";
    font-size: 12px;
    right: -19px;
    top: 4px;
    position: absolute;
    transition: all .3s;
    font-family: "font awesome 5 free";
    line-height: 25px;
    font-weight: 700;
}

.paln-title {
    background: #192d51;
    min-width: 200px;
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

.paln-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-top: 3px;
}

.plan-img {
    width: 54px !important;
    border-radius: 50px !important;
}

.plan-button a {
    padding: 12px 2.5rem;
    border-radius: 6px;
    color: #fff;
    background: #646a8e;
    -o-transition: all 0.3s ease;
    transition: all .5s;
}

.child-center {
    padding: 3px 18px;
    margin: 0px auto;
    display: table;
}

.plan-price-currency {
    font-size: 27px;
    font-weight: 700;
    color: white;
}

.child-center bdi {
    font-size: 27px;
    color: white;
    margin-left: 6px;
    font-weight: 700;
}

.plan-date-time {
    display: block;
    text-align: center;
    color: #e4b16e;
    font-size: 18px;
    font-weight: 600;
}

.plan-line {
    border: 1px dashed;
    border-color: #f6f6f6;
    display: block;
    margin: 7px 0 12px 0;
}

/*****price-table v3 widget-elementor style *****/
.level-vip .level-vip__steps .step.active {
    background-image: url("assets/image/elementor-img/step1.png");
    width: 16%;
    min-height: 220px;
    background-repeat: no-repeat;
}

.level-vip .level-vip__steps .step {
    width: 18%;
    background-image: url("assets/image/elementor-img/download.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 123px;
    min-height: 170px;
    z-index: 2;
    text-align: center;
    position: relative;
}

.level-vip .level-vip__steps .step .step-level {
    background: url("assets/image/elementor-img/orange.svg") no-repeat right 50% top 50%;
    width: 48px;
    height: 54px;
    color: #fff;
    padding-top: 10px;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 24px;
    font-size: 11px;
    vertical-align: middle;
    line-height: 16px;
}

/*****price-table v4 widget-elementor style *****/
.paln-column-item-v4 {
    padding: 15px 32px;
    border: 1px solid;
    background-color: #1E2240;
    border-color: #1E2240;
    margin-bottom: 23px;
    margin-top: 50px;
    border-radius: 15px;
}

.plan-pic-v4 {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: -70px;
}

.review-pic-v4 {
    width: 90px !important;
    border-radius: 50px !important;
}

.paln-column-item-v4 h3 {
    color: #31ad19;
    text-align: center;
    margin-top: 18px;
    font-weight: 600;
    font-size: 20px;
}

.paln-column-item-v4 li {
    border-bottom: 2px dashed;
    border-color: #272c4e;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 0px;
}

.paln-column-item-v4 li:last-child {
    border-bottom: none;
}

.paln-column-item-v4 ul li::before {
    content: "\f00c";
    float: left;
    color: #2bcc6b;
    text-align: center;
    font-size: 17px;
    transition: all .3s;
    font-family: "font awesome 5 free";
    line-height: 35px;
    border-radius: 50%;
    font-weight: 700;
}

.paln-column-item-v4 ul h6 {
    border-top: 2px dashed;
    border-top-color: #272c4e;
    border-bottom: 2px dashed;
    border-bottom-color: #272c4e;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 0px;
    line-height: 30px;
}

.paln-column-item-v4 h6 {
    border-top: 2px dashed;
    border-top-color: #272c4e;
    border-bottom: 2px dashed;
    border-bottom-color: #272c4e;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 0px;
    line-height: 30px;
}

.paln-column-item-v4 h6::before {
    content: "\f00d";
    float: left;
    color: red;
    text-align: center;
    font-size: 18px;
    transition: all .3s;
    font-family: "font awesome 5 free";
    line-height: 35px;
    border-radius: 50%;
    font-weight: 700;
}

.paln-column-item-v4 bdi {
    color: #FFFFFF;
    font-size: 21px;
    display: inline-block;
    margin-top: 27px;
    margin-bottom: 30px;
    text-align: center;
}

.price-suffix-v4 {
    margin-right: 5px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.plan-price-button-v4 {
    text-align: center;
}

.plan-price-button-v4 a {
    padding: 10px 22px;
    border-radius: 6px;
    color: #fff;
    background: #CD9449;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.plan-price-button-v4 a:hover {
    background: #07af05;
}

/*****product slider*****/
.product-box {
    float: right;
    width: 100%;
    padding: 50px 0px 20px 0px;
}

.product-slider {
    float: right;
    width: 100%;
    direction: ltr;
}

.product-item {
    border-radius: 7px;
    border: 1px solid;
    border-color: #e5e5e5;
    margin: 0 1px;
}

.product-item:hover .moreproduct-btn a {
    background: #1abc9c;
}

.product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.product-item:hover img {
    opacity: 0.9;
    transition: all 0.3s ease;
}

.product-item h2 {
    font-size: 15px;
    text-align: right;
    display: block;
    color: grey;
    padding: 0 0.9375rem;
    margin: 19px 0 3px 0;
    line-height: 23px;
    height: 50px;
    overflow: hidden;
    z-index: 2;
}

.owl-carousel.owl-rtl {
    z-index: auto;
}

.title-product {
    color: #3c4354;
}

.product-item>p {
    color: #7f8c8d;
    padding: 8px 15px;
}

.moreproduct-btn a {
    color: #fff;
    background: var(--main-color);
    display: block;
    margin-top: 15px;
    text-align: center;
    padding: 3px 0;
    font-weight: inherit;
}

.course-data {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 12px;
    align-items: center;
}

.star-rate {
    color: #f1c40f;
    font-size: 16px;
}

.star-rate i {
    color: #f1c40f;
    font-size: 16px;
}

.teacher-name {
    color: #868d92;
}

.teacher-name i {
    color: #757677;
    font-size: 16px;
}

.course-info {
    display: flex;
    justify-content: space-between;
    padding: 15px 12px;
    align-items: center;
    position: relative;
}

.price {
    color: #868d92;
}

.price del {
    font-size: 12px;
    color: red;
}

.price ins {
    color: #9f9f9f;
    border-radius: 4px;
    padding: 2px 7px 0px;
}

.sales-cont {
    color: #868d92;
}

.sales-cont i {
    color: #2ABC87;
    font-size: 19px;
    display: inline;
}

.thumbnail-holder {
    position: relative;
}

.onsale-label {
    position: absolute;
}

.sale-perc {
    position: absolute;
    width: 54px;
    height: 55px;
    z-index: 5;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    left: -42px;
    top: -10px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 9px 12px;
}

.sale-perc::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a3";
    position: absolute;
    font-size: 52px;
    left: 5px;
    top: 17px;
    color: #cc0653;
    z-index: -1;
}

.preview-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.preview-btn i {
    background-color: rgba(0, 0, 0, .37);
    width: 37px;
    height: 36px;
    border: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 32px;
    padding: 9px;
    transition: all 0.3s ease-in-out 0s;
}

.preview-btn i:hover {
    opacity: 0.8;
}

.preview-btn:after,
.preview-btn:before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 55%;
    height: 55%;
    color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: -1;
    background: white;
    webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 12px currentColor;
        box-shadow: 0 0 0 12px currentColor;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 12px currentColor;
        box-shadow: 0 0 0 12px currentColor;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.discount-badge {
    left: 6px;
    top: 10px;
    position: absolute;
    z-index: 5;
    color: #242424;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 13px 11px;
    text-align: center;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    background: #fff;
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%) !important;
}

/*****product-slider-elementor-style2*****/
.Price-amount {
    color: #868d92;
}

.Price-amount del {
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    top: 0;
    margin-top: -16px;
    background: #ffffff;
    font-size: 12px;
    float: left;
    left: 0;
    padding: 2px 20px;
}

.Price-amount ins {
    color: #008b56;
    border-radius: 4px;
    padding: 2px 7px 0px;
    font-size: 16px;
}

.add-cart-btn {
    background-color: var(--buy-product-color);
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 9px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    /* background: linear-gradient(45deg,#08a5b7,#4dcb8a);
     */
}

.add-cart-btn:hover {
    opacity: 0.9;
}

.product-cat {
    color: #a9a9a9;
    padding: 0 0.9375rem;
    margin: -15px 0px 10px;
    line-height: 1px;
}

.item-product-categories {
    display: inline-block;
}

.product-cat a {
    color: #a9a9a9;
    margin-left: 5px;
    display: inline-block;
    color: #a9a9a9;
}

.product-cat i {
    vertical-align: middle;
    color: #a9a9a9;
}

.discount-sale {
    left: 6px;
    top: 10px;
    position: absolute;
    width: 94px;
    height: 25px;
    z-index: 5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    line-height: 26px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0px 10px;
    background: #48c863;
    text-align: center;
    border-radius: 3px;
}

.sale-percentage {
    font-size: 13px;
    float: right;
}

.sale-text {
    font-size: 13px;
    margin-right: 34px;
}

/*****product-slider-elementor-style3*****/
.produc-title-box {
    padding-left: 5px !important;
    padding-right: 21px !important;
    width: 85%;
}

.product-card {
    display: flex;
    flex: 1;
    padding-bottom: 20px;
}

.product-card-archive {
    display: flex;
    flex: 1;
    padding-bottom: 20px;
}

.main-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 20px;
}

.category {
    font-size: 14px;
    color: #959595;
    height: 21px;
    transition: .3s;
    flex: 1;
}

.item-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    color: #303030;
}

.item-price del {
    position: absolute;
    right: 0;
    top: -26px;
    font-size: 13px;
    color: #8d8d8d;
}

.item-price ins {
    font-size: 16px;
}

.discount-price {
    width: 32px;
    height: 26px;
    z-index: 5;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    line-height: 26px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 2px 2px;
    margin-left: 4px;
    background: #d3533f;
    text-align: center;
    border-radius: 4px;
}

.product-motion {
    display: flex;
}

.secondary-card {
    align-items: center;
    display: flex;
}

.product-details {
    padding: 0 20px;
}

.product-details hr {
    margin: 30px 0 !important;
}

.product-info {
    cursor: context-menu;
    text-align: center;
}

.rating-number {
    display: block;
    font-size: 20px;
    color: #66c71b;
}

.title-item {
    display: block;
    color: #6c6c6c;
    font-size: 14px;
}

.item-cat {
    line-height: 1px;
    margin-bottom: 64px;
    flex: 1;
}

.item-cat-link {
    display: inline-block;
}

.item-cat a {
    margin-left: 5px;
    display: inline-block;
    color: #858585;
    font-size: 13px;
    letter-spacing: -0.2px;
}

.item-cat i {
    vertical-align: middle;
    color: #858585;
}

.add-to-cart {
    width: 180px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    background: var(--buy-product-color);
    color: white;
    border-radius: 4px;
}

.add-to-cart:hover {
    opacity: 0.9;
    transition: all 0.3s ease;
}

.item-sales {
    color: #dbaf0e;
    font-size: 20px;
}

/*****course-carousel-elementor-style*****/
.card-title-v1 {
    font-size: 15px;
    text-align: right;
    display: block;
    color: grey;
    padding: 0 0.9375rem;
    margin: 11px 0 3px 0;
    line-height: 48px;
    z-index: 2;
}

.course-property {
    color: #a9a9a9;
    padding: 0 0.9375rem;
    font-size: 13px;
}

.course-property i {
    vertical-align: middle;
    margin-left: 4px;
}

.course-teacher {
    width: 100%;
    float: right;
    padding: 5px 12px;
    margin-bottom: 12px;
}

.teacher-family {
    font-size: 13px;
    padding-top: 5px;
    color: #a9a9a9;
}

.teacher-family-2 {
    color: black;
    font-size: 13px;
}

.course-property-child {
    color: #000;
    display: inline-block;
    font-size: 13px;
}

.course-price {
    padding: 2px 12px;
}

.course-amount {
    color: #008b56;
}

.course-amount del {
    color: #ff3333;
    font-size: 12px;
}

.course-amount ins {
    color: #008b56;
    font-size: 14px;
    display: inline-block;
    margin-right: 2px;
}

.course-price i {
    color: #a9a9a9;
    vertical-align: middle;
    margin-left: 4px;
}

/*****course-carousel2-elementor-style*****/
.course-item {
    border-radius: 1rem;
    border: 1px solid;
    border-color: #e5e5e5;
    padding-bottom: 15px;
    margin: 0 2px;
    background: white;
}

.course-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px !important;
    margin: 8px auto 0px auto;
    width: 96% !important;
    display: block;
}

.thumbnail-course-holder {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.course-teacher img {
    float: right;
    border-radius: 50px !important;
    margin: 0 0 0px 6px !important;
    width: 35px !important;
    height: 35px !important;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    display: block;
    color: grey;
    padding: 0 0.9375rem;
    margin: 12px 0 0px 0;
    line-height: 23px;
    z-index: 2;
}

.course-item>p {
    color: #484a54;
    padding: 8px 15px;
    letter-spacing: -0.5px;
    font-weight: 200;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.course-cat {
    padding: 0 0.9375rem;
}

.course-cat a {
    margin-left: 5px;
    display: inline-block;
    color: #0ea5e9;
    background: #e6f6fd;
    font-size: 13px;
    margin-top: 13px;
    font-weight: 100;
    border-radius: 0.25rem;
    padding: 0px 6px;
    line-height: 25px;
}

.course-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.9375rem;
    line-height: 40px;
}

.course-flex-child {
    gap: 0.625rem;
    display: flex;
}

.course-attribute {
    font-size: 13px;
    color: #484a54;
    letter-spacing: -0.5px;
    font-weight: 100;
}

.course-attribute i {
    vertical-align: middle;
    margin-left: 4px;
    color: #484a54;
}

.course-attribute a {
    font-size: 13px;
    color: #484a54;
    letter-spacing: -0.5px;
    font-weight: 100;
    transition: all 0.3s ease;
}

.course-star {
    color: #e1a610;
}

.course-star i {
    margin-right: 4px;
    color: #fbbf24;
}

.course-sales {
    color: #000000;
}

.course-sales i {
    margin-left: 6px;
    color: #ffffff;
    font-size: 18px;
    background: #19d45e;
    padding: 7px 10px;
    border-radius: 6px;
}

.course-value {
    color: #10c940;
    font-size: 18px;
}

.course-value del {
    font-size: 12px;
    color: #6c6c6c;
}

/*****course-carousel3-elementor-style*****/
.course-carousel-cart-button {
    transition: all 0.3s ease-in-out 0s;
    margin-right: 10px;
    color: #ffffff;
    font-size: 19px;
    background: #3B82F6;
    padding: 10px 14px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-carousel-cart-button:hover {
    background-color: #64748B;
}

.course-carousel-rate {
    line-height: 22px;
}

.course-rating-number {
    display: block;
    font-size: 17px;
    color: #ea9f22;
    font-weight: 700;
}

.rating-title-item {
    display: block;
    color: #b3b3b3;
    font-size: 15px;
}

.course-value del .woocommerce-Price-currencySymbol {
    display: none;
}

/*****course-carousel4-elementor-style*****/
.course-carousel-btn {
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    font-size: 14px;
    background: #10c1b4;
    padding: 1px 10px;
    border-radius: 6px;
}

.course-carousel-btn:hover {
    background-color: #64748B;
}

.course-sales-count span {
    color: #0bab27;
    background: #e6f6fd;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0.25rem;
    padding: 0px 6px;
    line-height: 25px;
}

.course-sales-count svg {
    height: 22px;
    width: 56px;
    float: right;
    margin-left: -16px;
    margin-top: 7px;
    margin-right: -20px;
    color: #f40b0b;
    vertical-align: middle;
}

.course-preview-btn {
    top: 14px !important;
    right: 15px !important;
}

.course-discount-sale {
    left: 15px !important;
    top: 17px !important;
}

/*****main-category-carousel-elementor-style-v1*****/
.main-category-carousel {
    padding: 50px 0px 20px 0px;
}

.main-category-carousel .owl-carousel .owl-nav button.owl-next,
.main-category-carousel .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 50px;
    color: #696969;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
    transform: translateY(-50%);
    opacity: 1;
    outline: 0;
}

.main-category-carousel .owl-carousel .owl-nav button.owl-next {
    left: 0px;
}

.main-category-carousel .owl-carousel .owl-nav button.owl-prev {
    right: 0px;
}

.main-category-carousel span {
    margin-top: 9px;
}

.category-item {
    border: 1px solid;
    padding: 5px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f2235;
    border-radius: 15px;
    margin-bottom: 12px;
}

.category-item:hover {
    transition: all .5s;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    border: solid 1px #e4b16e;
    cursor: pointer;
}

.category-carousel-icon {
    margin-left: 16px;
}

.category-carousel-icon i {
    color: #b7b7b7;
    font-size: 40px;
    text-align: center;
    display: block;
}

.category-item h3 {
    color: #e4b16e;
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
}

.category-item p {
    color: #dddddd;
    text-align: center;
}

.category-carousel-pic {
    width: 70px !important;
    border-radius: 18px !important;
    padding: 17px 18px;
    margin-bottom: 5px;
    box-shadow: 0 15px 25px 0 rgb(63 132 255 / 21%) !important;
}

/*****main-category-carousel-elementor-style-v2*****/
.category-item-v2 {
    padding: 25px 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #1e2240;
    border-radius: 15px;
    margin-bottom: 12px;
    clip-path: polygon(20% 0%, 80% 0%, 101% 0, 102% 70%, 88% 100%, 0 100%, 0% 80%, 0 0);
    border: 1px solid #9200f12b;
    box-shadow: 0 15px 25px 0 rgb(10 88 137 / 14%) !important;
}

.category-item-v2:hover {
    transition: all .5s;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    border: solid 1px #e4b16e;
    cursor: pointer;
}

.category-carousel-pic-v2 {
    width: 55px !important;
    border-radius: 47px !important;
    margin-bottom: 5px;
    box-shadow: 0 15px 25px 0 rgb(63 132 255 / 21%) !important;
}

.category-carousel-icon-v2 {
    display: inline-block;
}

.category-item-v2 h3 {
    color: #e4b16e;
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
}

/*****main-title-elementor-style*****/
.head-box {
    margin-bottom: -60px;
}

.head-title {
    text-align: center;
    font-size: 23px;
    margin-top: 70px;
    margin-bottom: 32px;
    position: relative;
    color: wheat;
    width: auto;
}

.head-title:before {
    background: url(assets/image/elementor-img/main-title.svg) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    content: "";
    margin: auto auto;
    padding: 37px 24px;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.head-sub-title {
    color: wheat;
    text-align: center;
    font-size: 18px;
}

/*****restrict content style*****/
input#rcp_profile_editor_submit,
input#rcp_submit,
.rcp-table a button,
.rcp-button {
    background: var(--main-color);
    border-radius: 5px;
    padding: 13px 30px;
    line-height: 16px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
}

input#rcp_profile_editor_submit:hover,
input#rcp_submit:hover,
.rcp-table a button:hover,
.rcp_login_link a:hover,
.rcp-button:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.rcp_form input[type=email],
.rcp_form input[type=password],
.rcp_form input[type=text],
.rcp_form select {
    margin: 0;
    font-family: inherit;
    width: 100%;
    outline: 0;
    padding: 13px 10px !important;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #f7f7f7c7;
    border: 1px solid #565a831a;
    font-weight: 100;
    border-radius: 10px;
    font-size: 14px;
}

.rcp_form input[type=radio] {
    cursor: pointer;
}

.rcp_form .rcp_user_fieldset input:not([type=checkbox]):not([type=submit]) {
    max-width: 100% !important;
}

.rcp-table-wrapper {
    max-width: 100% !important;
}

h3.rcp_header {
    text-align: center;
    background: var(--main-color);
    padding: 10px !important;
    color: #fff;
    border-radius: 8px;
}

li.rcp_subscription_level {
    background: #3d415c;
    border-radius: 8px;
    padding: 27px;
    border-right: 4px solid var(--main-color);
    color: white;
    padding-right: 20px;
    transition: all .5s;
}

li.rcp_subscription_level:hover {
    border-color: #ffa329;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
    background: #e4b16e;
    color: white;
}

.rcp_level_description {
    border-left: none !important;
}

table.rcp-table {
    border-collapse: collapse;
    width: 100% !important;
    margin-bottom: 20px;
    border-radius: 0;
}

.rcp_registration_total_details tr {
    width: 100% !important;
    border-bottom: 1px solid #e5e5e5b8 !important;
}

.rcp_login_link {
    text-align: center;
    margin-top: 20px;
}

.rcp_login_link a {
    display: inline-block;
    justify-content: center;
    text-align: center;
    background: #ff4f4f;
    color: white;
    padding: 0px 8px;
    border-radius: 7px;
    transition: all 0.3s ease;
    line-height: 35px;
}

.rcp_form fieldset {
    margin-bottom: 20px !important;
}

.rcp_level_description {
    line-height: 30px;
}

p.rcp_subscription_message {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
}

.membership-amount th {
    font-size: 18px !important;
}

table.rcp_registration_total_details.rcp-table {
    font-size: 16px !important;
}

.rcp-table-wrapper h3 {
    margin-bottom: 10px;
    line-height: 60px;
}

/*****footer*****/
footer {
    float: right;
    width: 100%;
    background: #34495e;
    padding-top: 51px;
    margin-top: 100px;
}

.footer-elementor {
    float: right;
    width: 100%;
    padding-top: 51px;
    margin-top: 100px;
    overflow: hidden;
}

.footer-about {
    width: 50%;
    float: right;
    margin-bottom: 40px;
}

.footer-about h3,
.widget-row-title {
    font-size: 18px;
    margin-bottom: 21px;
    margin-top: 25px;
}

.footer-about p {
    color: #d3d6d7;
    text-align: justify;
}

.footer-about li {
    list-style: none;
}

.footer-about a {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-about i {
    margin-left: 13px;
    color: #fb4364;
}

.footer-column {
    margin-bottom: 10px;
    max-width: 25.33333%;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 21px;
    margin-top: 25px;
}

.footer-column ul {
    line-height: 33px;
}

.footer-column li {
    list-style: none;
}

.footer-column a {
    color: #d3d6d7;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-column a:hover {
    color: #fff;
}

.footer-column p {}

.footer-column i {
    margin-left: 13px;
    color: #a0a8a0;
}

.footer-copy-right {
    float: right;
    width: 100%;
    background: #2c3e50;
    padding: 13px 0px;
    margin-top: 45px;
}

.footer-copy-right p {
    float: right;
}

.footer-social {
    float: right;
}

.footer-social i {
    padding: 10px 7px;
    font-size: 28px;
    color: #b0b0b0;
}

.footer-social i:hover {
    background: #375069;
    border-radius: 28px;
}

.f-col1 {
    position: relative;
    display: block;
    justify-content: space-around;
    padding: 3px 15px;
}

.f-col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-three-col {
    max-width: 33.33333%;
}

.footer-two-col {
    max-width: 50%;
}

.footer-one-col {
    max-width: 100%;
}

/*****footer v1*****/
.footer-row1 {
    width: 45%;
}

.footer-row2 {
    width: 45%;
    max-width: 38%;
}

/*****footer v2*****/
.footer-social-copyright {
    text-align: left;
}

.footer-social-copyright i {
    font-size: 28px;
    color: #b0b0b0;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 7px 9px;
    font-size: 25px;
    border-radius: 7px;
    border-bottom: 2px solid;
    border-color: #ff222200;
    margin: 0 2px;
}

/*****footer v3*****/
.footer-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 10px;
}

.footer-services i {
    font-size: 52px;
    color: #eda605;
}

.services-col {
    text-align: center;
}

.services-col svg {
    max-width: 60px;
    max-height: 85px;
}

.services-title {
    display: block;
    color: #b7b7b7;
}

.footer-button-copyright {
    width: 100%;
    text-align: right;
}

.footer-button-copyright i {
    font-size: 18px;
    color: #e7e7e7;
    position: absolute;
    left: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.footer-button-copyright svg {
    max-width: 40px;
    position: absolute;
    top: 7px;
    left: 30px;
    max-height: 26px;
    vertical-align: middle;
}

.footer-button-copyright a {
    padding: 5px 25px;
    color: white;
    background: #475a6e;
    border-radius: 5px;
    position: relative;
    float: right;
    width: 100%;
}

.footer-button-copyright a:hover {
    opacity: 0.9;
}

.footer-social3 {
    display: grid;
    margin-top: 3%;
}

.single-archive {
    width: 74%;
    float: right;
    margin: 40px 0px;
}

/*****single*****/
.single-content {
    width: 70%;
    float: right;
    margin: 40px 0px;
}

.single-sidebar {
    width: 27%;
    float: left;
    margin: 40px 0px;
}

.single-title {
    width: 100%;
    float: right;
}

.single-title header {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

.single-title h1 {
    margin-bottom: 30px;
}

.single-post-meta {
    float: right;
    color: #a5abae;
    margin-left: 18px;
}

.single-post-meta i {
    margin-left: 2px;
}

.single-post-meta a {
    color: #a5abae;
}

.single-post-thumbnail {
    margin-bottom: 40px;
}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.wp-video {
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    border-radius: 4px;
    overflow: hidden;
}

.post-content {
    width: 100%;
    float: right;
    color: #1a1919;
    text-align: right;
    font-size: 15px;
    line-height: 42px;
    overflow: hidden;
    font-weight: 100;
}

.post-content a {}

.post-content>p>a {
    color: var(--main-color);
    border-bottom: 1px dashed var(--main-color);
}

.post-content img {
    max-width: 100%;
}

.post-content>h2,
.post-content>h3,
.post-content>h4,
.post-content>h5,
.post-content>h6 {
    padding: 10px 0 20px;
}

.post-content>p {
    color: #1a1a1a;
    font-size: 15px;
    margin: 0 0 1.5em;
    padding: 0;
}

.post-content>ul {
    margin: 0 0 1.5em;
    padding: 0;
}

.post-content>ul>li {
    position: relative;
    padding-right: 20px;
    margin: 5px 33px;
    list-style: none;
}

.post-content>ul>li::before {
    content: "\f00c";
    color: #35b61b;
    text-align: center;
    font-size: 17px;
    right: -14px;
    top: 8px;
    position: absolute;
    transition: all .3s;
    font-family: "font awesome 5 free";
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-weight: 700;
}

.post-content ol li {
    position: relative;
    padding-right: 5px;
    margin: 5px 33px;
    list-style: persian;
}

blockquote {
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    position: relative;
    margin: 30px 0;
    background-color: #0677b9;
    background-attachment: scroll;
    background-image: url(img/blockquote.png);
    color: white;
    font-weight: 700;
    line-height: 32px
}

.post-content blockquote>p {
    margin: 36px;
    color: #090909;
}

.post-content blockquote::before {
    content: "\f10d";
    color: #1dc80b;
    font-size: 24px;
    right: 6px;
    position: absolute;
    font-family: "font awesome 5 free";
    line-height: 25px;
    border-radius: 50%;
    font-weight: 700;
    padding: 11px 11px;
}

/****social-share-box*******/
.single-post-share {
    float: right;
    width: 100%;
    margin-top: 13px;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(25 25 25 / 20%);
}

.social-share-box {
    float: right;
    width: 100%;
}

.social-share-box .title {
    margin-left: 10px;
    margin-right: inherit;
    font-size: 16px;
    color: #9f9f9f;
    margin-top: 3px;
}

.social-share-box .icon-share-box {
    display: flex;
    flex-wrap: wrap
}

.social-share-box a {
    color: #b6b9c7;
    font-size: 17px;
    line-height: 42px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 36px;
    height: 44px;
    transition: all 0.2s ease-in-out;
}

.social-share-box a:hover {
    color: var(--main-color);
}

/****author-box*******/
.author-box img {
    float: right;
    border-radius: 41px !important;
    margin: 0 0 10px 15px;
}

.item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-author-box {
    width: 100%;
    margin-top: 30px;
    float: right;
}

.product-author-desc {
    display: inline-block;
}

.product-author-box img {
    float: right;
    border-radius: 41px !important;
    margin: 0 0 0px 6px;
    width: 50px;
    height: 50px;
    display: flex;
}

.author-name {
    padding-top: 12px;
}

.post-author-name {
    padding-top: 12px;
}

.post-author-name a {
    color: #4a4848;
    font-size: 16px;
}

.author-name-2 {
    float: left;
    color: blue;
    border: 1px solid;
    padding: 2px 11px;
    border-radius: 4px;
}

.author-job {
    font-size: 13px;
    color: #2c2c2c;
    line-height: 26px;
    float: right;
    margin-top: 12px;
}

.author-desc {
    font-size: 14px;
    color: #242424;
    text-align: right;
    margin: 0;
    font-weight: 100;
}

/****ralated*******/
.ralated-posts {
    color: #3d3d3d;
    float: right;
    width: 100%;
}

.ralated-title {
    font-size: 17px;
    margin-bottom: 15px;
}

.ralated-title i {
    color: #feb671;
    display: inline-block;
    float: right;
    padding: 4px 9px;
    font-size: 27px;
    margin-left: 2px;
}

.ralated-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4d535b;
    line-height: 40px;
    margin-bottom: 15px;
}

/****sidebar*******/
.sidebar-widget {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar-widget h2,
.sidebar-widget h4 {
    color: #474040;
    margin-bottom: 16px;
    font-size: 16px;
    padding: 4px 0 7px 0px;
    line-height: 1;
}

.sidebar-widget h2:before,
.sidebar-widget h4:before {
    content: "\f00c";
    color: #ffffff;
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: var(--main-color);
    opacity: 0.6;
    border-radius: 48px;
}

.sidebar-widget a {
    color: #000000;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 200;
}

.sidebar-widget a:hover {
    color: var(--main-color);
}

.sidebar-widget li {
    padding: 10px 0px;
    list-style: none;
}

.sidebar-widget img {
    border-radius: 8px;
}

li.recentcomments {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

span.comment-author-link {
    font-weight: 100;
    color: black;
}

/****sidebar widget style search and cat*******/
.sidebar-widget input[type="text"],
.sidebar-widget input[type="email"],
.sidebar-widget input[type="password"],
.sidebar-widget input[type="tell"] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: inherit;
    margin-top: 10px;
}

.sidebar-widget input[type="submit"] {
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 5px 17px;
    margin-top: 10px;
    line-height: 27px;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sidebar-widget input[type="submit"]:hover {
    opacity: 0.8;
}

.sidebar-widget select {
    border: 1px solid #ddd;
    padding: 5px;
}

.sidebar-widget .searchform label.screen-reader-text {
    display: none;
}

/****sidebar widget product search*******/
.sidebar-widget .search-field {
    display: block;
    min-height: 35px;
    font-family: inherit;
    color: #666;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-top: 10px;
}

.sidebar-widget button {
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 5px 17px;
    margin-top: 10px;
    line-height: 27px;
    display: inline-block;
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
}

/****sidebar widget product list*******/
.product_list_widget .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 4px;
    max-width: 88px;
    height: auto;
}

.product_list_widget .product-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 30px;
    float: left !important;
    width: auto !important;
    margin-left: 42px;
}

.product_list_widget .woocommerce-Price-amount.amount {
    color: #979898;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    margin-right: 19px;
}

/****sidebar widget product cat*******/
ul.product-categories li {
    position: relative;
    margin: 0 0 9px;
    font-size: 14px;
    color: #8d8d8d;
    border: 2px solid #d6e0e2;
    border-width: 0 2px 0 0;
    padding: 9px 13px 9px 10px;
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 9px;
}

ul.product-categories li::before {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    border: 2px solid #bababa;
    position: absolute;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 30px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/****page*******/
.page-content {
    width: 100%;
    float: right;
    margin: 40px 0px;
}

/****category*******/
.category-posts {
    color: #3d3d3d;
    float: right;
    width: 100%;
}

.category-title {
    margin: 0px 0 20px 0;
    color: white;
    padding: 60px;
    background-color: #00978b;
}

.category-title h1 {
    color: white;
    margin-bottom: 10px;
}

.product-breadcrumb {
    background: rgba(51, 51, 50, 0.2);
    padding: 0 13px 0 60px;
    border-radius: 5px;
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
}

.product-breadcrumb a {
    color: white;
}

.breadcrumb-title {
    color: #fff;
    letter-spacing: -1px;
    font-size: 25px;
    line-height: 40px;
    margin: 0px 13px;
    vertical-align: middle;
}

.category-posts .post-item {
    float: right;
    margin-bottom: 39px;
}

.page-pagination {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.page-pagination a {
    padding: 4px 16px;
    margin: 0px 2px;
    background: #d2d8dd;
    color: #171414;
    border-radius: 5px;
    font-size: 13px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-pagination a:hover {
    background: var(--main-color);
    color: #fff;
}

.page-pagination span.current {
    background: var(--main-color);
    padding: 4px 16px;
    border-radius: 5px;
    margin-left: 3px;
    color: #fff;
}

.block-archive-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 17px;
}

/***********start comment************/
.comments-number {
    color: #8c7ce5;
}

.comments-label {
    color: #7f8187;
}

.comments-desc {
    display: block;
    font-size: 16px;
    color: #9b9b9b;
    line-height: 17px;
}

.comment-btn {
    float: left;
    padding: 6px 16px;
    font-family: inherit;
    color: #fff;
    border-radius: 5px;
    background-color: var(--main-color);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.comment-btn:hover {
    opacity: 0.8;
}

/****************/
#reply-title,
p.comment-notes {
    display: none;
}

.comment-respond {}

.comment-respond textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: inherit;
}

.comment-respond input[type='text'] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: inherit;
}

.comment-respond p input:focus,
.comment-respond p textarea:focus {
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
}

.comment-respond label {
    display: block;
    color: #6c757d;
    padding-bottom: 3px;
}

.comment-form-rating {
    height: 94px;
    overflow: hidden;
}

.comment-respond #commentform {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#commentform p.comment-form-comment,
#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
}

#commentform p.comment-form-url,
p.comment-form-cookies-consent {
    display: none;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email {
    flex: 0 0 50%;
    padding: 0 15px;
}

#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

.comment-respond input[type="submit"] {
    line-height: 27px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 16px;
    font-family: inherit;
    color: #fff;
    border-radius: 5px;
    background-color: var(--main-color);
    opacity: 0.7;
    transition: all 0.3s ease;
    margin-bottom: -10px !important;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.comments-header {
    padding: 20px;
}

.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 15px;
}

.comments-inner .comment .depth-2 {
    padding: 12px 45px;
    background: white;
}

.comments-inner .comment .depth-3 {
    background: #ecf0f1;
}

.comments-inner .comment .comment-author {
    display: flex;
    margin-bottom: 15px;
}

.comments-inner .comment .comment-author img {
    border-radius: 50%;
    margin-left: 10px;
}

.comments-inner .comment .comment-author .fn {
    margin: auto 0;
    font-size: 16px;
    font-weight: 400;
    color: #535353;
    font-style: normal;
}

.comments-inner .comment .comment-author .says {
    display: none;
}

.comment-author .url {
    font-size: 16px;
    color: #535353;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}

.comments-inner .comment p {
    margin: 15px 0;
    opacity: 0.8;
    font-size: 14px;
    color: #525252;
}

.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #baccba;
    padding: 4px 15px;
}

/*******search-area*********/
.search-area {
    width: 100%;
    height: 234px;
    padding: 91px 12px 23px 12px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: rgb(231 231 231);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: none;
}

.search-area input[type='text'] {
    font-family: inherit;
    width: 100%;
    font-size: 17px;
    height: 64px;
    background: #ffffff;
    padding: 29px;
    color: #a5a5a5;
    border: 1px solid #e6e6e6;
    border-radius: 65px;
    box-shadow: 0 2px 7px -1px rgb(0 0 0 / 10%);
}

.search-area input[type='text']:focus {
    outline: none;
    opacity: 0.9;
    border: 1px solid #b7b7b7;
}

.search-area button {
    position: absolute;
    font-size: 26px;
    left: 34px;
    top: 110px;
    cursor: pointer;
    color: #cfcfcf;
    background: white;
}

.show-search {
    cursor: pointer;
    list-style: none;
}

/*******search-area2*********/
.align-widget {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-area2 {
    width: 50%;
    position: relative;
    float: right;
    margin-top: 0px;
}

.search-area2 input[type='text'] {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    height: 43px;
    background: #f0f0f9;
    padding: 21px;
    color: #586472;
    border: 1px solid;
    border-color: #e7e7e7;
}

.search-area2 input[type='text']:focus {
    outline: none;
    opacity: 0.9;
}

.search-area2 button {
    position: absolute;
    font-size: 20px;
    left: 2%;
    top: 30%;
    cursor: pointer;
    color: #cdd5cf;
    background-color: #ffffff;
    border-radius: 5px;
}

/*******woocomerce single product*********/
.single-product {
    width: 67%;
    float: right;
    margin: 40px 0px;
    background: #fff;
    border-radius: 3px;
    padding: 2px;
}

.product-sidebar {
    width: 30%;
}

.product-title {
    margin-bottom: 30px;
    width: 100%;
    float: right;
}

.product-title h1 {
    color: #2d3232;
    text-align: center;
}

.product-post-thumbnail img {
    margin: auto;
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 4px;
}

.mejs-container * {
    border-radius: 4px;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    border-radius: 4px;
}

.single-product-box {
    width: 100%;
    float: right;
    padding: 10px 0px;
}

.product-content {
    color: #6d6f70;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
}

.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.product-content>p {
    color: #565656;
    font-size: 15px;
    margin: 0 0 1.5em;
    font-weight: 100;
}

.product-content ul {
    margin: -7px 0px 0.5em;
    padding: 0;
}

.product-content ul>li {
    position: relative;
    padding-right: 20px;
    margin: 5px 33px;
    list-style: none;
}

.product-content ul>li::before {
    content: "\f00c";
    color: #fdfdfd;
    background: #b3b3b3;
    text-align: center;
    font-size: 13px;
    right: -14px;
    top: 5px;
    position: absolute;
    transition: all .3s;
    font-family: "font awesome 5 free";
    height: 22px;
    width: 22px;
    line-height: 25px;
    border-radius: 50%;
    font-weight: 700;
}

.fixed-pay-button {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #c3c3c3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    right: 19px;
    border-bottom: 1px solid #ffffff;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    background: #ededed7d;
    border-radius: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff0;
    border: 1px solid #ffffff00;
    flex: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #ffffff;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #ffffff;
    background: white;
    box-shadow: 0px 0px 0 #ffffff;
    display: none;
}

.box-ralated-product {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.box-ralated-product h3 {
    font-size: 18px;
    color: #443f3f;
    margin-bottom: 24px;
}

.box-ralated-product li {
    border: 1px solid #d7cbcb;
    border-radius: 7px;
    overflow: hidden;
}

.box-ralated-product h2 {
    font-size: 16px !important;
    padding: 10px 10px !important;
    text-align: right;
    display: block;
    color: #8a8a8a;
    font-weight: lighter;
}

.box-ralated-product span.price {
    font-size: 14px !important;
    color: #888a8d !important;
    padding: 12px 14px !important;
}

.box-ralated-product .price ins {
    color: #fff !important;
    background: var(--main-color) !important;
    border-radius: 4px;
    padding: 2px 7px 0px;
}

.box-ralated-product .price del {
    font-size: 12px !important;
    color: red !important;
}

.box-ralated-product a.button {
    display: none;
}

.tab-teacher {
    display: flex;
    padding: 22px 2px;
}

.img-teacher {}

.img-teacher img {
    max-width: 210px;
    border-radius: 144px;
}

.bio-teacher {
    font-size: 14px;
    padding: 35px 18px;
    color: #7b7878;
}

.bio-teacher h3 {
    font-size: 20px;
    color: #232323;
    text-align: right;
    padding: 0;
}

.bio-teacher h4 {
    font-size: 15px;
    color: #424242;
    text-align: right;
    padding: 0;
}

.bio-teacher p {
    text-align: justify;
    font-size: 13px;
    line-height: 33px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0px;
    margin: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 5px;
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
}

.woocommerce-Reviews-title {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist {
    overflow: hidden;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 68px 0 0;
    color: #f1c40f;
}

.woocommerce #reviews #comments ol.commentlist ul.children::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #d5d5d5;
    right: 31px;
    top: 54px;
}

.woocommerce #reviews #comments ol.commentlist li .children .comment-text::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    right: -11px;
    top: 37px;
    z-index: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    margin: 20px 42px 0 0;
}

.woocommerce #reviews #comments ol.commentlist li .children .comment-text::before {
    content: " ";
    display: table;
    content: "";
    position: absolute;
    height: 3px;
    width: 10px;
    background-color: #d5d5d5;
    right: -11px;
    top: 34px;
}

.woocommerce div.product #reviews .comment::before {
    display: none;
}

.woocommerce-review__manager {
    background: var(--main-color);
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 10px;
    color: #fff;
    font-style: inherit;
}

.woocommerce-review__verified.verified {
    background: var(--secondary-color);
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 10px;
    color: #fff;
    font-style: inherit;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    color: #747474;
    font-size: 13px;
    line-height: 34px;
}

.woocommerce-review__author {
    opacity: 0.8;
    color: black;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    font-size: 14px;
    color: #161616;
    font-weight: 400;
    margin: 6px 7px;
    padding: 1px 15px;
}

.description_tab a::before {
    content: "\f0ae";
    color: #161616;
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
    margin-left: 4px;
    transition: all 0.3s ease 0s;
    font-weight: 800;
}

.woocommerce p.stars a {
    color: #ffc44de6;
}

.woocommerce .star-rating::before {
    color: #b9b9b9 !important;
}

/**********list lesson tab*********/
.course-tab-box {
    float: right;
    width: 100%;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 6px;
    border: 1px solid #e9ecef;
    border-radius: 3px;
    box-shadow: 0 0px 18px rgb(41 58 78 / 9%);
}

.course-tab-box img {
    display: inline-block;
    width: 40px;
    height: auto;
    float: right;
    margin-top: 9px;
    margin-left: 12px;
}

.course-tab-box p {
    line-height: 40px;
    font-size: 14px;
    color: #808782;
}

.course-tab-box ul {
    margin: 0;
}

.course-tab-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.course-tab-box ul li::before {
    display: none;
}

.course-tab-box ul li h4 {
    padding: 15px;
    cursor: pointer;
    margin: 23px 2px;
    opacity: 0.9;
    font-size: 15px;
    color: #181818;
    position: relative;
}

.course-tab-box ul li h5 {
    padding: 15px;
    cursor: pointer;
    opacity: 0.9;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 500;
}

.course-tab-box ul li h5 i {
    float: left;
    font-size: 23px;
    color: #9b9b9b;
    margin-top: 14px;
}

.course-tab-box ul li h4 i {
    float: left;
    font-size: 23px;
    color: #9b9b9b;
    margin-top: 14px;
}

.course-tab-box ul li ul {
    margin: 0 30px 20px;
    display: none;
}

.course-tab-box ul li ul .info-course {
    float: right;
    width: 100%;
    background: var(--main-color);
    color: #fff;
    padding: 6px;
    font-size: 17px;
    border-radius: 5px;
}

.course-tab-box ul li ul .info-course .time-course {
    float: right;
}

.course-tab-box ul li ul .info-course .time-course i {}

.course-tab-box ul li ul .info-course .link-course {
    float: left;
}

.course-tab-box ul li ul .info-course .link-course a {
    color: #fff;
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 40px;
    font-size: 13px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.course-tab-box ul li ul .info-course .notaccese a {
    background: #7f8c8d !important;
}

.course-tab-box ul li ul .info-course .link-course a:hover {
    opacity: 0.9;
}

.course-tab-box ul li ul .info-course .link-course a i {
    margin-left: 2px;
    font-size: 14px;
}

.course-tab-box ul li ul li {
    padding: 8px;
    background: #ffffff;
    border-top: 1px solid #d5d7dd;
    cursor: pointer;
    font-size: 13px;
    color: #383838;
}

.course-tab-box ul li ul li i {
    margin-left: 3px;
    vertical-align: middle;
    color: var(--main-color);
}

.faq-header {
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 18px;
}

.faq-header h2 {
    color: #000;
    padding: 10px 0px;
    display: inline-block;
    font-size: 21px;
    font-weight: lighter;
}

/*****product sidebar*****/
.product-sidebar-widget,
.box-shadow,
.sidebar-widget {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
}

.box-shadow-transparent {
    width: 100%;
}

.product-prices {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.product-prices p {
    font-size: 28px;
    font-weight: 600;
    color: #4a4949;
    display: inline-block;
}

.product-prices p>span {
    font-size: 19px;
    color: #17a718;
    font-weight: bold;
}

.product-prices p>del {
    color: #8c8c8c;
    font-size: 13px;
}

.product-prices p>ins {
    background: white;
    color: #2c2c2c;
    font-size: 22px;
    font-weight: bold;
}

.woocommerce-Price-currencySymbol {
    font-size: 14px;
    margin-right: 4px !important;
}

.add-card__features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 17px 0;
    line-height: 1.7;
}

.add-card__features-list li {
    font-size: 13px;
    font-weight: 100;
    color: #232323;
    margin-bottom: 3px;
}

.add-card__features-list li::before {
    content: "\f100";
    color: #4b4b4b;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    opacity: 0.7;
}

.pay-button {
    position: relative;
    background-color: var(--main-color);
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 17px 0px rgb(72 72 72 / 51%);
    -moz-box-shadow: 0 0 17px 0px rgba(249, 191, 7, 0.14);
    box-shadow: 0 0 17px 0px rgb(25 25 25 / 21%);
    color: #fff;
    display: block;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
}

.pay-button:hover {
    opacity: 0.8;
}

.pay-button i {
    font-size: 17px;
    vertical-align: middle;
    transition: .4s;
    content: "";
    position: absolute;
    right: -8px;
    top: -5px;
    padding: 17px;
    background: #ffffff29;
    width: 59px;
    height: 55px;
    border-radius: 100em;
}

.installment-button {
    position: relative;
    background-color: #16a605;
    background-color: #0096c2;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
    color: white;
    display: block;
    padding: 8px;
    font-size: 14px;
    margin-top: 7px;
    font-weight: 700;
}

.installment-button:hover {
    opacity: 0.8;
}

.installment-button i {
    font-size: 17px;
    vertical-align: middle;
    transition: .4s;
    content: "";
    position: absolute;
    right: -8px;
    top: -5px;
    padding: 17px;
    background: #ffffff29;
    width: 59px;
    height: 55px;
    border-radius: 100em;
}

.box-rate {
    padding: 0px;
}

.rate-avg {
    color: #626968;
    text-align: center;
    margin-bottom: 4px;
}

.rate-count {
    vertical-align: bottom;
    margin-left: 2px;
    font-size: 19px;
    color: #66c71b;
}

.rate-title {
    display: inline-block;
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 400;
}

.star-size {
    font-size: 17px;
}

.woocommerce.star-avg {
    color: #f99d18;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-list-caption {
    cursor: pointer;
    position: relative;
    color: #1466b9;
}

.file-list-caption i {
    color: black;
    font-size: 25px;
    position: absolute;
    top: 2px;
    left: 0;
}

.file-list-download {
    display: none;
}

.file-list-download a {
    display: block;
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    margin: 10px;
    padding: 1px;
    box-shadow: 0px 2px 2px var(--secondary-color);
}

.file-list-download a:hover {
    padding-right: 2px;
}

.file-list-download i {
    margin-left: 2px;
}

.sale-count {
    color: #a0a0a0;
    text-align: center;
    padding: 30px 15px 5px 15px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.sale-count span {
    font-weight: 400;
}

.number-sale {
    color: #ffffff;
    font-size: 18px;
    background: #a1a1a1;
    padding: 1px 10px;
    border-radius: 6px;
}

.title-sale {
    font-size: 14px;
    color: #777777;
}

.progress-title {
    font-size: 14px;
    color: #3e3e3e;
    padding: 6px 0;
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center;
}

.progress-title i {
    color: #3e3e3e;
    vertical-align: middle;
}

.meter {
    height: 9px;
    position: relative;
    background: #dce5e8;
    margin-top: 10px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    direction: ltr;
}

.meter>span {
    display: block;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #1fbd50;
    position: relative;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

.animate>span>span,
.meter>span:after {
    animation: move 2s linear infinite;
}

.meter>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.attribute-product {
    padding: 6px 10px;
    color: #777;
    border-bottom: 2px solid #f2eded;
    margin-right: 1px;
}

.attribute-product i {
    margin-left: 3px;
    color: #a2a2a2;
    vertical-align: middle;
    border: 1px solid #7d7d7d;
    border-radius: 50%;
    padding: 3px;
    font-size: 13px;
}

.attribute-product span {
    color: #7b868a;
}

.attribute-product span p {
    display: inline;
}

.attribute-product:last-child {
    border-bottom: none;
}

.product-sidebar-meta {
    margin-top: 16px;
}

.meta-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #e9ecef;
    padding-top: 6px;
    color: #7b868a;
    padding-bottom: 6px;
    justify-content: space-between;
    margin: 0 3px;
}

.meta-product-icon {
    font-size: 15px;
    color: #000000;
}

.meta-product-icon i {
    vertical-align: middle;
    margin-top: 2px;
}

.label-meta {
    margin-right: 9px;
    font-size: 13px;
    color: #2c2c2c;
}

.feature-meta {
    color: #2c2c2c;
    font-size: 13px;
}

.view-statistics {
    color: #7b7b7b;
    text-align: center;
    font-size: 15px;
}

.view-statistics i {
    font-size: 16px;
}

.view-product {
    margin-left: 25px;
    border-left: 1px solid #b1a3a3;
    padding-left: 15px;
}

.product-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #2c2c2c;
    float: right;
    margin-left: 12px;
}

.product-information span {
    margin-right: 2px;
}

.product-information>span>a,
.star-rating>span>strong {
    color: #2c2c2c;
    font-weight: 400;
}

.product-shortlink {
    color: #383737;
}

.product-shortlink [type="text"] {
    width: 100%;
    padding: 12px 9px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px #e9efe9 inset;
    text-align: center;
    color: #a4a2a2;
}

.product-shortlink [type="text"]:focus {
    outline: 0;
    border: 1px solid #ffd083ab;
}

.product-shortlink:before {
    content: "\f13d";
    color: #7a7a7a;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}

/*******woocomerce single product-v2*********/
.box-breadcrumb {
    margin-top: 2.75rem;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border: 1px solid #e9e9e9;
    font-family: iranyekan;
}

.box-breadcrumb a {
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-right: 1.5rem;
    padding-left: 1.25rem;
    font-weight: 100;
    color: black;
}

.box-breadcrumb .woocommerce-breadcrumb a:first-child {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    vertical-align: middle;
}

.box-breadcrumb .woocommerce-breadcrumb a:last-child {
    margin-left: 20px;
}

.box-breadcrumb a::after,
.box-breadcrumb a::before {
    position: absolute;
    left: 0px;
    height: 77%;
    width: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

.box-breadcrumb a::after {
    top: -2px;
    transform: rotate(35deg);
    transform-origin: top;
}

.box-breadcrumb a::before {
    bottom: -2px;
    transform: rotate(-35deg);
    transform-origin: bottom;
}

.top-single-product {
    -moz-column-gap: 2.5rem;
    display: flex;
    column-gap: 2.5rem;
    align-items: stretch;
    flex-direction: row;
    padding: 0px;
    background-color: transparent;
    margin-top: 2.5rem;
    margin-bottom: 1.3rem;
    border-radius: 1rem;
    justify-content: space-between;
}

.top-single-product-right {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    display: flex;
}

.top-single-product-left {
    width: 610px;
    height: auto;
    margin-bottom: 0px;
    border-radius: 1.5rem;
    overflow: hidden;
    flex-shrink: 0;
}

.single-product-flex {
    flex-direction: row;
    margin-top: 0.875rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.single-product-title {
    color: #424748;
    font-size: 1.675rem;
    line-height: 40px;
    font-weight: 700;
}

.single-product-desc {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 100;
}

.cart-button {
    position: relative;
    background-color: var(--main-color);
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0 17px 0px rgb(72 72 72 / 51%);
    -moz-box-shadow: 0 0 17px 0px rgba(249, 191, 7, 0.14);
    box-shadow: 0 0 17px 0px rgb(25 25 25 / 21%);
    font-weight: 700;
    width: auto;
    height: 50px;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    margin-bottom: 17px;
    padding: 29px;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.cart-button:hover {
    opacity: 0.8;
}

.cart-button i {
    font-size: 24px;
    vertical-align: middle;
    transition: .4s;
    margin-bottom: 5px;
}

.single-product-prices p>span {
    color: #3f3f46;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.single-product-prices p {
    font-size: 28px;
    font-weight: 600;
    color: #4a4949;
    display: inline-block;
}

.price-product ins {
    color: #3f3f46;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-right: 6px;
}

.price-product del {
    color: #767676;
    font-size: 0.875rem;
    line-height: 2.25rem;
}

.body-single-product {
    flex-wrap: nowrap;
    gap: 1.25rem;
    align-items: flex-start;
    display: flex;
}

#single-product-countdowntimer {
    flex-direction: row;
    display: flex;
    align-items: center;
    padding-top: 0.625rem;
    justify-content: space-between;
    padding-left: 1.25rem;
}

.offer-timer {
    display: flex;
    justify-content: space-around;
    padding: 11px;
    direction: rtl;
    column-gap: 0.625rem;
}

.offer-timer-title {
    text-align: center;
    display: block;
    color: #2ed573;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 21px;
    font-family: kalemeh;
}

.offer-timer-span {
    color: #383838;
    display: flex;
    font-size: 25px;
}

.date-tag {
    text-align: center;
    display: block;
    color: flex;
    font-size: 13px;
    margin-right: 3px;
    color: #898989;
}

.seconds {
    width: 32px;
    color: #2ed573;
}

.percentage-offer {
    display: inline-block;
    margin-left: 9px;
    direction: ltr;
}

.full-body {
    width: 100%;
}

.aside-body {
    position: sticky;
    width: 24rem;
    flex-shrink: 0;
    top: 1.25rem;
}

.single-product-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 10px;
}

.meta-product-item {
    display: flex;
    text-align: right;
    flex-direction: row;
    padding: 1.25rem;
    border-radius: 1rem;
    row-gap: 0.5rem;
    column-gap: 1rem;
    align-items: center;
    background: #fff;
    box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
}

.meta-product-item-icon {
    font-size: 30px;
    color: var(--main-color);
}

.meta-product-item-icon i {
    vertical-align: middle;
    display: inline-block;
}

.meta-product-label {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.75rem;
}

.meta-product-feature {
    color: #888888;
    font-size: 12px;
    line-height: 1rem;
}

.regular-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #8a8a8a;
    display: inline-block;
    margin-left: 8px;
}

.free-label {
    display: inline-block;
}

.single-product-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.product-info-flex {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.product-info-total {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.product-info-total i {
    font-size: 25px;
    color: #2ed573;
}

.star-color {
    color: #fbbf24 !important;
}

.info-total {
    color: #585151;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}

.info-title {
    font-size: 14px;
    color: #8093b5;
}

.product-master-box {
    text-align: center;
}

.product-master-box img {
    border-radius: 41px !important;
    width: 70px;
}

.master-name {
    color: #767676;
    font-size: 13px;
}

.master-name-2 {
    font-weight: 600;
    color: #434141;
    display: block;
    font-size: 16px;
}

.master-job {
    font-size: 13px;
    color: #7c848a;
    line-height: 26px;
    float: right;
    margin-top: 5px;
}

.text-blue-700 {
    color: #3b68dd;
    vertical-align: middle;
}

.product-link {
    color: #383737;
    font-size: 18px;
}

.product-link:before {
    content: "\f13d";
    color: #1b84e0;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}

.product-link [type="text"] {
    width: 100%;
    padding: 12px 9px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px #e9efe9 inset;
    text-align: center;
    color: #7a7676;
    font-size: 17px;
    margin-top: 8px;
}

.title-section {
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #303030;
    font-weight: 600;
    font-family: kalemeh;
    margin-right: 15px;
}

.box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.border-title {
    width: 0.625rem;
    height: 2.5rem;
    background: #f22c2c;
    float: right;
    border-radius: 3px;
}

.box-margin {
    margin-bottom: 5px;
}

.product-content-shadow {
    height: 190px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgb(255 255 255 / 3%) 0%, rgb(250 250 250 / 49%) 35%, rgb(255 255 255) 100%);
}

button.button-more-content {
    opacity: 0.8;
    background: var(--main-color);
    font-family: inherit;
    color: #ffff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    cursor: pointer;
    -moz-user-select: none;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    height: 3.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 16px;
    outline: 0;
}

.rotate-180 {
    rotate: 180deg;
}

.plyr {
    border-radius: 6px;
}

.plyr .plyr__play-large {
    background: var(--main-color);
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
}

.plyr__controls {
    direction: ltr;
}

.plyr button {
    border: none !important;
    opacity: .9;
    cursor: pointer;
    outline: 0;
}

.plyr__volume--display {
    color: var(--main-color) !important;
}

.plyr__progress--played {
    color: var(--main-color) !important;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: var(--main-color) !important;
    color: #fff;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #fff !important;
}

.mobile-v-sidebar {
    display: none;
}

.progress-title-mobile {
    margin-bottom: 0;
    padding: 0;
}

/*******woocomerce single product-v3*********/
.margin-product-master {
    padding-top: 0px;
}

.big-cover-single-product {
    background-size: cover !important;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.bg-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .52;
    z-index: -1;
}

.bg-pattern {
    background: url(img/product-coverpattern.png);
    background-repeat: repeat;
    opacity: .5;
    position: absolute !important;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.info-cover-single-product {
    padding: 89px 0;
}

.big-product-title {
    color: #ffffff;
    font-size: 4.375rem;
    padding-left: 30%;
    line-height: 87px;
    font-weight: 700;
    margin-top: 150px;
    font-family: 'kalemeh';
}

.single-product-btn {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
}

.product-button-plus {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
    height: 50px;
    display: flex;
    padding: 29px;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
}

.single-cart-button {
    background-color: var(--main-color);
    transition: all 0.3s ease-in-out 0s;
    width: auto;
    height: 50px;
    display: flex;
    padding: 29px;
    margin: 0px 33px;
    border-radius: 5px;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
}

.single-cart-button:hover {
    opacity: 0.9;
}

.single-product-thumbnail {
    height: auto;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 62%;
    float: right;
}

.product-caption {
    text-align: center;
    font-size: 46px;
    margin-top: 100px;
    font-weight: 600;
    font-family: 'kalemeh';
    color: #d2d2d2;
    line-height: 50px;
}

.single-product-top-row {
    display: flex;
    align-items: stretch;
    margin: 90px 0;
    justify-content: space-between;
}

.single-product-info {
    flex-wrap: wrap;
    justify-content: space-evenly;
    display: flex;
    list-style-type: none;
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    margin-bottom: 35px;
}

.meta-product-info {
    display: flex;
    text-align: center;
    flex-direction: row;
    padding: 10px 8px;
    border-radius: 1rem;
    row-gap: 0.5rem;
    column-gap: 1rem;
    align-items: center;

}

.meta-product-caption {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.75rem;
}

.single-product-data {
    float: left;
    width: 30%;
    margin-top: 5px;
}

.single-price-box {
    text-align: center;
    margin-bottom: 3px;
    margin-top: 41px;
}

.single-price-box p>span {
    color: #3f3f46;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.single-price-box p {
    font-size: 28px;
    font-weight: 600;
    color: #4a4949;
    display: inline-block;
}

.add-cart-button {
    color: #fff;
    font-size: 19px;
    align-items: center;
    background-color: var(--main-color);
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
    width: auto;
    height: 50px;
    display: flex;
    padding: 25px;
    justify-content: center;
}

.add-cart-button:hover {
    opacity: 0.8;
}

.woocommerce.single-star-avg {
    color: #f9a018;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0;
    width: 100%;
}

.single-star-size {
    font-size: 2em;
}

.master-desc {
    font-size: 13px;
    color: #7c848a;
    line-height: 20px;
}

.product-capacity {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
}

.product-capacity span {
    background: #f14343;
    color: white;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 2px;
}

#single-product-amazingtimer {
    flex-direction: row;
    align-items: center;
    padding-top: 1.625rem;
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: -10px;
    border-bottom: 1px dashed #dfdfdf;
}

.amazing-timer {
    display: flex;
    justify-content: center;
    padding: 11px;
    direction: rtl;
    column-gap: 1.625rem;
}

.part-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.circle-title {
    width: 1.625rem;
    height: 26px;
    background: #b4b4b4;
    border: 4px solid #dedede;
    float: right;
    border-radius: 30px;
    display: inline-block;
}

.title-margin {
    margin-bottom: 10px;
}

.answer-title {
    display: flex;
    align-items: center;
}

.part-answer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

/**style spotplayer**/
#sp H1,
#sp H2,
#sp H3 {
    font-family: inherit !important;
    font-weight: 600 !important;
}

#sp {
    font-family: inherit !important;
}

#sp H3 {
    margin-bottom: 20px !important;
}

/**style cart and checkout page**/
a.checkout-button.button.alt.wc-forward {
    width: 100%;
    padding: 15px !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 100 !important;
}

.woocommerce table.cart img {
    height: auto;
    max-width: 70%;
    border-radius: 7px;
}

.coupon {
    position: relative;
    width: 45%;
}

.coupon label {
    display: none;
}

.coupon button {
    position: absolute !important;
    top: 7px;
    left: 10px;
    right: auto !important;
    height: 41px;
    max-width: 20% !important;
}

.woocommerce textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: inherit;
    border-radius: 10px;
    background: #f7f7f7c7;
    border: 1px solid #565a831a;
}

.woocommerce input[type='text'],
.woocommerce input[type='tel'],
.woocommerce input[type='password'],
.woocommerce input[type='email'] {
    width: 100%;
    outline: 0;
    padding: 13px 10px;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: inherit;
    background: #f7f7f7c7;
    border: 1px solid #565a831a;
    font-weight: 100;
    border-radius: 10px;
    font-size: 14px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    left: 13px !important;
    top: 17px !important;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    font-family: 'Font Awesome 5 pro' !important;
    color: #c5c5c5 !important;
    content: "\f023" !important;
}

.woocommerce #review_form #respond .form-submit input {
    right: auto;
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 5px 27px;
    line-height: 16px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce #review_form #respond .form-submit input:hover {
    opacity: 0.9;
}

.woocommerce input[type="number"] {
    border: 1px solid #c6bcbc;
    border-radius: 4px;
    padding: 5px;
    font-family: inherit;
}

.woocommerce .coupon input[type='text'] {
    width: 100% !important;
    line-height: 52px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
}

.woocommerce button {

    color: #fff !important;
    font-family: inherit !important;
    padding: 14px;
    font-size: 13px !important;
    transition: all 0.3s ease 0s;
}

.woocommerce button:hover {
    opacity: 0.9;
}

button.woocommerce-Button.button:focus {
    outline: none;
    opacity: 0.6;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-left: 0 !important;
    width: 20%;
    margin-top: 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--main-color) !important;
    font-size: 13px !important;
    margin-bottom: 9px;
    min-width: 130px;
    font-weight: 400;
    text-align: center;
    padding: 13px 20px !important;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    transition: .3s !important;
    -webkit-transition: .3s;
    opacity: 0.8;
    line-height: initial;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #ffffff;
    opacity: 0.9;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--main-color) !important;
    opacity: 0.8;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--main-color) !important;
    opacity: 0.9;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3.5em 1em 1em !important;
    font-size: 13px;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left;
    border-bottom: 2px solid;
    float: left;
    margin-right: 10px;
    padding: 8px 18px;
    background-color: var(--main-color) !important;
    color: white;
    line-height: 19px;
    border-radius: 4px;
}

.woocommerce a.button.alt {
    background: var(--main-color) !important;
    font-size: 13px !important;
    margin-bottom: 9px;
    min-width: 128px;
    font-weight: 400;
    text-align: center;
    padding: 13px 20px !important;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    transition: .3s !important;
    -webkit-transition: .3s;
    opacity: 0.8;
}

.woocommerce a.button.alt:hover {
    opacity: 0.9;
}

a.woocommerce-button.button.view {
    background: var(--main-color) !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    margin-bottom: 9px;
    color: #ffffff;
    border-radius: 4px;
}

.woocommerce .product-name a {
    color: #2c2e2f;
}

.woocommerce-Address-title a {
    background: var(--main-color) !important;
    font-size: 13px !important;
    margin-bottom: 9px;
    min-width: 128px;
    text-align: center;
    padding: 6px 20px !important;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    transition: .3s !important;
    -webkit-transition: .3s;
    opacity: 0.8;
    float: left;
}

.woocommerce-Address-title a {
    opacity: 0.9;
}

.woocommerce-Address address {
    float: right;
    margin-top: 10px;
    font-style: inherit;
    color: #9d9d9d;
}

.width-checkout {
    margin: auto;
    width: 100% !important;
}

.woocommerce ul.order_details li {
    margin-right: 20px !important;
    padding-right: 15px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #344e57 !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: 400;
    margin-bottom: 18px;
    color: #484848;
}

.woocommerce ul.order_details li strong {
    line-height: 3.5 !important;
}

/*****style checkbox woocommerce******/
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider-checkbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-checkbox:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

input:checked+.slider-checkbox {
    background-color: var(--main-color);
    opacity: 0.8;
}

input:focus+.slider-checkbox {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-checkbox:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider-checkbox.round {
    border-radius: 34px;
}

.slider-checkbox.round:before {
    border-radius: 50%;
}

/**style archive content product page**/
.archive-pro-item {
    direction: ltr;
}

.archive-pro-item2 {
    margin-bottom: 19px;
}

.student-count {
    color: #757677;
    font-size: 16px;
}

.woocommerce form.woocommerce-ordering select {
    font-family: inherit;
    padding: 5px;
    margin-bottom: 7px;
    border: 1px solid #e1e1e1;
    background: white;
}

header.woocommerce-products-header {
    margin: 55px 0 5px 0;
}

.woocommerce-products-header h1 {
    color: #424242 !important;
}

.woocommerce .woocommerce-result-count {
    color: #424242 !important;
    margin-top: 4px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background: #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 13px;
    margin: 2px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .current {
    background: var(--main-color) !important;
    color: #ffffff !important;
}

/**style archive content product sidebar**/
.archive-sidebar {
    width: 23%;
}

.archive-sidebar p>a {
    color: #fcefef;
    background: #08b60a;
    padding: 5px;
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 9px;
}

.archive-sidebar p>a:hover {
    background: #15dd17;
    color: #fff;
}

.widget_shopping_cart_content {
    color: #0082ad !important;
}

.woocommerce-mini-cart__total.total {
    margin-bottom: 11px;
}

.archive-sidebar ul li span.quantity {}

/**price filter archive product **/
.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    background-color: var(--main-color);
    border: 0;
    color: #fff;
    padding: 6px 26px;
    border-radius: 5px;
    font-size: 15px;
    font-family: inherit;
    margin: 15px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.price_slider_amount .button:hover {
    opacity: 0.8;
}

.price_slider_amount .price_label {
    font-size: 13px;
    color: #181818;
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: var(--main-color);
    border-radius: 50%;
    top: -2px;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background: #dee7ea;
}

.price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
}

.ui-slider-horizontal {
    height: .7em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/***contact form***/
.wpcf7 form .wpcf7-response-output {
    border: 1px solid #dc3232 !important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    direction: rtl;
    font-family: inherit;
    background: #ffffff;
    color: #5d5959;
    padding: 9px 12px;
    margin: 10px 0px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    direction: rtl;
    font-family: inherit;
    background: #ffffff;
    color: #8d8d8d;
    padding: 9px 12px;
    margin: 10px 0px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    outline: none;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin: 25px 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    margin-top: 8px;
    padding: 9px 12px;
    background: #ffffff;
}

textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    opacity: 0.9;
}

.contact-form-input {
    height: 50px;
    display: block;
    background-color: transparent;
    font-size: 14px;
    color: #a7a4a4;
    line-height: 0.9;
    padding: 0 24px;
    width: 100%;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #dddada;
    outline: 0;
    transition: .2s ease all;
    direction: rtl;
    margin: 35px 0;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 11px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-family: inherit;
    background: var(--secondary-color);
    width: 100%;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    cursor: pointer;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    opacity: 0.8;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:focus {
    outline: 0;
}

.cf7-form-input {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100% !important;
    font-size: 14px;
    position: relative;
    color: #ababab;
    direction: rtl !important;
    display: inline-flex;
    margin-left: -4px;
    box-shadow: -3px 2px 62px rgb(56 56 56 / 25%);
    padding: 13px 15px;
}

.cf7-form-input input {
    color: antiquewhite;
}

.cf7-form-input input[type='text']:focus,
.newsletter-form-input input[type='email']:focus {
    outline: none;
    opacity: 0.9;
    box-shadow: -3px 2px 62px rgb(56 56 56 / 25%);
}

.cf7-submit {
    padding: 20px 20px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-family: inherit;
    background: #fb4364;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    position: absolute;
    left: -2px;
    top: -2px;
    cursor: pointer;
}

/***mailchimp form style***/
.mc4-form-required {
    width: 100%;
    direction: rtl;
    font-family: inherit;
    background: #2cad0c00;
    color: #8d8d8d;
    padding: 0px 12px;
}

.mc4-form-submit {
    padding: 19px 16px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-family: inherit;
    background: #fb4364;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    cursor: pointer;
}

.mc4-form-submit:hover {
    opacity: 0.9;
}

.mc4-form-submit:focus {
    outline: none;
    opacity: 0.9;
}

.newsletter-form-input {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100% !important;
    font-size: 14px;
    position: relative;
    color: #ababab;
    direction: rtl !important;
    display: inline-flex;
    margin-left: -4px;
    box-shadow: -3px 2px 62px rgb(56 56 56 / 25%);
    padding: 13px 15px;
}

.newsletter-form-input.mailchimp-pad {
    padding: 3px 7px;
}

.newsletter-form-input input[type='text'],
.newsletter-form-input input[type='email'] {
    color: #8d8d8d;
}

.newsletter-form-input input[type='text']:focus,
.newsletter-form-input input[type='email']:focus {
    outline: none;
    opacity: 0.9;
    box-shadow: -3px 2px 62px rgb(56 56 56 / 25%);
}

/***mailchimp form style***/
/***mobile-header********/
.row-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.mobile-header {
    display: none;
}

.mobile-col25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.mobile-col16 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.mobile-header-icon {
    text-align: left;
    padding: 20px 0;
    cursor: pointer;
}

.mobile-header-icon i {
    font-size: 24px;
    color: #8e8c8c;
}

.mobile-header-icon a {
    position: relative;
}

/***menu responsive********/
#responsive_menu_button {
    float: left;
    cursor: pointer;
    display: none;
}

.open-responsive-menu {}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #909090;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.navigation-sitelogo {
    text-align: center;
}

.navigation-sitelogo img {
    max-width: 150px !important;
}

.navigation-menu {
    overflow-x: auto;
    width: 295px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.3s;
    background: #ffffff;
    height: 100%;
    padding: 20px 25px 22px;
    z-index: 99999;
    transform: translateX(100%);
    box-shadow: 5px 0 4px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 5px 0 4px 5px rgb(169 169 169 / 75%);
}

.active-navigation .navigation-menu {
    transform: translateX(0);
}

.navigation-menu ul {
    margin-top: 86px;
}

.navigation-menu ul li {
    display: block;
    margin: 27px 0;
    position: relative;
}

.navigation-menu>ul>li {
    border-bottom: 1px solid #f8f8f8;
}

.navigation-menu ul li i {
    float: left;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    color: #919191;
}

.navigation-menu ul li a {
    color: #fff;
    font-family: 'iransans';
}

.navigation-menu ul li ul {
    padding: 5px 0;
    background: #1e3853;
    margin-top: 5px;
    display: none;
}

.navigation-menu ul li ul li {
    margin: 7px;
}

.navigation-menu ul li ul li a {
    padding: 0px 10px;
    color: #d5d5d5;
    font-size: 13px;
}

.navigation-menu ul li ul li i {
    float: left;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    color: white;
}

.navigation-menu li::before {
    margin-left: 10px;
    color: antiquewhite;
    font-size: 18px;
    vertical-align: middle;
}

.navigation-close {
    margin-top: 15px;
    margin-right: 50px;
    float: left;
}

.navigation-close i {
    background: #ffa31a;
    color: white;
    padding: 11px 15px;
    font-size: 20px;
    border-radius: 41px;
    cursor: pointer;
}

.search-mobile-menu {
    width: 100%;
    position: relative;
    float: right;
    margin-top: 15px;
}

.search-mobile-menu input[type='text'] {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    height: 43px;
    background: #eaeaea69;
    padding: 21px;
    color: #b1b1b1;
    border: 1px solid;
    border-color: #e9e9e9;
    border-radius: 7px;
}

.search-mobile-menu input[type='text']:focus {
    outline: none;
    opacity: 0.9;
}

.search-mobile-menu button {
    position: absolute;
    font-size: 20px;
    left: 6%;
    top: 30%;
    cursor: pointer;
    color: #cdd5cf;
    background-color: #f0f0f900;
}

.member-course-button {
    display: block;
    width: 100%;
    float: right;
    background: var(--main-color);
    text-align: center;
    margin-top: 24px;
    border-radius: 4px;
}

.member-course-button a {
    color: #fff;
    padding: 10px 0;
    border-radius: 3px;
    display: block;
}

.member-course-button i {
    margin-left: 6px;
}

/******************register main form*****************/
.box-loginform {
    border-radius: 20px;
    position: relative;
    width: 65%;
    height: 80%;
    margin: 80px auto 100px;
    background: #fff;
    box-shadow: rgb(179 179 179) 0px 15px 40px;
}

.form-main {
    position: relative;
    width: 50%;
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    padding: 30px 30px 0;
    float: right;
}

.form-main h2 {
    text-align: center;
    font-size: 14px;
    color: #8c9595;
    line-height: 50px;
    margin-bottom: 20px;
}

.box-rules {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 30px 30px 0;
    float: left;
    background: #fdfdfd;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #858585;
    border-radius: 20px;
}

.box-rules h1,
.box-rules h2,
.box-rules h3,
.box-rules h4 {
    margin: 10px 0px 32px;
    line-height: 1.1 !important;
    font-size: 18px !important;
    color: #8297af !important;
    text-align: center;
}

.box-rules p {
    margin-top: 25px;
}

.box-rules ul li {
    list-style: none;
    line-height: 45px;
    font-size: 13px;
    color: #b4b4b4;
}

.box-rules ul li:before {
    content: "\f00c";
    color: #ffffff;
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    background: var(--main-color);
    opacity: 0.6;
    border-radius: 48px;
}

.bg-login-page {
    overflow: auto;
    background-size: cover;
    visibility: visible;
    z-index: 99;
}

.cover-back-myaccount {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    display: block;
    height: 100%;
}

.reg-logo {}

.reg-logo img {
    max-width: 180px;
    margin: 0px auto 0%;
    text-align: center;
    display: block;
    outline: 0;
}

#button-reg {
    width: 200px;
    margin: 0px auto 30px auto;
    padding: 0;
    text-align: center;
}

.reg-style {
    font-family: inherit !important;
    font-size: 14px !important;
    display: inline-block;
    width: 100px;
    background: white;
    border: 0;
    text-align: center;
    margin-right: -5px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.5s;
    color: #c2c5c5;
}

.active-reg {
    border-bottom: 2px solid #92c54d;
    color: #92c54d;
}

.register-form {}

.login-form {}

.btn-login {
    display: none;
}

.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 1px;
    margin: 0em 0;
    text-align: right;
    border-radius: 5px;
}

.woocommerce form .form-row {
    padding: 5px 0px;
    display: grid;
}

.woocommerce form .form-row em {
    color: #b0b0b0;
    font-style: inherit;
    font-size: 13px;
}

.register-form p {
    font-size: 12px;
    line-height: 32px;
    color: #555555;
    margin: 2px 3px;
}

.woocommerce-password-hint {
    font-size: 12px !important;
}

.register-form a {
    color: green;
    text-decoration-style: dashed;
    border-bottom: 1px solid var(--main-color);
    border-style: dashed;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    color: #b6b6bf;
    font-size: 12px;
}

input#rememberme {
    vertical-align: middle;
}

p.woocommerce-LostPassword.lost_password.password-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-LostPassword.lost_password.password-remember a {
    color: #b6b6bf;
    font-size: 12px;
    transition: all .2s linear;
}

.woocommerce-LostPassword.lost_password.password-remember a:hover {
    color: #ef4848;
}

.remember-label {
    position: absolute;
    right: 74px;
    color: #b6b6bf;
    font-size: 12px;
}

.woocommerce-error-login .toast-progressbar {
    width: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    right: 0
}

.woocommerce-error-login {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 30%), 0 4px 6px -4px rgb(0 0 0 / 30%);
    border-top-color: #b81c23;
    z-index: 1000;
    position: fixed;
    right: 20px;
    bottom: 0px;
    max-width: 90%;
    min-width: 20%;
    background: #fff;
    border-radius: 6px;
    border-right: 4px solid #E91E63;
    color: #777;
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
    background-color: #eab308;
    border: 1px solid #f0c948;
    color: #ffffff;
}

.woocommerce-error-login::before {
    font-family: WooCommerce;
    content: "\e016";
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 20px;
    color: #ffffff;
}

/******************????? ??? ??? ???*****************/
/******************login popup*****************/
#login_popup {
    display: none;
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    border-radius: 1rem;
    padding: 20px 0 20px 0;
    margin: auto auto;
    overflow: hidden !important;
    width: 25%;
    height: fit-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#cover-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    opacity: .9;
    z-index: 999;
    color: white;
    font-size: 35px;
    padding-top: 450px;
    text-align: center;
    margin: auto auto;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    opacity: .9;
    z-index: 8;
}

#cover-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .5;
    z-index: 999;
}

.login-popup {
    padding-top: 80px;
}

.login-popup .login-pop {
    height: auto;
    overflow-x: hidden;
    border: none;
    position: relative;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
}

.login-popup .login-pop .form {
    width: 100%;
}

.login-popup .login-pop form {
    width: 90% !important;
    padding: 0 13px !important;
}

.top-login-pop {
    position: relative;
}

.top-login-pop a {
    font-size: 24px;
    color: #ffffff !important;
    position: absolute;
    left: 24px;
    top: 5px;
    cursor: pointer;
    background: #c7c7c7;
    padding: 5px 9px;
    border-radius: 37px;
    font-size: 18px;
}

.login-popup a {
    color: #a1a1a1;
}

.login-popup .p.woocommerce-LostPassword {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #cfcfcf;
}

.login-popup form.woocommerce-form-login,
.login-popup form.woocommerce-form-register,
.login-popup form.woocommerce-ResetPassword {
    width: 70%;
    margin: auto;
}

.login-popup form.woocommerce-form-login p,
.login-popup form.woocommerce-form-register p,
.login-popup form.woocommerce-ResetPassword p {
    padding: 4px 0;
}

.login-popup form.woocommerce-form-login p label {}

.login-popup input[type="text"],
.login-popup input[type="password"],
.login-popup input[type="email"] {
    width: 100%;
    background: #f3f4f6ad;
    border: none;
    border-bottom: 1px solid #d7d3d3;
    padding: 13px 10px;
    font-size: 14px;
    border-radius: 0.75rem;
}

.login-popup input[type='text']:focus,
.login-popup input[type='password']:focus {
    outline: none;
    opacity: 0.9;
    border-bottom: 1px solid #dbdbdb;
    background: #efefef;
}

.login-popup button {
    background: var(--main-color);
    color: #fff;
    padding: 13px 18px;
    border-radius: 0.75rem;
    font-family: inherit;
    display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-popup button:hover {
    opacity: 0.9;
}

.register-link {
    color: var(--main-color) !important;
    border: 1px solid var(--main-color);
    border-radius: 0.75rem;
    width: 100%;
    display: block;
    line-height: 44px;
    margin-top: 6px;
}

.form.sign-in h2 {
    font-size: 22px;
    color: #474747;
    font-family: yekanbakh;
    margin-top: 20px;
}

/*****end login popup*****/
/*******??? ?? ??? ??? ??????******/
.mc-cols {
    margin-bottom: 10px;
}

.mc-field label {
    display: block;
    margin-bottom: 20px;
    margin-top: 4px;
    color: #8d8d8dba;
    font-family: 'yekanbakh';
    font-size: 15px;
}

.mc-cols input {
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-family: inherit;
}

.mc-cols input:focus {
    outline: none;
    opacity: 0.9;
    border: 1px solid #afafaf;
}

.mc-cols span {
    font-size: 14px;
    position: absolute;
    left: 37px;
    bottom: 8px;
}

.mc-cols img {
    position: absolute;
    left: 8px;
    bottom: 13px;
}

.mc-login-result {
    font-size: 14px !important;
    color: #555555;
    margin: 7px 0px;
    text-align: center;
}

.sign-in button svg {
    width: 20px;
    height: 20px;
    display: none;
    vertical-align: middle;
}

.sign-in form.loading button svg {
    display: inline;
}

.sign-in button svg path,
.sign-in button svg rect {
    fill: #ffffff;
}

.mc-massage {
    text-align: right;
    display: none;
    background: #ff4c5a3d;
    color: #ff4f4f !important;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 10px 0px !important;
    width: 100%;
    font-size: 13px !important;
}

.mc-massage.active {
    display: flex;
}

#mc-login {
    margin: 15px auto 0px auto;
}

#mc-verify {
    margin: 15px auto 0px auto;
    display: none;
}

.mc-codes {
    display: flex;
    gap: 5px;
    justify-content: space-around;
    margin: 10px 0;
    direction: ltr;
}

.mc-codes input {
    font-family: inherit;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    text-align: center;
    font-size: 23px;
    color: var(--main-color);
    direction: ltr;
    background: #ebebebf2 !important;
}

.mc-codes input:focus {
    outline: 0;
}

.mc-resend {
    color: red !important;
    opacity: 0.6;
    border-bottom: none !important;
}

.mc-resend.active {
    opacity: 1;
    cursor: pointer;
}

.mc-resend:hover {
    color: red !important;
    opacity: 0.6;
}

.mc-no-receive {
    text-align: center;
}

.mc-countdown {
    color: var(--main-color);
    font-size: 17px;
}

.mc-buttons {
    margin: 2px 0;
}

.mc-buttons button {
    width: 100%;
}

.mc-btn.mc-btn-secondary {
    background: none !important;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color) !important;
    font-weight: 100;
    border-radius: 0.75rem !important;
    display: none;
}

.login-pop #mc-verify {
    display: none;
}

.login-pop.verify #mc-verify {
    display: block;
}

.login-pop.verify #mc-login {
    display: none;
}

.login-pop form button[disabled] {
    filter: grayscale(1);
    opacity: .6;
}

.mc-success {
    text-align: center;
    background: #34c23447;
    color: green;
    border: 1px solid green;
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 5px;
    font-size: 13px !important;
}

/****countdown-timer*****/
.countdowntimer {
    display: flex;
    justify-content: space-around;
    padding: 11px;
    direction: rtl;
}

.countdown-title {
    text-align: center;
    display: block;
    color: #ff0000;
    margin-bottom: 4px;
}

.countdown-title i {
    font-size: 16px;
    margin-left: 6px;
    color: #ff0000;
    vertical-align: middle;
}

.counter-span {
    color: #212121;
    display: flex;
    float: left;
    text-align: center;
    font-size: 16px;
}

.date-label {
    text-align: center;
    display: block;
    color: flex;
    font-size: 11px;
    margin-right: 3px;
}

.sec-back {
    height: 32px;
    padding: 1px 6px;
    border-top-right-radius: 8px;
    background: #ff3636;
    color: azure;
}

/***responsive********/
@media screen and (max-width: 1400px) {
    .container {
        padding: 0px 5px;
    }

    .footer-about {
        width: 50%;
        margin-bottom: 20px;
    }

    .box-loginform {
        width: 90%;
    }
}

@media screen and (max-width: 1350px) {
    .product-card-archive {
        max-width: 268px;
    }

    #contact_popup {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0px 5px;
    }

    .login-button>a {
        padding: 12px 10px;
        font-size: 12px;
    }

    .left-header i {
        padding: 11px 14px;
        margin-top: 3px;
        font-size: 20px !important;
    }

    #login_popup {
        width: 60%;
    }

    .single-content,
    .single-sidebar,
    .single-product,
    .single-archive,
    .archive-sidebar,
    .product-sidebar {
        width: 100%;
    }

    .single-content {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .amazing-offer {
        padding-top: 0;
    }

    .product-card-archive {
        max-width: 100%;
    }

    .product-sidebar-widget,
    .box-shadow,
    .sidebar-widget,
    .box-shadow-transparent {
        padding: 19px 15px;
    }

    .title-margin {
        margin-bottom: -5px;
    }

    .footer-about {
        width: 100%;
        margin-bottom: 19px;
        text-align: center;
    }

    .footer-column {
        width: 36%;
        max-width: none;
    }

    .footer-one-col {
        width: 100%;
    }

    .footer-social3 {
        display: block;
        margin-top: 3%;
        text-align: center;
        width: 100%;
    }

    .video-right {
        width: 70%;
    }

    .video-left {
        width: 29%;
    }

    .col-box {
        width: 50% !important;
    }

    .offer-thumbnail-col {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

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

    .top-single-product {
        flex-direction: column-reverse;
        align-items: center;
        box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
        padding: 19px 10px;
        background-color: #fff;
        margin: 10px 0;
    }

    .top-single-product-left {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .single-product-desc {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #single-product-countdowntimer {
        margin-top: 0;
    }

    .single-product-top-row {
        flex-direction: column;
        margin: 50px 0;
    }

    .single-product-info {
        margin-bottom: 50px;
    }

    .single-product-thumbnail,
    .single-product-data {
        width: 100%;
    }

    .single-product-thumbnail {
        margin-bottom: 50px;
    }

    .margin-product-master {
        padding-top: 20px;
    }

    .col-item-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0px 20px;
    }

    .right-topbar {
        width: 59%;
    }

    .left-topbar {
        width: 39%;
    }

    .userlogin-name {
        display: none;
    }

    .login-button-intro i {
        margin-right: 18px;
    }

    .main-menu {
        display: none;
    }

    #login_popup,
    #contact_popup {
        width: 90%;
    }

    #topbar-notif {
        height: auto;
    }

    #topbar-notif p {
        max-width: 65%;
    }

    .notifbody a {
        min-width: 22%;
        margin-bottom: 12px;
    }

    .product-prices {
        margin-top: 10px;
    }

    .course-chapter span {
        font-size: 13px;
        display: block;
        width: 90%;
    }

    .course-chapter p {
        font-size: 11px;
        line-height: 22px;
    }

    .body-single-product {
        flex-wrap: wrap;
    }

    .big-product-title {
        padding-left: 0;
    }

    .box-loginform {
        margin: 40px auto 40px;
    }

    .box-rules ul li {
        line-height: 28px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .offer-thumbnail-col {
        width: 100%;
    }

    .offer-content-col {
        width: 100%;
    }

    .mobile-v-sidebar {
        display: block;
    }

    .mobile-sidebar-hide {
        display: none;
    }

    .section-content {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .section-image {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .video-right {
        width: 100%;
        margin-bottom: 40px;
    }

    .video-left {
        width: 100%;
    }

    .child-left {
        margin-bottom: 40px;
    }

    .brand-item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .paln-column-item,
    .paln-child {
        flex-direction: column;
    }

    .paln-child {
        padding: 20px 0;
    }

    .child-center {
        padding: 0;
        margin: 20px 0 30px 0;
    }

    .footer-about {
        width: 100%;
        margin-bottom: 19px;
    }

    .footer-column {
        width: 36%;
        max-width: none;
    }

    .footer-one-col {
        width: 100%;
    }

    .topbar {
        display: none;
    }

    .sitelogo {
        padding: 10px 0;
    }

    .sitelogo img {
        max-width: 110px !important;
    }

    .mobile-header {
        display: block !important;
        clear: both;
        z-index: 99;
        top: 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        height: 65px;
        background-color: #fff;
        box-shadow: 0 5px 20px -14px rgb(0 0 0 / 50%);
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        transition: 0.3s ease-in-out;
    }

    .sticky-mobile-header {
        position: -webkit-sticky;
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .header {
        display: none;
    }

    .parent-relative {
        display: none;
    }

    #responsive_menu_button {
        display: block;
        padding: 16px 0px;
        font-size: 30px;
    }

    .member-course-button {
        display: block;
        width: 100%;
        float: right;
    }

    .search-area {
        height: 192px;
    }

    .portfolio-flex {
        display: inline-block;
        width: 100%;
    }

    .portfolio-item {
        width: 100%;
    }

    .col-box {
        width: 100% !important;
        padding: 0 !important;
    }

    .countdowntimer {
        margin: 0px 151px;
    }

    .product_list_widget .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        float: none;
    }

    .block-archive-post {
        grid-template-columns: 1fr 1fr !important;
    }

    .footer-copy-right p {
        text-align: center;
        float: none;
    }

    .footer-social-copyright {
        text-align: center !important;
        width: 100%;
        display: flow-root;
        margin-top: 20px;
    }

    .footer-nemad {
        text-align: center !important;
    }

    .footer-services {
        padding: 25px 1px;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .services-col {
        text-align: center;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        flex-grow: 1;
        margin-top: 20px;
    }

    .slider-content {
        padding: 10px;
        margin-top: 4%;
    }

    .professionalslider-item p {
        font-size: 27px;
    }

    .footer-button-copyright,
    .footer-big-button-social {
        text-align: center;
        width: 100%;
        display: flow-root;
        margin-top: 10px;
    }

    .footer-button-copyright a,
    .footer-big-button-social a {
        padding: 4px 11px;
        width: 100% !important;
        display: inline-grid;
    }

    .tab-teacher,
    .bio-teacher h4,
    .bio-teacher h3,
    .bio-teacher p {
        display: block;
        text-align: center;
    }

    .form-main {
        width: 100%;
        float: none;
    }

    .box-rules {
        width: 100%;
        height: 90%;
        margin: 15px 0 40px;
        padding: 0 12px 0;
        border: none;
    }

    .box-rules ul li:before {
        margin-left: 4px;
    }

    .col-card-3,
    .col-card-4 {
        grid-template-columns: 1fr 1fr;
    }

    .col-item-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0px 50px;
    }

    #commentform p.comment-form-author,
    #commentform p.comment-form-email {
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .special-container {
        padding: 0px 30px;
    }

    .single-sidebar {
        margin: 0;
    }

    .left-topbar ul.menu {
        display: none;
    }

    #topbar-notif p {
        margin-left: 0px;
        padding: 5px 15px 5px 0px;
        max-width: 70% !important;
        font-size: 16px;
    }

    .notifbody a {
        padding: 8px 7px;
        font-size: 11px;
    }

    .sitelogo img {
        max-width: 91px !important;
        padding: 5px 0px;
    }

    .contact-logo img {
        max-width: 70%;

    }

    .category-title {
        padding: 30px 0px 30px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        width: auto;
        margin-right: -10px;
        margin-left: -10px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 2px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background-color: #ee273a00;
        border-bottom: none;
        z-index: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: inherit;
        text-shadow: inherit;
        background-color: #ee273a;
        box-shadow: 0 10px 35px rgb(251 186 186 / 25%);
        color: white;
        border-radius: 50px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
        color: white;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 13px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        border: none;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p {
        font-size: 12px;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        margin: 0 0 0px;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 15px 0;
        -webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
        -moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
        box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
        padding: 10px 5px;
        background: #fff;
    }

    .product-breadcrumb {
        padding: 0 7px;
        display: block;
    }

    .fixed-pay-button {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 7px 15px 7px;
        -webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
        -moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
        box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
        display: block;
        text-align: -webkit-center;
    }

    .fixed-pay-button i {
        vertical-align: middle;
    }

    .mobile-pay-button {
        width: 90%;
        text-align: center;
        display: block;
        color: #fff !important;
        font-size: 13px;
        border-radius: 4px;
        height: 40px;
        line-height: 40px;
        background-color: #8571ea;
        background: linear-gradient(45deg, rgb(247, 191, 66), rgb(255, 101, 137));
        box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
    }

    .info-cover-single-product {
        padding: 89px 10px;
    }

    .big-product-title {
        font-size: 2.675rem;
        line-height: 75px;
        margin-top: 22px;
        margin-bottom: 25px;
        text-align: center;
    }

    .single-product-btn {
        display: block;
    }

    .single-cart-button {
        margin: 20px 0px;
    }

    .section-content {
        width: 100%;
        padding-bottom: 5px;
    }

    .section-content h2 {
        font-size: 34px;
        line-height: 54px;
        text-align: center;
    }

    .section-image {
        width: 100%;
    }

    .section-image img {
        max-width: 100% !important;
    }

    .section-content ul li {
        line-height: 30px;
        font-size: 12px;
        margin-right: 0px;
        text-align: right;
    }

    .consulting-request a,
    .consulting-request,
    .section-content>a {
        width: 100%;
    }

    .section-content>a {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .consulting-request a {
        margin-top: 30px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .popup-contact-form label {
        margin-bottom: 12px;
    }

    #mc-verify {
        margin: 0px auto 0px auto;
    }

    .mc-login-result {
        font-size: 12px !important;
        margin: 0px;
    }

    #mc-login {
        margin: 0px auto 0px auto;
    }

    .form-pad {
        margin-bottom: 15px;
    }

    .receive-pad {
        margin-bottom: 0px;
    }

    blockquote {
        margin: 15px 0;
        font-size: 13px;
    }

    .slider {
        margin: 1.5px;
    }

    .portfolio-head h2 {
        font-size: 20px;
    }

    .woocommerce-review__published-date {
        display: block;
        font-size: 11px;
        line-height: 15px;
        color: #9f9f9f;
    }

    span.woocommerce-review__dash {
        display: none;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
        font-size: 12px;
        position: absolute;
        left: 0px;
        top: 49px;
    }

    .course-tab-box ul li ul .info-course .time-course {
        float: none;
        text-align: center;
    }

    .course-tab-box ul li ul .info-course .link-course {
        float: none;
        text-align: center;
        width: 100%;
    }

    .course-tab-box ul li h4 i {
        position: absolute;
        left: 0px;
        top: 8px;
    }

    #rcp-account-overview td,
    #rcp-payment-history td {
        text-align: right !important;
    }

    li.rcp_subscription_level {
        padding: 12px 13px !important;
    }

    .box-pad {
        overflow: hidden;
    }

    .column-review {
        width: 100%;
    }

    .column-customer-review {
        width: 100%;
    }

    .comments-header {
        padding: 0px;
        margin-top: 20px;
    }

    .comment-btn {
        margin: 0;
    }

    .comments-desc {
        line-height: 28px;
    }

    .page-title {
        text-align: center;
    }

    .post-author-name {
        padding-top: 15px;
    }

    .author-box img {
        width: 55px;
        height: auto;
    }

    .author-desc {
        display: inline-block;
        font-size: 13px;
    }

    .footer-button-copyright svg,
    .footer-button-copyright i {
        position: static;
        margin: 0 0 0 5px;
    }

    .produc-title-box {
        font-size: 17px;
    }

    .offer-content-col {
        padding-right: 0;
        padding-left: 0;
    }

    .add-to-cart {
        width: 130px;
    }

    .course-section {
        padding: 10px 0px;
    }

    .course-section-title .fal {
        left: 11px;
        top: 23px;
        font-size: 15px;
        background: var(--main-color);
        width: 25px;
        height: 25px;
        border-radius: 30px;
        padding: 7px 6px;
        color: #fff;
        font-weight: 600;
    }

    .lesson-title>h4 {
        font-size: 13px;
        line-height: 23px;
    }

    .lesson-title>p {
        font-size: 11px;
        line-height: 16px;
    }

    .private-lesson span {
        display: none;
    }

    .course-panel-heading .preview-button {
        display: none;
    }

    .preview-button.for-mobile {
        display: block;
        border-radius: 30px;
    }

    .course-section-title img {
        max-width: 35px !important;
        margin-left: 5px;
        max-height: 35px;
    }

    .single-product-meta {
        gap: 0.625rem;
    }

    .top-single-product-left {
        border-radius: 1rem;
    }

    #single-product-countdowntimer {
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }

    .single-product-flex {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .cart-button {
        width: 100%;
    }

    .meta-product-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 4px;
    }

    .footer-column {
        width: 100%;
        text-align: center;
        margin-bottom: 36px;
        max-width: none;
    }

    .footer-social {
        width: 100%;
        text-align: center;
    }

    .block-archive-post {
        grid-template-columns: 1fr !important;
    }

    .coupon {
        width: 100%;
    }

    .footer-button-copyright a,
    .footer-big-button-social a {
        width: 100% !important;
        display: block;
    }

    .footer-row1,
    .footer-row2 {
        width: 100%;
        text-align: center;
        margin-bottom: 36px;
        max-width: none;
    }

    .col-card-3,
    .col-card-4,
    .col-card-2 {
        grid-template-columns: 1fr;
    }

    .col-item-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-item-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-item-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .price-button a {
        padding: 10px 76px;
    }

    .course-tab-box ul li ul .info-course {
        font-size: 14px;
    }

    .course-tab-box ul li ul .info-course .link-course a {
        font-size: 10px;
    }

    .course-tab-box ul li ul {
        margin: 0 0px 20px;
    }

    .professionalslider-item p {
        font-size: 27px;
        line-height: 45px;
        text-align: center;
        padding: 0 10px;
    }

    .slider-content {
        float: left;
        display: block;
        position: unset;
        width: 100%;
        line-height: 76px;
        padding: 5px 8px;
        margin: 23px 0;
    }

    .professionalslider-item img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 567px) {
    .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-left: auto;
        margin-right: auto;
    }

    .special-container {
        padding: 0px;
    }

    .right-topbar,
    .left-topbar {
        width: 100%;
    }

    .ic-cart-sidebar-wrapper {
        width: 320px !important;
        padding: 20px 15px !important;
    }

    .cartcontents {
        max-height: 430px !important;
    }

    .ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:last-child {
        left: 3px !important;
        top: -5px !important;
    }

    .ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:first-child {
        left: 3px !important;
        bottom: -20px !important;
    }

    .ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
        min-height: 70px !important;
        max-width: 45px !important;
    }

    .ic-mini-cart-count-price.ic-mini-cart-title-input {
        max-width: 170px !important;
    }

    .ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
        margin-top: 18px !important;
    }

    #cover-text {
        font-size: 23px;
        top: 80px;
    }

    .bg-notif {
        background-size: cover;
    }

    .notif-btn {
        text-align: center;
        width: 100%;
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notifbody a {
        width: 55%;
        font-size: 14px;
        margin-top: 0px;
    }

    #topbar-notif p {
        max-width: 99% !important;
        text-align: center;
        float: none;
        padding-right: 34px;
    }

    #close-notif i {
        padding: 2px;
        margin-top: 7px;
    }

    #contact_popup {
        max-height: 85%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto auto;
    }

    .child-left {
        margin-bottom: 40px;
        width: 100%;
    }

    .counter-item {
        padding: 16px 0px;
        font-size: 18px;
        max-width: 70px;
        min-width: 70px;
    }

    .counter-date-label {
        font-size: 14px;
    }

    .woocommerce-error .button {
        display: none;
    }

    .woocommerce-error-login {
        min-width: 90%;
    }

    .course-tab-box ul li h4 {
        font-size: 13px;
    }

    .countdowntimer {
        margin: 0px;
    }

    .ralated-title h3 {
        font-size: 17px;
    }

    .woocommerce ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    .block-archive-post {
        grid-template-columns: 1fr !important;
    }

    .post-item img {
        display: block;
        margin: auto;
    }

    .product-item img {
        margin: auto;
        width: 100%;
    }

    .course-item img {
        width: 100%;
    }

    .item-price ins {
        font-size: 15px !important;
    }

    .item-sales,
    .rating-number {
        font-size: 19px !important;
    }

    .add-to-cart {
        width: 170px;
    }

    .brand-pic-v3 {
        width: 70px;
    }

    .product-content-shadow {
        background: linear-gradient(180deg, rgb(255 255 255 / 3%) 0%, rgb(250 250 250 / 71%) 35%, rgb(255 255 255) 100%);
    }

    .single-title h1 {
        font-size: 22px;
    }

    .single-post-meta {
        margin-left: 9px;
        font-size: 11px;
    }

    .section-title h2 {
        font-size: 17px;
        font-weight: 700;
    }

    .section-button a {
        padding: 4px 6px;
        font-size: 13px;
    }

    .offer-content-col h2 {
        line-height: 24px !important;
        margin-bottom: 13px;
        padding-right: 15px !important;
        font-size: 19px !important;
    }

    .amazing-produc-title-box {
        height: 47px;
    }

    .product-details {
        padding: 0 15px !important;
    }

    .product-details-v2 {
        padding: 0 10px 20px 10px !important;
    }

    .amazing-offer-preview {
        padding: 13px 3px !important;
        font-size: 14px !important;
    }

    .amazing-offer-add-to-cart,
    .count-sales-detail {
        font-size: 14px !important;
    }

    .amazing-offer-price {
        font-size: 17px;
    }

    .amazing-offer-price:after {
        background: #70707000;
    }

    .main-card {
        padding-right: 15px !important;
    }

    .offer-item-cat a {
        margin-left: 3px;
        font-size: 12px !important;
    }

    .app-box ul li a {
        padding: 2px 40px 2px 10px;
    }

    .offer-timer {
        justify-content: center;
        column-gap: 0.625rem;
        background: #f3f4f6;
        border-radius: 0.75rem;
        width: 100%;
        padding-top: 0.55rem;
        padding-bottom: 0;
        margin-top: 8px;
        padding-left: 30px;
    }

    .single-product-title {
        line-height: 42px;
        font-size: 1.4rem;
    }

    .single-product-prices {
        margin-bottom: 1.25rem;
    }

    .single-product-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .box-breadcrumb {
        display: none;
    }

    .single-product-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .product-master-box img {
        width: 60px;
    }

    .amazing-timer {
        column-gap: 1.5rem;
        border-radius: 0.75rem;
        padding-top: 0.55rem;
        padding-bottom: 0;
        margin-top: 8px;
        padding-left: 30px;
    }

    .private-margin,
    .download-btn i,
    .play-videolesson i,
    .lesson-time,
    .course-title h4 {
        font-size: 13px;
    }

    .download-btn svg {
        height: 16px;
        width: 16px;
    }

    .lesson-download-btn,
    .subtitle-lesson,
    .dont-access-colo,
    .lesson-video-btn,
    .dont-access-color {
        font-size: 12px;
    }

    .course-headline span {
        font-size: 15px;
    }

    .course-section-title {
        line-height: 30px;
    }

    .product-caption {
        color: rgba(0, 0, 0, .05);
        margin-top: 50px;
    }

    .single-product-info,
    .meta-product-info {
        display: block;
    }

    .footer-button-copyright a,
    .footer-big-button-social a {
        font-size: 11px;
        line-height: 18px;
        padding: 6px 0px;
    }

    .footer-menu ul li a {
        padding: 0 0 16px 15px;
    }

    .col-item-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-item-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-item-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

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

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        text-align: center;
        float: none;
    }

    .sale-count {
        padding: 30px 0 0 0;
    }

    .title-sale {
        font-size: 13px;
    }

    .price-button a {
        padding: 7px 13px;
    }

    .services-col {
        flex: 0 0 50%;
    }

    .footer-services {
        justify-content: center;
    }

    .offer-item-cat i,
    .offer-item-cat a,
    .offertimer-countdown-title {
        display: none;
    }

    .offertimer span {
        font-size: 13px !important;
    }

    .offertimer i {
        font-size: 10px !important;
    }

    .discount-offer {
        font-size: 14px !important;
        width: 55%;
    }

    .discount-offer {
        margin-top: -3px;
    }

    .add-to-cart {
        width: 155px;
    }

    .item-price ins {
        font-size: 14px !important;
    }

    .show-search {
        display: none;
    }

    .mobile-header-icon {
        margin-left: 12px;
    }

    .last-post span {
        display: none;
    }

    .woocommerce-LostPassword.lost_password.password-remember a {
        display: block;
    }

    .section-content i {
        float: left;
    }

    .app-box li {
        width: 100%;
    }

    .app-box i {
        left: 15px;
        right: inherit;
    }

    .footer-menu ul li a {
        padding: 0 0 16px 10px;
        font-size: 12px !important;
    }

    .footer-vertical-menu ul li a {
        font-size: 12px !important;
    }

    .footer-about h3,
    .widget-row-title {
        font-size: 15px !important;
    }

    .mc4-form-required {
        padding: 0px 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 355px) {
    .notifbody {
        margin-bottom: 56px;
    }

    .course-value {
        font-size: 14px !important;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 12px;
        line-height: 23px;
    }

    .author-job {
        font-size: 10px;
    }

    .woocommerce-review__author {
        font-size: 13px;
    }

    .item-price ins,
    .item-price {
        font-size: 13px !important;
    }

    .amazing-offer-detail-box {
        justify-content: space-between;
        padding: 15px 10px;
    }

    .add-to-cart {
        max-width: 123px;
        font-size: 14px !important;
    }

    .rating-number,
    .item-sales {
        font-size: 17px !important;
    }

    .item-cat a {
        font-size: 12px !important;
    }

    .section-title h2 {
        font-size: 14px !important;
        font-weight: 700;
    }

    .section-title h4 {
        font-size: 13px !important;
    }

    .section-button a {
        padding: 3px 4px;
        font-size: 12px !important;
    }
}



.search-con {
    padding-top: 10px;
}

.searchwp-live-search-results {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    max-height: 300px;
    min-height: 175px;
}

.search-result-more {
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px;
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
}

.search-result-more i {
    margin-right: 5px;
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
    outline: 0;
    min-height: 137px;
}

.searchwp-live-search-result:hover {
    background: #fafafa;
}

.searchwp-live-search-no-results {
    padding: 3em 2em;
    text-align: center;
}

.searchwp-live-search-no-min-chars::after {
    display: block;
    text-align: center;
    padding: 1.5em 2em 0;
}

.searchwp-live-search-no-min-chars .spinner {
    opacity: 0.3;
}

.searchwp-live-search-result p {
    font-size: 0.9em;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.searchwp-live-search-result--focused {
    background: #ddd;
}

.searchwp-live-search-result--focused a {
    color: #000;
}

.searchwp-live-search-result:last-of-type p {
    border-bottom: 0;
}

.searchwp-live-search-result a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchwp-live-search-instructions {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.re-img {
    float: right;
    width: 16%;
}

.re-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.re-desc {
    float: right;
    padding-right: 10px;
    max-width: 83%;
}

.re-title {
    display: block;
    font-size: 14px;
    color: #767676;
}

.re-subtitle {
    color: #757575;
    font-size: 13px;
    float: right;
    display: block;
    width: 100%;
}

.re-price {
    font-size: 13px;
    float: right;
    display: block;
    width: 100%;
    color: #787878;
}

.re-price ins {}

.re-price del {
    color: #39b156;
}

.re-nstock {
    color: #757575;
    font-size: 13px;
    float: right;
    display: block;
    width: 100%;
}

.searchwp-live-search-results-showing::-webkit-scrollbar {
    width: 5px;
}

.searchwp-live-search-results-showing::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.searchwp-live-search-results-showing::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.prod-cat {
    padding: 0;
    border: none;
    position: relative;
}

.prod-cat select {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    outline: 0;
    padding: 5px 20px 5px 15px !important;
    border-radius: 0 22px 22px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.search-field {
    display: inline-block;
    min-height: 35px;
}

.search-form-ajax {
    display: flex;
}

.searchwp-live-search-no-min-chars::after {
    content: 'لطفا کاملتر تایپ کنید...';
}

.searchwp-live-search-no-min-chars .spinner {
    top: 35px !important;
}



.ic-cart-sidebar-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px 30px;
    width: 400px;
    background: #fff;
    z-index: 999999;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.3s;
    overflow-x: auto;
    box-shadow: 5px 0 4px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 5px 0 4px 5px rgb(169 169 169 / 75%);
    border-top: 6px solid var(--main-color);
}

.active-mini-cart .ic-cart-sidebar-wrapper {
    transform: translateX(0);
}

.ic-cart-header-btn {
    background: #ddd0;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 6px;
    cursor: pointer;
    text-align: center;
}

.cartcontents {
    max-height: 450px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ic-cart-sidebar-wrapper .remove.remove_from_cart_button {
    position: absolute;
    right: 3px;
    top: 42px;
    color: #afafaf;
    border-radius: 30px;
    font-size: 30px;
    font-weight: 100;
}

.ic-mini-cart-count-price.ic-mini-cart-title-input {
    font-size: 13px;
    margin-right: 17px;
    line-height: 20px;
    color: black;
    display: inline-block;
}

.ic-cart-sidebar-wrapper .quantity+span.woocommerce-Price-amount.amount {
    position: absolute;
    top: 68px;
    right: 102px;
    color: black;
    font-size: 13px;
}

button.ic-item-quantity-btn.minus,
button.ic-item-quantity-btn.plus {
    display: none;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_header .ic-cart-header-btn-close {
    margin-right: 50px;
    float: left;
}

.ic-cart-header-btn-close i {
    background: #ffa31a;
    color: white;
    padding: 11px 15px;
    font-size: 20px;
    border-radius: 41px;
    cursor: pointer;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul {
    max-height: 650px;
    overflow-x: hidden;
    margin-right: -15px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    padding: 20px 0;
    position: relative;
    line-height: 28px;
    border-bottom: 1px solid #EAEAEA;
    margin-right: 10px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item img {
    border-radius: 4px;
    margin-right: 20px;
    object-fit: cover;
    width: 80px;
    height: 70px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    margin-top: 46px;
    min-height: 35px;
    max-height: 35px;
    max-width: 90px;
    position: relative;
    display: none;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:first-child {
    left: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:last-child {
    right: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button {
    width: 25px;
    height: 25px;
    line-height: 0;
    background: #EAEAEA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    cursor: pointer;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity .qty {
    height: 35px;
    width: 100%;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-size: 13px;
    font-family: inherit;
    line-height: 22px;
    color: #171717;
    text-align: center;
    outline: 0;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__total {
    font-size: 16px;
    line-height: 35px;
    color: var(--main-color);
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    position: absolute;
    bottom: 130px;
    left: 20px;
    right: 20px;
    background: white;
}

p.woocommerce-mini-cart__total.total strong {
    color: black;
}

.ic-cart-sidebar-wrapper .ic-custom-render-total {

    right: 0;
    bottom: 20px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a {
    flex: 1;
    text-align: center;
    padding: 12px 35px;
    filter: drop-shadow(0px 5px 20px rgba(245, 195, 75, 0.15));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    background-color: transparent;
    color: #000000;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 6px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:first-child {
    background: #adb5bd;
    color: #ffffff;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:last-child {
    box-shadow: 0px 5px 20px rgba(0, 98, 122, 0.15);
    background: var(--main-color);
    color: #fff;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:hover {
    opacity: 0.9;
}

p.woocommerce-mini-cart__empty-message {
    font-size: 14px;
    text-align: center;
    color: #393939;
}