@charset "utf-8";
/* **************** */
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "nice-select.css";
@import "jquery.rateyo.min.css";
@import "intlTelInput.min.css";
@import "nice-search-multiple.css";
@import "starrr.css";

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    font-size: 14px;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #2F4657;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
}

.tooltip.in {
    opacity: 1;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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

iframe {
    width: 100%;
    border: 0;
    height: 100%;
}

::-moz-selection {
    background-color: #E42D2D;
    color: #fff;
}

::selection {
    background-color: #E42D2D;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.7;
}

.modal-open {
    overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}

.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #ffcd04;
    -webkit-box-shadow: 0 1px 0 0 #ffcd04;
    box-shadow: 0 1px 0 0 #ffcd04;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

i {
    color: inherit;
    font-style: normal;
    font-size: inherit;
}

.toTop {
    background: -webkit-linear-gradient(90deg, #E54881, #F6D23D);
    color: #fff;
    position: fixed;
    bottom: -150px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    z-index: 35;
    transition: all .3s;
    font-size: 16px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 200px;
    border-radius: 15px;
    /* overflow: hidden;
    */
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 10px 20px rgb(0 0 0 / 6%);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu>li>a {
    display: block;
    padding: 15px !important;
    font-weight: normal;
    color: #7D7D7D !important;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    transition: all .3s;
    text-align: initial;
    overflow: hidden;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li:hover>a {
    color: #E54881 !important;
    transition: all .3s;
    padding: 15px 25px !important;
}

.menu-item-has-children:after {
    font-family: 'Line Awesome Free';
    content: "\f107";
    display: inline-block;
    margin-right: 5px;
    transition: all .3s;
    font-weight: 900;
    vertical-align: middle;
    font-size: 11px;
}

.menu-item-has-children:hover:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.btn {
    position: relative;
    z-index: 1;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    background-color: #2D2D2D;
    color: #fff;
    border-radius: 50px;
    transition: all .3s;
    border: 0;
    background: -webkit-linear-gradient(left, #E42D2D, #17AAA4);
    border: 0;
}

.fancybox-button svg path {
    fill: #fff;
}

.main-head {
    padding: 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%;
}

.main-head .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-head .menu-nav {
    display: flex;
    flex-grow: 1;
    text-align: center;
    padding: 0 45px 0 0;
}

.main-head .menu-nav li {
    margin-left: 30px;
    color: #fff;
}

.main-head .menu-nav li a {
    color: #fff;
    position: relative;
    transition: all .3s;
    padding: 12px 0;
}

.main-head .menu-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
    bottom: 0;
}

.main-head:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/head-after.svg);
    background-position: center;
    background-size: cover;
    height: 220px;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
}

.main-head .menu-nav li:hover a:after,
.main-head .menu-nav li.active a:after {
    width: 15px;
    transition: all .3s;
}



.main-head .bl-extra {
    display: flex;
    align-items: center;
}


.main-head .bl-extra>a {
    display: inline-block;
    align-items: center;
    color: #E42D2D;
    font-size: 21px;
    position: relative;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    font-size: 14px;
    justify-content: center;
    transition: all .3s;
}

.main-head .bl-extra .cart-data {
    overflow: hidden;
}

.main-head .bl-extra .cart-data h4 {
    font-size: 15px;
}

.main-head .bl-extra .cart-data span {
    color: #ffcc00;
    font-family: 'b-bd';
}

.mob-head {
    display: none;
    z-index: 99;width: 100%;
}

.mob-head .m-top {
    padding: 30px 0;
}

.mob-head .m-top .logo {
    text-align: center;
}

.mob-head .m-top form {
    position: relative;
    padding-right: 35px;
}

.mob-head .m-top .logo img {
    object-fit: scale-down;
}

.mob-head .m-top form .form-control {
    min-width: 160px;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    height: 40px;
    transition: all .3s;
    border-radius: 5px;
    padding: 0 15px 0 35px;
}

.mob-head .m-top form .btn {
    position: absolute;
    left: 0;
    top: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mob-head .m-mid {
    display: flex;
    align-items: center;
}

.mob-head .m-mid a {
    text-align: center;
    font-size: 13px;
    padding: 15px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.19);
    background-color: #E42D2D;
    color: #fff;
    transition: all .3s;
    position: relative;
    width: 35%;
}

.mob-head .m-mid a i {
    margin-left: 5px;
    font-size: 16px;
}

.mob-head .m-mid a:focus,
.mob-head .m-mid a:hover {
    background-color: #333333;
    color: #fff;
    transition: all .3s;
}

.main-sticky {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    width: 280px;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.11);
    transition: all .3s;
    transform: translateX(-150%);
    background: -webkit-linear-gradient(45deg, #9E2129, #b70e19);
}

.main-sticky .nav-tabs {
    border: 0;
    display: table;
    width: 100%;
}

.main-sticky .nav-tabs li {
    display: table-cell;
    float: none;
    width: 1%;
    margin: 0;
}

.main-sticky .nav-tabs li a {
    border: 0 !important;
    display: block;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 0;
    transition: all .3s;
    margin: 0;
    border-width: 1px 0 1px 1px !important;
    border-color: rgb(255 255 255 / 12%) !important;
    border-style: solid !important;
}

.main-sticky .nav-tabs li a.active {
    border-color: #ffcc00 !important;
    background: -webkit-linear-gradient(90deg, #E54881, #F6D23D);
    color: #fff;
}

.main-sticky .nav-tabs li a i {
    margin-left: 5px;
}

.main-sticky .tab-content li a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    padding: 12px;
    border-bottom: 1px solid rgb(255 255 255 / 12%) !important;
    position: relative;
    transition: all .3s;
    border-right: 3px solid transparent;
}

.main-sticky .tab-content li a:after {
    float: left;
}

.main-sticky .tab-content li .sub-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    background-color: #0a7a76;
}

.main-sticky .tab-content li:hover .sub-menu {
    height: auto;
}

.main-sticky .tab-content li .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.main-sticky .tab-content li .sub-menu li:hover .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.main-sticky .tab-content li .sub-menu li a {
    padding: 12px 20px;
    background-color: #015855;
    color: #fff !important;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a {
    padding: 12px 30px;
    background-color: #ffffff;
    color: #2e2e2e !important;
    border-color: transparent;
    border-bottom-color: #efefef;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a img {
    width: 20px;
    height: 23px;
    object-fit: scale-down;
    margin-left: 7px;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a:hover {
    border-color: #ffcc00;
    color: #ffcc00 !important;
}

.main-sticky .tab-content ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
}

.main-sticky .tab-content ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.main-sticky .tab-content ul::-webkit-scrollbar-track {
    background-color: #ddd;
}

.main-sticky .tab-content ul::-webkit-scrollbar-thumb {
    background-color: #E96970;
}

.main-sticky .tab-content li a img,
.main-sticky .tab-content li a i {
    width: 15px;
    height: 15px;
    margin-left: 7px;
    object-fit: scale-down;
    filter: brightness(0) invert(1);
}

.main-sticky .tab-content li a .badgo {
    position: relative;
    top: auto;
    right: auto;
    float: left;
}

.main-sticky .tab-content li a:hover {
    color: #f6d03e;
    right: auto;
    transition: all .3s;
    border-color: #E42D2D;
}

.main-sticky .off-menu {
    margin: 20px;
    padding: 0;
    border: 0;
    line-height: normal;
    background-color: transparent;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}

.main-sticky.active {
    transform: none;
    transition: all .3s;
}

.main-sticky .menu-item-has-children:after {
    position: absolute;
    top: 11px;
    left: 10px;
    color: #fff;
}

.main-head .bl-extra .notification-menu .menu-item-has-children>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    background-color: #f7f8f9;
    color: #ffcc00;
    /* font-size: 12px; */
    position: relative;
    display: block;
}

.main-head .bl-extra .notification-menu .menu-item-has-children a:after {
    display: none;
}

.main-head .bl-extra .notification-menu {
    vertical-align: -webkit-baseline-middle;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu {
    min-width: 400px;
    left: 0;
    right: auto;
    border-radius: 10px;
    /* overflow: hidden; */
    /* max-width: 300px; */
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner {
    border-radius: 0;
    overflow: hidden;
    text-align: initial;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    left: 15px;
    top: -5px;
    border-bottom: 5px solid #fff;
    border-top: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-top {
    padding: 15px;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-top h4 {
    display: inline-block;
    font-size: 15px;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-top a {
    float: left;
    color: #afafaf;
    border: 0;
    padding: 0;
    line-height: normal;
    font-size: 14px;
    transition: all .3s;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul {
    display: block;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a {
    padding: 15px;
    background-color: rgb(0 102 204 / 6%);
    transition: all .3s;
    line-height: normal;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    display: flex;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-left: 12px;
    border: 5px solid #076E6A;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a .a_user {
    overflow: hidden;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a .a_user h3 {
    color: #A8A8A8;
    font-size: 15px;
    transition: all .3s;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a .a_user span {
    color: #BFBFBF;
    font-size: 11px;
    margin: 5px 0;
    display: inline-block;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a .a_user p {
    overflow: hidden;
    max-height: 40px;
    color: #909090;
    font-size: 12px;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a .a_user b {
    color: #E96970;
    font-weight: normal;
    font-size: 12px;
    margin-top: 8px;
    display: block;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a:hover {
    
    padding: 15px !important;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li a:hover .a_user h3 {
    color: #ffcc00;
    transition: all .3s;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content {
    /* overflow: hidden; */
    /* overflow-y: auto; */
    /* max-height: 300px; */
    scrollbar-color: #ffcc00 #ddd;
    scrollbar-width: thin;
    background-color: #FCFCFC;
    padding: 10px 0;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content ul {
    overflow: hidden;
    max-height: 250px;
    overflow-y: auto;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    direction: ltr;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content ul::-webkit-scrollbar-track {
    background-color: #F4F7FB;
    border-radius: 15px
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content ul::-webkit-scrollbar-thumb {
    background-color: #E96970;
    border-radius: 15px
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-top a:hover {
    color: #ffcc00 !important;
    transition: all .3s;
    background: transparent;
}

.main-head .bl-extra .notification-menu .menu-item-has-children:after {
    display: none;
}

.badgo {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 17px;
    height: 17px;
    background: linear-gradient(180deg, #F6D23D, #E54881);
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

.main-head .bl-extra .notification-menu {
    margin: 0 20px 0 0;
}

.main-head .bl-extra .notification-menu .menu-item-has-children>a i {
    font-size: 21px;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-top a i {
    font-size: 21px;
}

.mob-head .m-mid a .badgo {
    top: -12px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(0 0 0 / 22%);
}


.menu-item-has-children .sub-menu li:last-child a {
    border: 0;
}

.main-head .main-menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    background-color: #ffcc00;
    width: 4px;
    transition: all .3s;
    border-radius: 100%;
    opacity: 0;
}

.main-head .main-menu>ul>li:hover a:after,
.main-head .main-menu>ul>li.active a:after {
    opacity: 1;
    /* width: 100%; */
    transition: all .3s;
    bottom: 30px;
}

.main-head .main-menu>ul>li .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
}

.main-head .main-menu>ul>li .sub-menu .menu-item-has-children .sub-menu {
    left: auto;
    transform: none;
    right: 109%;
    top: 0;
}

.main-head .main-menu>ul>li .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    right: 100%;
}

.menu-item-has-children .sub-menu li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #F6D23D;
    right: -10px;
    display: inline-block;
    transition: all .3s;
    border-radius: 100%;
    opacity: 0;
}

.menu-item-has-children .sub-menu li:hover>a:before {
    right: 10px;
    transition: all .3s;
    opacity: 1;
}

.main-head .main-menu>ul>li .sub-menu .menu-item-has-children>a:after {
    content: '';
    font-family: 'Line Awesome Free';
    content: "\f104";
    transition: all .3s;
    font-weight: 900;
    vertical-align: middle;
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: auto;
}

.main-head .main-menu>ul>li .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    right: 109%;
}

.main-head .main-menu>ul>li .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    right: 100%;
}

.top-head .tr-extra ul li .sub-menu {
    min-width: 150px;
}

.main-head .bl-extra a:after {
    content: '';
    margin: 0 22px;
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #813970;
    display: none;
}

.main-head .bl-extra>a:last-child:after {
    display: none;
}

.menu-item-has-children .sub-menu li a:after {
    display: none;
}

.main-head .menu-nav li:last-child {
    margin: 0;
}

.hero-s {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
}

.hero-s .inner {
    background: linear-gradient(256deg, #9E2129, #b70e19);
    padding: 200px 0 100px;
}

.mob-head .m-mid a img {
    filter: brightness(0) invert(1);
}

.cart-sidebar .cl-carto {
    color: #E96970;
    font-size: 20px;
    border: 0;
    background: transparent;
    margin: 0 0 20px;
    padding: 0;
}

.cart-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: 120;
    background-color: #FCFCFC;
    box-shadow: 25px 25px 50px rgb(0 0 0 / 16%);
    padding: 20px 15px;
    transition: all .3s;
    transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
}

.cart-sidebar.active {
    transform: none;
    transition: all .3s;

}

.cart-sidebar .cart-mid ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #F1F1F1;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px 4px 4px 15px;
}

.cart-sidebar .cart-mid ul li .i-img {
    width: 70px;
    height: 70px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    min-width: 70px;
}

.cart-sidebar .cart-mid ul li .i-img a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.cart-sidebar .cart-mid ul li .i-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-sidebar .cart-mid ul li .i-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px 0 0;
    position: relative;
}

.cart-sidebar .cart-mid ul li .i-data div {
    flex-grow: 1;
}

.cart-sidebar .cart-mid ul li .i-data div a {
    color: #2D2D2D;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 175px;
    font-size: 15px;
    text-overflow: ellipsis;
    font-weight: 700;
}

.cart-sidebar .cart-mid ul li .i-data .rem {
    border: 0;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgb(0 0 0 / 3%);
    line-height: 28px;
    padding: 0;
    border: 1px solid #EEEEEE;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #E96970;
}

.cart-sidebar .cart-mid {
    padding: 20px 0 20px 25px;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 225px);
    min-height: calc(100% - 225px);
}

.cart-sidebar .cart-mid::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.cart-sidebar .cart-mid::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 15px;
}

.cart-sidebar .cart-mid::-webkit-scrollbar-thumb {
    background-color: #E96970;
    border-radius: 15px;
}

.cart-sidebar .cart-mid ul li .i-data .rem img {
    width: 15px;
    height: 15px;
    filter: grayscale(1);
    opacity: .5;
    transition: all .3s;
}

.cart-sidebar .cart-mid ul li .i-data .rem:hover img {
    filter: none;
    opacity: 1;
    transition: all .3s;
}

.cart-sidebar .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f1f1f1;
    padding: 20px 0;
    margin-top: 20px;
}

.cart-sidebar .cart-total span {
    color: #17AAA4;
    font-size: 15px;
    font-weight: 600;
}

.cart-sidebar .cart-footer {
    padding: 35px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cart-sidebar .cart-footer .btn {
    margin: 0px 7px;
}

.overlay-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.overlay-s.active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

html.off {
    overflow: hidden;
}

.cart-sidebar .cart-mid ul li .i-data div p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 10px;
}

.cart-sidebar .cart-mid ul li .i-data div p:last-child {
    margin: 0;
}

.cart-sidebar .cart-mid ul li .i-data div strong {
    color: #E96970;
    font-weight: 700;
}

.btn.btn-border {
    color: #17AAA4;
    border: 1px solid #F1F1F1;
    background: transparent;
}

.btn.active,
.btn:active,
.btn:hover {
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
    color: #fff;
}

.hero-s .inner .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.hero-s .inner .h-img {
    text-align: center;
}

.hero-s .inner .h-img .h-moc {
    height: 460px;
    width: 550px;
    background-image: url(../images/mocup.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.hero-s .inner .h-img .btn {
    border: 1px solid #fff;
    margin-top: -55px;
    position: relative;
    z-index: 2;
}

.hero-s .inner .h-img .h-moc .vid-wrap {
    position: absolute;
    height: 260px;
    background-color: #000;
    top: 50px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 130px);
    overflow: hidden;
}

.hero-s .inner .h-img .h-moc .vid-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(top, #17AAA4, #005552);
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
}

.vid-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #17AAA4, #005552);
    width: 80px;
    height: 80px;
    z-index: -1;
    border-radius: 100%;
    opacity: .5;
    transition: all 1s;
}

.vid-icon:hover:before {
    transform: translate(-50%, -50%) rotate(360deg);
    transition: all 1s;
    opacity: 0;
}

.vid-icon:hover {
    color: #fff;
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
}

.hero-s .inner .h-data h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.hero-s .inner .h-data p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 45px;
    overflow: hidden;
    max-height: 73px;
}

.about-wrp .hero-s .inner .h-data p {
    max-height: none;
}

.hero-s .inner .h-data .h-btns h4 {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.apps-btns a {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: -25px 25px 50px rgb(0 0 0 / 5%);
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    margin-left: 15px;
    transition: all .3s;
}

.apps-btns a:last-of-type {
    margin: 0;
}

.apps-btns img {
    object-fit: scale-down;
    width: 16px;
    margin-left: 15px;
    transition: all .3s;
    height: 18px;
}

.apps-btns span {
    color: #929292;
    font-size: 10px;
    margin-bottom: 2px;
    display: block;
}

.apps-btns h5 {
    color: #4D4D4D;
    font-size: 13px;
}

.apps-btns a:hover {
    transition: all .3s;
    transform: translateY(-5px);
}

.apps-btns a:hover span,
.apps-btns a:hover h5 {
    /* color: #fff;
     */
    transition: all .3s;
}

.apps-btns a:hover img {
    /* filter: brightness(0) invert(1);
     */
    transition: all .3s;
}

.hero-s .inner:before,
.hero-s .inner:after {
    content: '';
    width: 500px;
    height: 500px;
    background-color: #fff;
    opacity: .10;
    position: absolute;
    right: -100px;
    bottom: -10px;
    border-radius: 100%;
}

.hero-s .inner:after {
    right: auto;
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -110px;
    opacity: .3;
}

.hero-s:after {
    content: '';
    position: absolute;
    top: -100px;
    width: 200%;
    height: 100%;
    left: -97%;
    background: linear-gradient(256deg, #9E2129, #b70e19);
    border-radius: 0 0 196px 0;
    transform: rotate(-9deg) skewX(-13deg);
    z-index: -1;
}

.hero-s .inner .h-img .h-moc:before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 180px;
    box-shadow: 0 0 37px 17px #fff;
    animation: la-spin 1s infinite;
}

.main-head .bl-extra .notification-menu.user-menu .menu-item-has-children>a {
    width: auto;
    background: transparent;
    color: #fff;
}

.main-head .bl-extra .notification-menu.user-menu .menu-item-has-children>a img {
    width: 35px;
    height: 35px;
    line-height: 35px;
    object-fit: scale-down;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

.main-head .bl-extra .notification-menu.user-menu .menu-item-has-children>a span {
    color: inherit;
}

.main-head .bl-extra .notification-menu.user-menu .user-info {
    display: flex;
    align-items: center;
    padding: 15px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 3%);
    margin-bottom: 20px;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 35px;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data {
    flex-grow: 1;
    position: relative;
    padding: 0 10px;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data h5 {
    color: #E42D2D;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data p {
    font-size: 12px;
    line-height: normal;
    color: #E42D2D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 135px;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data span {
    font-size: 12px;
    color: #E42D2D;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data a {
    width: 30px;
    height: 30px;
    background-color: #F6FAFA;
    border-radius: 100%;
    line-height: 30px;
    padding: 0 !important;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data a:before {
    display: none;
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data a:hover {
    background: linear-gradient(45deg, #F6D23D, #E54881);
}

.main-head .bl-extra .notification-menu.user-menu .user-info .u-data a:hover img {
    filter: brightness(0) invert(1);
}

.main-head .bl-extra .notification-menu .menu-item-has-children {
    padding: 12px 0;
}


.main-head .bl-extra .notification-menu.user-menu .sub-menu>li>a {
    border: 0;
    color: #707070 !important;
    font-size: 15px;
    padding: 19px !important;
    border-radius: 50px;
    margin: 0 15px;
    overflow: visible;
    background: #fff;
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu>li>a:before {
    background: linear-gradient(5deg, #F6D23D, #E54881);
    width: 100%;
    height: calc(100% - 4px);
    right: -3px;
    top: 2px;
    border-radius: 50px;
    transform: none;
    z-index: -1;
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu>li>a:hover {
    background-color: #F6FAFA;
    color: #E42D2D !important;
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu>li>a i {
    float: left;
    width: 25px;
    background-color: #EEEEEE;
    height: 25px;
    border-radius: 100%;
    object-fit: scale-down;
    text-align: center;
    line-height: 25px;
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu>li>a:hover i {
    background: linear-gradient(45deg, #F6D23D, #E54881);
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu>li>a:hover img {
    filter: brightness(0) invert(1);
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu {
    padding-bottom: 20px;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-top .badgo {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 7px;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content ul li {
    text-align: initial;
    direction: rtl;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-content ul li a:before {
    display: none;
}

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner .menu-footer a {
    text-align: center;
    display: block;
    padding: 13px;
    background: linear-gradient(45deg, #009999, #074040);
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.main-head .bl-extra .notification-menu.user-menu .sub-menu {
    min-width: 250px;
}

.search-wrap {
    margin-top: -250px;
    margin-bottom: 100px;
}

.search-wrap .inner {
    border: 1px solid #eee;
    border-radius: 50px;
    background-color: #fcfcfc;
    padding: 10px;
}

.nice-select {
    width: 100%;
    height: 45px;
    border-color: #EEEEEE;
    border-radius: 50px;
}

.nice-select:after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    left: 15px;
    right: auto;
}

.nice-select span {
    text-align: initial;
    display: block;
    line-height: 45px;
}

.nice-select .list {
    width: 100%;
    text-align: initial;
    box-shadow: 0 10px 20px rgb(0 0 0 / 6%);
}

.nice-select .list li {
    text-align: initial;
    padding: 13px 15px;
    line-height: normal;
}

.search-wrap .inner .btn {
    width: 160px;
    height: 80px;
    border: 3px solid #E42D2D;
    font-size: 20px;
}

.search-wrap .inner .row {
    align-items: center;
    justify-content: space-around;
}

.search-wrap .inner .form-group {
    width: 25%;
}

.search-wrap .inner .col-md-2 {
    padding: 0;
}

.g-head {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.g-head:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    opacity: 0.06;
    background-image: url(../images/logo2a.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.g-head h3 {
    color: #E42D2D;
    font-weight: 700;
}

.about-s {
    padding-bottom: 70px;
}

.ab-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}

.ab-item .a-img {
    position: relative;
    height: 380px;
}

.ab-item .a-img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.ab-item .a-img:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 200px;
    transition: all .3s;
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    width: 100%;
    height: calc(100% + 30px);
    z-index: -1;
}

.ab-item .a-img:hover img {
    border-radius: 45px;
    transition: all .3s;
}

.ab-item:nth-of-type(even) {
    flex-direction: row;
}

.ab-item .a-img:hover:before {
    border-radius: 150px;
    transition: all .3s;
}

.ab-item .a-data {
    padding: 0 0 0 50px;
}

.ab-item .a-data h4 {
    color: #707070;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 25px;
}

.ab-item .a-data p {
    color: #fff;
    font-size: 17px;
}

.ab-item:nth-of-type(even) .a-data {
    padding: 0 50px 0 0;
}

.lec-s {
    padding-bottom: 70px;
}

.lec-s .nav-tabs {
    text-align: center;
    border: 0;
    margin: 0 0 40px;
    justify-content: center;
}

.lec-s .nav-tabs li {
    float: none;
    margin: 0 24px;
    display: inline-block;
}

.lec-s .nav-tabs li a {
    border: 0 !important;
    background: transparent !important;
    color: #000;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}

.lec-s .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: scale(0) translateX(-50%);
    transition: all .3s;
    width: 50px;
    height: 11px;
    background-image: url(../images/dots.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

.lec-s .nav-tabs li a.active {
    color: #E96970;
    transition: all .3s;
}

.lec-s .nav-tabs li.active a:after {
    transform: translateX(-50%) scale(1);
    transition: all .3s;
    opacity: 1;
}

.lec-itm {
    direction: rtl;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    padding: 4px;
    min-height: 430px;
}

.lec-s .item {
    padding: 15px;
}

.lec-itm .l-img {
    position: relative;
    height: 225px;
}

.lec-itm .l-img a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.lec-itm .l-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lec-itm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F6D23D, #E54881);
    z-index: -1;
    border-radius: 26px;
}

.lec-itm .l-img span {
    background-color: #3D3D3D;
    color: #fff;
    border-radius: 10px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 17px;
    left: 13px;
}

.lec-itm .l-img span i {
    color: #FFD85D;
    font-size: 13px;
    margin: 0 5px 0 0;
}

.lec-itm .l-data {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 26px 26px;
    transition: all .3s;
    min-height: 200px;
}

.lec-itm .l-action {
    padding: 20px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -100px;
    transition: all .3s;
}

.lec-itm .l-action a {
    color: #fff;
}

.lec-itm .l-action a i {
    width: 31px;
    height: 31px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 31px;
    margin: 0 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lec-itm .l-data .title a {
    background-color: rgb(0 0 0 / 50%);
    text-align: center;
    display: block;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    transition: all .3s;
}

.lec-itm .l-data .title {
    margin-bottom: 15px;
    transition: all .3s;
}

.lec-itm .l-data .desc {
    text-align: center;
}

.lec-itm .l-data .desc p {
    margin-bottom: 7px;
}

.lec-itm .l-data .price {
    display: flex;
    justify-content: space-around;
}

.lec-itm .l-data .price span {
    font-weight: 600;
}

.lec-itm .l-data .price .old {
    color: #C9C9C9;
    text-decoration: line-through;
}

.lec-itm:hover .l-action {
    bottom: 0;
    transition: all .3s;
}

.lec-itm:hover .l-data {
    transition: all .3s;
    padding: 50px 15px 30px;
}

.lec-itm:hover .l-data .title {
    transition: all .3s;
    margin-top: -85px;
}

.lec-itm:hover .l-data .title a {
    transform: translateY(-20px);
}

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    left: -10px;
    transition: all .3s;
}

.owl-carousel .owl-nav button.owl-next {
    right: -10px;
    left: auto;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #e54981;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 0 0 5px #fff;
}

.app-area {
    background: linear-gradient(256deg, #E42D2D, #17AAA4);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.app-area h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 30px;
}

.app-area p {
    color: #fff;
    margin-bottom: 25px;
    max-width: 35%;
    line-height: 1.9;
    font-size: 15px;
}

.app-area .container>img {
    position: absolute;
    left: -15%;
    top: -45%;
}

.lesson-s {
    padding: 100px 0;
}

.lesson-s .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
}

.lesson-s .owl-item {
    padding: 15px;
}

.lesson-s .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.lesson-s .item .cap {
    position: absolute;
    right: 20px;
    top: 0;
    left: 20px;
    bottom: 20px;
    background: linear-gradient(45deg, rgb(23 170 164 / 80%), rgb(0 85 82 / 80%));
    text-align: center;
    border-radius: 20px;
    transition: all .3s;
    opacity: 0;
}

.lesson-s .item .cap a {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    left: 0;
    top: 0;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.lesson-s .item:hover .cap {
    top: 20px;
    transition: all .3s;
    opacity: 1;
}

.lesson-s .item:hover img {
    transform: scale(1.1);
}

.parent-msg {
    padding-bottom: 120px;
}

.parent-msg .inner {
    border-radius: 110px;
    background-color: #f5f5f5;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.parent-msg .inner .row{
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.parent-msg .inner .i-img {
    border-radius: 100px 0 100px 100px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 25px 25px 50px rgb(0 0 0 / 3%);
    padding: 0;
}

.parent-msg .inner .i-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.parent-msg .inner .i-data {
    padding:50px;
}

.parent-msg .inner .i-data h3 {
    color: #3D3D3D;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
    max-width: 65%;
    line-height: 1.6;
}

.parent-msg .inner .i-data p {
    color: #707070;
    font-size: 17px;
}

.parent-msg .inner:before {
    content: '';
    position: absolute;
    right: -200px;
    top: -200px;
    width: 500px;
    height: 500px;
    background: linear-gradient(45deg, #009999, #17AAA4);
    border-radius: 100%;
    opacity: .1;
}

.parent-msg .inner:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -5px;
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #009999, #17AAA4);
    border-radius: 100%;
    opacity: .1;
}

.parent-msg .inner:hover .i-img img {
    transform: scale(1.1);
    transition: all .3s;
}

.newsletter {
    padding: 60px 0;
}

.main-footer {
    background: linear-gradient(256deg, #9E2129, #b70e19);
    position: relative;
}

.newsletter .inner {
    margin-top: -100px;
    background-color: #fff;
    border-radius: 100px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 25px 50px rgb(0 0 0 / 16%);
}

.newsletter .inner h4 {
    color: #707070;
    font-size: 20px;
}

.newsletter .inner h4 img {
    margin-left: 15px;
}

.newsletter .inner .form-group {
    position: relative;
    padding: 0 0 0 35px;
}

.newsletter .inner .form-group .form-control {
    border-radius: 50px;
    min-width: 565px;
    font-size: 15px;
    height: 50px;
}

.newsletter .inner .form-group .btn {
    position: absolute;
    left: 0;
    top: 5px;
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

.newsletter .inner .form-group .form-control::placeholder {
    color: #C9C9C9;
}

.main-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    transform: scaleY(-1);
}

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

.f-top .f-item .footer-info>img {
    margin-bottom: 20px;
}

.f-top .f-item .footer-info p {
    margin-bottom: 25px;
    color: #fff;
    overflow: hidden;
    max-height: 91px;
}

.f-top .f-item h4 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 25px;
}

.f-top .f-item h4:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
}

.f-top .f-item ul:not(.info-list) li {
    margin-bottom: 10px;
}

.f-top .f-item ul:not(.info-list) li a {
    position: relative;
    color: #fff;
    padding: 0 20px;
    transition: all .3s;
}

.f-top .f-item ul:not(.info-list) li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    transition: all .3s;
}

.f-top .f-item ul:not(.info-list) li a:hover:before {
    right: 5px;
    transition: all .3s;
    background-color: #f6cd40;
}

.f-top .f-item ul:not(.info-list) li a:hover {
    padding: 0 25px;
    transition: all .3s;
    color: #f5ce3e;
}

.f-top .f-item .col-md-4 {
    padding: 0 7px;
}

.f-top .f-item .social {
    border-top: 1px solid rgb(255 255 255 / 18%);
    padding-top: 20px;
    margin-top: 20px;
}

.f-top .f-item .info-list li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
}

.f-top .f-item .info-list li a {
    color: inherit;
    font-size: inherit;
    direction: ltr;
}

.f-top .f-item .info-list li i {
    color: inherit;
    margin-left: 10px;
}

.f-top .f-item .social a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    background-color: rgb(255 255 255 / 18%);
    margin-left: 13px;
    transition: all .3s;
}

.f-top .f-item .social a:hover {
    background: -webkit-linear-gradient(90deg, #E54881, #F6D23D);
    transition: all .3s;
    transform: scale(.9);
}

.f-top .f-item .social a i {
    display: block;
    line-height: inherit;
}

.f-top .f-item.d-md{
    display: block;
}

.f-top .f-item.d-xs{
    display: none;
}

.f-bottom {
    text-align: center;
    background-color: rgb(0 0 0 / 17%);
    padding: 26px 0;
}

.f-bottom p {
    color: #fff;
    font-size: 15px;
}

.hero-s .inner .h-data {
    padding-top: 50px;
}

.about-wrp .hero-s {
    padding: 70px 0;
}

.about-wrp .hero-s .inner {
    padding: 0;
}

.about-wrp .hero-s .inner:before,
.about-wrp .hero-s .inner:after,
.about-wrp .hero-s:after {
    display: none;
}

.breadcrumbo {
    padding: 170px 15px;
    background: -webkit-linear-gradient(45deg, #9E2129, #b70e19);
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbo h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.breadcrumbo h3:before {
    content: attr(data-placeholder);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    white-space: nowrap;
    z-index: -1;
    opacity: .1;
    line-height: 1;
}

.d-head {
    position: relative;
    padding: 0 30px;
}

.about-wrp .d-head h3,
.about-wrp .hero-s .inner .h-data h3 {
    font-weight: 700;
    color: #2D1F47;
    max-width: 150px;
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.d-head h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    opacity: 0.06;
    background-image: url(../images/logo2a.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.d-head:before {
    content: '';
    position: absolute;
    border-radius: 50px;
    width: 6px;
    height: 130px;
    background: radial-gradient(#F6D23D, #E54881);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.d-head:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
    width: 12px;
    border-radius: 50px;
    height: 60px;
    background-color: #15AC8B;
}

.d-head span {
    font-size: inherit;
    color: #17AAA4;
}

.about-wrp .hero-s .inner .h-data p {
    color: #999;
}

.ab-item .a-img img {
    border-radius: 45px;
}

.about-wrp .hero-s .inner .h-img .h-moc {
    background-image: url(../images/mocup-dark.png);
    height: 360px;
}

.about-wrp .hero-s .inner .h-img .h-moc .vid-wrap {
    width: calc(100% - 155px);
    height: 243px;
}

.ab-item .a-data p {
    font-size: 17px;
}

.team-s {
    padding: 0 0 150px;
}

.team-s .nav-tabs {
    margin: 0 0 60px;
    text-align: center;
    border: 0;
    justify-content: center;
}

.team-s .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 10px;
}

.team-s .nav-tabs li a {
    background-color: rgb(0 137 139 / 5%);
    color: #E42D2D;
    border-radius: 50px;
    padding: 11px 30px;
    border: 0 !important;
    transition: all .3s;
}

.team-s .nav-tabs li a.active {
    transition: all .3s;
    background-color: #E42D2D;
    color: #fff;
}

.team-s .block {
    padding: 15px;
}

.team-s .block .inner {
    text-align: center;
    border-radius: 15px;
    background-color: #fcfcfc;
    transition: all .3s;
    padding: 40px;
    border: 1px solid #eee;
}

.team-s .block .inner:hover {
    transform: scale(.95);
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    transition: all .3s;
    background-color: #fff;
}

.team-s .block .inner .i-img {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 0 7px #E42D2D;
}

.team-s .block .inner .i-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-s .block .inner h4 {
    color: #2D1F47;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

.team-s .block .inner p {
    color: #E42D2D;
    font-size: 15px;
}

.g-pagination {
    margin-top: 50px;
}

.g-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}


.g-pagination ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #212A4E;
    font-size: 16px;
    transition: all .3s;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.g-pagination ul li.active a {
    color: #E42D2D;
}

.g-pagination ul li.prev a,
.g-pagination ul li.next a {
    background-color: rgb(19 89 140 / 7%);
    border-radius: 50px;
    font-size: 20px;
}

.g-pagination ul li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(180deg, #F6D23D, #E54881);
    transform: translateX(-50%);
}

.g-pagination ul li.active a:after {
    width: 15px;
    transition: all .3s;
}

.g-pagination ul li.prev a:hover,
.g-pagination ul li.next a:hover {
    background: linear-gradient(180deg, #F6D23D, #E54881);
    width: 100px;
    transition: all .3s;
    color: #fff;
}

.team-wrp .team-s {
    padding-top: 70px;
}

.wallet-wrp {
    padding: 70px 0 130px;
}

.wallet-wrp .wallet-inner {
    text-align: center;
    border: 1px solid #ECECEC;
    border-radius: 30px;
    background-color: #fcfcfc;
    padding: 50px;
}

.wallet-wrp .wallet-inner .w-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.wallet-wrp .wallet-inner .w-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.wallet-wrp .wallet-inner h4 {
    color: #17AAA4;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 70px;
}

.wallet-wrp .wallet-inner p {
    color: #003C3D;
    margin: 0 auto 30px;
    max-width: 25%;
}

.wallet-wrp .wallet-inner .form-group {
    max-width: 50%;
    margin: 0 auto;
}

.wallet-wrp .wallet-inner .form-group .form-control {
    border-radius: 50px;
    border-color: #ECECEC;
    margin-bottom: 20px;
}

.wallet-wrp .wallet-inner .form-group .btn {
    background: #EB766A;
}

.wallet-wrp .search-wrap {
    margin-top: -170px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.wallet-wrp .search-wrap h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
}

.lesson-block {
    padding-top: 50px;
}

.lesson-block .block {
    padding: 15px;
}

.lesson-block .block .inner {
    border: 7px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 0 1px #E42D2D;
    border-radius: 23px;
    position: relative;
    transition: all .3s;
}

.lesson-block .block .inner a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.lesson-block .block .inner .cap {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(23 170 164 / 70%), rgb(0 85 82 / 70%));
}

.lesson-block .block .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.lesson-block .block .inner .cap h4 {
    width: 100%;
    font-size: 37px;
    color: #fff;
    margin-bottom: 15px;
}

.lesson-block .block .inner .cap h4 i {
    font-size: 20px;
    color: inherit;
    vertical-align: baseline;
    margin: 0 5px;
}

.lesson-block .block .inner .cap p {
    color: #fff;
    font-weight: 700;
}

.lesson-block .block.theme2 .inner .cap {
    background: linear-gradient(45deg, rgb(246 210 61 / 70%), rgb(255 0 93 / 70%));
}

.lesson-block .block.theme2 .inner {
    box-shadow: 0 0 0 1px #e96970;
}

.lesson-block .block.theme3 .inner .cap {
    background: rgb(155 136 169 / 0.7);
}

.lesson-block .block.theme3 .inner {
    box-shadow: 0 0 0 1px #72B0E3;
}

.lesson-block .block.theme4 .inner .cap {
    background: rgb(167 124 69 / 0.7);
}

.lesson-block .block.theme4 .inner {
    box-shadow: 0 0 0 1px #F6D23D;
}


.lesson-block .block .inner:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.lesson-block .block .inner:hover {
    transform: scale(.95);
    transition: all .3s;
}

.preview-wrp .row {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.preview-wrp .lesson-preview .prev-inner {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 545px;
    background-image: url(../images/lesson-mocup.png);
    overflow: hidden;
    padding: 30px 25px 178px;
}

.preview-wrp .lesson-preview .prev-inner .i-watch {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.preview-wrp .lesson-preview .prev-inner .i-watch video,
.preview-wrp .lesson-preview .prev-inner .i-watch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-wrp .lesson-list .list-scroll {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 15px;
    min-height: 600px;
    direction: ltr;
}

.preview-wrp .lesson-list .list-scroll ul {
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
    max-height: 600px;
    padding: 15px 15px 15px 0;
}

.preview-wrp .lesson-list .list-scroll ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.preview-wrp .lesson-list .list-scroll ul::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 15px;
}

.preview-wrp .lesson-list .list-scroll ul::-webkit-scrollbar-thumb {
    background-color: #E96970;
    border-radius: 15px;
}

.preview-wrp .lesson-list .list-scroll li {
    margin-bottom: 20px;
    direction: rtl;
    text-align: initial;
}

.preview-wrp .lesson-list .list-scroll li a {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px;
    transition: all .3s;
}

.preview-wrp .lesson-list .list-scroll li .l-img {
    height: 127px;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    min-width: 100px;
}

.preview-wrp .lesson-list .list-scroll li .l-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-wrp .lesson-list .list-scroll li .l-info {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.preview-wrp .lesson-list .list-scroll li .l-info h4 {
    color: #17AAA4;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.preview-wrp .lesson-list .list-scroll li .l-info p {
    color: #707070;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 45px;
}

.preview-wrp .lesson-list .list-scroll li .l-info h4:last-of-type {
    margin: 0;
}

.preview-wrp .lesson-list .list-scroll li .l-info i {
    width: 35px;
    height: 35px;
    background-color: #eee;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    min-width: 35px;
    font-size: 20px;
}

.preview-wrp .lesson-list .list-scroll li .l-info div {
    max-width: calc(100% - 45px);
}

.preview-wrp .lesson-list .list-scroll li.active a {
    border-color: #e96970;
    transform: scale(.95);
    transition: all .3s;
}

.op-chatbot {
    border-radius: 50px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    width: 65px;
    height: 65px;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    background-color: #fff;
    margin-top: 15px;
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.op-chatbot i {
    justify-content: center;
    border-radius: 100%;
    height: 55px;
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    min-width: 55px;
    display: flex;
    align-items: center;
    width: 55px;
}

.op-chatbot span {
    color: #2D1F47;
    font-weight: 700;
    width: 0;
    transition: all .3s;
    overflow: hidden;
}

.op-chatbot.active,.op-chatbot:hover {
    width: 135px;
    transition: all .3s;
}

.op-chatbot.active span,.op-chatbot:hover span {
    width: 50px;
    transition: all .3s;
    margin: 0 10px 0 0;
}

.chat-wrap {width: 350px;box-shadow: 0 0 35px rgb(0 0 0 / 34%);border-radius: 15px;overflow: hidden;background-color: #fff;text-align: initial;transition: all .3s;opacity: 0;bottom: 120px;position: fixed;left: 20px;visibility: hidden;}

.chat-wrap .chat-head {
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    padding: 15px;
    justify-content: space-around;
}

.chat-wrap .chat-head h4 {
    color: #fff;
    flex-grow: 1;
}

.chat-wrap .chat-head button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.chat-wrap .chat-body {
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
    padding: 15px 5px 15px 15px;
    margin: 15px 10px;
}

.chat-wrap .chat-footer {
    position: relative;
    box-shadow: 0 -3px 20px rgb(0 0 0 / 5%);
}

.chat-wrap .chat-footer .form-control {
    /* height: auto !important; */
    border-radius: 0;
    padding-top: 0px !important;
    line-height: 1.3;
    border: 0;    padding: 15px 15px 0 120px;
    transition: all .3s;
}
/* .chat-wrap .chat-footer .form-control:focus {
    height: 100px !important;
    transition: all .3s;
} */

.chat-wrap .chat-footer button {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #069191;
    font-size:25px;
    transform: scaleX(-1);
    z-index: 1;
}

.chat-wrap .chat-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.chat-wrap .chat-body::-webkit-scrollbar-track,
.chat-wrap .chat-body .chat-msg-itm .courses-wrp::-webkit-scrollbar-track  {
    background-color: #eeeeee;
    border-radius: 15px;
}

.chat-wrap .chat-body::-webkit-scrollbar-thumb,
.chat-wrap .chat-body .chat-msg-itm .courses-wrp::-webkit-scrollbar-thumb {
    background-color: #12a29e;
    border-radius: 15px;
}

.chat-wrap .chat-body .chat-msg-itm {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.chat-wrap .chat-body .chat-msg-itm .i-icon {
    min-width: 35px;
    height: 35px;
    background-color: #E42D2D;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 7px 10px rgb(0 60 61 / 20%);
    margin-right: 15px;
}

.chat-wrap .chat-body .chat-msg-itm p, .chat-wrap .chat-body .chat-msg-itm .question-group {
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
    border-radius: 30px 50px 50px 0;
    padding: 15px;
    font-size: 13px;
}

.chat-wrap .chat-body .chat-msg-itm .question-group .answer * {
    font-weight: bold;
    color: #E42D2D;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 240px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm {
    width: 130px;
    margin: 0 0 0 12px;
    display: inline-block;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm .c-img {
    border-radius: 10px;
    overflow: hidden;
    height: 130px;
    position: relative;
    margin-bottom: 10px;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm .c-img .vid-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm .c-img .vid-icon:before {
    width: 50px;
    height: 50px;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm .btn {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm .btn img {
    margin: -4px 0 0 7px;
    width: 13px;
    height: 13px;
}

.chat-wrap .chat-body .chat-msg-itm .img-wrp {
    overflow: hidden;
    width: 135px;
    height: 135px;
    position: relative;
    border-radius: 15px 15px 15px 0;
}

.chat-wrap .chat-body .chat-msg-itm .img-wrp a{
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
}

.chat-wrap .chat-body .chat-msg-itm .img-wrp img,
.chat-wrap .chat-body .chat-msg-itm .courses-wrp .c-itm .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-wrap .chat-body .chat-msg-itm p a {
    color: #EB766A;
    line-height: 1;
}

.chat-wrap .chat-body .chat-msg-itm.reply {
    justify-content: flex-end;
}

.chat-wrap .chat-body .chat-msg-itm.reply p {
    border-radius: 50px 30px 0 50px;
}

.chat-wrap .chat-body .chat-msg-itm .courses-wrp .add-to-cart-btn i{
    color: #ffffff;
}

.active .chat-wrap {
    opacity: 1;
    transition: all .3s;
    bottom: 100px;
    margin: 0;
    visibility: visible;
}

.chatbot.active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.chatbot {
    position: relative;
    z-index: 50;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: 21px;
    margin: 0 20px 0 0;
}

.Stars::before {
    content: "★★★★★";
    background: linear-gradient(-90deg, #fc0 var(--percent), #B9B9B9 var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lecs-box {
    padding: 70px 0 0;
}

.lecs-box .row {
    flex-direction: row-reverse;
}

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


.lecs-sidebar .panel-group {
    margin: 0;
    transition: all .3s;
}

.lecs-sidebar {
    position: relative;
}

.lecs-sidebar .panel-group.fixed {
    width: 309px;
    top: 20px;
    transition: all .3s;
    position: fixed;
}

.lecs-sidebar .panel {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 30px;
    box-shadow: none;
}

.lecs-sidebar .panel .panel-heading {
    padding: 0;
    border: 0;
    background: transparent;
}

.lecs-sidebar .panel .panel-heading a {
    background: linear-gradient(45deg, #009999, #074040);
    display: block;
    position: relative;
    padding: 13px 30px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

.lecs-sidebar .panel .panel-body {
    border: 0;
    padding: 24px;
    background-color: #fcfcfc;
}

.lecs-sidebar .panel li {
    margin-bottom: 20px;
    color: #707070;
    font-size: 15px;
}

.lecs-sidebar .panel li:last-child {
    margin: 0;
}

.lecs-sidebar .panel li span {
    color: inherit;
    font-size: inherit;
    display: flex;
    cursor: pointer;
}

.lecs-sidebar .panel li span:before {width: 18px;height: 18px;border-radius: 4px;display: inline-block;margin-left: 10px;font-family: 'Line Awesome Free';font-weight: 900;border: 1px solid #C9C9C9;background: #fff;line-height: 18px;color: #fff;content: "\f00c";font-size: 12px;text-align: center;}

.lecs-sidebar .panel li input {
    display: none;
}

.lecs-sidebar .panel li input:checked + span:before {
    background: linear-gradient(45deg, #F6D23D, #E54881);
    border-color: #fff;
}

.lecs-sidebar .panel .panel-heading a:after {content: "\f107";position: absolute;left: 28px;top: 13px;font-family: 'Line Awesome Free';color: #fff;font-weight: 900;transition: all .3s;}

.block-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.block-toolbar .filter-info {
    display: flex;
    align-items: center;
}

.block-toolbar h4 {
    color: #E42D2D;
    font-size: 15px;
    margin-left: 20px;
    white-space: nowrap;
}

.block-toolbar .filter-info .form-control {
    background-color: #E42D2D;
    border-radius: 9px;
    height: 35px;
    border: 0;
    min-width: 125px;
    padding: 0 20px;
}

.block-toolbar .filter-info .form-control span {
    line-height: 35px;
    color: #fff;
}

.block-toolbar .filter-info .form-control:after {
    border-color: #fff;
}

.block-toolbar .filter-actions {
    display: flex;
    align-items: center;
}

.block-toolbar .filter-actions button {
    font-size: 19px;
    border-radius: 7px;
    border: 0;
    height: 35px;
    width: 35px;
    margin: 0 7px 0 0;
    transition: all .3s;
    background: transparent;
    color: #E42D2D;
}

.block-toolbar .filter-actions button.active {
    background: linear-gradient(45deg, #009999, #074040);
    color: #fff;
}

.block-toolbar .filter-info .form-control .list li {
    padding: 7px 10px;
    line-height: normal;
    min-height: auto;
}

.lecs-blocks .lec-itm {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    padding: 20px;
    min-height: auto;
    transition: all .3s;
    margin-bottom: 24px;
    min-height: 506px;
}

.lecs-blocks .lec-itm:before {
    display: none;
}

.lecs-blocks .lec-itm .l-img {
    overflow: hidden;
    height: 280px;
    border-radius: 10px;
}

.lecs-blocks .lec-itm .l-img h5 {
    background-color: rgb(0 0 0 / 57%);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.lecs-blocks .lec-itm .l-data {
    background: transparent;
    padding: 15px;
    border-radius: 0;
    min-height: auto;
}

.lecs-blocks .lec-itm .l-data .title {
    margin-top: 0;
    text-align: center;
}

.lecs-blocks .lec-itm .l-data .title a {
    transform: none;
    background: transparent;
    color: #E42D2D;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    display: inline-block;
}

.lecs-blocks .lec-itm .l-data .desc {
    margin-bottom: 14px;
}

.lecs-blocks .lec-itm .l-data .desc p {
    margin: 0;
    color: #E42D2D;
    font-size: 13px;
}

.lecs-blocks .lec-itm .l-action {
    position: relative;
    padding: 13px 0 0;
    bottom: auto;
}

.lecs-blocks .lec-itm .l-action a {
    height: 45px;
    line-height: 45px;
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    border-radius: 50px;
    padding: 0 7px 0 25px;
}

.lecs-blocks .lec-itm .l-action a i {
    box-shadow: 0 0 0 2px #fff;
    border: 2px solid #0e9d9a;
    transition: all .3s;
}

.lecs-blocks .lec-itm:hover .l-action a {
    background: linear-gradient(45deg, #F6D23D, #E54881);
}

.lecs-blocks .lec-itm:hover .l-action a i {
    border-color: #eb776a;
    transform: scale(.9);
    transition: all .3s;
}

.lecs-blocks .list-item {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: all .3s;
}

.lecs-blocks .list-item .i-img {
    width: 155px;
    border-radius: 10px;
    overflow: hidden;
    min-width: 155px;
    position: relative;
}

.lecs-blocks .list-item .i-img a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.lecs-blocks .list-item .i-img img,
.lecs-blocks .lec-itm .l-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.lecs-blocks .list-item .i-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.lecs-blocks .list-item .i-data .i-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.lecs-blocks .list-item .i-data .i-title a {
    color: #707070;
    font-weight: 700;
    font-size: 20px;
}

.lecs-blocks .list-item .i-data .i-title > div {
    display: flex;
    align-items: center;
    margin: 0 40px 0 0;
}

.lecs-blocks .list-item .i-data .i-title .Stars {
    margin:  0 10px;
}

.lecs-blocks .list-item .i-data .i-title .Stars:before {
    background: linear-gradient(
-90deg, #fc0 var(--percent), #eee var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lecs-blocks .list-item .i-data  .grade {
    margin-bottom: 15px;
}

.lecs-blocks .list-item .i-data .grade span {
    color: #707070;
    margin-left: 30px;
}

.lecs-blocks .list-item .i-data .desc {
    margin-bottom: 15px;
}

.lecs-blocks .list-item .i-data .desc p {
    color: #c9c9c9;
    overflow: hidden;
    max-height: 45px;
}

.lecs-blocks .list-item .i-data .i-price {
    font-weight: 700;
    font-size: 15px;
    color: #707070;
}

.lecs-blocks .list-item .i-data .i-price span {
    color: #E96970;
    font-size: inherit;
}

.lecs-blocks .list-item .i-data>div {
    padding-left: 30px;
}

.lecs-blocks .list-item .btn {
    padding: 0 10px 0 20px;
    min-width: 150px;
}

.lecs-blocks .list-item .btn i {
    box-shadow: 0 0 0 2px #fff;
    border: 2px solid #0e9d9a;
    transition: all .3s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.lecs-blocks .list-item:hover,
.lecs-blocks .lec-itm:hover {
    border-color: #E96970;
    transition: all .3s;
    background-color: #fff;
}

.lecs-blocks .list-item:hover .btn {
    background: linear-gradient(45deg, #F6D23D, #E54881);
}

.lecs-blocks .list-item:hover .btn i {
    border-color: #eb776a;
    transform: scale(.9);
    transition: all .3s;
}

.lecs-blocks .list-item:last-of-type {
    margin: 0;
}

.lecs-blocks .list-item:hover .i-img img,
.lecs-blocks .lec-itm:hover .l-img img{
    transform: scale(1.1);
    transition: all .3s;
}

.lecs-blocks .list-view {
    display: none;
    padding: 0 15px;
}

.package-wrp .lecs-blocks .list-view {
    display: block !important;
}

.package-wrp .lecs-blocks .list-item .i-img {
    margin: 0 0 20px;
}


.package-wrp .lecs-blocks .list-item .i-data>div {
    padding: 0;
    width: 100%;
}

.package-wrp .lecs-blocks .list-item .i-data {flex-grow: 1;}


.package-wrp .lecs-blocks .list-item .i-data .i-title {
    justify-content: space-between;
}

.package-wrp .lecs-blocks .list-item .i-data .desc span {
    border: 1px solid #EEEEEE;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    margin: 0 0 15px 15px;
    display: inline-block;
}

.package-wrp .lecs-blocks .list-item .img-wrp .btn {
    width: 100%;
}

.lecs-blocks .list-item .i-data .i-price span.old {
    color: #C9C9C9;
    text-decoration: line-through;
    margin: 0 15px;
}

.lecs-single .lecs-blocks .list-view {
    display: block !important;
}

.lecs-single .lecs-blocks .list-view .list-item {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.lecs-single .lecs-blocks .list-view .list-item .i-img {
    width: 270px;
    min-width: 270px;
    height: 370px;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data {
    padding: 0 30px;
    flex-wrap: wrap;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data >div {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .i-title {
    justify-content: space-between;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data h4 {
    color: #707070;
    font-size: 30px;
    font-weight: 700;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .desc {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin: 0;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .grade {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .grade span:last-of-type {
    margin: 0 !important;
}

.lecs-single .lecs-blocks .list-view .list-item .i-img img {
    transform: none;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .data-actions {
    display: flex;
    align-items: center;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .data-actions .btn {
    margin-left: 20px;
}

.lecs-single .lecs-blocks .list-view .list-item .i-data .desc p {
    overflow: visible;
    max-height: none;
}


.lecs-blocks .list-item:hover .btn.btn-border {
    background: transparent;
}

.lecs-blocks .list-item .btn.btn-border {
    padding: 0 20px;
    margin: 0;
}

.panel-wrp {
    margin-bottom: 30px;
}

.panel-wrp .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 20px;
    background: transparent;
}

.panel-wrp .panel .panel-heading {
    border: 0;
    background: transparent;
    padding: 0;
}

.panel-wrp .panel .panel-heading a {
    padding: 19px 70px;
    display: block;
    color: #2D1F47;
    font-size: 15px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 13px;
    overflow: hidden;
    transition: all .3s;
}

.panel-wrp .panel .panel-heading a img {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    border-radius: 13px;
    padding: 5px;
    object-fit: scale-down;
    position: absolute;
    right: 0;
    top: 0;
}

.panel-wrp .panel .panel-heading a i {
    position: absolute;
    left: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 100%;
    top: 12px;
    color: #17AAA4;
    text-align: center;
    font-size: 20px;
    z-index: 1;
}

.panel-wrp .panel .panel-heading a.has-bg {
    background: linear-gradient(180deg, #E42D2D, #17AAA4);
    color: #fff;
}

.panel-wrp h4 {
    color: #2D1F47;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 11px;
    margin-bottom: 20px;
    position: relative;
}

.panel-wrp h4:after {content: '';position: absolute;right: 0;bottom: 0;width: 120px;background: linear-gradient(270deg, #F6D23D, rgb(233 105 112 / 41%),rgb(255 255 255 / 0%));height: 5px;border-radius: 50px;}

.panel-wrp .panel .panel-body {
    border: 0 !important;
    padding: 20px 0 0;
}

.panel-wrp .panel .panel-body li {
    margin-bottom: 20px;
}

.panel-wrp .panel .panel-body li a {
    display: block;
    background-color: #F6FAFA;
    border: 1px solid #E6E6E6;
    border-radius: 13px;
    color: #707070;
    padding: 19px;
    font-size: 15px;
    position: relative;
}

.panel-wrp .panel .panel-body li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    background: linear-gradient(116deg, #17AAA4, #005552);
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.panel-wrp .panel .panel-body li:last-child {
    margin: 0;
}

.panel-wrp .panel .panel-heading a:after {content: '+';position: absolute;left: 20px;color: #E42D2D;font-size: 35px;top: 33px;transition: all .3s;line-height: 0;}

.panel-wrp .panel .panel-heading a:not(.collapsed):after {
    content: '-';
    transform: rotate(360deg);
}

.panel-wrp .panel .panel-heading a:not(.collapsed) {
    border-color: #E42D2D;
    transition: all .3s;
}

.single-tabs .nav-tabs {
    margin: 50px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #F6FAFA;
    border: 0;
    justify-content: center;
}

.single-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 50px;
}

.single-tabs .nav-tabs li a {
    color: #707070;
    border: 0 !important;
    background: transparent !important;
    transition: all .3s;
    border-bottom: 3px solid transparent !important;
    padding: 18px 0;
    font-weight: 700;
}

.single-tabs .nav-tabs li a.active {
    color: #17AAA4;
    border-bottom-color: #17AAA4 !important;
}

.single-tabs .lesson-block {
    padding: 0;
}

.jq-ry-container {
    padding: 0;
    display: inline-block;
    width: auto !important;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 20px;
    margin: 0 4px;
}
.rating {
    display: inline-block;
    margin: 0 15px;
    font-weight: 700;
    font-size: 17px;
}


.comments-wrp .owl-item {
    padding: 15px;
}

.comments-wrp .item {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    display: flex;
    direction: rtl;
    border-radius: 10px;
    padding: 30px;
}

.comments-wrp .item .i-img {
    text-align: center;
}

.comments-wrp .item .i-img img {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    object-fit: cover;
    min-width: 63px;
    margin-bottom: 8px;
}

.comments-wrp .item .i-img p {
    color: #B3B3B3;
}

.comments-wrp .item .i-data h4 {
    color: #343434;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comments-wrp .item .i-data p {
    color: #B3B3B3;
    font-size: 15px;
    margin-bottom: 7px;
}

.comments-wrp .item .i-data p:last-of-type {
    margin: 0;
    color: #7E9C9D;
    overflow: hidden;
    max-height: 75px;
}

.comments-wrp .item .i-data {
    padding: 0 20px;
}

.comments-wrp .item .i-data h4 i {
    color: #FFC400;
    margin: 0 8px;
}

.comments-wrp .item .i-data h4 span {
    font-size: 17px;
    display: flex;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    background: #EEEEEE;
    transition: all .3s;
    display: inline-block;
    border-radius: 100%;
    margin: 0 8px;
}

.owl-dots button.owl-dot.active {
    background: linear-gradient(180deg, #17AAA4, #005552);
    transform: translateY(-5px);
    transition: all .3s;
}

.comment-slider {
    margin: -15px -15px 0;
    width: auto;
}

.comment-review {
    margin-top: 50px;
}

.comment-review h4 {
    color: #EB766A;
    font-weight: 700;
    margin: 30px 0 20px;
}

.comment-review .form-group {
    position: relative;
}

.comment-review .form-group .form-control {
    border: 1px solid #ECECEC;
    background-color: #fcfcfc;
    border-radius: 18px;
    font-size: 18px;
    padding: 20px !important;
}

.comment-review .form-group button {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 0;
    padding: 0 0 0 2px;
    background: linear-gradient(180deg, #17AAA4, #005552);
    color: #fff;
    font-size: 20px;
    transform: scaleX(-1);
}

.comment-review .form-group .form-control::placeholder {
    color: #B3B3B3;
}

.lg-item {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.lg-item .lg-img {
    width: 120px;
    height: 170px;
    min-width: 120px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.lecs-grades .col-md-4 {
    margin-bottom: 30px;
    padding: 0 15px;
}

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

.lg-item .lg-img a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.lg-item .lg-data {
    padding: 0 15px;
}

.lg-item .lg-data a {
    font-weight: 700;
    color: #707070;
    font-size: 15px;
    margin-bottom: 13px;
}

.lg-item .lg-data p {
    color: #707070;
    margin-bottom: 13px;
    line-height: normal;
}

.lg-item .lg-data div {
    display: flex;
    align-items: center;
}

.lg-item .lg-data i {
    font-size: 15px;
    color: #707070;
}

.lg-item .lg-data .Stars:before {
    background: linear-gradient(
-90deg, #fc0 var(--percent), #eee var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}

.cart-wrp .table th {
    background-color: #fcfcfc;
    padding: 15px;
    font-weight: normal;
    color: #2D2D2D;
    font-size: 16px;
    border: 0;
    text-align: center;
    position: relative;
}

.cart-wrp .table td {
    background-color: #fcfcfc;
    border: 0;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.cart-wrp .table th:after,.cart-wrp .table td:after {content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 25px;background-color: #e9e9e9;transform: translateY(-50%);}

.cart-wrp .table th:last-child:after,
.cart-wrp .table th:first-child:after,
.cart-wrp .table td:last-child:after,
.cart-wrp .table td:first-child:after {
    display: none;
}

.cart-wrp .table td:after {
    height:50px
}

.cart-wrp .table tr {
    border-bottom: 25px solid #fff;
}

.t-product {
    display: flex;
    align-items: center;
}

.t-product .t-img {
    width: 160px;
    height: 208px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    margin: 0 0 0 30px;
}

.t-product .t-img a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.t-product .t-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.t-product .t-data a {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.t-product .t-data p {
    color: #0065ca;
    font-family: 'c-bd';
    font-size: 15px;
}

.number {
    width: 50px;
    user-select: none;
    white-space: normal;
}

 .number a {
    width: 50px;
    height: 50px;
    background-color: #F7F8F9;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    color: #000;
    font-size: 25px;
    font-family: 'Line Awesome Free';
    font-weight: 600;
    transition: all .3s;
}

 .number input {
    width: 50px;
    text-align: center;
    border: 0;
    background: transparent;
    padding: 0;
    height: 60px;
    color: #000;
    font-family: 'c-bd';
    font-size: 18px;
}

.number a:focus,
.number a:hover {
    color: #0065ca;
    transition: all .3s;
}

.cart-wrp .table .t-remove {
    color: #F37070;
    font-size: 23px;
}

.t-product:hover .t-img img {
    transform: scale(.9);
}

.cart-wrp .table tbody tr:last-of-type {
    border: 0;
}

.cart-wrp .table tr:last-of-type td:first-child {
    border-radius: 0 0 5px 0;
}

.cart-wrp .table tr:last-of-type td:last-child {
    border-radius: 0 0 0 5px;
}

.cart-wrp .table thead th:first-child {
    border-radius: 0 5px 0 0;
    text-align: right;
}

.cart-wrp .table thead th:last-child {
    border-radius: 5px 0 0 0;
}

.table-btns .btn {
    padding: 0 58px;
    border: 1px solid;
    background: #2D2D2D;
    border-radius: 50px;
}

.btn.btn-red {
    background-color: #E20E0E;
}

.btn.btn-red:hover {
    background-color: #ffffff;
    border-color: #F37070;
    color: #F37070;
}

.table-btns .btn.btn-red {
    margin-right: 10px;
}

.table-extra {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: space-between;
}

.table-extra .total-list {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #eee;
}

.table-extra .total-list ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px;
    color: #2d2d2d;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.table-extra .total-list .btn {
    border-radius: 5px;
    padding: 0 70px;
    margin-top: 30px;
    width: auto;
}

.table-extra .total-list ul li span {
    font-size: inherit;
}

.table-extra .discount-wrap {
    padding: 0;
}

.table-extra .discount-wrap h4 {
    margin-bottom: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.table-extra .discount-wrap img {
    width: 40px;
    object-fit: scale-down;
    margin-left: 10px;
}

.table-extra .discount-wrap .form-group {
    position: relative;
    padding: 0;
}

.table-extra .discount-wrap .form-group .form-control {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 50px;
    height: 55px;
    padding: 0 15px 0 100px;
    font-size: 15px;
}

.table-extra .discount-wrap .form-group .btn {
    background-color: #0066cc;
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 50px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}

.table-extra .discount-wrap .form-group .btn:hover {
    background-color: #fc0;
    border-color: #ffcc00;
    color: #fff;
}

.cart-wrp {
    padding: 70px 0 130px;
}

.cart-wrp .table td span,.cart-wrp .table td {
    font-size: 16px;
    font-weight: 700;
}

.table-btns {
    margin-top: 30px;
}

.table-btns .btn:hover {
    color: #fff;
}

.table-extra .total-list ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.table-extra .total-list ul li:last-child span {
    color: #E96970;
}

.table-extra .total-list ul li:first-child {
    padding-top: 0;
}

.pay-method {
    margin-top: 40px;
}

.pay-method h4 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
}

.pay-method div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.pay-method label {
    margin-left: 10px;
}

.pay-method label span {
    border: 2px solid #ECECEC;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 20px 10px 40px;
    color: #9F9F9F;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 15px;
}

.pay-method label input {
    display: none;
}

.pay-method label span img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    margin-left: 10px;
}

.pay-method label input:checked + span {
    border-color: #17AAA4;
    color: #17AAA4;
    transition: all .3s;
}

.pay-method label:last-child {
    margin: 0;
}

.search-page .search-wrap {
    margin: 0;
}

.search-page .search-wrap .inner {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.search-page .search-wrap .inner .form-control {
    border-radius: 50px;
    border-color: #eeeeee;
}

.search-page .search-wrap .inner .form-group {
    margin-bottom: 30px;
}

.search-page .search-wrap .inner .form-group:last-child {
    margin: 0;
}

.search-page .search-wrap .submit-btn {
    text-align: center;
    margin-top: 30px;
}

.search-page .search-wrap .submit-btn .btn {
    padding: 0 70px;
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
}

.post .post-img {
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
    border: 1px solid #ececec;
    background-color: #e4e4e4;
    margin-bottom: 20px;
}

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

.post .post-title {
    margin-bottom: 40px;
}

.post .post-title h4 {
    font-size: 20px;
    position: relative;
    padding: 15px 20px;
    font-weight: 700;
    color: #2D1F47;
}

.post .post-info {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post .post-info ul li:after {
    content: '';
    color: #dfdfdf;
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: transparent;
    margin: 0 20px;
    vertical-align: middle;
}

.post .post-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post .post-info ul li i {
    margin-left: 5px;
    font-size: 22px;
}

.post .post-sections .section {
    margin-bottom: 40px;
}

.post .post-sections .section h1,
.post .post-sections .section h2,
.post .post-sections .section h3,
.post .post-sections .section h4,
.post .post-sections .section h5,
.post .post-sections .section h6 {
    margin-bottom: 25px;
    position: relative;
    padding-right: 30px;
    color: #2D1F47;
    font-weight: 700;
}

.post .post-sections .section h1:before,
.post .post-sections .section h2:before,
.post .post-sections .section h3:before,
.post .post-sections .section h4:before,
.post .post-sections .section h5:before,
.post .post-sections .section h6:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #15AC8B;
}

.post .post-sections .section p {
    line-height: 2;
    color: #a1a1a1;
}

.post .post-sections .section p h1,
.post .post-sections .section p h2,
.post .post-sections .section p h3,
.post .post-sections .section p h4,
.post .post-sections .section p h5,
.post .post-sections .section p h6 {
    padding: 0;
}

.post .post-sections .section p b {
    font-weight: 700
}


.post .post-sections .section img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.video-wrap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #000;
}

.video-wrap img,
.video-wrap video,
.video-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrap .op-video {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    background-color: #15ac8b;
    line-height: 70px;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 0 0 10px rgb(21 172 139 / 40%);
    transition: all .3s;
}

.video-wrap .video-cover-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 5;
    border: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}

.video-wrap .op-video:before {
    content: "";
    position: absolute;
    border: 2px solid #15ac8b;
    border-radius: 100%;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation: ripple-out 1s infinite;
    animation: ripple-out 1s infinite;
}

/* Ripple Out */
@keyframes ripple-out {
    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0;
    }
}

@-webkit-keyframes ripple-out {
    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0;
    }
}

.video-wrap .op-video:hover {
    background:-webkit-linear-gradient(90deg, #E54881, #F6D23D);
    box-shadow: 0 0 0 10px rgba(246, 209, 61, 0.40);
}

.video-wrap .op-video:hover:before {
    border-color: #E54881;
}

.video-wrap .video-cover-img.off,
.video-wrap .op-video.off {
    opacity: 0;
    visibility: hidden;
}

.blog-box .post-others .p-block {
    padding: 15px;
}

.blog-box .post-others .p-block a {
    display: flex;
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    color: #15ac8b;
    align-items: center;
    transition: all .3s;
    flex-wrap: wrap;
    border: 1px solid #eee;
}

.blog-box .post-others .p-block span {
    font-size: 13px;
    font-weight: 100;
    color: inherit;
    transition: none;
}

.blog-box .post-others .p-block p {
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    transition: none;
    width: 100%;
    margin-bottom: 10px;
}


.blog-box .post-others .p-block a:hover {
    background-color: #15ac8b;
    color: #fff;
    transition: all .3s;
    border-color: #15ac8b;
}


.blog-box .post-others {
    margin-bottom: 50px;
}


.blog-box .post-comments ul li {
    display: flex;
    background-color: #fcfcfc;
    margin-bottom: 20px;
    padding: 24px 35px;
    border-radius: 20px;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #eee;
}

.blog-box .post-comments ul li .com-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    min-width: 50px;
    min-height: 50px;
    margin-left: 15px;
}

.blog-box .post-comments ul li .com-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box .post-comments ul li .com-data {
    flex-grow: 1;
}

.blog-box .post-comments ul li .com-data .d-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-box .post-comments ul li .com-data .d-top h4 {
    color: #8A8A8A;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}

.blog-box .post-comments ul li .com-data .d-top span {
    color: #B1B1B1;
    font-size: 14px;
}


.blog-box .post-comments ul li .d-bot p {
    color: #B1B1B1;
    line-height: 2;
}

.blog-box .post-comments ul li .com-data .d-bot a {
    float: left;
    color: #0066cc;
}

.blog-box .post-comments ul li .com-data .d-top span i {
    margin-left: 7px;
    color: #15ac8b;
    vertical-align: middle;
}

.blog-box .post-comments ul li:last-child .com-data {
    border: 0;
    padding-bottom: 0;
}

.blog-box .post-comments .post-add-comment .post-head {
    margin-bottom: 30px;
}

.blog-box .post-comments .post-add-comment .post-head h3 {
    font-size: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 20px;
}

.blog-box .post-comments .post-add-comment .post-head h3 span {
    font-size: inherit;
    font-weight: 700;
    vertical-align: baseline;
}

.blog-box .post-comments .post-add-comment .post-head i {
    color: #ffcc00;
    margin-left: 10px;
}

.blog-box .post-comments .post-add-comment .post-form .form-control {
    background-color: #ffffff;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    resize: none;
    height: 50px;
    font-size: 14px;
}

.blog-box .post-comments .post-add-comment .post-form textarea.form-control {
    height: 200px;
    padding: 15px;
}

.blog-box .post-comments .post-add-comment .post-form .form-control:focus {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.blog-box .post-comments .post-add-comment .post-form .view-more {
    margin: 10px auto 0;
}

.blog-sidebar .side-widget {
    margin-bottom: 30px;
}

.blog-sidebar .side-widget .w-head {
    padding: 15px 20px;
    position: relative;
}

.blog-sidebar .side-widget .w-head h4 {
    color: #2D1F47;
    font-weight: 700;
    font-size: 17px;
}


.blog-sidebar .side-widget .w-body {
    padding: 20px 0 10px;
    background-color: #ffffff;
    border-radius: 15px;
}

.blog-sidebar .side-widget .w-body .form-group {
    position: relative;
    margin: 0;
    text-align: center;
}

.blog-sidebar .side-widget .w-body .form-group .form-control {
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    border: 1px solid #f3f3f3;
    background-color: #fcfcfc;
}

.blog-sidebar .side-widget .w-body .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    transform: scaleX(-1);
}

.blog-sidebar .side-widget .w-body .form-group .form-control:focus {
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: all .3s;
    background-color: #fff;
}

.blog-sidebar .side-widget .w-body .related-blogs li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    background-color: #fcfcfc;
    padding: 15px;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-img {
    min-width: 115px;
    min-height: 80px;
    overflow: hidden;
    margin-left: 20px;
    border-radius: 10px;
    width: 115px;
    height: 80px;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-img a {
    height: 100%;
    display: block;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}


.blog-sidebar .side-widget .w-body .related-blogs li .r-data a {
    max-width: 210px;
    color: #15ac8b;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-data p {
    color: #A8A8A8;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    max-height: 44px;
    margin: 0 0 10px;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-data span {
    color: #CECECE;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-data span i {
    color: #7D7D7D;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
}

.blog-sidebar .side-widget .w-body .related-blogs li .r-data a:hover {
    color: #2f2eb1;
    transition: all .3s;
}

.blog-sidebar .side-free-area {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-sidebar .side-free-area a {
    display: block;
    height: 100%;
}

.blog-sidebar .side-free-area img {
    width: 100%;
    object-fit: cover;
}

.blog-sidebar .side-free-area img:hover {
    opacity: .8;
    transition: none;
}

.blog-sidebar .side-widget .w-body .side-tags a {
    font-weight: 500;
    color: #767676;
    font-size: 13px;
    background-color: #fff;
    margin: 0 0 7px 5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all .3s;
    border: 1px solid #eee;
}

.blog-sidebar .side-widget .w-body .side-tags a:hover {
    color: #15ac8b;
    transition: all .3s;
    border-color: #15ac8b;
}

.blog-sidebar .side-widget .w-body .related-blogs li:hover .r-img img {
    transform: scale(1.3);
}

.post .post-info ul li {
    display: inline-flex;
    align-items: center;
    color: #17AAA4;
}

.post .post-info ul li:last-child:after {
    display: none;
}

.post .post-info .share-l span {
    margin-left: 15px;
    direction: ltr;
}

.post .post-info .share-l div a {
    color: #909090;
    font-size: 20px;
    margin: 0 7px;
}

.post .post-info .share-l {
    display: inline-flex;
    align-items: center;
}

blockquote {
    border: 0 !important;
    position: relative;
    padding: 60px 40px 20px;
    margin: 20px 0;
    line-height: 2;
    font-size: 15px;
    background-color: #fcfcfc;
    color: #a1a1a1;
}

blockquote:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    border-radius: 50px;
    background-color: #15ac8b;
}

.blog-box .post-others .p-block a img {
    min-width: 100px;
    width: 100px;
    border-radius: 10px;
    height: 70px;
    object-fit: cover;
    margin-left: 20px;
}

.post-add-comment {
    margin-top: 50px;
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 30px 0;
    border: 1px solid #eee;
}

.blog-box .post-comments .post-add-comment .post-form .form-group {
    padding: 10px 15px;
}


.post .post-title h4:before,
.blog-box .post-comments .post-add-comment .post-head h3:before,
.blog-sidebar .side-widget .w-head:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 50px;
    background: radial-gradient(#F6D23D, #E54881);
}

.blog-box .post-comments ul li .d-bot {
    margin-top: 15px;
}


.post-form {
    padding: 0 20px;
}

.blog-box .post-comments .post-add-comment .post-form .form-group .btn {
    border: 0;
    background-color: #15ac8b;
    color: #fff;
    border-radius: 10px;
    padding: 0 70px;
}

.video-wrap .op-video i {
    line-height: inherit;
    display: block;
}


.post .post-title h4:after,
 .blog-box .post-comments .post-add-comment .post-head h3:after,
  .blog-sidebar .side-widget .w-head:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    width: 10px;
    border-radius: 50px;
    height: 28px;
    background-color: #15AC8B;
    }

.post .post-info ul li img {
    margin: 0 13px 0 0;
    width: 24px;
    height: 22px;
}

blockquote:after {
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/quote.svg);
    content: '';
    right: 40px;
    top: 30px;
}

blockquote h4 {
    font-size: 15px;
    font-weight: normal !important;
    margin: 20px 0 0 !important;
    padding: 0 70px 0 0 !important;
}

blockquote h4:before {
    width: 50px !important;
    border-radius: 50px !important;
    height: 2px !important;
}

.blog-box .post-others .p-block p:last-child {
    margin: 0;
}

.blog-box .post-others .p-block a i {
    font-size: 21px;
}

.blog-box .post-others .p-block:last-of-type {
    text-align: left;
}

.blog-box .post-others .p-block:last-of-type a p {
    direction: ltr;
}

.blog-box .post-comments h3 {
    margin-bottom: 40px;
        color: #2D1F47;
    font-weight: 700;
    font-size: 17px;
    padding:15px 20px;
    position:relative
}

.blog-box .post-comments h3:before {    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 50px;
    background: radial-gradient(#F6D23D, #E54881);}

.blog-box .post-comments h3:after {    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    width: 10px;
    border-radius: 50px;
    height: 28px;
    background-color: #15AC8B;}

.blog-box .post-comments .post-add-comment .post-head h3:before,.blog-box .post-comments .post-add-comment .post-head h3:after {
    display: none;
}

.post-add-comment .post-head p {
    padding: 0 30px;
    color: #6D6D6D;
}

.post-add-comment .post-form .form-group h5 {
    color: #6D6D6D;
    margin-bottom: 10px;
    direction: ltr;
    text-align: right;
}
.post-add-comment .post-form .form-group .form-control {
    border-radius: 50px;
    border-color: #eee;
}

.post-add-comment .post-form .form-group textarea.form-control {
    border-radius: 20px;
}

.post-add-comment .post-form .form-group .btn {
    border-radius: 50px;
    padding: 0 50px;
}

.blog-sidebar .side-widget .w-body .side-tags {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 20px 15px;
}

.cardo {
    padding: 15px;
}

.cardo .inner {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 15px;
    transition: all .3s;
}

.cardo .inner .i-img {
    border-radius: 15px;
    overflow: hidden;
    height: 155px;
    position: relative;
}

.cardo .inner .i-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.cardo .inner .i-img a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.cardo .inner ul {
    background: -webkit-linear-gradient(left, rgb(0 137 139 / 5%), rgb(23 170 164 / 5%));
    margin: 20px 0;
    border-radius: 50px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardo .inner ul li {
    color: #17AAA4;
    font-size: 12px;
}

.cardo .inner ul li img {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.cardo .inner .i-data {
    text-align: center;
}

.cardo .inner .i-data p {
    color: #707070;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 13px;
    overflow: hidden;
    max-height: 39px;
}

.cardo .inner .i-data .btn {
    width: 100%;
    background: #2D1F47;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.cardo .inner:hover .i-img img {
    transform: scale(1.2);
}

.cardo .inner:hover {
    transform: scale(.95);
    transition: all .3s;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    background-color: #fff;
    border-color: transparent;
}

.faqs-panels,.faqs-img{
    padding:0 15px;
}

.faqs-panels .panel-group {
    margin: 0;
}

.faqs-panels .panel-group .panel {
    box-shadow: none;
    border: 0;
    margin-bottom: 20px;
    border-radius: 0;
    background: transparent;
}

.faqs-panels .panel-group .panel .panel-heading {
    border: 0;
    background: transparent;
    padding: 0;
}

.faqs-panels .panel-group .panel .panel-heading a {
    display: block;
    position: relative;
    border-radius: 50px;
    background-color: #F7F9FB;
    transition: all .3s;
    padding: 18px 28px;
    font-size: 15px;
    color: #6D6D6D;
}

.faqs-panels .panel-group .panel .panel-heading a:after {
    transition: all .3s;
    font-family: 'Line Awesome Free';
    position: absolute;
    left: 28px;
    top: 18px;
    content: "\f107";
    font-weight: 900;
}

.faqs-panels .panel-group .panel .panel-heading a:not(.collapsed):after {
    transform: rotate(180deg);
    transition: all .3s;
}

.faqs-panels .panel-group .panel .panel-heading a:not(.collapsed) {
    background: -webkit-linear-gradient(9deg, #17AAA4, #005552);
    color: #fff;
}

.faqs-panels .panel-group .panel .panel-body {
    padding: 20px;
    border: 0;
}

.faqs-panels .panel-group .panel .panel-body p {
    color: #6d6d6d;
    font-size: 15px;
}

.faqs-panels .panel-group .panel .panel-body li {
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 10px;
    list-style: inside;
}

.faqs-panels .panel-group .panel .panel-body ul {
    margin-top: 20px;
}

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

.faqs-img .iner {
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
}

.faqs-bottom .post-add-comment {
    border: 0;
    padding: 60px 15px;
}

.faqs-bottom .post-add-comment .post-head {
    text-align: center;
    margin-bottom: 50px;
}

.faqs-bottom .post-add-comment .post-head h4 {
    color: #15AC8B;
    font-size: 14px;
    margin-bottom: 10px;
}

.faqs-bottom .post-add-comment .post-head p {
    color: #EB766A;
    font-weight: 700;
    font-size: 20px;
}

.faqs-bottom .post-add-comment .form-group {
    padding: 15px;
}

.faqs-bottom .post-add-comment .form-group .form-control {
    border-color: #E5E5E5;
}

.faqs-bottom .post-add-comment .form-group .btn {
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
    padding: 0 70px !important;
}

.faqs-bottom .post-add-comment .form-group:last-child {
    text-align: center;
    padding-bottom: 0;
}

.cont-wrap .cont-top {margin-bottom: 30px;}


.cont-wrap .cont-top .block .inner {
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cont-wrap .cont-top .block .inner:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: 0 0 25px rgb(0 0 0 / 7%);
    border-color: transparent;
    transform: translateY(-5px);
}

.cont-wrap .cont-top .block .inner img {
    margin: 0 auto 20px;
    width: 50px;
    object-fit: scale-down;
    height: 50px;
    background-color: #F6FAFA;
    border-radius: 100%;
}

.cont-wrap .cont-top .block .inner h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}

.cont-wrap .cont-top .block .inner p {
    text-transform: none;
    color: #909090;
    font-size: 13px;
    direction: ltr;
}

.cont-wrap .cont-mid {
    margin-bottom: 70px;
}

.cont-wrap .cont-mid .cont-map {
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    height: 400px;
}

.cont-wrap .cont-bottom .form-group {
    padding: 15px;
}

.cont-wrap .cont-bottom .form-group:last-of-type {
    text-align: center;
}


.cont-wrap .cont-top .block:nth-of-type(1) .inner {
    border-color: #17AAA4;
}

.cont-wrap .cont-top .block:nth-of-type(2) .inner {border-color: #EB766A;}

.cont-wrap .cont-top .block:nth-of-type(3) .inner {
    border-color: #6C63FF;
}

.cont-wrap .cont-top .block:nth-of-type(2) .inner img {
    background-color: #FEF4F3;
}

.cont-wrap .cont-top .block:nth-of-type(3) .inner img {
    background-color: #F3F3FF;
}

.cont-wrap .cont-top .block {
    padding: 15px;
}

.cont-wrap .cont-bottom .form-group .form-control {
    background-color: #F6F6F6;
    border: 0;
    border-radius: 50px;
}

.cont-wrap .cont-bottom .form-group textarea.form-control {
    border-radius: 20px;
    padding: 20px !important;
}

.cont-wrap .cont-bottom .form-group .form-control::placeholder {
    color: rgb(33 42 78 / 40%);
}

.cont-wrap .cont-bottom .form-group  .btn {
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
    padding: 0 70px;
}

.fancybox-infobar,.fancybox-infobar span {
    color: #fff;
}
.notification-wrap .not-head {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.notification-wrap .not-head h4 {
    color: #17AAA4;
    font-weight: 700;
    font-size: 15px;
}

.notification-wrap .not-item {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 15px 20px;
    border-right: 10px solid #c9c9c9;
    margin-bottom: 30px;
}

.notification-wrap .not-item.failed{
    border-color: #E96970;
}

.notification-wrap .not-item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.notification-wrap .not-item li i {
    width: 36px;
    height: 36px;
    background-color: #E42D2D;
    border-radius: 100%;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 30px;
}

.notification-wrap .not-item li div {
    color: #E42D2D;
    font-weight: 600;
    font-size: 15px;
}

.notification-wrap .not-item li a {
    color: #707070;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 20px;
    transition: all .3s;
}

.notification-wrap .not-item li a:hover {
    border-color: #E96970;
    color: #E96970;
    transition: all .3s;
}

.notification-wrap .not-item li i img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 7px;
}

button.close {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    text-shadow: none;
    color: #fff;
    opacity: 1 !important;
    border-radius: 100%;
    font-size: 15px;
    right: 20px;
    top: 20px;
    z-index: 2;
    border:0 !important;
}

button.close:hover{
    color:#fff;
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
}

.process-wrp {
    text-align: center;
    padding: 70px 20px 20px;
}

.modal-content {
    background-color: #fcfcfc;
    border-radius: 20px;
    border-color: #eee;
    background-clip: border-box;
}

.process-wrp .pr-top {
    margin-bottom: 15px;
}

.process-wrp .pr-top .p-img {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #E42D2D;
    line-height: 90px;
    text-align: center;
}

.process-wrp .pr-top .p-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.process-wrp .pr-top  h3 {
    font-weight: 700;
    color: #E96970;
    margin-bottom: 30px;
}

.process-wrp .pr-top ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-wrp .inner {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 18px;
    justify-content: space-between;
    text-align: initial;
}

.process-wrp .col-xs-12 {
    padding: 15px;
}

.process-wrp .pr-top ul li {
    color: #707070;
    margin: 0 30px;
}

.process-wrp .inner span {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.process-wrp .inner strong {
    color: #17AAA4;
    font-weight: normal;
    font-size: 16px;
}

.process-wrp .inner p {
    color: #7E9C9D;
    max-width: 50%;
}

.process-wrp .inner .pay-method {
    margin: 0;
    display: flex;
    align-items: center;
}

.process-wrp .inner .pay-method h4 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.process-wrp .inner .pay-method div {
    margin: 0 30px;
}

.process-wrp .inner a {
    color: #E96970;
}

.process-wrp .inner a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgb(19 89 140 / 7%);
    text-align: center;
    border-radius: 100%;
    margin: 0 10px 0 0;
    color: #000;
    font-size: 23px;
}

.process-wrp .inner .pay-method span {
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    padding: 10px 20px;
}

.process-wrp .inner a:hover i {
    background: linear-gradient(45deg, #F6D23D, #E54881);
    color: #fff;
}

.process-wrp .pr-top p {
    color: #E42D2D;
    font-size: 15px;
    margin-bottom: 20px;
}

.process-wrp .pr-top p i {
    font-size: 23px;
}

.op-sidebar {
    width: 60px;
    height: 60px;
    border: 1px solid #E42D2D;
    border-radius: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
    overflow: hidden;
    padding: 5px;
    position: fixed;
    top: 210px;
    z-index: 999;
    background-color: #fff;
    right: 20px;
    display: none;
    transition: all .3s;
}

.op-sidebar img{
    width:100%;
    height:100%;
    object-fit: cover;    border-radius: 100%;
}

.profile-wrap .prof-sidebar .prof-top {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

.profile-wrap .prof-sidebar li a.active {
    transition: all .3s;
    color: #15AC8B;
    background-color: rgb(21 172 139 / 3%);
}

.profile-wrap .prof-sidebar li a {
    color: #C2C2C2;
    padding: 15px 30px;
    transition: all .3s;
    display: block;
    position: relative;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0 50px 50px 0;
}

.profile-wrap .prof-sidebar li a.active:before {
    background-color: #15AC8B; 
    transition: all .3s;
    height: 60%;
}

.profile-wrap .prof-sidebar li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 0;
    background-color: #cccccc;
    border-radius: 50px;
    transition: all .3s;
}

.profile-wrap .prof-sidebar .prof-top .clo-sidebar {
    float: left;
    border: 0;
    line-height: normal;
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    color: #000;
    display: none;
}

.profile-wrap .prof-sidebar .prof-top .s-img {
    border-radius: 100%;
    z-index: 1;
}

.profile-wrap .prof-sidebar .prof-top .s-img {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.profile-wrap .prof-sidebar .prof-top img {
    border-radius: inherit;
}

.profile-wrap .prof-sidebar .prof-top img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    background-color: #fff;
}


.profile-wrap .prof-sidebar .prof-top .s-img label,
.profile-wrap .prof-sidebar .prof-top .s-img .i-btn {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 17px;
    border: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.profile-wrap .prof-sidebar .prof-top .s-img label input {
    visibility: hidden;
}

.profile-wrap .prof-sidebar .prof-top .s-img label input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.profile-wrap .prof-sidebar .prof-top .s-img label i,
.profile-wrap .prof-sidebar .prof-top .s-img .i-btn i {
    display: block;
    line-height: inherit;
}

.profile-wrap .prof-sidebar .prof-top .s-img:hover:after {
    opacity: 1;
    transition: all .3s;
}

.profile-wrap .prof-sidebar .prof-top .s-img:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 32%);
    content: '';
    border-radius: 100%;
    transition: all .3s;
    opacity: 0;
}

.profile-wrap .prof-sidebar .prof-top .s-img label,
.profile-wrap .prof-sidebar .prof-top .s-img .i-btn {
    position: absolute;
    top: -15px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    line-height: 21px;
    font-size: 14px;
    border: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.profile-wrap .prof-sidebar .prof-top .s-img label {
    bottom: 0;
    background-color: #232323;
    transition: all .3s;
    z-index: 3;
    right: 0;
    top: auto;
    transform: none;
    color: #fff;
}

.profile-wrap .prof-sidebar .prof-top .s-img .i-btn {
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    background-color: #ffcc00;
    color: #fff;
    display: none;
    box-shadow: 0 0 0 3px #fff;
    z-index: 2;
}

.profile-wrap .prof-sidebar .prof-top .s-img .i-btn.i-red {
    background-color: #f00;
    right: 0;
    left: auto;
    color: #fff;
}


.prof-sidebar {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 0 !important;
}

.profile-wrap .prof-sidebar .prof-top h3 {
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #17AAA4;
}

.profile-wrap .prof-sidebar .prof-top p {
    text-transform: none;
    color: #6D6D6D;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-wrap .prof-content {
    padding: 0 30px 0;
}

.profile-wrap .prof-content .personal-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 30px;
}

.profile-wrap .prof-content .personal-data ul li {
    color: #7D7D7D;
    text-transform: none;
    margin-bottom: 20px;
    /* direction: ltr; */
}

.profile-wrap .prof-content .personal-data .btn {
    padding: 0 50px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.profile-wrap .prof-content .edit-personal ul li {
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    background-color: #fcfcfc;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.profile-wrap .prof-content .edit-personal ul li h4 {
    color: #707070;
    font-size: 15px;
    margin-bottom: 10px;
}

.profile-wrap .prof-content .edit-personal ul li span {
    color: #C9C9C9;
    text-transform: none;
    font-size: 15px;
}

.profile-wrap .prof-content .edit-personal {
    display: none;
}

.profile-wrap .prof-content .edit-personal ul li:last-child {
    border: 0;
}

.profile_modals .form-wrapo h5 {
    font-size: 14px;
    text-align: initial;
    margin: 0 0 20px;
}

.profile_modals .form-wrapo h4 {
    font-size: 13px;
    color: #0065ca;
}

.profile_modals .form-wrapo p {
    color: #B7B7B7;
    text-align: center;
    margin: 30px auto;
    padding: 0 20px;
    max-width: 80%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-right: 1px solid #e9e9e9;
    padding: 0 15px;
    direction: ltr;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin: 0 10px;
    font-size: 15px;
}

.iti__arrow {
    border-width: 6px;
    border-top-color: #9e9e9e;
}

.iti__country-list {
    left: 0;
    right: auto;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
    border: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.iti__country-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.iti__country-list::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 50px;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #ffcc00;
    border-radius: 50px;
}

.iti__country {
    text-align: initial;
    padding: 10px;
}

.iti__flag-box {
    margin: 0 0 0 10px;
}

.iti__country-name {
    margin: 0 10px;
}

.profile_modals .form-wrapo .form-group .btn.btn-reg {
    width: auto;
    margin: 0 auto;
}



.profile-wrap .prof-content .personal-data .btn:hover {
    background-color: #2F2E96;
    color: #fff;
    border-color: #2F2E96;
}


.profile-wrap .prof-content .edit-personal>.btn {
    padding: 0 70px;
    background-color: #15ac8b;
    border-color: #15ac8b;
    color: #fff;
}

.profile-wrap .prof-content .edit-personal>.btn:hover {
    background-color: #2F2E96;
    color: #fff;
    border-color: #2F2E96;
}


.profile-wrap .prof-sidebar .nav-tabs {
    border: 0;
    margin-bottom: 30px;
    display: block;
}

.profile-wrap .prof-sidebar .nav-tabs li {
    float: none;
    display: block;
}

.profile-wrap .prof-sidebar li a img {
    margin-left: 15px;
    width: 15px;
    height: 15px;
}

.profile-wrap .prof-content .prof-head {
    background: linear-gradient(45deg, #17AAA4, #005552);
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.profile-wrap .prof-content .prof-head h4{
    color: inherit;
    
}

.profile-wrap .prof-content .edit-personal ul li .personal-prev .btn {
    background: transparent !important;
    color: #2D1F47 !important;
    padding: 0;
    line-height: normal;
    height: auto;
}

.personal-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

.info-list div:not(:last-child) {
    margin-left: 50px;
}

.personal-change{
    display: none;
}

.personal-change .form-group {
    padding: 15px;
    position: relative;
}

.personal-change .form-group h5 {
    color: #707070;
    margin-bottom: 15px;
}

.personal-change .form-group .form-control {
    border-radius: 50px;
    border-color: #eee;
    font-size: 15px;
}

.personal-change .form-group .form-control::placeholder{
    color: #C9C9C9;
}

.personal-change .form-group .btn {
    padding: 0 50px;
}

.personal-change .form-group .btn.btn-border {
    margin: 0 20px 0 0;
    border: 1px solid #E54881;
    color: #E54881;
}

.personal-change .form-group .btn.btn-border:hover {
    color: #fff;
    border-color: #fcfcfc;
}

.personal-change .form-group .show-pass{
    color: #9A9A9A;
    border: 0;
    background: transparent;
    font-size: 17px;
    position: absolute;
    left: 35px;
    bottom: 28px;
    padding: 0;
    line-height: 1;
}
.profile-wrap .prof-content .lg-item {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2px rgb(0 0 0 / 9%);
}

.profile-wrap .prof-content .lg-item p:last-of-type {
    color: #C9C9C9;
    font-weight: 500;
}

.profile-wrap .prof-content .lg-item a {
    color: #E42D2D;
}

.profile-wrap .prof-content .g-pagination {
    margin-top: 20px;
}

.profile-wrap .prof-content .not-item {
    border: 1px solid #eee;
    padding: 10px 15px;
}

.user-log-wrap {
    position: relative;
}

.user-log-wrap .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.user-log-wrap .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-log-wrap .bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background-color: #F8F8F8;
    clip-path: polygon(0 0, 43% 0, 61% 100%, 0% 100%);
    z-index: 1;
}

.user-log-wrap .container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.user-log-wrap .user-inner-wrap {
    height: 100%;
    position: relative;
    z-index: 2;
}

.user-log-wrap .user-inner-wrap .log-data .cl-login {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.user-log-wrap .user-inner-wrap .log-data .log-top img {
    margin-bottom: 50px;
}

.user-log-wrap .user-inner-wrap .log-data .log-top h3 {
    color: #E42D2D;
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
    padding: 20px 0;
}

.user-log-wrap .user-inner-wrap .log-data .log-top p {
    color: #fff;
    line-height: 2;
}

.log-form .log-form-card {
    background-color: #fff;
    box-shadow: -25px 25px 50px #0000000D;
    border-radius: 20px;
    padding: 30px;
}

.log-form .log-form-card .form-group {
    margin-bottom: 19px;
    position: relative;
}

.log-form .log-form-card .form-group:last-of-type {
    margin-bottom: 0;
}

.log-form .log-form-card .form-group .form-control {
    background-color: #FCFCFC;
    border-color: #ECECEC;
    border-radius: 50px;
    height: 50px;
    font-size: 15px;
    text-transform: none;
}

.log-form .log-form-card .form-group h5 {
    margin-bottom: 10px;
}

.log-form .log-form-card .form-group .error-area {
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.log-form .log-form-card .form-group .error-area p {
    color: #f00;
    font-size: 13px;
    margin-top: 0;
}

.log-form .log-form-card .form-group .form-control:focus {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    transition: all .3s;
    background-color: #fff;
}

.log-form .log-form-card .form-group .show-pass {
    position: absolute;
    left: 15px;
    bottom: 10px;
    border: 0;
    background: transparent;
    font-size: 19px;
    color: #9A9A9A;
}

.log-form .log-form-card .form-group.has-rem-setting {
    text-align: center;
}

.log-form .log-form-card .form-group label {
    margin-left: 50px;
}

.log-form .log-form-card .form-group label input {
    display: none;
}

.log-form .log-form-card .form-group label span {
    color: #AAAAAA;
    font-weight: normal;
    cursor: pointer;
    user-select: none;
}

.log-form .log-form-card .form-group label span:before {
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 13px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 11px;
    transition: all .3s;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #E6E6E6;
}

.log-form .log-form-card .form-group label input:checked + span:before {
    transition: all .3s;
    border-color: #17AAA4;
    color: #fff;
    background-color: #17AAA4;
}

.log-form .log-form-card .form-group a {
    color: #707070;
}

.log-form .log-form-card .form-group a i {
    font-size: 18px;
    color: #E54881;
    margin-left: 5px;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}

.log-form .log-form-card .form-group p {
    margin-top: 40px;
    color: #AAAAAA;
}

.log-form .log-form-card .form-group p a {
    font-family: inherit;
    color: #17AAA4;
}

.log-form .log-form-card .form-group.has-btns {
    text-align: center;
    margin-top: 30px;
}

.log-form .log-form-card .form-group.has-btns .btn:before,
.log-form .log-form-card .form-group.has-btns .btn:after {
    background-color: inherit;
}

.log-form .log-form-card .form-group.has-btns .btn:hover,
.log-form .log-form-card .form-group.has-btns .btn:hover:after,
.log-form .log-form-card .form-group.has-btns .btn:hover:before {
    background-color: #373737;
    transition: all .3s;
}

.log-form.reg-form .log-form-card .form-group p {
    margin-top: 0;
}

.log-form.n_member .log-form-card .form-group:not(.has-rem-setting) {
    max-width: 70%;
    margin: 0 auto 20px;
    float: none;
    clear: both;
}

.log-form.n_member .log-form-card .form-group .btn {
    margin-bottom: -110px;
}

.log-form.n_member .log-form-card .form-group label span {
    font-family: 'b-bd';
}

.log-form.n_member .log-form-card .form-group label input:checked + span {
    color: #ee634d;
}

.user-log-wrap .user-inner-wrap.forget_wrap .log-data {
    padding: 0 15px 0 50px;
}

.user-log-wrap .user-inner-wrap.forget_wrap .log-form .log-form-card {
    padding: 90px 50px;
}

.user-log-wrap .user-inner-wrap.forget_wrap .log-form .log-form-card .form-group .btn {
    margin-bottom: -190px;
}


.user-log-wrap .bg:after {content: '';position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(45deg, rgb(0 85 82 / 90%), rgb(23 170 164 / 90%));}

.user-log-wrap .user-inner-wrap .log-data .log-top h3:before {content: '';position: absolute;right: -40%;top: 0;width: 75%;height: 100%;background-color: #fff;border-radius: 50px 0 0 50px;z-index: -1;}

.log-form .log-form-card .form-group .form-control::placeholder {
    color: #C9C9C9;
}

.log-form .log-form-card .form-group div {
    margin-bottom: 40px;
}

.log-form .log-form-card .form-group .btn {
    box-shadow: 0 0 0 10px #F3F3F3;
    padding: 0 70px;
}

.user-log-wrap .user-inner-wrap .row {
    align-items: center;
}

.log-form .log-form-card h4 {
    text-align: center;
    color: #707070;
    margin: 0 auto 40px;
    max-width: 60%;
    font-size: 16px;
    line-height: 1.9;
}

.log-form .log-form-card .form-group .form-control {
    margin: 0;
}

.user-log-wrap .user-inner-wrap .register-form .log-form-card .form-group .show-pass {
    left: 30px;
}

.user-log-wrap .user-inner-wrap .register-form .log-form-card .form-group label {
    margin: 20px auto 0;
}

.user-log-wrap .user-inner-wrap .register-form .log-form-card .form-group label a {
    color: #17aaa4;
}

.log-form .log-form-card .form-group.has-verf .form-control {
    display: inline-block;
    width: 55px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    height: 55px;
    margin: 0 20px;
}

.log-form .log-form-card .form-group.has-verf .form-control:focus {
    color: #E42D2D;
    border-color: #E42D2D;
}

.log-form .log-form-card .form-group.has-verf {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-form .log-form-card .form-group #timer {
    font-weight: 700;
    color: #DF0024;
    font-size: 17px;
    text-align: center;
    margin: 20px auto 0;
}

.test-wrap {
    position: relative;
    padding-bottom: 70px;
    min-height: 100vh;
}

.test-wrap>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.test-wrap .testhead:before,
.test-wrap:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/head-after.svg);
    background-position: center;
    background-size: cover;
    height: 220px;
    background-repeat: no-repeat;
    opacity: .5;
    position: absolute;
}

.test-wrap:after {
    top: auto;
    bottom: 0;
    transform: scale(-1);
}

.testhead {
    text-align: center;
    margin-bottom: 100px;
}

.testhead .container {
    position: relative;
}

.testhead .tlogo {
    flex-grow: 1;
    text-align: center;
}

.testhead .cl {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    color: #13a49f;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 2;
}

.testhead .tlogo a {
    background: linear-gradient(45deg, #E42D2D, #17AAA4);
    border-radius: 0 0 100px 100px;
    display: block;
    width: 155px;
    overflow: hidden;
    padding: 20px;
    height: 150px;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: inset 0 -3px 10px rgb(0 0 0 / 50%);
    border-top: 0;
}

.testhead .tlogo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.testhead .cl i {
    display: block;
    line-height: inherit;
}

.test-ques {
    text-align: center;
}

.test-ques .container{
    position: relative;
}

.test-ques h3 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 70px;
}

.test-ques p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 50px;
}

.test-ques ul li {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin: 0 30px;
    font-size: 17px;
}

.test-ques ul {
    margin-bottom: 70px;
    border: 2px solid #f2f2f2;
    border-radius: 24px;
    padding: 50px;
    background: linear-gradient(45deg, #F6D23D, #FF005D);
    box-shadow: inset 0 0 20px rgb(0 0 0 / 40%);
}

.test-ques .btn {
    background: #fff;
    color: #15AC8B;
    font-size: 15px;
    padding: 0 50px;
}

.test-ques .btn:hover {
    color: #fff;
}

.test-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #005552, #17AAA4);
    opacity: .9;
}

.test-body .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.test-body .block:last-of-type {
    text-align: center;
    margin-top: 70px;
}

.test-body .block .btn {
    color: #15AC8B;
    padding: 0 40px;
    margin: 0 10px;
}

.test-outer .block .btn.btn-border {
    color: #17AAA4;
    border-color: #15AC8B;
}

.test-body .block .btn:hover,
.test-outer .block .btn.btn-border:hover {
    color: #fff;
    border-color: #FF005D
}

.test-body .block .binner h4 {
    color: #fff;
    margin-bottom: 50px;
}

.test-body .block .binner .nice-select {
    width: fit-content;
    float: inherit;
    display: inherit;
}

.test-body .block .binner h4 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100%;
    color: #15AC8B;
    text-align: center;
    font-family: sans-serif;
    vertical-align: text-bottom;
}

.test-body .block .binner ul li {
    margin-bottom: 20px;
}

.test-body .block .binner ul li:last-child {
    margin: 0;
}

.test-body .block .binner ul li label {
    display: block;
}

.test-body .block .binner ul li label span {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 50px;
    padding: 20px 70px 20px 20px;
    font-weight: normal;
    color: #003C3D;
    cursor: pointer;
    border: 1px solid #eee;
    transition: all .3s;
}

.test-body .block .binner ul li label input {
    display: none;
}

.test-body .block .binner ul li label span:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 13px;
    background: -webkit-linear-gradient(top left, #CDD4E0, #FEFEFF);
    border-radius: 100%;
}

.test-body .block .binner ul li label span:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 0;
    transition: all .3s;
    background: -webkit-linear-gradient(bottom left, #CDD4E0, #FEFEFF);
    border-radius: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 28px;
    top: 21px;
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.test-body .block .binner ul li label input:checked+span:after {
    font-size: 14px;
    background: -webkit-linear-gradient(bottom left, #E42D2D, #17AAA4);
}



.test-body .block .bques h4 {
    color: #fff;
    margin-bottom: 50px;
}

.test-body .block .bques .ques-card {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #ECECEC;
}

.test-body .block .bques .ques-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.test-body .block .bques .ques-card .progress {
    background-color: #EFEFEF;
    border-radius: 50px;
    height: 13px;
    padding: 4px 8px;
    box-shadow: none;
    margin-bottom: 0;
}

.test-body .block .bques .ques-card .progress-bar {
    /* background-image: none; */
    border-radius: 50px;
    box-shadow: none;
}

.test-body .block .bques .ques-card .cprogress {
    margin-bottom: 15px;
}

.test-body .block .bques .ques-card .ctime span {
    font-family: sans-serif;
    font-weight: 700;
    color: #EB766A;
    font-size: 15px;
}

.test-body .block .binner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255 255 255 / 65%);
}

.test-body .block .binner {
    position: relative;
    padding: 0 0 0 50px;
}

.test-body .block .bques .ques-card .progress-bar.progress-bar-danger {
    background-color: #f44336;
}

.test-body .block .bques .ques-card .progress-bar.progress-bar-warning {
    background-color: #17AAA4;
}

.ques-hd {
    text-align: center;
    margin-bottom: 30px;
}

.ques-hd h3 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-size: 21px;
}

.ques-hd p {
    color: #fff;
}


.test2 {
    position: absolute;
    right: 40px;
    top: -92px;
}

.test-outer {
    background-color: #fcfcfc;
    border-radius: 50px;
    padding: 70px;
    position: relative;
    z-index: 1;
    margin-top: -200px;
}

.testhead {
    position: relative;
}

.testhead .tlogo {
    position: relative;
    z-index: 2;
}

.test-outer h3 {
    color: #2D1F47;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 70px;
}

.test-outer .block .binner h4 {
    color: #2D1F47;
}

.test-outer .block .binner h4 i {
    border: 1px solid #eee;
    margin-left: 10px;
}

.test-outer .block .bques h4 {
    color: #2D1F47;
    font-weight: 700;
    font-size: 15px;
}

.test-outer .block .binner:after {
    background-color: #C9C9C9;
}

.test-body .block .binner ul li label input:checked+span {
    background-color: rgb(23 170 164 / 4%);
    border: 1px solid #17AAA4;
    transition: all .3s;
}

.test-outer .block .btn {
    color: #fff;
}

.testhead .container {
    position: unset;
}

.test-body .block .binner ul.list-with-icons li {
    width: 45%;
    margin: 0;
}

.test-body .block .binner ul.list-with-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-body .block .binner ul.list-with-icons li span {
    background: transparent !important;
    border: 0 !important;
    padding: 0 70px 0 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
}

.test-body .block .binner ul.list-with-icons li span img {
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}

.test-body .block .binner ul.list-with-icons li span:before {
    top: 0;
    right: 0;
}

.test-body .block .binner ul.list-with-icons li span:after {
    top: 7px;
    right: 7px;
}

.test-body .block .binner ul.list-with-icons li label input:checked + span {
    color: #17AAA4;
}

.test-full .block .binner {
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
}

.test-full .block .binner:after {
    display: none;
}

.test-full .block .binner li {
    width: 33.333%;
    margin: 0 !important;
    padding: 15px;
}

.test-full .block .binner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.test-full .block .binner ul li label span {
    padding: 6px 45px;
    background: transparent !important;
    border: 0 !important;
}

.test-full .block .binner ul li label span:before {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
}

.test-full .block .binner ul li label span:after {
    right: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.test-full .block .binner ul li label input:checked + span:after {
    font-size: 11px;
}

.test-full .block:last-of-type {
    margin-top: 30px;
}

.test-full .block .btn.btn-border {
    background-color: #fff;
}

.test-outer.test-full {
    padding: 150px 30px 30px;
}

.test-full .block .binner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.test-full .block .binner::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 15px;
}

.test-full .block .binner::-webkit-scrollbar-thumb {
    background-color: #E96970;
    border-radius: 15px;
    border: 3px solid #EEEEEE;
}

.test-outer.test-full h3 {
    margin-bottom: 40px;
}

.cardo-inner {
    margin-bottom: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 22px;
}

.cardo-inner span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.cardo-inner label input {
    display: none;
}

.cardo-inner span:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(top left, #CDD4E0, #FEFEFF);
    border-radius: 100%;
    }

.cardo-inner span:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 0;
    transition: all .3s;
    background: -webkit-linear-gradient(bottom left, #CDD4E0, #FEFEFF);
    border-radius: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 8px;
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 20px;
    }

.cardo-inner .number {
    width: 100%;
    border: 1px solid #ECECEC;
    background-color: #fcfcfc;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardo-inner .number a {
    background-color: #ececec;
    color: #7E9C9D;
}

.cardo-inner .number input {
    height: 50px;
    color: #003C3D;
    font-size: 23px;
}

.cardo-inner h4 {
    color: #003C3D;
    margin: 35px 0 15px;
    font-size: 20px;
}

.cardo-inner label input:checked + span:after {
    font-size: 14px;
    background: -webkit-linear-gradient(bottom left, #E42D2D, #17AAA4);
    transition: all .3s;
}

.test-full .col-md-4{
    padding: 0 15px;
}

.test-outer.test-result {
    padding-top: 170px;
}

.test-outer.test-result .bques {
    text-align: center;
}

.test-outer.test-result .row {
    justify-content: center;
}

.test-outer.test-result .bques i {
    width: 55px;
    height: 55px;
    background-color: rgb(0 137 139 / 10%);
    display: inline-block;
    line-height: 55px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.test-outer.test-result .bques h3 {
    color: #E96970;
    margin-bottom: 20px;
}

.ab-item .row {
    flex-flow: row-reverse;
}

.ab-item:nth-of-type(even) .row {
    flex-flow: row;
}

[lang="ar"] [type=email],[lang="ar"] [type=number],[lang="ar"] [type=tel],[lang="ar"] [type=url]{
    direction: rtl;
}

.f-top .f-item.col-md-5 {
    padding: 0 20px 0 15px;
}

.chat-wrap .chat-footer .extra-btns {
    position: absolute;
    left: 55px;
    top: 0;
}

.chat-wrap .chat-footer .extra-btns button {
    position: relative;
    transform: none;
    padding: 0 5px;
    overflow: hidden;
}

.chat-wrap .chat-footer .extra-btns button:disabled {
    color: gray;
}


.chat-wrap .chat-footer input.disabled{
    color: #ff0000;
    padding-right: 70px;
}

.chat-wrap .chat-footer .extra-btns .disabled{
    background-color: transparent !important;
}

.chat-wrap .chat-footer .discard-record{
    position: absolute;
    right: 0;
    top: 0;
}

.chat-wrap .chat-footer .discard-record button{
    position: relative;
    color: #c02b2b;
}

.chat-wrap .chat-footer .extra-btns button input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.chat-wrap .chat-body .chat-msg-itm p audio {
    width: 223px;
}
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    display: none;
}

.nice-select .nice-select-search {
    margin: 0;
    border-radius: 50px;
    padding: 0 15px;
    height: 40px;
    display: block;
    text-transform: none;
}

.nice-select .nice-select-search-box {
    padding: 10px;
    box-shadow: 0 -10px 20px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #ededed;
}

.nice-select .nice-select-search-box + .list {
    padding-top: 0;
    margin-top: 67px;
}

.search-wrap {
    position: relative;
    z-index: 2;
}

.nice-select .list {
    overflow: hidden;
    overflow-y: auto;
    max-height: 180px;
}

.nice-select .list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.nice-select .list::-webkit-scrollbar-track {
    background-color: #ededed;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #0d9c9a;
    border-radius: 15px;
}

.nice-select .list{
    padding-top: 0;
}

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

.main-head .bl-extra .notification-menu .menu-item-has-children .sub-menu .menu-inner ul li.seen a {
    background-color: #fff;
}

.loader-holder {
    padding: 20px 0 10px;
}

.loader-holder .spinner-border {border: .25em solid #bfbfbf;border-right-color: transparent;}

.main-head .guest-usr {
    display: flex;
    align-items: center;
}

.main-head .guest-usr a {
    margin-right: 50px;
    color: #fff;
    position: relative;
    transition: all .3s;
    padding: 12px 0;
}

.main-head .guest-usr i {
    margin-left: 5px;
    font-size: 19px;
}

.main-head .guest-usr a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
    bottom: 0;
}

.main-head .guest-usr a:hover:after {
    width: 15px;
    transition: all .3s;
}

.user-log-wrap .user-inner-wrap .log-data .log-top p a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.user-log-wrap .user-inner-wrap .log-data .log-top p {
    margin-bottom: 10px;
}

.error-data{
    margin-bottom: 30px;
}

.error-data ul li {
    margin-bottom: 5px;
}

.error-data ul li:last-child {
    margin: 0;
}

.user-log-wrap .user-inner-wrap .log-data .log-top ul li {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.user-log-wrap .user-inner-wrap .log-data .log-top ul li:after {
    content: '/';
    margin: 0 10px;
    display: inline-flex;
}

.user-log-wrap .user-inner-wrap .log-data .log-top ul li:last-child:after {
    display: none;
}

.user-log-wrap .user-inner-wrap .log-data .log-top ul li a {
    font-size: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #fff;
    line-height: 36px;
    border-radius: 100%;
    color: #028b8d;
    font-weight: 600;
}

.user-log-wrap .user-inner-wrap .log-data .log-top ul {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#login_pop .modal-body{
    padding: 0;
}

#login_pop .log-form .log-form-card{
    padding: 80px 20px 30px;
}

.disabled {
    cursor: not-allowed !important;
    opacity: .3 !important;
    background: #8f8f8f !important;
}

.disabled i {
    transform: none !important;
    border-color: #8f8f8f !important;
}

.cart-sidebar .cart-mid ul li .i-data div p span {
    max-width: 69%;
}

.add-to-cart-btn i {
    color: #e96970;
    font-size: 25px;
}

.starrr .la {
    font-size: 30px;
}

.rating-container .rating-stars .la {
    font-size: 30px;
}

.rating-container .rating-stars {
    outline: none !important;
}

.rating-container .rating-stars .star {
    color: #FFD119;
}

.rating-container .filled-stars{
    -webkit-text-stroke: #FFD119 !important;
    text-shadow: none !important;
}

.single-tabs .tab-pane {
    position: relative;
}

.single-tabs .loader-holder {
    position: absolute;
    background-color: #fff;
    width: calc(100% + 60px);
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 8;
    right: -30px;
}

.single-tabs .loader-holder.off{
    display: none;
}

.main-head .bl-extra .country-menu .menu-item-has-children .sub-menu{
    min-width: 250px;
}

.main-head .bl-extra .country-menu .sub-menu li a i {
    float: left;
}

/* country dial code dropdown style */

.log-form .log-form-card .form-group .holder {
    position: relative;
    margin: 0;
}

.log-form .log-form-card .form-group .holder .iti {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    column-gap: 20px;
}

.log-form .log-form-card .form-group .holder .iti .iti__flag-container {
    position: relative;
    height: 55px;
    border: 1px solid #efefef;
    border-radius: 50px;
    padding: 0;
    background-color: #fcfcfc;
    margin: 0;
}

.log-form .log-form-card .form-group .holder .iti .iti__flag-container .iti__selected-flag {
    border: 0;
    margin: 0;
    align-items: center;
}

.log-form .log-form-card .form-group .holder .iti .iti__flag-container .iti__selected-flag *,
.log-form .log-form-card .form-group .holder .iti .iti__country-list .iti__country *{
    margin: 0;
}

.log-form .log-form-card .form-group .holder .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    margin: 0 15px;
}

.log-form .log-form-card .form-group .holder .iti .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}


.log-form .log-form-card .form-group .holder .iti .iti__country-list .iti__country {
    direction: ltr;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.log-form .log-form-card .form-group .holder .iti .iti__country-list .iti__country .iti__country-name {
    order: 1;
}

.log-form .log-form-card .form-group .holder .iti .form-control {
    padding: 0 16px !important;
}

.panel-group .panel-body .lesson-link.playing {
    color: #E96970;
    border-color: #E96970;
}

.panel-group .panel-body .lesson-link.playing i {
    background: -webkit-linear-gradient(left, #E54881, #F6D23D) !important;
}