
* input[type=search] {
    font-family:estedad !important;
}  
.bg-accent-600\/50 {
    background-color: rgba(74,81,125,.5);
}
.sectionHead__code__text img {
    width: 64px;
}
.w-full {
    width: 100%;
}
.amount ,input[type="tel" ] ,input[type="number" ]  {
        font-family: estedad !important;
}
.ch-1 div {
   font-size: 14px;
}
.banner__textBox__links .btn {
    display:inline-flex;
}
a.digits-login-modal {
    padding: 20px !important;
    margin: 0;
    width: max-content;
    background-color: #6d4cf7 !important;
    color: white;
}
.container.big h1{
    color:white;
}
@media (min-width: 992px) {
.single.single-product .brand .productTitle {
    font-size:24px ;
}
    

}
.the-mega-menu .ENsub {
    font-weight: 300;
    display: none;
}

.the-mega-menu .ENsub {
   padding-right: 0;
   padding-left: 0;
}

.the-mega-menu:hover .ENsub {
     -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
   cursor:pointer;
    color:#2c70e0;
}
 .tab-content>.active {
    display: block;
    opacity: 1;
}



/*start accordion */
 
.wpulike-robeen label {
    color: #aeaeae !important;
    font-size: 16px;
    font-weight: 400;
}

.product-widget {
    margin-bottom: 10px;
    transition: .3s;
    -webkit-transition: .3s;
}



.product-widget .widget-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.product-widget .widget-header .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(173,188,200,.1);
    color: #bfc5ca;
    margin-left: 15px;
    background-size: 100% 100%!important;
}

.product-widget .widget-header .icon i {
    display: inline-block;
    transform: translateY(3px);
    font-size: 18px;
}


.product-widget .widget-header .title {
    margin-bottom: 0;
    color: #4d535b;
    font-size: 19px;
     font-weight: 600;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.rtl-icon-medal-colored {
    background-image: url(../images/medal.svg);
    background-position-y: 0;
    background-position-x: 0;
    background-size: 100% 100%;
    width: 17px;
    height: 24px
}

.rtl-icon-medal-colored,.rtl-icon-wait-colored {
    display: inline-block;
    background-repeat: no-repeat
}

.rtl-icon-wait-colored {
    background-image: url(../images/wait.svg);
    background-position-y: 0;
    background-position-x: 0;
    background-size: 100% 100%;
    width: 43px;
    height: 43px
}

.rtl-accordion .accordion-item {
    box-shadow: 0 2px 66px rgba(173,188,200,.22);
    -webkit-box-shadow: rgba(173,188,200,.22) 0 2px 66px;
    background-color: #fff;
    border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s
}

.rtl-accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: none;
    color: #6a6a6a;
    font-size: 16px;
    padding: 15px 20px
}

.rtl-accordion .accordion-item .accordion-header .icon {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    color: rgba(119,132,157,.45);
    background-color: #f7f8fa;
    border-radius: 4px;
    line-height: 30px;
    font-size: 16px;
    transition: .3s;
    -webkit-transition: .3s
}

.rtl-accordion .accordion-item .accordion-header .title {
    flex: 1;
    text-align: right;
    transition: .3s;
    -webkit-transition: .3s
}

.rtl-accordion .accordion-item .accordion-header .arrow {
    line-height: 0;
    color: rgba(119,132,157,.33);
    transition: .3s;
    -webkit-transition: .3s
}

.rtl-accordion .accordion-item .accordion-content {
    padding: 16px 11px;
    line-height: 32px;
    display: none;
    border-top: 1px solid #f4f6f8;
    color: #6a6a6a!important;
    font-size: 15px!important;
    font-weight: 400
}

.rtl-accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 22px
}

.rtl-accordion .accordion-item.active {
    box-shadow: 0 2px 66px rgba(173,188,200,.3);
    -webkit-box-shadow: rgba(173,188,200,.3) 0 2px 66px
}

.rtl-accordion .accordion-item.active .accordion-header .icon {
    background-color: rgba(142,213,87,.1);
    color: #8ed557
}

.rtl-accordion .accordion-item.active .accordion-header .title {
    color: #53565d
}

.rtl-accordion .accordion-item.active .accordion-header .arrow {
    transform: scaleY(-1)
}

body:not(.dashboard) .rtl-accordion .accordion-item .accordion-content {
    transition: none
}

.listed-items {
    box-shadow: 0 15px 50px rgba(119,132,157,.14);
    -webkit-box-shadow: rgba(119,132,157,.14) 0 15px 50px;
    background-color: #fff;
    padding: 20px 0;
    list-style: none
}

.listed-items li a {
    display: block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #9499a1;
    transition: .3s;
    -webkit-transition: .3s
}

.listed-items li a i {
    color: rgba(119,132,157,.45);
    margin-left: 10px;
    transition: .3s;
    -webkit-transition: .3s
}

.listed-items li a.active,.listed-items li a:hover {
    color: #8ed557;
    background-color: rgba(142,213,87,.08)
}

.listed-items li a.active i,.listed-items li a:hover i {
    color: #8ed557
}




@media (min-width: 574px) {
    .blogSingleSidebar {
        display:block;
        padding-right: 40px
    }
}

@media (min-width: 574px) and (max-width:768px) {
    .blogSingleSidebar {
        display:flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px
    }

    .blogSingleSidebar__content {
        width: 100%
    }

    .blogSingleSidebar__card {
        max-width: 330px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .blogSingleSidebar {
        display:flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px
    }

    .blogSingleSidebar__content {
        width: 100%
    }

    .blogSingleSidebar__card {
        max-width: 360px
    }
}

.blogSingleProgress {
    height: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    z-index: 99999;
    transition: width .2s ease-out
}

.blogSingleProgress-bar {
    height: 5px;
    background: #8ed557;
    width: 0
}

@media (max-width: 450px) {
    .blogPopup {
        left:40px
    }
}

.blogPopup {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999
}

.blogPopup__content {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 50px 0 rgba(119,132,157,.15);
    width: 280px;
    height: 318px;
    flex-direction: column;
    position: relative
}

.blogPopup__close,.blogPopup__content {
    display: flex;
    justify-content: center;
    align-items: center
}

.blogPopup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 33px;
    background: rgba(60,67,84,.08);
    width: 33px;
    height: 33px;
    border: none
}

.blogPopup__title {
    color: #4d535b;
    font-size: 27px;
    font-weight: 500;
    margin: 10px 0
}

.blogPopup__desc,.blogPopup__title {
    text-align: center;
    
}

.blogPopup__desc {
    color: #757a81;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.blogPopup__button {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    
}

.blogCommentsModal {
    max-width: 803px;
    width: 100%;
    max-height: 285px;
    border-radius: 7px;
    background: #fff;
    padding: 24px!important;
    position: fixed;
    display: none;
    z-index: 99999;
    top: 35%;
    right: 0;
    left: 0;
    margin: auto
}

.single .blogContent>p {
    line-height: 35px;
    color: #53565d
}

.single .blogContent>p>video {
    width: 100%!important;
    height: auto!important
}

.blog-popup--only-image:not(.show) {
    display: none
}

.blog-popup {
    padding: 0!important;
    width: auto!important;
    background: transparent!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    border-radius: 20px
}

.blog-popup .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 5px 35px rgba(119,132,157,.14);
    -webkit-box-shadow: rgba(119,132,157,.14) 0 5px 35px;
    border-radius: 16px !important;
}

.blog-popup .modal-dialog {
    background-color: #fff;
    border-radius: 20px
}

.blog-popup .blog-popup__image {
    width: 392px;
    position: relative;
    max-height: 420px;
    border-radius: 16px !important;
}

.blog-popup .blog-popup__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 16px !important;
}

.blog-popup .blog-popup__title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    
    position: absolute;
    bottom: 20px
}
.blog-popup .blog-popup__title:hover {
    color:#3377e8;
}
@media (max-width: 992px) {
    .blog-popup .blog-popup__title {
        bottom:60px
    }
}

@media (max-width: 480px) {
    .blog-popup .blog-popup__title {
        bottom:30px
    }
}

.blog-popup .blog-popup__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 10px
}

.blog-popup .blog-popup__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 32px;
    padding-bottom: 42px
}

@media (max-width: 992px) {
    .blog-popup .blog-popup__info {
        margin-top:0
    }
}

.blog-popup .blog-popup__button .btn {
    height: 40px;
    font-size: 16px;
 }

.blog-popup .blog-popup__close {
    text-align: center;
    margin-top: 13px;
    cursor: pointer
}

.blog-popup .blog-popup__close i {
    font-size: 25px;
    color: #fff;
    transition: .3s
}

.blog-popup .blog-popup__close i:hover {
    color: #f95f4e
}

.blog-popup .clipboard {
    position: relative;
    border-radius: 5px;
    padding: 8px;
    font-weight: 300;
    font-size: 18px;
    text-align: right;
    color: #3c4354;
    height: 40px;
    background: #e8eef6;
    border: none;
    max-width: 188px
}

.blog-popup .clipboard__image {
    display: flex
}

.blog-popup .clipboard__button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 6px;
    cursor: pointer;
    height: 30px!important;
    margin: 0 auto;
    transform: translate(15%,13%);
    border-radius: 3px;
    background-color: #fff
}

.blog-popup .clipboard__input {
    border: none;
    outline: none;
    padding: 5px 0 10px 40px;
     text-align: center;
    letter-spacing: 2px;
    color: #3c4354;
    background: transparent;
    width: 100%;
    height: 100%;
    font-weight: 300
}

.blog-popup .clipboard__message {
    display: none;
    position: absolute;
    color: #ffcd36;
    left: 0;
    width: 183px;
    right: auto;
    bottom: 33px;
    font-size: 13px
}

@media (max-width: 425px) {
    .blog-popup .clipboard__input {
        border:none;
        outline: none;
        padding: 5px 0;
        text-align: right
    }
}

@media (max-width: 1200px) {
    .blog-popup .clipboard {
        text-align:right;
        position: relative
    }
}

.blog-popup.blog-popup--only-image {
    border-radius: 0!important
}

.blog-popup.blog-popup--only-image .blog-popup__image {
    width: 100%!important;
    height: 100%!important;
    max-height: none!important
}

.blog-popup.blog-popup--only-image .blog-popup__image img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 20px!important
}

@media (max-width: 992px) {
    .blog-popup {
        width:75%!important
    }

    .blog-popup .blog-popup__image {
        width: 100%;
        max-height: none
    }
}

@media (max-width: 435px) {
    .blog-popup .blog-popup__detail {
        flex-direction:column;
        width: 100%
    }

    .blog-popup .blog-popup__detail .blog-popup__button {
        width: 100%;
        text-align: center
    }

    .blog-popup .blog-popup__detail .blog-popup__button .btn {
        width: 100%
    }

    .blog-popup .blog-popup__info {
        width: 70%
    }

    .blog-popup .blog-popup__info .blog-popup__input {
        width: 100%
    }

    .blog-popup .blog-popup__info .clipboard {
        max-width: none
    }
}

.overlay--white {
    background: hsla(0,0%,100%,.8)
}

.overlay--gray,.overlay--white {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed!important
}

.overlay--gray {
    background: rgba(0,0,0,.64)
}

#ez-toc-container input {
    display: none!important
}

#blogPopup .wpforms-field-container {
    padding: 0 30px!important
}

#blogPopup .wpforms-field-label {
    color: #8290a4!important;
    margin-bottom: 8px!important
}

#blogPopup .wpforms-container-full {
    width: 100%!important
}

#blogPopup .wpforms-field-medium {
    width: 100%!important;
    display: block!important;
    max-width: 100%!important
}

#blogPopup .wpforms-submit {
    margin: 0 auto!important;
    display: flex!important;
    background-color: #ffc450!important;
    border: unset!important;
    color: #fff!important;
    padding: 8px 20px!important;
    cursor: pointer!important;
    border-radius: 4px!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #53565d;
    line-height: 1.5
}

.h1,h1 {
    font-size: 26px!important;
    font-weight: 600!important;
    line-height: 2em!important;
    padding: 10px 0 15px!important
}

.blogContent h2 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 2em;
    padding: 10px 0 20px
}

.blogContent h3 {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 2em;
    padding: 10px 0 15px
}

.blogContent a:not(.btn) {
    color: #8ed557
}

.manual .site-header {
    box-shadow: none;
    position: relative;
    box-shadow: 0 10px 50px rgba(58,58,96,.05);
    -webkit-box-shadow: rgba(58,58,96,.05) 0 10px 50px;
    padding-top: 33px;
    padding-bottom: 29px
}

.manual .widget-header {
    margin-bottom: 10px
}

.manual .widget-header .icon {
    font-size: 20px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    background-color: #f7f8fa;
    text-align: center;
    border-radius: 4px
}

.manual .widget-header .icon i {
    color: #c2c2c2
}

.manual .widget-header .title {
    color: #53565d;
    font-weight: 500;
    font-size: 20px
}





.blogPopup .blogPopup__content .blogPopup__banner,.blogPopup .blogPopup__content .blogPopup__banner img {
    height: 90px
}

.blogBreadCrumb li a {
    color: #8e939b;
    font-size: 14px;
    transition: .3s;
    font-weight: 400;
    
}

.blogBreadCrumb li a:hover {
    color: #8ed557
}

.blogBreadCrumb li i {
    color: #8e939b
}

.blogBreadCrumb li:last-child a {
    color: #c5c7cb;
    cursor: auto
}

.blogTitle {
    color: #53565d;
    font-size: 27px;
    
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    max-width: 100%;
    display: block
}

.blogMenu {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 25px 0 rgba(119,132,157,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.blogMenu:before {
    content: "";
    position: absolute;
    background-image: url(../images/blog/blog-header-logo.png);
    width: 100%;
    height: 406px;
    background-repeat: no-repeat;
    right: -70px;
    background-position: 100% 0;
    z-index: -1;
    background-size: contain;
    top: -200px
}

@media (max-width: 992px) {
    .blogMenu:before {
        right:0
    }
}

.blogMenu__content {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.blogMenu__list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.blogMenu__Items {
    display: flex;
    margin: 0;
    padding: 0
}

.blogMenu .blogMenu__item {
    list-style-type: none;
    position: relative;
    padding: 16px 20px
}

.blogMenu .blogMenu__item:not(:hover)>.blogMenu__subMenu {
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    padding: 0;
    -webkit-animation-name: MenuSlideDown;
    animation-name: MenuSlideDown;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    pointer-events: none
}

.blogMenu .blogMenu__link {
    font-size: 15px;
    color: #8e939b;
    
    font-weight: 400;
    transition: .3s;
    position: relative
}

.blogMenu .blogMenu__link:before {
    content: "";
    width: 0;
    position: absolute;
    bottom: -21px;
    background-color: #8ed557;
    height: 3px;
    margin: 0 auto;
    transition: .3s
}

.blogMenu .blogMenu__link:hover {
    color: #8ed557
}

.blogMenu .blogMenu__link:hover:before {
    content: "";
    width: 100%
}

.blogMenu .blogMenu__link:hover .blogMenu__icon {
    transform: rotateX(180deg);
    color: #8ed557
}

.blogMenu__icon--change {
    transform: rotateX(180deg)!important
}

.blogMenu__icon {
    margin-right: 10px;
    font-size: 10px;
    color: #8e939b;
    transition: .3s;
    display: inline-block;
    transform: translateY(2px)
}

.blogMenu__subMenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 200px;
    padding: 15px 20px;
    transition: .3s;
    box-shadow: 0 15px 50px rgba(173,188,200,.22);
    border-radius: 4px;
    text-align: right;
    z-index: 9;
    flex-direction: column;
    gap: 20px;
    display: flex
}

.blogMenu__subMenuItem {
    list-style-type: none
}

.blogMenu__subMenuLink {
    transition: .3s
}

.blogMenu__subMenuLink:hover {
    color: #8ed557
}

.blogMenu__shareIconsList {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0
}

.blogMenu__shareIconsItem {
    list-style-type: none;
    padding: 16px 12px
}

.blogMenu__shareIconsItem:last-child {
    padding-left: 20px!important
}

.blogMenu__shareIconsLink {
    font-size: 20px;
    color: #d0d4dd;
    transition: .3s
}

.blogMenu__shareIconsLinkdin:hover {
    color: #0e76a8
}

.blogMenu__shareIconsTwitter:hover {
    color: #00acee
}

.blogMenu__shareIconsInstagram:hover {
    color: #c13584
}

.blogMenu__shareIconsTelegram:hover {
    color: #08c
}

.blogMenu__shareIconsWhatsapp:hover {
    color: #25d366
}

.blogMenu__responsiveMenu {
    color: #a2a6ab;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: transparent;
    width: 100%;
    box-shadow: 0 5px 25px 0 rgba(119,132,157,.1);
    display: none
}

@media (max-width: 992px) {
    .blogMenu {
        flex-direction:column
    }

    .blogMenu__responsiveMenu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .blogMenu__Items {
        flex-direction: column;
        width: 100%
    }

    .blogMenu__item {
        text-align: right;
        padding: 16px 0!important
    }

    .blogMenu .blogMenu__link {
        padding: 0 20px 0 0!important
    }

    .blogMenu__content,.blogMenu__subMenu {
        display: none;
        width: 100%
    }

    .blogMenu__subMenu {
        position: relative;
        top: unset!important;
        right: unset!important;
        transition: unset!important;
        text-align: right!important
    }

    .blogMenu .blogMenu__item:not(:hover)>.blogMenu__subMenu {
        opacity: 1!important;
        visibility: visible!important;
        margin-top: unset!important;
        -webkit-animation: unset!important;
        animation: unset!important;
        padding: 15px 20px!important
    }

    .blogMenu__subMenuItem {
        margin: 15px 0!important
    }
}

.blogCard {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 35px 0 rgba(119,132,157,.14);
    overflow: hidden;
    transition: .3s;
    margin-top: 27px
}

.blogCard:hover {
    box-shadow: 0 5px 35px rgba(119,132,157,.35)
}

.blogCard__image {
    width: 100%;
    height: auto;
    padding-top: 48%;
    margin: 0;
    overflow: hidden;
    position: relative
}

.blogCard__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    max-width: inherit
}

.blogCard__content {
    padding: 24px 19px;
    display: flex;
    flex-direction: column
}

.blogCard__category {
    border-radius: 4px;
    background: rgba(255,207,105,.17);
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 14px;
    margin-top: 5px
}

.blogCard__categoryLink {
    color: #ffb563;
    font-size: 13px;
    
    font-weight: 500;
    transition: .3s
}

.blogCard__categoryLink:hover {
    color: #f59f4b
}

.blogCard__title {
    margin-bottom: 14px;
    margin-top: 5px
}

.blogCard__titleLink {
    color: #53565d;
    font-size: 17px;
    font-weight: 500;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    max-width: 100%;
    display: block
}

.blogCard__desc,.blogCard__titleLink {
    
}

.blogCard__desc {
    color: #8e939b;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 14px;
    margin-top: 5px
}

.blogCard__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px
}

.blogCard__author {
    display: flex;
    align-items: center;
    gap: 10px
}

.blogCard__authorName {
    font-weight: 400;
    color: rgba(142,147,155,.62);
    font-size: 13px;
    
    margin: 0;
    padding: 0;
    transition: .3s
}

.blogCard__authorName:hover {
    color: #8ed557
}

.blogCard__authorImage {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.blogCard__commentLink {
    display: flex;
    gap: 7px;
    align-items: center;
    transition: .3s
}

.blogCard__commentLink:hover .blogCard__commentIcon,.blogCard__commentLink:hover .blogCard__commentNumber {
    color: #8ed557
}

.blogCard__commentIcon {
    color: rgba(119,132,157,.45);
    font-size: 18px;
    transition: .3s
}

.blogCard__commentNumber {
    color: rgba(119,132,157,.45);
    font-size: 13px;
    font-weight: 400;
    transition: .3s
}

.blogAdCard {
    background-color: #fff7e6;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 17px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    filter: drop-shadow(0 5px 35px rgba(119,132,157,.14));
    height: 418px
}

@media (min-width: 768px) and (max-width:991px) {
    .blogAdCard {
        height:415px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .blogAdCard {
        height:395px
    }
}

@media (min-width: 1200px) and (max-width:1240px) {
    .blogAdCard {
        height:385px
    }
}

@media (min-width: 1241px) and (max-width:1469px) {
    .blogAdCard {
        height:396px
    }
}

.blogAdCard__icon {
    margin-bottom: 20px;
    height: 120px
}

.blogAdCard__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px
}

.blogAdCard__title {
    color: #4d535b;
    
    font-weight: 500;
    font-size: 27px
}

.blogAdCard__subTitle {
    color: #757a81;
    font-size: 16px
}

.blogAdCard__desc,.blogAdCard__subTitle {
    
    font-weight: 400
}

.blogAdCard__desc {
    color: #4d535b;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px
}

.blogAdCard__button {
    border-radius: 6px;
    background-color: #8ed557;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    color: #fff;
    transition: .3s;
    border: unset!important
}

.blogAdCard__button:hover {
    background-color: #7fc945;
    color: #fff
}

.blogSimpleSmall {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 10px 35px 0 rgba(119,132,157,.14);
    position: relative;
    transition: .3s;
    cursor: pointer
}

.blogSimpleSmall:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.27),#000);
    opacity: .46;
    border-radius: 5px;
    transition: .3s
}

.blogSimpleSmall:hover:before {
    transition: .3s;
    background: linear-gradient(180deg,rgba(0,0,0,.45),#000)
}

.blogSimpleSmall__image img {
    width: 100%;
    border-radius: 5px
}

.blogSimpleSmall__content {
    z-index: 99;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 33px
}

.blogSimpleSmall__titleLink {
    color: #fff;
    font-size: 17px;
    
    font-weight: 500;
    transition: .3s
}

.blogSimpleSmall__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    gap: 8px
}

.blogSimpleSmall__dateText {
    margin: 0;
    padding: 0
}

.blogSimpleSmall__dateIcon {
    font-size: 10px
}

.blogSimpleBig {
    width: 100%;
    position: relative;
    cursor: pointer
}

.blogSimpleBig,.blogSimpleBig:before {
    border-radius: 5px;
    box-shadow: 0 10px 35px 0 rgba(119,132,157,.14)
}

.blogSimpleBig:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg,transparent 22.92%,rgba(0,0,0,.5))
}

.blogSimpleBig:hover:before {
    transition: .3s;
    background: linear-gradient(180deg,transparent 32.92%,rgba(0,0,0,.6))
}

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

.blogSimpleBig__content {
    z-index: 99;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 43px
}

.blogSimpleBig__title {
    margin-bottom: 20px
}

.blogSimpleBig__titleLink {
    font-size: 20px;
    font-weight: 500;
    transition: .3s
}

.blogSimpleBig__desc,.blogSimpleBig__titleLink {
    color: #fff;
    
}

.blogSimpleBig__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px
}

.blogSimpleBig__footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blogSimpleBig__detail {
    display: flex;
    justify-content: flex-end;
    gap: 24px
}

.blogSimpleBig__author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.blogSimpleBig__authorImage {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.blogSimpleBig__authorImage img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.blogSimpleBig__authorName {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    transition: .3s
}

.blogSimpleBig__authorName:hover {
    color: #8ed557
}

.blogSimpleBig__commentLink {
    display: flex;
    gap: 7px;
    align-items: center;
    transition: .3s
}

.blogSimpleBig__commentLink:hover .blogSimpleBig__commentIcon,.blogSimpleBig__commentLink:hover .blogSimpleBig__commentNumber {
    color: #8ed557
}

.blogSimpleBig__commentIcon {
    color: #fff;
    font-size: 18px;
    transition: .3s
}

.blogSimpleBig__commentNumber {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    transition: .3s
}

.blogSimpleBig__date {
    display: flex;
    gap: 7px
}

.blogSimpleBig__dateIcon {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.blogSimpleBig__dateInfo {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    
}

@media (max-width: 468px) {
    .blogSimpleBig__content {
        left:10px;
        right: 10px;
        bottom: 5px
    }

    .blogSimpleBig__titleLink {
        font-size: 16px
    }

    .blogSimpleBig__desc {
        font-size: 13px
    }

    .blogSimpleBig__footer {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        align-items: flex-start
    }
}

.blogSection__fullTitle {
    flex: 1
}

.blogSection__fullTitle,.blogSectionHeader {
    display: flex;
    gap: 8px;
    align-items: center
}

.blogSectionHeader__icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #f7f8fa;
    color: #77849d
}

.blogSectionHeader__icon i {
    font-size: 22px
}

.blogSectionHeader__title {
    color: #53565d;
    
    font-size: 20px;
    font-weight: 500
}

.blogSectionHeader__showAll {
    background: transparent!important;
    border: 1px solid #8ed557;
    font-size: 15px;
    border-radius: 4px;
    line-height: 1;
    fill: #8ed557;
    text-align: center;
    padding: 14px 15px!important
}

.blogSectionHeader__showAll a {
    color: #7fc945!important
}

.blogBanner {
    margin: 80px 0
}

.blogBanner__content,.blogBanner__image {
    border-radius: 8px
}

.blogBanner__image--desktop {
    display: block
}

.blogBanner__image--mobile {
    display: none
}

@media (max-width: 768px) {
    .blogBanner__image--desktop {
        display:none
    }

    .blogBanner__image--mobile {
        display: block
    }
}

.blogWideCard {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 5px 35px 0 rgba(119,132,157,.14);
    margin: 36px 10px 0
}

.blogWideCard__image {
    width: 100%;
    height: auto;
    padding-top: 48%;
    margin: 0;
    overflow: hidden;
    position: relative
}

.blogWideCard__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    max-width: inherit
}

.blogWideCard__content {
    display: flex;
    flex-direction: column;
    padding: 30px 24px
}

.blogWideCard__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 17px
}

.blogWideCard__title {
    color: #53565d;
    font-size: 17px;
    
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    display: block
}

.blogWideCard__desc {
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    padding-bottom: 22px;
    color: #8e939b
}

.blogWideCard__footer {
    border-top: 1px dashed rgba(119,132,157,.45);
    display: flex;
    padding-top: 22px;
    justify-content: space-between;
    align-items: center
}

.blogWideCard__detail {
    display: flex;
    justify-content: flex-end;
    gap: 24px
}

.blogWideCard__author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.blogWideCard__authorImage {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.blogWideCard__authorImage img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.blogWideCard__authorName {
    margin: 0;
    padding: 0;
    color: rgba(142,147,155,.62);
    font-size: 13px;
    font-weight: 400;
    transition: .3s
}

.blogWideCard__authorName:hover {
    color: #8ed557
}

.blogWideCard__commentLink {
    display: flex;
    gap: 7px;
    align-items: center;
    transition: .3s
}

.blogWideCard__commentLink:hover .blogWideCard__commentIcon,.blogWideCard__commentLink:hover .blogWideCard__commentNumber {
    color: #8ed557
}

.blogWideCard__commentIcon {
    color: rgba(142,147,155,.62);
    font-size: 18px;
    transition: .3s
}

.blogWideCard__commentNumber {
    color: rgba(142,147,155,.62);
    font-size: 13px;
    font-weight: 400;
    transition: .3s
}

.blogWideCard__date {
    display: flex;
    gap: 7px
}

.blogWideCard__dateIcon {
    color: rgba(142,147,155,.62);
    font-size: 16px;
    font-weight: 400
}

.blogWideCard__dateInfo {
    color: rgba(142,147,155,.62);
    font-size: 13px;
    font-weight: 400;
    
}

@media (max-width: 468px) {
    .blogWideCard__footer {
        flex-direction:column;
        justify-content: flex-start;
        gap: 10px;
        align-items: flex-start
    }
}

.blogVideoSection {
    background-color: #363d4d;
    padding: 97px 0
}

.blogVideoSectionHead .blogSectionHeader__icon {
    background: hsla(0,0%,96.5%,.09)
}

.blogVideoSectionHead .blogSectionHeader__icon i {
    color: #b4bbc5
}

.blogVideoSectionHead .blogSectionHeader__title {
    color: #fff
}

.blogVideoCard {
    border-radius: 4px;
    background: #3c4354;
    box-shadow: 0 0 25px 0 rgba(38,40,44,.25);
    margin-top: 41px
}

.blogVideoCard__cover {
    position: relative
}

.blogVideoCardImage img {
    width: 100%;
    max-height: 218px;
    border-radius: 4px
}

.blogVideoCard__button {
    fill: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 57px;
    height: 57px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.blogVideoCard__buttonLink {
    color: #fff;
    font-size: 13px
}

.blogVideoCard__button:hover {
    fill: rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.blogVideoCard__time {
    border-radius: 4px;
    background: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    min-width: 62px;
    height: 28px;
    position: absolute;
    right: 21px;
    bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.blogVideoCard__timeNumber {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    
}

.blogVideoCard__content {
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 14px
}

.blogVideoCard__title {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    
}

.blogVideoCard__info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blogVideoCard__author {
    display: flex;
    align-items: center;
    gap: 10px
}

.blogVideoCard__authorName {
    font-weight: 400;
    color: #9da4b4;
    font-size: 13px;
    
    margin: 0;
    padding: 0;
    transition: .3s
}

.blogVideoCard__authorName:hover {
    color: #8ed557
}

.blogVideoCard__authorImage {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.blogVideoCard__commentLink {
    display: flex;
    gap: 7px;
    align-items: center;
    transition: .3s
}

.blogVideoCard__commentLink:hover .blogVideoCard__commentIcon,.blogVideoCard__commentLink:hover .blogVideoCard__commentNumber {
    color: #8ed557
}

.blogVideoCard__commentIcon {
    color: #9da4b4;
    font-size: 18px;
    transition: .3s
}

.blogVideoCard__commentNumber {
    color: #9da4b4;
    font-size: 13px;
    font-weight: 400;
    transition: .3s
}

.blogSingleProductsAd {
        max-width: 340px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 50px 0 rgba(119,132,157,.14);
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.blogSingleProductsAd .blogSingleProductsAdCard__image {
    width: 100%;
    margin: 0;
    padding: 0
}

.blogSingleProductsAd .blogSingleProductsAdCard__image img {
    max-height: 130px;
    border-radius: 4px;
    width: 100%
}

.blogSingleProductsAd .blogSingleProductsAdCard__title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #3c4354;
    line-height: 28px;
    
    padding: 0 29px;
    text-align: center
}

.blogSingleProductsAd .blogSingleProductsAdCard__info {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    margin: 30px 0
}

.blogSingleProductsAd .blogSingleProductsAdCard__badge {
    padding: 0 8px;
    border-radius: 4px;
    background-color: #f5b427
}

.blogSingleProductsAd .blogSingleProductsAdCard__badgeNumber {
    color: #fff;
    font-size: 16px;
    
    font-weight: 700
}

.blogSingleProductsAd .blogSingleProductsAdCard__price {
    font-size: 18px;
    
    font-weight: 700;
    color: #3c4354;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    align-items: center
}

.blogSingleProductsAd .blogSingleProductsAdCard__priceText {
    font-size: 12px;
    font-weight: 700;
    
    color: #778298
}

.blogSingleProductsAd .blogSingleProductsAdCard__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #8ed557;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    transition: .3s;
    border: none;
    outline: none
}

.blogSingleProductsAd .blogSingleProductsAdCard__buttonInner {
    color: #fff;
    font-weight: 500;
    
    font-size: 16px
}

.blogSingleProductsAd .blogSingleProductsAdCard__button:hover {
    background-color: #7fc945
}

.blogSingleProductsAd .swiper-button-next:after,.blogSingleProductsAd .swiper-button-prev:after,.blogSingleProductsAd .swiper-rtl .swiper-button-next:after,.blogSingleProductsAd .swiper-rtl .swiper-button-prev:after {
    content: ""!important
}

.blogSingleProductsAd__next,.blogSingleProductsAd__prev {
    color: #778298;
    font-weight: 500
}

.blogBannerAd {
    border-radius: 8px;
    background: linear-gradient(146deg,#b9f58a -54.18%,#66cb17 101.12%);
    box-shadow: 0 10px 40px 0 rgba(142,213,87,.3);
    padding: 20px 28px;
    margin-top: 25px
}

.blogBannerAd__content {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center
}

.blogBannerAd__image {
    margin: 0;
    padding: 0
}

.blogBannerAd__image img {
    height: 84px;
    width: 84px
}

.blogBannerAd__text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

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

.blogBannerAd__desc,.blogBannerAd__title {
    color: #fff;
    
}

.blogBannerAd__desc {
    font-size: 16px;
    font-weight: 500
}

@media (min-width: 574px) and (max-width:768px) {
    .blogBannerAd {
        padding:10px 15px
    }
}

.blogIsUseful {
    margin-top: 25px
}

.blogIsUseful__content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blogIsUseful__text {
    color: #aeaeae;
    font-size: 16px;
    font-weight: 400;
    
}

.blogIsUseful__icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px
}

.blogIsUseful__box {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #f7f8fa;
    color: #bec3d0;
    font-size: 18px;
    transition: .3s;
    cursor: pointer
}

.blogIsUseful__box--like:hover {
    color: #7dde82
}

.blogIsUseful__box--disLike:hover {
    color: #f06363
}

@media (min-width: 574px) and (max-width:768px) {
    .blogIsUseful__text {
        font-size:13px
    }
}

.blogShareIcons {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
 }

.blogShareIcons__content {
    display: flex;
    gap: 25px
}

.blogShareIcons__box {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center
}

.blogShareIcons__boxIcon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #f7f8fa;
    color: #bec3d0;
    font-size: 26px;
    transition: .3s;
    cursor: pointer
}

.blogShareIcons__boxIcon--whatsapp:hover {
    color: #25d366
}

.blogShareIcons__boxIcon--telegram:hover {
    color: #08c
}

.blogShareIcons__boxIcon--twitter:hover:hover {
    color: #00acee
}

.blogShareIcons__boxIcon--linkedin:hover {
    color: #0e76a8
}

.blogShareIcons__boxIcon--instagram:hover {
    color: #c13584
}

.blogShareIcons__boxIcon--comments:hover {
    color: #8ed557
}

.blogShareIcons__boxNumber {
    font-size: 18px;
    font-weight: 500;
    color: #bec3d0;
    
}

@media (min-width: 574px) and (max-width:768px) {
    .blogShareIcons__content {
        gap:10px
    }
}

.blog-single__container {
    max-width: 1180px;
    margin: 0 auto
}

.blogPagesBottom {
    background-color: rgba(247,248,250,.45098039215686275);
    margin-top: 50px
}

.blogPages {
    max-width: 100%;
    padding: 10px
}

@media (max-width: 992px) {
    .blogPages {
        overflow:hidden
    }
}

.blogPages.blogHead {
    overflow: unset
}

.blogSearch .input-group {
    min-width: 340px
}

.blogSearch .input-prepend {
    box-shadow: none!important;
    background-color: transparent!important
}

.blogSearch .form-field {
    color: #85878d;
    font-size: 14px;
    height: 50px;
    border-radius: 8px;
    background-color: #f7f8fa
}

@media (max-width: 992px) {
    .blogSearch .input-group {
        min-width:100%
    }
}

.blogExcerpt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    margin: 60px 0 80px
}

.blogExcerpt__content {
    width: 100%
}

.blogExcerpt__badge {
    
    font-size: 13px;
    font-weight: 500;
    padding: 15px;
    color: #ffb563;
    background-color: rgba(255,207,105,.17);
    border-radius: 6px;
    display: inline-block
}

.blogExcerpt__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    margin: 26px 0
}

.blogExcerpt__subTitle,.blogExcerpt__title {
    
    letter-spacing: -.01em;
    text-align: justify
}

.blogExcerpt__subTitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #8e939b
}

.blogExcerpt__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 24px
}

.blogExcerpt__info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    
    font-size: 13px;
    font-weight: 500;
    color: #aeb2b8
}

.blogExcerpt__info-icon .icon {
    font-size: 17px
}

.blogExcerpt__banner {
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}

.blogExcerpt__banner>img {
    width: 100%
}

@media (max-width: 574px) {
    .blogExcerpt {
        gap:20px;
        flex-direction: column
    }

    .blogExcerpt__title {
        margin: 13px 0;
        font-size: 18px
    }

    .blogExcerpt .blogExcerpt__subTitle {
        font-size: 14px
    }

    .blogExcerpt__info {
        margin-top: 14px;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width: 574px) and (max-width:768px) {
    .blogExcerpt {
        gap:30px;
        flex-direction: column
    }

    .blogExcerpt__title {
        margin: 13px 0
    }

    .blogExcerpt__info {
        margin-top: 14px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .blogExcerpt {
        gap:20px;
        align-items: flex-start
    }

    .blogExcerpt__title {
        margin: 16px 0
    }

    .blogExcerpt__info {
        margin-top: 14px
    }
}

.blogContent ol,.blogContent ul {
    line-height: 35px
}

.blogContent .ez-toc-container-direction {
    box-shadow: 0 10px 50px 0 rgba(119,132,157,.1411764705882353)!important;
    border-radius: 8px!important;
    width: 100%!important;
    background: #fff!important;
    border: none!important;
    padding: 30px 80px!important;
    display: flex!important;
    align-items: center;
    justify-content: flex-end;
    gap: 75px
}

.blogContent .ez-toc-title-container {
    width: auto!important;
    order: 1;
    display: grid
}

.blogContent .ez-toc-title {
    order: 1;
    
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 35px!important;
    letter-spacing: -.01em;
    margin-top: 12px!important
}

.blogContent .ez-toc-title-toggle {
    background-image: url(../images/blog/blog-content-more.svg);
    background-size: contain;
    height: 95px;
    background-position: 50%;
    background-repeat: no-repeat
}

.blogContent .ez-toc-toggle {
    display: none!important
}

.blogContent .ez-toc-list__more {
    position: absolute;
    bottom: -42px;
    right: 30px;
    color: #d0d0d0;
    text-align: justify;
    
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.15px;
    cursor: pointer
}

.blogContent .ez-toc-container--hasMore {
    padding-bottom: 55px!important
}

.blogContent .ez-toc-container--hasMore ul {
    max-height: 145px
}

.blogContent .ez-toc-counter,.blogContent .ez-toc-counter-rtl,.blogContent .ez-toc-counter-rtl nav,.blogContent .ez-toc-counter nav {
    position: relative
}

.blogContent .ez-toc-counter-rtl nav ul:after,.blogContent .ez-toc-counter nav ul:after {
    content: "";
    border: 5px solid #f7f8fa;
    position: absolute;
    height: 100%;
    top: 0;
    right: 6px;
    border-radius: 6px
}

.blogContent .ez-toc-counter-rtl nav ul li,.blogContent .ez-toc-counter nav ul li {
    padding-right: 30px!important
}

.blogContent .ez-toc-counter-rtl nav ul li:hover a,.blogContent .ez-toc-counter nav ul li:hover a {
    color: #53565d!important;
    text-decoration: unset!important;
    transition: all .3s
}

.blogContent .ez-toc-counter-rtl nav ul li:hover a:after,.blogContent .ez-toc-counter nav ul li:hover a:after {
    border: 2px solid #fff;
    background-color: #8ed557;
    transition: all .3s
}

.blogContent .ez-toc-counter-rtl nav ul li a,.blogContent .ez-toc-counter nav ul li a {
    position: relative;
    color: #8e939b!important;
    text-align: justify;
    
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.15px;
    transition: all .3s;
    direction: rtl
}

.blogContent .ez-toc-counter-rtl nav ul li a:after,.blogContent .ez-toc-counter nav ul li a:after {
    content: "";
    top: 10px;
    z-index: 9;
    width: 14px;
    height: 14px;
    right: -26px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(0 2px 5px rgba(119,132,157,.18))
}

.blogContent .ez-toc-counter-rtl nav ul li a:before,.blogContent .ez-toc-counter nav ul li a:before {
    display: none
}

.blogContent .ez-toc-counter-rtl:after,.blogContent .ez-toc-counter:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 80%;
    top: 10px;
    z-index: -1;
    right: -10px;
    transform: rotate(3deg);
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(180deg,#89b0fa,#adc9fc);
    box-shadow: 0 10px 50px 0 rgba(119,132,157,.14)
}

@media (max-width: 574px) {
    .blogContent .ez-toc-container-direction {
        flex-direction:column-reverse;
        gap: 15px;
        padding: 50px 10px!important
    }

    .blogContent .ez-toc-counter:after {
        display: none
    }
}

.blogSingleCard {
    padding: 30px 70px 30px 26px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative
}

.blogSingleCard,.blogSingleCard:after {
    border-radius: 8px;
    box-shadow: 0 10px 50px 0 rgba(119,132,157,.14)
}

.blogSingleCard:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 90%;
    top: 10px;
    z-index: -1;
    right: -10px;
    transform: rotate(3deg);
    flex-shrink: 0;
    background: linear-gradient(180deg,#f9c659,#ffde97)
}

.blogSingleCard__banner img {
    min-width: 300px;
    min-height: 152px
}

.blogSingleCard__badge {
    border-radius: 0 8px 8px 0;
    background: rgba(255,207,105,.17);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53px
}

.blogSingleCard__badgeText {
    color: #ffb563;
    line-height: 46px;
    text-align: center;
    transform: rotate(270deg);
    min-width: 140px;
    position: absolute;
    top: 85px;
    right: -45px
}

.blogSingleCard__badgeText,.blogSingleCard__title {
    font-size: 15px;
    font-weight: 500;
    
}

.blogSingleCard__title {
    color: #53565d;
    text-align: right;
    line-height: 30px;
    letter-spacing: -.3px
}

.blogSingleCard__desc {
    color: #778298;
    text-align: right;
    
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0 26px;
    border-bottom: 1px solid #d9e2e9;
    width: 100%
}

.blogSingleCard__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 14px 8px
}

.blogSingleCard__number {
    color: #8ed557;
    text-align: center;
    
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.blogSingleCard--saleNumber {
    color: #ffc64b
}

.blogSingleCard__text {
    color: rgba(77,83,91,.6);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px
}

.blogSingleCard__action {
    display: flex;
    align-items: center;
    gap: 42px
}

.blogSingleCard__button .btn {
    min-width: 167px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

@media (max-width: 574px) {
    .blogSingleCard {
        padding:70px 30px 30px 26px
    }

    .blogSingleCard__badge {
        left: 0;
        bottom: unset;
        height: 60px;
        width: 100%
    }

    .blogSingleCard__badgeText {
        top: 5px;
        right: 0;
        left: 0;
        transform: unset
    }

    .blogSingleCard__action,.blogSingleCard__detail {
        gap: 10px
    }

    .blogSingleCard:after {
        display: none
    }
}

@media (min-width: 574px) and (max-width:768px) {
    .blogSingleCard__badgeText {
        top:185px
    }
}

@media (max-width: 767px) {
    .blogSingleCard {
        flex-direction:column
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .blogSingleCard {
        padding:20px 60px 20px 16px;
        gap: 10px
    }

    .blogSingleCard__banner img {
        min-width: 100%
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .blogSingleCard {
        padding:20px 60px 20px 16px;
        gap: 10px
    }

    .blogSingleCard__banner img {
        min-width: 150px;
        min-height: 92px
    }
}

.blogMustRead {
    padding: 18px;
    border-radius: 6px;
    border: 1px dashed rgba(119,132,157,.3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 21px
}

.blogMustRead__icon {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background: rgba(137,211,81,.08);
    display: flex;
    align-items: center;
    justify-content: center
}

.blogMustRead__icon i {
    font-size: 18px;
    color: #8ed557
}

.blogMustRead__text {
    color: #8e939b;
    text-align: justify;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 35px
}

.blogMustRead__text span a {
    color: #8ed557;
    margin-right: 10px
}

@media (max-width: 574px) {
    .blogMustRead {
        padding:10px;
        gap: 11px
    }

    .blogMustRead__text {
        font-size: 12px
    }
}

.blogQuote__title {
    color: #53565d;
    text-align: right;
    
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -.2px;
    margin-bottom: 36px
}

.blogQuote__avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin: 0 auto 18px
}

.blogQuote__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px
}

.blogQuote__box {
    border-radius: 0 20px;
    background: #f7f8fa;
    padding: 40px;
    min-width: 338px;
    position: relative
}

.blogQuote__box:after {
    content: "";
    position: absolute;
    background-image: url(../images/blog/blog-quote-icon.svg);
    top: 40px;
    width: 30px;
    right: 40px;
    height: 100%;
    background-repeat: no-repeat
}

.blogQuote__boxText {
    color: #8e939b;
    line-height: 34px;
    letter-spacing: .1px
}

.blogQuote__boxText,.blogQuote__text {
    text-align: justify;
    
    font-size: 16px;
    font-weight: 400
}

.blogQuote__text {
    color: #53565d;
    line-height: 35px
}

@media (max-width: 768px) {
    .blogQuote__content {
        gap:22px;
        flex-direction: column
    }

    .blogQuote__boxText {
        text-align: center
    }

    .blogQuote__text {
        line-height: 30px
    }
}

.blogCouponCard {
    padding: 14px 80px 14px 14px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 50px 0 rgba(119,132,157,.14);
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    max-width: 611px
}

@media (min-width: 790px) {
    .blogCouponCard {
        margin:0 80px
    }
}

.blogCouponCard:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 90%;
    top: 10px;
    z-index: -1;
    right: -10px;
    transform: rotate(3deg);
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(180deg,#8ed557,#80c34c);
    box-shadow: 0 10px 50px 0 rgba(119,132,157,.14)
}

.blogCouponCard__badge {
    border-radius: 0 8px 8px 0;
    background: rgba(142,213,87,.17);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53px
}

.blogCouponCard__badgeText {
    color: #83c554;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    
    transform: rotate(270deg);
    min-width: 140px;
    position: absolute;
    top: 45%;
    right: -45px
}

.blogCouponCard__info {
    flex: 1;
    width: 295px
}

.blogCouponCard__title {
    color: #2e3442;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -.36px;
    margin-bottom: 20px
}

.blogCouponCard__desc,.blogCouponCard__title {
    text-align: right;
    
    font-style: normal
}

.blogCouponCard__desc {
    color: #3c4354;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.28px
}

.blogCouponCard__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px
}

.blogCouponCard__discount {
    border-radius: 10px;
    background: #f9f9f9;
    padding: 26px 29px;
    width: 206px;
    height: 159px
}

.blogCouponCard__discountTitle {
    color: #3c4354;
    text-align: center;
    
    font-size: 25px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -.5px
}

.blogCouponCard__discountBadge {
    line-height: 15px;
    letter-spacing: -.42px;
    background-image: url(../images/blog/blog-coupon-discount-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 45px;
    margin: 17px 0 13px
}

.blogCouponCard__button {
    display: none
}

.blogCouponCard__button .btn {
    width: 100%;
    height: 32px;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    text-align: center
}

@media (max-width: 574px) {
    .blogCouponCard {
        padding:84px 14px 14px
    }

    .blogCouponCard:after {
        display: none
    }

    .blogCouponCard__content {
        flex-direction: column
    }

    .blogCouponCard__badge {
        top: 0;
        right: 0;
        bottom: unset;
        height: 60px;
        width: 100%
    }

    .blogCouponCard__badgeText {
        top: 22px;
        right: 0;
        left: 0;
        transform: unset
    }
}

.blogCouponCardClipboard__input {
    background: transparent;
    border: none;
    width: 85%;
    text-align: center;
    color: #fff;
    
    font-size: 21px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -.42px;
    text-overflow: ellipsis;
    margin-right: 7px
}

.blogCouponCardClipboard__button {
    color: #757a81;
    text-align: center;
    
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.9px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 8px 0;
    margin-top: 8px;
    cursor: pointer
}

.blogCouponCardClipboard__image {
    height: 14px;
    width: 14px;
    margin-left: 4px
}

.blogCta {
    border-radius: 6px;
    border: 1px dashed rgba(119,132,157,.3);
    background: #fff;
    padding: 20px 26px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px
}

.blogCta__text {
    color: #8e939b;
    text-align: justify;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

.blogCta__button .btn {
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 40px
}

@media (min-width: 574px) and (max-width:768px) {
    .blogCta__text {
        font-size:13px
    }
}

@media (max-width: 574px) {
    .blogCta {
        flex-direction:column;
        padding: 10px
    }

    .blogCta__text {
        font-size: 13px
    }
}

.blogAuthor {
    background: #fff;
    box-shadow: 0 2px 25px 0 rgba(119,132,157,.1);
    padding: 31px 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin: 60px 0;
    border-radius: 6px
}

.blogAuthor__avatar {
    max-width: 120px;
    max-height: 120px;
    border-radius: 4px
}

.blogAuthor__avatar img {
    border-radius: 6px
}

.blogAuthor__name {
    color: #4d535b;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px
}

.blogAuthor__desc,.blogAuthor__name {
    text-align: justify;
    
}

.blogAuthor__desc {
    color: #8e939b;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px
}

.blogAuthor__button .btn {
    color: #8ed557;
    background-color: transparent;
    font-size: 15px;
    border: 1px solid #8ed557;
    transition: all .3s
}

.blogAuthor__button .btn:hover {
    color: #72b43f;
    border: 1px solid #72b43f;
    transition: all .3s
}

.blogAuthor__button .icon {
    margin-left: 4px
}

@media (max-width: 574px) {
    .blogAuthor {
        flex-direction:column
    }

    .blogAuthor__name {
        text-align: center
    }

    .blogAuthor__desc {
        text-align: center;
        line-height: 25px;
        margin-top: 15px
    }

    .blogAuthor__button {
        text-align: center
    }
}

@media (min-width: 574px) and (max-width:768px) {
    .blogAuthor {
        padding:21px 18px;
        align-items: flex-start
    }

    .blogAuthor__desc {
        line-height: 25px;
        margin: 10px 0
    }

    .blogAuthor__button .btn {
        font-size: 13px;
        padding: 5px 20px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .blogAuthor {
        padding:21px 18px;
        align-items: flex-start
    }

    .blogAuthor__desc {
        line-height: 25px;
        margin: 10px 0
    }
}

.blogTags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    margin-bottom: 100px
}

.blogTags .btn {
    font-size: 15px;
    height: 40px;
    transition: all .3s;
    padding: 7px 25px
}

.blogTags .btn:hover {
    background-color: #8ed557;
    color: #fff;
    transition: all .3s
}

.blogTags__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px
}

@media (max-width: 574px) {
    .blogTags {
        flex-direction:column;
        align-items: flex-start
    }
}

.blogRelatedPost {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 20px 23px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
    margin-bottom: 20px
}

.blogRelatedPost__title {
    color: #53565d;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.32px
}

.blogRelatedPost__desc,.blogRelatedPost__title {
    
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.blogRelatedPost__desc {
    color: #8e939b;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -.26px;
    margin-top: 24px
}

.blogRelatedPost__banner {
    min-width: 80px;
    overflow: hidden;
    border-radius: 8px
}

.blogRelatedPost__content {
    overflow: hidden
}

.blogRelatedPost__banner img {
    height: 79px;
    border-radius: 5px
}

.blogComments {
    margin-top: 90px;
    margin-bottom: 30px;
    position: relative
}

.blogCommentsBox {
    border-radius: 0 0 0 15px;
    background: #f9fafb;
    padding-bottom: 11px
}

.blogComments__card {
    border-top-right-radius: 15px;
    background: #fff;
    padding: 28px 21px 16px 34px
}

.blogComments__cardInfo {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blogComments__cardInfoContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.blogComments__cardInfoButton {
    display: flex;
    gap: 24px
}

.blogComments__cardInfoButton .btn,.blogComments__cardInfoButton .mvd-s-reply {
    color: #85878d;
    transition: all .3s
}

.blogComments__cardInfoButton .btn-dotted:hover,.blogComments__cardInfoButton .btn-dotted:hover .mvd-s-reply {
    color: #8ed557;
    transition: all .3s
}

.blogComments__avatar {
    border-radius: 4px;
    box-shadow: 0 2px 25px 0 hsla(0,0%,49.4%,.15);
    margin-left: 18px
}

.blogComments__avatar,.blogComments__avatar img {
    width: 60px;
    height: 60px
}

.blogComments__name {
    color: rgba(86,86,86,.8);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.32px
}

.blogComments__date,.blogComments__name {
    
    line-height: 15px
}

.blogComments__date {
    color: #85878d;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.26px;
    margin-right: 10px
}

.blogComments__contentText {
    color: rgba(77,83,91,.8588235294117647);
    
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -.6px;
    margin: 20px 0 15px
}

.blogComments__contentAction {
    color: rgba(142,147,155,.8588235294117647);
    
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px
}

.blogComments__contentActionIcon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px
}

.blogComments__contentActionItem {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.56px;
    color: rgba(142,147,155,.8588235294117647);
    display: flex;
    align-items: baseline;
    gap: 8px
}

.blogComments__contentActionItem .icon {
    font-size: 22px;
    color: rgba(128,135,148,.45098039215686275);
    cursor: pointer
}

.blogComments__contentActionItem--like {
    transition: .3s
}

.blogComments__contentActionItem--like:hover {
    color: #7dde82
}

.blogComments__contentActionItem--disLike {
    transition: .3s
}

.blogComments__contentActionItem--disLike:hover {
    color: #f06363
}

.blogComments__contentActionText {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.56px;
    color: rgba(142,147,155,.8588235294117647)
}

.blogComments__card--answer {
    margin: 20px 24px 10px 10px;
    border-radius: 0 15px
}

.blogComments__cardInfoBadge {
    border-radius: 6px;
    background: rgba(255,207,105,.16);
    color: #ffc64b;
    
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -.28px;
    padding: 10px 16px;
    pointer-events: none
}

.blogComments__cardInfoBadge .icon {
    color: #ffc64b;
    margin-left: 4px;
    font-weight: 700
}

.blogComments__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px
}

.blogComments__headTitle {
    color: #53565d;
    
    font-size: 17px;
    font-weight: 500
}

.blogComments__headTitle span {
    color: #8ed557
}

.blogComments__headIcon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #f7f8fa;
    color: #77849d
}

.blogComments__headButton .btn,.blogComments__headButton .icon {
    color: #85878d;
    transition: all .3s
}

.blogComments__headButton .btn-dotted:hover,.blogComments__headButton .btn-dotted:hover .icon {
    color: #8ed557;
    transition: all .3s
}

.blogComments__text {
    display: flex;
    align-items: center;
    gap: 18px
}

.blogComments__alert {
    border-radius: 4px;
    background: rgba(255,207,105,.16);
    
    color: #f8c457;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    padding: 18px
}

.blogCommentsModal {
    padding: 24px;
    position: absolute;
    top: 10%;
    left: 50%
}

.blogCommentsModal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #f5f5f5
}

.blogCommentsModal__body {
    margin-top: 24px
}

.blogCommentsModal__title {
    color: #4e4e4e;
    text-align: right;
    
    font-size: 16px;
    font-weight: 700
}

.blogCommentsModal__close {
    color: hsla(210,1%,40%,.5);
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: transparent
}

.blogCommentsModal__textarea {
    border-radius: 4px;
    background: #f8f9fa;
    width: 100%;
    border: none;
    padding: 10px 18px 0
}

.blogCommentsModal__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px
}

.blogCommentsModal__checkbox input {
    border-radius: 3px;
    background: #d9dde4
}

.blogCommentsModal__checkbox label {
    color: #6e7177;
    
    font-size: 14px;
    font-weight: 500
}

.blogCommentsModal__checkbox .marker {
    width: 18px!important;
    margin-left: 8px!important;
    height: 18px!important
}

@media (max-width: 574px) {
    .blogComments__avatar {
        margin-left:3px
    }

    .blogComments__avatar img {
        max-width: unset
    }

    .blogComments__cardInfoBadge {
        position: absolute;
        top: -30px;
        left: -15px;
        padding: 8px 6px;
        display: flex
    }

    .blogComments__cardInfoButton {
        display: flex;
        gap: 24px;
        position: relative
    }

    .blogComments__card--answer {
        margin: 20px 5px 10px 10px
    }
}


    .related-posts{
text-align: center;
}
.related-posts-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
max-width: 300px;
padding: 0 10px;
margin: 0 0 20px;
}


/*start slider css*/
.script-slide{
    height:500px;
}

.script-slide > .slider-box{
   height: 445px;
   width: 95%;
   margin: 33px auto;
   background-image:url('/wp-content/themes/mentorvid/img/bgbg.jpg');
   background-size:cover;
}
.script-slide > .slider-box > .title-slider-box{
   height:70px;
}
.script-slide > .slider-box > .title-slider-box > div{
   height:100%;
}
.script-slide > .slider-box > .title-slider-box > .t-titr{
    width:33%;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > p{
    color:#7150a3;
   font-size:18px;
   font-weight:600;
   margin-right:80px;
   margin-top:30px;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > img{
   width:250px;
   height:60px;
   margin-top:-45px;
   margin-right:15px;
}
.script-slide > .slider-box > .title-slider-box > .t-tex{
    width:46%;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .big-t{
    text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000; 
    color:#dfdfdf;
    font-size:28px;
    opacity:0.1;
    font-weight:600;
    padding-top:10px;
    margin-right:20px;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .small-t{
   color:white;
   font-size:21px;
   font-weight:600;
   padding-right:170px;
   margin-top:-23px;
   position:relative;
   z-index:2;
}
.script-slide > .slider-box > .title-slider-box > .t-heart{
   width:17%;
   
}
.script-slide > .slider-box > .title-slider-box > .t-heart > img{
   margin-top:-38%;
   margin-right:8px;
}
.script-slide > .slider-box > .title-slider-box > .t-heart > svg{
   width:60px;
   height:60px;
   margin-top:-57%;
   margin-right:40%;
}
.script-slide > .slider-box > .title-slider-box > .t-circle{
   width:5%;
}
.script-slide > .slider-box > .title-slider-box > .t-circle > img{
    border:3px solid black;
    border-right:3px solid #c3c3c3;
    rotate:180deg;
    width:25px;
    height:25px;
    border-radius:40%;
    margin:20px auto;
}
.script-slide > .slider-box >.holder-slider-box{
  height: 313px;
  width: 100%;
  margin:0 auto;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item{
    width:100%;
    height: 368px;
    display:flex;
    margin: 7px 5px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img{
    height: 313px;
    width: 58%;
    margin: 2px 0px;
    border-radius:15px;
    box-shadow: rgba(100, 100, 111) 0px 7px 29px 0px;
    background:#dfdfdf;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items{
    border-radius:5px;
    height: 92%;
    margin:12px;
    background:#fdfdfd;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items > .ic1{
margin-top:5px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items > div{
   width:44px;
   height:42px;
   background:url('/wp-content/themes/mentorvid/img/script-icon-dot.png');
   background-size:cover;
   padding-top:4px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items > .ic5{
   width:44px;
   height:30px;
   background:url('/wp-content/themes/mentorvid/img/script-icon.png');
   background-size:cover;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items > div > img{
   width:23px !important;
   height:23px !important;
   margin:auto;
   padding-top:1px;

}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items > .ic5 > img{
   padding-top:3px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left{
    border-radius:10px;
    height:90%;
    margin:12px 1px 12px 0;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left-1{
  background:url("/wp-content/themes/mentorvid/img/pro-wallet-cryptojet.png"); 
  background-size: cover;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left-2{
  background:url("/wp-content/themes/mentorvid/img/plus.png");  
  background-size: cover;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left-3{
  background:url("/wp-content/themes/mentorvid/img/cryptojet-base-version.png");  
  background-size: cover;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left-4{
  background:url("/wp-content/themes/mentorvid/img/cryptojet-trade.png");  
  background-size: cover;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc{
    width: 35%;
    height:250px;
    margin: 3px 36px 0 20px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-title{
    font-size:16px;
    font-weight:600;
    margin-right:-40px;
    margin-top:15px;
    margin-bottom:5px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-text{
    margin-right:15px;
    text-align:justify;
    font-size:15px;
    padding-left:10px;
     overflow:scroll;
     height:170px;
     cursor:pointer;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .div-shadow{
    height:5px;
    
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-btn{
    background:#7d56a5;
    border-radius:5px;
    padding:5px 25px 5px 23px;
    width:250px;
    height:40px;
    margin:0 auto;
    transition:0.7s;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-btn:hover{
    background:#1e7c12;
    transition:0.7s;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-btn > p{
 color:white;
 font-size:14px;
 margin-top:3px;
 transition:0.3s;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-btn > img{
height:15px;
width:15px;
margin-top:7px;
margin-right:10px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-btn-next{
    width: 100px;
    height: 100px;
    position: absolute;
    color: white !important;
    right: 650px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-bottom:0px !important;
  padding-bottom:60px !important;
  height:30px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity:0.5 !important;
  background-color:gray;
  cursor: pointer;
  display:inline !important;
  
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper >  .swiper-pagination > .swiper-pagination-bullet-active{
  width: 15px;
  height: 15px;
  background-color:white;
  border:2px solid gray;
  opacity:1 !important;
  margin-top:-2px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper >  .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.script-slide > .under-box{
   height:30px;
   max-width:900px;
   background:gray;
   border-radius:10px;
   margin:-55px auto;
   position:relative;
   z-index:-1;
}
.script-slide > .men-vector{
   margin-top: -150px;
   margin-right: 83%;
   z-index:4;
   position:absolute;
}
.script-slide > .men-vector > img{
   height: 215px;
   max-width: 270px;
}
/* width */
::-webkit-scrollbar {
  width: 8px !important;
  border-radius:5px !important;
  margin-left:30px !important;
}

/* Track */
::-webkit-scrollbar-track {
  opacity:0 !important;
  visibility:hidden !important;
  box-shadow: rgb(255, 255, 255) 0px 22px 70px 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:gray  !important; 
  width:10px !important;
  border-radius: 10px  !important;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e5c3ff  !important;
}
 @media (min-width:1200px) and (max-width: 1420px){
     .script-slide > .slider-box > .title-slider-box > .t-titr > img{
   width:200px;
   height:50px;
   margin-top:-38px;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > p{
   font-size:16px;
   font-weight:600;
   margin-right:72px;
   margin-top:20px;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .small-t{
   color:red;
   margin-top:-10px;
   font-size:18px;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .big-t{
    text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000; 
    color:#dfdfdf;
    font-size:22px;
    opacity:0.1;
    font-weight:600;
    padding-top:10px;
    margin-right:20px;
}
.script-slide > .slider-box > .title-slider-box > .t-circle > img {
    margin-right:20px !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-title{
    margin-right:-10px;
    font-size:15px;
}
.script-slide > .slider-box > .title-slider-box > .t-heart > svg{
   width:52px;
   height:52px;
   margin-top:-57%;
   margin-right:40%;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination{
    margin-bottom:-20px !important;
}
.script-slide > .under-box{
    width:80% !important;
}
 }
 @media (min-width:992px) and (max-width: 1200px){
     .script-slide > .slider-box{
    height:420px;     
     }
 .script-slide > .slider-box > .title-slider-box > .t-titr > img{
   width:200px;
   height:50px;
   margin-top:-38px;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > p{
   font-size:16px;
   font-weight:600;
   margin-right:72px;
   margin-top:20px;
}
     .script-slide > .slider-box > .title-slider-box > .t-tex > .small-t{
  display:none;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .big-t{
    text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000; 
    color:#dfdfdf;
    font-size:19px;
    opacity:0.1;
    font-weight:600;
    padding-top:20px;
    margin-right:20px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme{
    height:120% !important;
}
.script-slide > .slider-box > .title-slider-box > .t-circle > img {
    margin-right:10% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items{
    display:none;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left{
    margin:12px auto;
  
}
.script-slide > .slider-box > .title-slider-box > .t-heart > svg{
   width:45px;
   height:45px;

}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-title{
    margin-right:0px;
    font-size:15px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-btn-next{
    width: 80px;
    height: 80px;
     top: 470px;
    left:32%;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-button-prev{
   height: 80px !important;
    width: 80px !important;
    position: absolute;
    background-color:transparent !important;
    color:white !important;
     top: 470px;
    left:36% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination{
    margin-bottom:-15px !important;
}
.script-slide > .under-box{
    width:70% !important;
}
 }
 @media (min-width:768px) and (max-width: 991px){
 .script-slide > .slider-box{
    height:420px;     
     }
 .script-slide > .slider-box > .title-slider-box > .t-titr > img{
   width:200px;
   height:50px;
   margin-top:-38px;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > p{
   font-size:15px;
   font-weight:600;
   margin-right:72px;
   margin-top:20px;
   color:red;
}
     .script-slide > .slider-box > .title-slider-box > .t-tex > .small-t{
  display:none;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .big-t{
    text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000; 
    color:#dfdfdf;
    font-size:19px;
    opacity:0.1;
    font-weight:600;
    padding-top:20px;
    margin-right:20px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper {
    margin-top:-50px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items{
    display:none;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left{
    margin:12px auto;
  
}
.script-slide > .slider-box > .title-slider-box > .t-heart > svg{
   width:40px;
   height:40px;
   margin-top:-62%;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-title{
    margin-right:0px;
    font-size:15px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img{
    width:250px;
}
.mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc{
    width:300px !important ;
    margin-right:20px !important;
}
.mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-text {
    margin-right:0;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-btn-next{
    width: 80px;
    height: 80px;
    top: 470px;
    left:32%;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-button-prev{
height: 80px !important;
    width: 80px !important;
    position: absolute;
    background-color:transparent !important;
    color:white !important;
     top: 470px;
    left:36% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination{
    margin-bottom:-20px !important;
}
.script-slide > .men-vector{
    margin-top:-140px !important;
    margin-right:75% !important;
}
.script-slide > .men-vector > img{
    height: 220px;
    max-width: 300px;
}
.script-slide > .under-box{
    width:60% !important;
}
 }
  @media (min-width:576px) and (max-width: 767px){
   .script-slide > .slider-box{
    height:620px;     
}
     .script-slide{
    height:700px !important;
}
     .script-slide > .slider-box >.holder-slider-box{
  height:680px !important;
  width:95%;
  margin:0 auto;
}
 .script-slide > .slider-box > .title-slider-box > .t-titr > img{
   width:220px;
   height:50px;
   margin-top:-38px;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > p{
   font-size:12px;
   font-weight:600;
   margin-right:62px;
   margin-top:20px;
   color:yellow;
}
     .script-slide > .slider-box > .title-slider-box > .t-tex > .small-t{
  display:none;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .big-t{
    text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000; 
    color:#dfdfdf;
    font-size:13px;
    opacity:0.1;
    font-weight:600;
    padding-top:20px;
    margin-right:20px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme{
    height:500px;
    display:flex;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper {
    margin-top:-50px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide{
    margin-top:-140px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item{
    width:80%;
    height:200px;
    margin:0 auto;
    display:block;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img{
    height:180px !important;
    width:350px !important;
    margin:0 auto;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items{
    display:none;
     margin:0px auto;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left{
    margin:12px auto;
}
.script-slide > .slider-box > .title-slider-box > .t-heart > svg{
   width:35px;
   height:35px;
   margin-top:-62%;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc{
    margin:25px auto !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-title{
    margin-right:0px;
    font-size:15px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img{
    width:250px;
}
.mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc{
    width:300px !important ;
    margin-right:20px !important;
}
.mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-text {
    margin-right:0;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-btn-next{
    width: 80px;
    height: 80px;
    top:450px !important;
    left:11% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-button-prev{
height: 80px !important;
    width: 80px !important;
    position: absolute;
    background-color:transparent !important;
    color:white !important;
     top:450px;
    left:78% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination{
    right:0%;
    top:480px;
}
.script-slide > .men-vector{
    margin-top:-140px !important;
    margin-right:65% !important;
}
.script-slide > .men-vector > img{
    height: 220px;
    max-width: 300px;
}
.script-slide > .under-box{
    width:60% !important;
} 
.script-slide > .slider-box > .title-slider-box > .t-circle{
   display:none;
}
  }
  @media (max-width: 575px){
   .script-slide > .slider-box{
    height:620px;     
}
     .script-slide{
    height:700px !important;
}
     .script-slide > .slider-box >.holder-slider-box{
  height:680px !important;
  width:95%;
  margin:0 auto;
}
 .script-slide > .slider-box > .title-slider-box > .t-titr > img{
   width:170px;
   height:40px;
   margin-top:-31px;
}
.script-slide > .slider-box > .title-slider-box > .t-titr > p{
   font-size:12px;
   font-weight:600;
   margin-right:62px;
   margin-top:20px;
   color:yellow;
}
     .script-slide > .slider-box > .title-slider-box > .t-tex > .small-t{
  display:none;
}
.script-slide > .slider-box > .title-slider-box > .t-tex > .big-t{
    text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000; 
    color:#dfdfdf;
    font-size:13px;
    opacity:0.1;
    font-weight:600;
    padding-top:20px;
    margin-right:20px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme{
    height:500px;
    display:flex;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper {
    margin-top:-50px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide{
    margin-top:-140px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item{
    width: 100%;
    height:200px;
    margin:0 auto;
    display:block;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img{
    height: 100% !important;
    width: 100% !important;
    margin:0 auto;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-right-items{
    display:none;
     margin:0px auto;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img > .img-left{
    margin:12px auto;
}
.script-slide > .slider-box > .title-slider-box > .t-heart > img{
 margin-right:-10px !important;
}
.script-slide > .slider-box > .title-slider-box > .t-heart > svg{
   width:26px;
   height:26px;
   margin-top:-62%;
   margin-right:11px !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc{
    margin: 20px auto !important;
    width: 100% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-title{
    margin-right:0px;
    font-size:15px;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img{
    width:250px;
}
.mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc{
    width:300px !important ;
    margin-right:20px !important;
}
.mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-desc > .desc-text {
    margin-right:0;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-btn-next{
    width: 80px;
    height: 80px;
    top:450px !important;
    left:9% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .swiper-button-prev{
height: 80px !important;
    width: 80px !important;
    position: absolute;
    background-color:transparent !important;
    color:white !important;
     top:450px;
    left:75% !important;
}
.script-slide > .slider-box >.holder-slider-box > .slider-theme >.mySwiper > .swiper-pagination{
    right:0%;
    top:487px;
}
.script-slide > .men-vector{
    margin-top:-140px !important;
    margin-right:65% !important;
}
.script-slide > .men-vector > img{
    height: 220px;
    max-width: 300px;
    display: none;
}
.script-slide > .under-box{
    width:60% !important;
} 
.script-slide > .slider-box > .title-slider-box > .t-circle{
   display:none;
}
  }
/*end slider css*/

/*start slider css*/
.themeSlide{
    
    border:1px solid blue;
    height:510px;
    background:#3c2952;
}
.themeSlide > .theme-slide-title{
    width:80%;
    height:50px;
    margin:55px auto 0;
    
}
.themeSlide > .theme-slide-title > img{
    width:250px;
    height:60px;
    margin-right:0px;
    margin-top:-45px;
}
.themeSlide > .theme-slide-title > p{
   color:white;
   font-size:18px;
   font-weight:600;
   margin-right:60px;
   margin-top:20px;
}
.themeSlide > .holder-slid{
    width:80%;
    height:400px;
    margin:-15px auto 0;
  
}
.themeSlide > .holder-slid > .slider-theme{
    position:relative;
    height:400px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item{
    display:flex;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-right-img > img{
    width:280px;
    height:330px;
    border-radius:20px;
    margin-right:20px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-right-img {
   margin-top: 20px;
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content{
    padding:10px 0px 10px 30px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .p-title{
    color:#f39a35;
    font-size:16px;
    font-weight:600;
    text-align:right !important;
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .item-content-p{
    overflow: scroll;
    height:270px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .item-content-p > .p-text::before{
    content:"-";
    margin-left:5px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .item-content-p > .p-text{
    color:white;
    font-weight:400 !important;
    font-size:15px;
    line-height:22px;
    text-align:right !important;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .theme-more-info{
    background:#997eb9;
    padding:5px 15px;
    border-radius:5px;
    transition:0.5s;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .theme-more-info:hover{
     background:#e3eef2;
     padding:3px 15px;
     border:2px solid #07084a;
     transition:0.5s;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .theme-more-info:hover > p{
    color:#07084a;
    font-weight:600;
    transition:0.5s;
    font-size:14px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .theme-more-info > p{
    color:white;
    font-size:13px;
    margin-left:10px;
    transition:0.5s;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .theme-more-info > img{
    width:15px;
    height:15px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .buy-theme{
    background:#217414;
    padding:5px 35px;
    margin-right:15px;
    font-size:13px;
    color:white;
    border-radius:5px;
    transition:0.5s;
    
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > div > .buy-theme:hover{
    color:#07084a;
    font-weight:600;
    font-size:14px;
    background:#e3eef2;
    padding:3px 35px;
    border:2px solid #07084a;
    transition:0.5s;
    
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .content-btn-holder{
    margin-top:20px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img{
   margin-left:20px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-it2 > .item-left-img >.main-left-img{
   background-image: none;
   box-shadow:none;
   width:330px;
   height:330px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-it1 > .item-left-img >.main-left-img{
   background-image: none;
   box-shadow:none;
   height:350px;
   width:850px;
   margin-bottom:20px;
   margin-right:30px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-it3 > .item-left-img >.main-left-img{
   background-image: none;
   box-shadow:none;
   height:350px;
   width:850px;
   margin-bottom:20px;
   margin-right:30px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img > .img-fade{
    margin-top:-350px;
    width:140px;
    height:140px;
    rotate:-30deg;
    margin-right:240px;
}
.themeSlide > .holder-slid > .slider-theme > .swiper-button-next{
    margin-left:-82px;
    margin-top:240px;
     background-color:transparent !important;
     color:white !important;
}
.themeSlide > .holder-slid > .slider-theme > .swiper-button-prev{
    margin-left:92%;
    margin-top:240px;
    background-color:transparent !important;
    color:white !important;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-bottom:-10px !important;
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity:0.5 !important;
  background-color:white;
  margin:0px 5px;
  cursor: pointer;
  display:inline !important;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-pagination > .swiper-pagination-bullet-active{
  width: 15px;
  height: 15px;
  border:2px solid gray;
  opacity:1 !important;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
/* width */
::-webkit-scrollbar {
  width: 8px !important;
  border-radius:5px !important;
  margin-left:30px !important;
}

/* Track */
::-webkit-scrollbar-track {
  opacity:0 !important;
  visibility:hidden !important;
  box-shadow: rgb(255, 255, 255) 0px 22px 70px 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:gray  !important; 
  width:10px !important;
  border-radius: 10px  !important;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e7ccff  !important;
}
 @media (min-width:992px) and (max-width: 1200px){
 .themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img{
    display:none;
    visibility:hidden;
}
 }
 @media (min-width:791px) and (max-width: 991px){
.themeSlide{
    height:530px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide{
    height:500px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper{
   margin-top:-60px;   
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper{
  margin-top:-60px;  
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img{
    display:none;
    visibility:hidden;
}
 }
  @media (min-width:768px) and (max-width: 790px){
.themeSlide{
    height:530px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide{
    height:500px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper{
   margin-top:-60px;   
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper{
  margin-top:-60px;  
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img{
    display:none;
    visibility:hidden;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-right-img > img{
    width:200px;
    height:250px;
    margin-top:10px;
   
}
 }
@media (min-width:576px) and (max-width: 767px){
 .themeSlide{
    height:500px;
}
 .themeSlide > .holder-slid{
     height:450px;
 }
  .themeSlide > .holder-slid > .slider-theme{
    height:450px; 
    margin-top:-50px;
  }
  .themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content{
    padding:0px;
    margin-right:-60px;
    margin-top:10px;
    width:300px;
    
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img{
    display:none;
    visibility:hidden;
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-right-img > img{
    width:150px;
    height:230px;
    margin-top:10px;
    margin-left:-10px;
    margin-right:-80px;
}
.themeSlide > .holder-slid > .slider-theme > .swiper-button-prev{
    margin-left:150px;
    margin-top:350px;
    width:40px;
    height:40px;
}
.themeSlide > .holder-slid > .slider-theme > .swiper-button-next{
    margin-left:200px;
    margin-top:350px;
    width:40px;
    height:40px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-pagination .swiper-pagination-bullet{
    margin-top:-30px;
}
 }
 @media(max-width: 575px){
.themeSlide{
    height:800px;
}
.themeSlide > .holder-slid{
     height:700px;
     margin-top:15px;
 }
  .themeSlide > .holder-slid > .slider-theme{
    height:770px; 
    margin-top:-20px;
    
  }
  .themeSlide > .theme-slide-title{
    margin:35px auto 0;
    
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .p-title{
  margin-right: 20px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-left-img{
    display:none;
    visibility:hidden;
}


.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-right-img > img{
    width:200px;
    height:230px;
    margin:0px auto;
    
}

.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .item-content-p{
    overflow: scroll;
    height:270px;
    margin-right:15px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item > .item-slide-content > .content-btn-holder{
   margin:20px auto;
   padding:0 5px;
   width:270px;
}
.themeSlide > .holder-slid > .slider-theme > .swiper-button-prev{
    margin-left:130px;
    margin-top:200px;
    width:40px;
    height:40px;
}
.themeSlide > .holder-slid > .slider-theme > .swiper-button-next{
    margin-left:-110px;
    margin-top:200px;
    width:40px;
    height:40px;
}
.themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-pagination .swiper-pagination-bullet{
    margin-top:-80px;
}
 .themeSlide > .holder-slid > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .s-item{
    display:block;
    margin-top: -60px;
}
}
/*end slider css*/




.tabs { margin-bottom: 32px; }

@media only screen and (max-width: 767px) { .tabs { margin-bottom: 20px; overflow-x: auto; width: calc(100vw - 30px); } }

.tabs > ul { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -7px; margin-right: -7px; }

@media only screen and (max-width: 767px) { .tabs > ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: 0; margin-right: 0; } }

.tabs > ul > li { margin-left: 7px; margin-right: 7px; margin-bottom: 22px; }

@media only screen and (max-width: 767px) { .tabs > ul > li { margin-right: 0; margin-left: 14px; } }

.tabs > ul > li > a {white-space: nowrap;padding-left: 7px;padding-right: 7px;display: block;position: relative;font-size: 16px;line-height: 26px;color: #717485;font-weight: 500;}

.tabs > ul > li > a:after {-webkit-transition-property: all;transition-property: all;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;opacity: 0;width: 100%;display: block;height: 3px;position: absolute;right: 0;bottom: -5px;z-index: 1;content: '';background-color: #57b7d5;border-radius: 4px;}

.tabs > ul > li.active a {font-weight: 600;color: #20222A;}

.tabs > ul > li.active a:after { opacity: 1; }



.recently-updated {
    margin-right: 10px;font-size: 16px;color: #82b440;padding-right: 5px;border: 1px solid #efefef;padding-left: 5px;border-radius: 7px;display: inline-flex;overflow: hidden;     z-index: 16;
}


.brand  p,#scoreCourse {
    z-index:16;
}

.filed-link {
    margin-top: 30px;
    position: relative;
    border: 1px solid rgba(119,132,157,.24);
    border-radius: 4px;
    overflow: hidden
}

.filed-link .prepend {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 3px 7px 4px 6px;
    background-color: #9fa7b9;
    border-radius: 3px
}

.filed-link .input-prepend {
    border-left: 1px solid rgba(119,132,157,.24);
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    height: 48px;
    line-height: 53px;
    background-color: #f7f7f9;
    border-radius: 4px -2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    color: #acb3bf
}

.filed-link input {
    border: none;
    line-height: 48px;
    width: 100%;
    padding-right: 60px
}

.filed-link.dir-ltr .prepend {
    top: 50%;
    left: auto;
    right: 12px;
    transform: translateY(50%)
}

.filed-link.dir-ltr .input-prepend {
    border-left: none;
    border-right: 1px solid rgba(119,132,157,.24);
    right: auto;
    left: 0;
    top: 0;
    border-radius: 4px -2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.filed-link.dir-ltr input {
    padding-right: 0;
    padding-left: 60px;
    direction: ltr
}

.filed-link.dir-ltr .copy-text-btn {
    left: auto;
    right: 10px;
    transform: translateY(-50%)
}

.filed-link.copy-text {
    position: relative
}


input#shareLink {
    padding-right: 48px !important;
    text-align: left;
    direction: rtl;
    font-size: 13px !important;
    font-family: sans-serif,Tahoma,Arial;
    /* position: relative; */
}
.filed-link.dir-ltr .copy-text-btn {
    left: auto;
    right: 10px;
    transform: translateY(-50%);
}
.copy-text-btn {
    box-shadow: 0 2px 10px rgba(119,132,157,.24);
    -webkit-box-shadow: rgba(119,132,157,.24) 0 2px 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #acb3bf;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}


td a {
    color: #939292 !important;
  
}


label {
 color: #888 !important;
   
}

input[type="text" ],input[type="email" ],input[type="tel" ],textarea,input[type="number" ]
 {
    /* display: block; */
    /* background-color: #f8f9fa !important; */
    /* padding: 0 15px !important; */
    /* color: #6a6a6a !important; */
    /* transition: .3s !important; */
    /* -webkit-transition: .3s !important; */
    /* border: none !important; */
    /* border-radius: 4px !important; */
    /* font-size: 15px !important; */
    /* line-height: 45px; */
}

 
    body.woocommerce-cart ,body.woocommerce-checkout{
    margin-top:0px;
}



        .cart-collaterals > div {
    box-shadow: 0 0 15px rgba(26, 26, 26, 0.15);
    border-radius: 15px;
    padding: 15px;
    margin: 0 0 20px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #57b7d5 !important;
    border-radius: 9px;
    padding: 14px 25px !important;
    color: #fff;
    transition-duration: 0.3s;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.2em;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    width: 28px;
    height: 28px;
    line-height: 32px;
    
    right: 10px;
    top: 10px;
    border: 0;
    background-color: #fa223f1c;
    transition-duration: 0.3s;
    box-shadow: -1px 2px 2px rgba(153, 153, 153, 0.2);
}

.woocommerce-cart-form {
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(26, 26, 26, 0.1);
    border-radius: 15px;
    position: relative;
    background-color: var(--element-background-color);
}

 .coupon #coupon_code {
    border-radius: 7px;
    margin-left: 10px;
    color: var(--neutral-color);
    width: auto;
}
.woocommerce input.input-text, .woocommerce-page input.input-text {
    height: 45px;
    text-indent: 15px;
    border-radius: 10px;
}
.demo ,.video,.catalog {
 margin-right:5px !important; 
}


.woocommerce #respond input#submit,  .woocommerce button.button, .woocommerce input.button {
    font-size: 16px !important;
    padding: 17px 30px !important;
    box-shadow: 0px 4px 9px rgb(87 178 213 / 34%) !important;
    background-color: #57b7d5 !important;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 5px;
    display: block !important;
    border-radius: 4px !important;
    text-align: center;
 }



 dl.variation dt{
    font-weight:100 !important;
    color: #be94d7;
    font-size: 13px;
}
 dl.variation .amount{
    font-weight:100 !important;
    color: #7b787d;
    font-size: 13px;
}

.woocommerce-checkout .woocommerce , .woocommerce-cart .woocommerce{
    margin-top:100px;
}

.woocommerce .woocommerce-error:before {
    display:none;
}


.woocommerce .woocommerce-message {
    border: none;
    font-weight: lighter;
    border-radius: 5px;
    background: #95ca46;
    color: #ffffff
}

.woocommerce .woocommerce-info {
    border: none;
    font-weight: lighter;
    border-radius: 5px;
    background: #06bffa;
    color: #ffffff
}

.woocommerce-products-header {
    padding-top: 40px;
    text-align: center
}

.woocommerce-ordering select {
    border: none;
    background: #efefef;
    display: block;
    height: auto;
    outline: none
}

ul.products-list img.wp-post-image {
    border-radius: 5px
}

ul.products-list h2 {
    color: #000;
    line-height: 26px;
    font-weight: normal
}

ul.products-list .added_to_cart {
    display: inline-block;
    padding: 5px 25px;
    background-color: #FFD000;
    border-radius: 100px;
    text-align: center;
    font-weight: 400;
    box-shadow: 0 2px 12px rgba(255, 208, 0, 0.6);
    color: #000;
    font-size: 13px;
    outline: none;
    transition: all .3s ease;
    display: table;
    margin: 15px auto 0;
    padding: 15px 0;
    width: 100%
}

ul.products-list .added_to_cart:hover {
    background-color: #b39200;
    transition: all .3s ease
}

.cart_totals h2 {
    display:none;
}
page>header {
    display:none;
}

html {
   
  scroll-behavior: smooth;
} 
    html.dark .menu-item a {
    color: #e2e8ea !important;
}
html.dark .cubox ,html.dark .categoryMenuBox div:first-child ,html.dark .course-content {
    background: linear-gradient(180deg,#323232,#545454) !important;
}

html.dark .course-content .course-instructor a {
    color: #08b2d6 !important;
} 

html.dark .course-content h3 ,html.dark .course-content .price ,html.dark .course-content .course-price{
    color: #afafaf !important;
} 
html.dark .course-content .course-price .free{
    color:#ffffff !important;
    padding: 5px;
    background: rgb(37 176 99) !important;
    border-radius:5px;
} 

.course-item {

    border: none !important;
    border-radius: 07px !important;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-content {

    border: none !important;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.course-wrap-thumbnail {
    border-radius: 07px !important;
}


.self-stretch:hover {
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #b8b2f7 !important;
    color: #333 !important;
}

.self-stretch {
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #f4bf1a !important;
    color: #333 !important;
}
 html.dark p{
  color:#cccede !important
}

html.dark .header-carousel ,html.dark .box_crypto_prices {
               background: linear-gradient(180deg,#323232,#545454) !important;


}
html.dark  header .container {
       background-color: #323232 !important
}

html.dark .cubox ,html.dark .categoryMenuBox div:first-child {
    background: linear-gradient(180deg,#323232,#545454) !important;
}
html.dark section button[type=submit] {
     box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #f4bf1a;
    color: #333 !important;
}
   
html.dark #checkout-order .col-number ,html.dark #checkout-order tfoot .cart-subtotal ,html.dark #checkout-order th  ,html.dark #checkout-payment h4{
    color:#e5e5e5 !important;
}

html.dark .course-name a {
    color: var(--lp-primary-color)  !important;
}

#checkout-order-action button {
    padding:15px;
    border-radius:7px;
}

#checkout-order-action button:hover {
   background-color:#4ebd3d !important;
    opacity:1 !important;
    
}  

.ywf_fund_av {
                                
    text-align: center;
    background: #ebebeb;
    border-radius: 4px;
    font-size: 14px;
     margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
 margin-bottom: 10px;
 }
body {
     /* margin-top: 100px; */
}
   

.mainMenu {
    margin-bottom:0px;
}
.mainMenu .menu-item {
  
    padding: 28px;
    
}
.mainMenu .menu-item:hover {
    transform: translateY(0);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fafafa;
    transition: 0.3s;
    -webkit-transition-delay: 0.1s;
    padding: 28px;
    height: 100%;
}

header {
    /* width: 100%; */
    /* background-color: #fff; */
    /* position: fixed !important; */
    /* z-index: 100; */
    /* box-shadow: 0 2px 27px rgba(46, 46, 46, 0.09); */
    /* height: 80px; */
    /* top: 0; */
}


html.dark  .download {
    color:#ffffff;
    border-color:#ffd392;
}

.auth svg {
    stroke: #fff;
}
.mobile-menu-close:hover {
background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu-close:hover svg {

    transform: rotate(100deg);

    border-radius: 5px;
    transform: rotate(-100deg);
    background-position-x: 175px;
    background-size: cover;
    transition: all .5s ease-in-out
}

.mobile-menu-close   {
   padding: 8px;
   border-radius:10px;
   background: #fbfbfb;
   width: 40px;
   height: 40px;
   margin-right: auto;
   margin-left: auto;
}

.mobile-menu-close svg  {
   padding: 2px;
}
/*start mega menu styles*/
.big-box{
    height:80px !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: 30px;
}
.app-header .app-header-sidebar-toggle {
  height: 25px;
  width: 25px;
  margin-right: 18px;
  cursor: pointer;
  fill: #434554;
}

.app-header .app-header-sidebar-toggle:hover {
  fill: #3377E8;
}

.app-header .app-header-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0px;
}

.app-header .app-header-sidebar .divider {
  border-top: 2px dashed #eee;
  padding: 0 !important;
  margin: 0 11px;
  padding-top: 20px !important;
}

.app-header .app-header-sidebar .headline {
  display: block;
  margin-right: 13px;
  margin-bottom: 10px;
  padding: 9px 6px;
  border-right: 3px solid #3377E8;
  font-size: 13px;
  color: #99a0aa;
   border-radius: 2px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.app-header .app-header-sidebar .app-header-sidebar--menu li:hover {
    background:#f6f6f6;
    border-radius:3px;
}
.app-header .app-header-sidebar .app-header-sidebar--menu li {
  padding: 0px;
  display: inline-block;
  position: relative;
  line-height: normal;
  text-align: center;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:before {
  content: '';
  height: 30px;
  width: 100%;
  bottom: -30px;
  position: absolute;
}

@media (max-width: 1370px) {
.app-header-sidebar .app-header-sidebar--menu li {
    padding: 0 6px;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .caret {
  stroke: #4A517D;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  margin-top: 5px;
  margin-right: 9px;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li .caret {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .caret {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 11px;
    width: 11px;
    margin-left: 0;
    stroke: #9ca1c4 !important;
  }
}

 .empty-cart {
                display: block;
                padding: 15px 50px;
                text-align: center
            }

 .minicart-content .empty-cart img {
                max-width: 170px;
                margin: 0 auto
            }

 .minicart-content .empty-cart p {
                font-size: 14px
            }

 .minicart-content .empty-cart a {
                background-color: var(--second-color);
                padding: 6px 10px;
                border-radius: 30px;
                color: #67b7db;
                display: block;
                margin: 10px 0 0
            }

.app-header .app-header-sidebar .app-header-sidebar--menu .ch-1:hover {
    background: #f7f7f7;
    padding-right: 10px;
    border-radius: 4px;
}
.app-header .app-header-sidebar .app-header-sidebar--menu li a {
  font-size: 11px;
  cursor: pointer;
  color: #343537;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-bottom: 20px;
  padding-top: 20px;
  /* border: 2px solid; */
  padding-right: 10px;
  padding-left: 10px;
  display: grid;
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li a {
    -webkit-transition: none;
    transition: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a .svg {
  stroke: #21294D;
  width: 25px;
  height: 25px;
  margin-left: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li a .svg {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1250px) {
.app-header-sidebar .app-header-sidebar--menu li a .svg {
    visibility: hidden;
    opacity: 0;
    margin-right: -30px;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li a .svg {
    margin-left: 7px;
    visibility: visible;
    opacity: 1;
    margin-right: 0;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a .svg.nfs {
  fill: none;
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
  display: block;
  font-size: 13px;
  color: #8c97a7;
  margin-top: 9px;
  letter-spacing: 0;
  bottom: -18px;
  right: 46px;
  -webkit-transform: translateX(-31px);
          transform: translateX(-31px);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1250px) {
.app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@media (max-width: 1370px) {
.app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    font-size: 11px;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    display: none;
  }
}

@media (max-width: 1370px) {
.app-header-sidebar .app-header-sidebar--menu li a {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a {
  color: #3a3e50;
}

@media (min-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li:hover > a .svg, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .svg {
    stroke: #FEB703;
    -webkit-transform: translateY(60px) translateX(-40px);
            transform: translateY(60px) translateX(-40px);
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a .headerMenuLiDesc, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .headerMenuLiDesc {
  color: #4A517D;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a .caret, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .caret {
  stroke: #3377E8 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li:hover > a .caret, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .caret {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
}

@media (min-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li:hover .submenu, .app-header .app-header-sidebar .app-header-sidebar--menu li.active .submenu {
    visibility: visible !important;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li:hover .submenu, .app-header .app-header-sidebar .app-header-sidebar--menu li.active .submenu {
    display: block;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
  position: absolute;
  top: 74px;
  min-width: 281px;
  min-height: 50px;
  z-index: 2;
  overflow: hidden;
  right: 4px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 67px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 9px 67px rgba(0, 0, 0, 0.09);
  line-height: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li .submenu {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    right: 30px;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu {
    display: none;
    right: 0;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.big {
  min-width: 700px;
}


.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-other-services {
  min-width: 460px;
}


.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-payment {
  min-width: 644px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-700 {
  min-width: 489px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box {
  width: 100%;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box a {
  font-size: 14px;
   font-weight: 600;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box .items {
    -webkit-transition: none;
    transition: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items:hover .arrow-left svg, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items.active .arrow-left svg {
  fill: #3377E8;
  stroke: #3377E8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left {
  position: absolute;
  left: 8px;
  top: 9%;
  -webkit-transition: 0.2s cubic-bezier(0.48, 0.01, 0, 0.89);
  transition: 0.2s cubic-bezier(0.48, 0.01, 0, 0.89);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (prefers-reduced-motion: reduce) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left {
    -webkit-transition: none;
    transition: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left svg {
  height: 12px;
  width: 12px;
  stroke: #21294D;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .icon {
  margin-left: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .icon svg {
  height: 40px;
  width: 40px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .title {
  font-size: 15px;
   margin: 0;
  margin-bottom: -11px;
  display: block;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .title {
    margin-top: -11px;
    font-size: 13px;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .desc {
  color: #848e9c;
  font-size: 11px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  padding: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .arrow-left {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  visibility: hidden;
  -webkit-transform: translateX(10px) rotate(90deg);
          transform: translateX(10px) rotate(90deg);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover {
  background: #F9FBFF;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .arrow-left {
  visibility: visible;
  -webkit-transform: translateX(0px) rotate(90deg);
          transform: translateX(0px) rotate(90deg);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .icon svg {
  background: #3377E8;
  stroke: #fff;
  fill: #fff;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .icon svg.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .icon svg.nf {
  fill: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg {
  height: 40px;
  width: 40px;
  padding: 9px;
  border-radius: 16px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
          box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
  stroke: #5264b5;
  fill: #5264b5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg.nf {
  fill: none;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg {
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat {
  position: relative;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents {
    position: relative;
    height: auto;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9FBFF;
  display: none;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats {
    background-color: #F9FBFF;
    border-radius: 0;
    border-left: none;
    padding: 0;
    width: 100% !important;
    display: block;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats.full {
  width: 100%;
  border-radius: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat {
   color: #21294D;
   font-size: 13px;
   cursor: pointer;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 12px;
   border-top: 3px solid transparent;
   min-width: 152px;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat {
    font-size: 12px;
    color: #4e4e4e;
    margin-top: 0 !important;
    position: relative;
    display: block !important;
    padding: 6px 21px 6px 12px;
  }
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #ddd;
    position: absolute;
    left: 25px;
    top: 10px;
  }
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.open {
    background: rgba(255, 255, 255, 0.1) !important;
  }
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.open:before {
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #3377E8;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active {
  background: #fff;
  border-top: 3px solid #57b7d5;
}


@media (max-width: 1280px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a {
    padding-right: 2px;
    padding-left: 5px;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active {
    border-top: 3px solid transparent !important;
    background: #eef3f6;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover.root, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active.root {
  background: #3377E8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover.root .desc, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active.root .desc {
  color: #bcd3f8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .arrow, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .arrow {
  fill: #fff;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .logo, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .logo {
  stroke: #fff;
  fill: #fff;
  background: #3377E8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .logo.ns, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .logo.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .logo.nf, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .logo.nf {
  fill: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.nf {
  fill: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 30px;
  height: 31px;
  margin: 7px 10px 7px 13px;
  fill: #21294D;
  padding: 7px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo {
  height: 50px;
  width: 50px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
          box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
  border-radius: 19px;
  stroke: #5264b5;
  fill: #5264b5;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo.nf {
  fill: none;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo {
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.root {
  background: #EFF4FE;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.root .desc {
  margin-top: -12px;
  display: block;
  letter-spacing: 1px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.root .logo {
  height: 35px !important;
  width: 35px !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents {
  font-size: 12px;
   padding: 25px;
  position: relative;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .mega-img {
  position: absolute;
  width: 418px;
  height: 399px;
  bottom: -50px;
  opacity: 0.3;
  left: -42px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .mega-img.small {
  width: 318px;
  height: 299px;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents {
    width: 100%;
    right: 0;
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content {
  display: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content.show {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content.show {
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content.mobile-show {
  display: block;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a {
  padding: 9px 0px !important;
  color: #787777;
  text-align: right;
  padding-right: 15px !important;
  font-size: 13px !important;
  display: block;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a:hover {
  color: #3377E8;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a.a-root {
  color: #13b2e7 !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a.a-root:hover {
  color: #3377E8 !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a span {
  display: inline;
  color: inherit;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a i {
  font-style: normal;
  font-size: 11px;
  opacity: 0.8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a .coin-symbol {
  font-size: 11px;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a {
    font-size: 12px !important;
    padding-right: 35px !important;
  }
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a i {
     font-style: normal !important;
    font-size: 11px !important;
    opacity: 0.8 !important;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a {
  font-size: 12px !important;
  padding-right: 25px !important;
  color: #21294D;
   display: block;
  font-weight: 500;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a span {
  display: inline;
  color: inherit;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a i {
  font-style: normal;
  font-size: 11px;
  opacity: 0.8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a .coin-symbol {
  font-size: 11px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside {
  height: 287px;
}

@media (max-width: 1200px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside {
    height: auto;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .contents {
  width: calc(100% - 200px);
  position: absolute !important;
  top: 0;
  right: 200px;
  height: 100%;
}

@media (max-width: 1000px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .contents {
    position: relative !important;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1200px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats {
    position: relative;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 13px;
  border-top: none;
  border-right: 3px solid transparent;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat .logo {
  height: 40px;
  width: 40px;
  padding: 9px;
  border-radius: 16px;
  margin-left: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat.active {
  border-right: 3px solid #3377E8;
}

@media (max-width: 1200px) {
.app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat.active {
    border-right: 3px solid transparent;
    border-top: none !important;
  }
}

@media (max-width: 1000px) {
.app-header-sidebar {
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    width: 311px;
    display: block;
    padding: 0;
    z-index: 100;
    margin: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
    overflow: hidden;
    overflow-y: auto;
  }
.app-header-sidebar::-webkit-scrollbar {
    width: 5px;
  }
.app-header-sidebar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
.app-header-sidebar.open {
    -webkit-transition: 0.4s cubic-bezier(0.1, 0.58, 0.81, 0.91);
    transition: 0.4s cubic-bezier(0.1, 0.58, 0.81, 0.91);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1000px) and (prefers-reduced-motion: reduce) {
.app-header-sidebar.open {
    -webkit-transition: none;
    transition: none;
  }
}


.logo-cat{
    font-weight: 400;
    direction: rtl;
    list-style: none;
    line-height: 30px;
    color: #737374;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
    border-radius: 19px;
    stroke: #ffffff;
    fill: #57b7d5;
}
.cats > .cat-item:hover > .logo-cat{
    background: #57b7d5ab;
}
.cat-item > .strong-tag{
    direction: rtl;
    list-style: none;
    line-height: 38px;
    color: #747374;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 800;
}
.cats > .cat-item:hover >.l2 {
    fill:white;
}

/*end mega menu styles*/


@media (max-width: 575px) {
 .slider-theme > .swiper-btn-next ,.slider-theme > .swiper-btn-prev {position: inherit !important;display: none;}

  .script-slide > .slider-box {
    
    width: 100% !important;
  }

  .script-slide > .slider-box > .title-slider-box > .t-heart {
    width: 40%;
}

.script-slide > .slider-box > .title-slider-box > .t-heart > svg {
    width: 40px !important;
    height: 40px !important;
    margin-top: -60% !important;
    margin-right: 24% !important;
}

.script-slide > .slider-box > .title-slider-box > .t-tex {  
    display:none !important;
}
.script-slide > .slider-box > .title-slider-box > .t-titr {
    width: 90% !important;
}

.script-slide > .slider-box > .title-slider-box > .t-titr > p {
    font-size: 20px !important;
    font-weight: 600;
    margin-right: 72px !important;
    margin-top: 20px;
    color: yellow !important;
}  
  header {
    width: 100% !important;
  }

.productTitle {
    font-size: 18px !important;
    display: block !important;
}
.text-right p {
    text-align:justify;
}

.category-page__sort-block,.category-page__sub-category-container ,.woocommerce-sidebar{

    display: none !important;
}
    
    
}
.single-product #content .aligncenter .size-full.full-img {
    min-width:100% !important;
    width: 100%;
    max-width: 100%;
}
.banner__textBox .dgwt-wcas-search-wrapp {
    max-width: 600px;
    margin-top: 55px;
}
div.container.store{
    margin-top:40px !important;
}
.woocommerce-sidebar{
   margin-top:40px !important; 
}
.landingFaq{
    margin-top:40px !important;
}
.rtl-accordion > .accordion-item > button > .icon > .mvd{
    margin-left:10px !important;
}

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

 @media screen and (min-width: 1367px) and (max-width: 1600px) {
.script-slide > .slider-box >.holder-slider-box > .slider-theme > .mySwiper > .swiper-wrapper > .swiper-slide > .script-item > .script-item-img {
 
    width: 45% !important;
}
 }
 
    
    
    
    