/*h-2-carousel.css*/
.h-2-clients-review-carousel span {
    display: flex;
    justify-content: center;
    margin-top: -6px
}

.h-2-clients-review-carousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    left: -383px;
    margin: 12px;
    position: absolute;
    bottom: -19px;
    font-size: 36px;
    background-color: #6e798A42;
    width: 45px;
    height: 44px;
    border-radius: 50%
}

.h-2-clients-review-carousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    left: -320px;
    margin: 12px;
    position: absolute;
    bottom: -19px;
    font-size: 36px;
    background-color: #6e798A42;
    width: 45px;
    height: 44px;
    border-radius: 50%
}

.h-2-clients-review-carousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav {
    color: #707070
}

.h-2-clients-review-carousel .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #fe954f
}

/*h-2-carousel.css END*/

/*jquery.webui-popover.min.css*/
.webui-popover-content {
    display: none
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.arrow,
.webui-popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.arrow {
    border-width: 11px
}

.webui-popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top>.arrow,
.webui-popover.top-right>.arrow,
.webui-popover.top-left>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.webui-popover.top>.arrow:after,
.webui-popover.top-right>.arrow:after,
.webui-popover.top-left>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right>.arrow,
.webui-popover.right-top>.arrow,
.webui-popover.right-bottom>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right>.arrow:after,
.webui-popover.right-top>.arrow:after,
.webui-popover.right-bottom>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom>.arrow,
.webui-popover.bottom-right>.arrow,
.webui-popover.bottom-left>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.webui-popover.bottom>.arrow:after,
.webui-popover.bottom-right>.arrow:after,
.webui-popover.bottom-left>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left>.arrow,
.webui-popover.left-top>.arrow,
.webui-popover.left-bottom>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left>.arrow:after,
.webui-popover.left-top>.arrow:after,
.webui-popover.left-bottom>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top>.arrow,
.webui-popover-inverse.top-left>.arrow,
.webui-popover-inverse.top-right>.arrow,
.webui-popover-inverse.top>.arrow:after,
.webui-popover-inverse.top-left>.arrow:after,
.webui-popover-inverse.top-right>.arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right>.arrow,
.webui-popover-inverse.right-top>.arrow,
.webui-popover-inverse.right-bottom>.arrow,
.webui-popover-inverse.right>.arrow:after,
.webui-popover-inverse.right-top>.arrow:after,
.webui-popover-inverse.right-bottom>.arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom>.arrow,
.webui-popover-inverse.bottom-left>.arrow,
.webui-popover-inverse.bottom-right>.arrow,
.webui-popover-inverse.bottom>.arrow:after,
.webui-popover-inverse.bottom-left>.arrow:after,
.webui-popover-inverse.bottom-right>.arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left>.arrow,
.webui-popover-inverse.left-top>.arrow,
.webui-popover-inverse.left-bottom>.arrow,
.webui-popover-inverse.left>.arrow:after,
.webui-popover-inverse.left-top>.arrow:after,
.webui-popover-inverse.left-bottom>.arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/loading.gif) no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

/*jquery.webui-popover.min.css END*/

/*nice-select.css*/
.nice-select,
.nice-select .list {
    background-color: #fff;
    box-sizing: border-box
}

.nice-select .list,
.nice-select:after {
    pointer-events: none;
    position: absolute
}

.nice-select,
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    outline: 0
}

.nice-select,
.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    clear: both;
    float: left;
    font-family: inherit;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

/*nice-select.css END*/

/*owl.carousel.min.css*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*owl.carousel.min.css END*/

/*owl.theme.default.min.css*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*owl.theme.default.min.css END*/

/*slick-theme.css*/
@charset 'UTF-8';

.slick-dots,
.slick-next,
.slick-prev {
    padding: 0;
    display: block;
    position: absolute
}

.slick-dots li,
.slick-dots li button,
.slick-next,
.slick-prev {
    cursor: pointer;
    width: 20px;
    height: 20px
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url('./ajax-loader.gif') center center no-repeat #fff
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    background: 0 0;
    outline: 0
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before,
[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    border: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*slick-theme.css END*/

/*slick.css*/
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

/*slick.css END*/

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

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0
}

.course-all-category .form-check-input,
.course-price .form-check-input,
.language-control .nice-select,
.language-control .nice-select .option.focus,
.language-control .nice-select .option.selected.focus,
.language-control .nice-select .option:hover,
.mood-control,
.select-box .nice-select .list,
.settings-icon ul {
    background-color: var(--bg-white-2)
}

.menu_pro_cart .path_pos_wish-2::after,
.menu_pro_wish::after {
    clip-path: polygon(53% 35%, 0% 100%, 100% 100%);
    box-sizing: border-box;
    content: ""
}

.antry-col li:hover .antry-submenu,
.category-product .category-product-body:hover .category-hide-icon,
.main-nav-wrap li:hover>ul,
.menu_pro_tgl_div:hover .menu_pro_tgl_bg,
.search-control.active,
.wisth_tgl_2div:hover .menu_pro_wish {
    visibility: visible;
    opacity: 1
}

.main-nav-wrap>li ul,
.menu_pro_tgl_bg,
.menu_pro_wish,
.search-control {
    visibility: hidden;
    opacity: 0
}

#tilt,
.form-select {
    background-repeat: no-repeat
}

.comment .form-control,
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.home_1st,
.home_2nd,
.home_3rd,
.home_4th,
.home_5th,
:root {
    --primary-color: #676C7D;
    --primary-color-2: #6E798A;
    --secondery-color: #676C7D;
    --bg-white: #fff;
    --bg-white-2: #F8F7FF;
    --bg-white-3: #fff;
    --bg-white-4: #fff;
    --bg-white-5: #fff;
    --bg-white-6: #444;
    --bg-white-7: #fff;
    --color-1: #1E293B;
    --color-2: #000;
    --color-3: #505763;
    --color-4: #754FFE;
    --color-5: #000;
    --color-6: #676C7D;
    --color-7: #261954;
    --color-8: rgba(255, 255, 255, 0.644);
    --color-9: #fff;
    --color-10: #1E293B;
    --color-11: #6E798A;
    --color-12: #754ffe3a;
    --color-13: #6D7487;
    --color-14: #212534;
    --color-15: #754ffe58;
    --color-16: #6e798aab;
    --color-17: #0080FF;
    --hover-color: #f2f3f5;
    --hover-color-2: #f2f3f5;
    --border-color: #1e293b2a;
    --color-linear: linear-gradient(96deg, rgba(235, 247, 247, 1) 0%, rgba(248, 231, 249, 1) 100%);
    --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px
}

.dark-theme {
    --primary-color: #ddd;
    --primary-color-2: #6E798A;
    --secondery-color: #000;
    --bg-white: #0B0718;
    --bg-white-2: #181528;
    --bg-white-3: #ddd;
    --bg-white-4: #181528;
    --bg-white-5: #181528;
    --bg-white-6: #151515;
    --bg-white-7: #0B0718;
    --color-1: #ddd;
    --color-2: #0B0718;
    --color-3: #fff;
    --color-4: #0080FF;
    --color-5: #fff;
    --color-6: #fff;
    --color-7: #181528;
    --color-8: #fff;
    --color-9: #fff;
    --color-10: #1E293B;
    --color-11: #1E293B;
    --color-12: #1E293B;
    --color-13: #fff;
    --color-14: #fff;
    --color-15: #ffffff6b;
    --color-16: #ffffff;
    --hover-color: #ddd;
    --hover-color-2: #181528;
    --border-color: #fff3;
    --color-linear: #0B0718;
    --box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px
}

body {
    font-family: Inter, sans-serif;
    overflow-x: hidden;
    color: var(--primary-color);
    line-height: 24px
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-1)
}

.container {
    max-width: 1140px;
    width: 100%
}

.course-play-right .review-icon ul li,
ul {
    list-style: none
}

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

.world-class .world-class-content .world-cls-card h6,
p {
    font-size: 15px;
    font-weight: 400
}

.pt-60,
.sTab-content {
    padding-top: 60px
}

.w-65 {
    width: 65%
}

.mood-control {
    position: fixed;
    z-index: 999;
    top: 250px;
    right: 0;
    height: 48px;
    width: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, .2) 15px 17px 31px 19px
}

.menu_pro_cart,
.menu_pro_tgl_bg,
.menu_pro_wish,
.menu_pro_wish::after {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.mood-control a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px
}

.mood-control img {
    width: 24px;
    margin: auto
}

.language-control .form-select {
    background-image: none
}

.language-control .nice-select::after {
    height: 6px !important;
    width: 6px !important
}

.right-icon .language-control .nice-select {
    padding: 6px 10px;
    font-size: 12px;
    height: 33px;
    width: 80px
}

.language-control .nice-select {
    height: inherit
}

.webui-popover.right-bottom>.arrow::after,
.webui-popover.right-top>.arrow::after,
.webui-popover.right>.arrow::after {
    border-right-color: var(--bg-white)
}

.webui-popover.left-bottom>.arrow::after,
.webui-popover.left-top>.arrow::after,
.webui-popover.left>.arrow::after {
    border-left-color: var(--bg-white)
}

.sign-in-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center
}

.sign-in-box .sign-up-btn {
    padding: 8px 16px;
    font-size: 15px;
    border-radius: 5px !important;
    line-height: 1.35135;
    font-weight: 500;
    color: var(--color-1);
    color: var(--color-9) !important;
    background-color: var(--color-4);
    border: 1px solid var(--color-4)
}

.sub-header .icon-left i {
    padding: 12px 5px;
    font-size: 17px;
    color: var(--color-4)
}

.sub-header .right-icon i {
    padding: 15px;
    font-size: 17px;
    color: var(--color-4)
}

.sub-header .icon a {
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px
}

.sub-header {
    border-bottom: 1.5px solid var(--border-color);
    padding: 5px 0 9px;
    background-color: var(--bg-white)
}

.menubar .logo img {
    width: auto;
    height: 36px
}

.dropdown-toggle::after {
    display: none
}

.menubar li .header-dropdown {
    color: var(--color-4);
    font-size: 14px;
    display: flex;
    align-items: center
}

.header-dropdown {
    background-color: var(--color-12);
    border-radius: 5px;
    padding: 7px 5px
}

.invoice-dec i,
.pr-5 {
    padding-right: 5px
}

.menubar .right-menubar li {
    list-style-type: none;
    padding: 3px 13px 7px 6px
}

.menubar .right-menubar a {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: block;
    color: var(--color-1)
}

.accordion-body-2 .accordion-body-video,
.blog-right .left-tag,
.cart-page .cart-table .cart-table-image,
.contact-page .office-hour,
.conversation-text .conversation-msg-full .parrent .child-name,
.course-right-section .course-card .enrol .icon,
.courses-card .courses-card-body .courses-text .review-icon,
.courses-details .courses-details-1st-text .clock,
.courses-details .courses-details-1st-text .icon ul,
.courses-details .courses-details-1st-text .user,
.courses-list-view-card-body,
.courses-price-left,
.footer .copyright li,
.footer .lattest-news li,
.form-section .cheack-box .form-check,
.grid-view-body .courses-card .courses-text .review-icon,
.instructor-1 .instructor-about .pro-heading,
.instructor-1 .instructor-about .rating .rating-point,
.invoice-no,
.lgGrid,
.menu_pro_cart .menu_pro_wish-flex,
.menu_pro_wish .menu_pro_wish-flex,
.menubar .right-menubar,
.message .conversation .conversation-1 .conversation-heading,
.my-course-1-last .icon-img,
.my-course-1-skill,
.parrent-2,
.privacy-policy-text-2-img,
.profile-font {
    display: flex
}

.menubar .right-menubar .menu_number {
    position: absolute;
    color: #fff;
    background-color: #f25c88;
    border-radius: 50%;
    margin-bottom: 0;
    top: -3px;
    right: 7px;
    font-size: 9px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center
}

.menubar .right-menubar i {
    font-size: 24px;
    margin: 0 11px;
    cursor: pointer
}

.about-us .about-us-right,
.antry-col li,
.cart_tgl,
.cart_tgl .menu_pro_cart .maines-2,
.course-play-right .course-play-video,
.course-right-section .course-card .card-img,
.courses h1 span,
.courses-card .courses-card-body .courses-card-image,
.courses-card-image,
.courses-details-3,
.courses-list-view-card-body .courses-card-image,
.dropdown-submenu,
.expert-instructor .instructor-card .instructor-card-text,
.h-3-courses h1 strong,
.invoice-2-last-total,
.lattest-news-btn,
.menu_pro_cart .img,
.menu_pro_cart .path_pos_wish-2,
.menu_pro_tgl_div,
.menu_pro_wish .path_pos_wish-2,
.menu_pro_wish-flex .img,
.offcanvas-items,
.path-pos,
.sidebar-arrow,
.sing-up-right .another h5,
.sing-up-right form,
.wisth_tgl_2div,
.wisth_tgl_div {
    position: relative
}

.menu_pro_tgl_bg,
.path-pos::after {
    position: absolute;
    background-color: var(--bg-white-2)
}

.menu_pro_tgl_bg {
    padding: 12px 29px 10px;
    border-radius: 10px;
    width: 276px;
    top: 46px;
    right: 0;
    z-index: 9999;
    transition: .5s
}

.menu_pro_tgl_bg .dropdown-item:focus,
.menu_pro_tgl_bg .dropdown-item:hover {
    background-color: inherit !important;
    color: inherit
}

.path-pos::after {
    content: "";
    height: 16px;
    width: 16px;
    top: -19px;
    right: -12px;
    transform: rotate(44deg)
}

.menu_pro_tgl_bg .path-pos img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    display: block;
    margin: auto auto 13px
}

.menu_pro_tgl_bg h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-1);
    text-align: center;
    margin-bottom: 7px
}

.blog-body .profile-img a,
.bread-crumb a,
.dropdown-submenu .dropdown-menu a,
.h-2-clients-review-carousel .h-2-carousel-parrent .child-2 a,
.menu_pro_tgl_bg a,
.menu_pro_wish-f-b a {
    text-decoration: none
}

.profile-dropdown img {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%
}

.menu_pro_tgl_bg p {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-1);
    text-align: center;
    margin-bottom: 17px
}

.conversation,
.course-decription-2 .accordion-body-2 .accordion-time h2,
.course-price,
.menu_pro_tgl_div .dropdown-menu.show {
    margin-top: 20px
}

.menubar .right-menubar .menu_pro_tgl_bg ul li {
    transition: .5s;
    margin-left: -23px;
    margin-right: -15px;
    border-radius: 0 3px 3px 0;
    padding: 0 8px !important;
    position: relative
}

.menu_pro_tgl-2div {
    margin-left: 9px
}

.menubar .right-menubar .menu_pro_tgl_bg ul li a {
    padding: 10px 0
}

.menubar .right-menubar .menu_pro_tgl_bg ul li a i {
    font-size: 15px;
    margin: 0 10px 0 0
}

.menu_pro_wish-flex .cart-minus i {
    margin: 0;
    font-size: 12px
}

.course-icon ul,
.forget-pass .name,
.h-2-faq .faq-accrodion .faq-acc-heading,
.menu_pro_tgl_bg ul li:last-child,
.menu_pro_tgl_bg ul:last-child,
.paypal .cradit-card,
.qustion-accrodion p {
    margin-bottom: 0
}

.antry-acordion .accordion-body,
.course-play-body .course-play-left-body ul,
.menu_pro_tgl_bg ul {
    padding: 0
}

.menu_pro_tgl_bg ul li a {
    color: #1e293b;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
    margin-left: 7px
}

.menu_pro_tgl_bg ul li a i {
    color: var(--color-1);
    margin-right: 8px;
    transition: .5s;
    width: 14px;
    height: 18px
}

.menu_pro_tgl_bg ul li:hover a {
    color: #754ffe;
    margin-left: 10px
}

.accordion-body-2 .accordion-body-video h2 a:hover,
.accordion-body-2 .accordion-time h2:hover,
.course-play-body .course-play-left-body .body-1 p a:hover,
.course-play-body .course-play-left-body .video p a,
.courses-card-body:hover .courses-text h5,
.dropdown-menu li a:hover,
.expert-instructor .instructor-card .instructor-card-body:hover h3,
.expert-instructor .instructor-card .instructor-card-body:hover p,
.footer .copyright .footer-privacy a:hover,
.footer a:hover,
.menu_pro_tgl_bg ul li:hover i,
.qustion .accordion-item .active,
.sing-up-right h3 span {
    color: #754ffe
}

.menu_pro_tgl_bg ul li:hover {
    background-color: RGBA(100, 121, 150, .1);
    color: #754ffe
}

.menu_pro_tgl_bg ul li:hover:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #754ffe;
    top: 0;
    left: 0
}

.menu_pro_wish {
    background-color: var(--bg-white-2);
    border-radius: 5px;
    position: absolute;
    width: auto;
    right: 0;
    top: 46px;
    z-index: 999;
    transition: .5s
}

.menu_pro_cart {
    background-color: #fff;
    padding: 15px 10px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
    position: absolute;
    width: 293px;
    right: 0;
    top: 46px;
    z-index: 999
}

.menu_pro_wish::after {
    height: 19px;
    width: 19px;
    top: -18px;
    right: 13px;
    position: absolute;
    background-color: var(--bg-white-4);
    z-index: 999
}

.menu_pro_wish .menu_pro_wish-flex img {
    height: 59px;
    width: 69px;
    border-radius: 10px;
    margin: 0 10px
}

.accordion-button:focus,
.conversation-sending .form-control:focus,
.form-control:focus,
.form-select:focus,
.message .conversation .form-control:focus,
.sing-up-right .form-control:focus,
.wish-list-body .wish-list-search .form-control:focus {
    box-shadow: none;
    border-color: none
}

.menu_pro_wish .menu_pro_wish-flex .text h4 {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-1)
}

.dropdown-submenu:hover a,
.menu_pro_wish:hover .text h4,
.navbar-nav .navbarHover li i:hover {
    color: var(--color-10)
}

.menu_pro_wish .menu_pro_wish-flex .text P {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-1);
    margin-bottom: 5px
}

.menu_pro_wish:hover .text P {
    color: var(--color-11)
}

.menu_pro_cart .menu_pro_wish-flex img {
    height: 59px;
    width: 69px;
    border-radius: 10px;
    margin-right: 10px
}

.menu_pro_cart .menu_pro_wish-flex .text h4 {
    font-size: 13px;
    font-weight: 500;
    color: #1e293b
}

.menu_pro_cart .menu_pro_wish-flex .text P {
    font-size: 12px;
    font-weight: 400;
    color: #6e798a;
    margin-bottom: 5px
}

.menu_pro_wish-f-b:hover,
.navbar-nav .navbarHover a:hover {
    color: var(--color-10);
    background-color: var(--hover-color)
}

.menu_pro_wish-flex .spandiv del {
    color: #6e798a;
    font-size: 10px;
    font-weight: 500
}

.menu_pro_wish-flex .spandiv span {
    color: #754ffe;
    font-size: 13px;
    font-weight: 500
}

.menu_pro_wish-f-b .prcd {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.menu_pro_wish-f-b .prcd a {
    font-size: 11px;
    font-weight: 500;
    color: #754ffe;
    border: 1.5px solid #754ffe;
    padding: 7px 17px 7px 14px;
    border-radius: 5px
}

.menu_pro_wish-f-b {
    border-bottom: 1.5px solid #6479964e;
    padding: 20px 0 12px;
    border-radius: 10px 10px 0 0
}

.overflow-control {
    max-height: 230px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.overflow-control::-webkit-scrollbar {
    display: none
}

.dropdown-menu li a,
.menu_pro_btn .btn {
    display: inline-block
}

.cart-minus {
    position: absolute;
    top: 6px;
    right: 13px;
    background: red;
    color: #fff;
    border-radius: 10px;
    height: 13px;
    width: 13px;
    line-height: 14px;
    text-align: center;
    font-size: 11px
}

.hoverSearch,
.search-btnh i {
    color: #6e798a6e;
    font-size: 20px
}

.cart-page .cart-table .table tr:last-child,
.compare-table .table td:last-child,
.conversation-body-border:last-child,
.conversation-msg-full:last-child,
.course-left-side .accordion-item:last-child,
.course-play-body .course-play-left-body .body-1:last-child,
.course-play-tab .course-nav-tommy,
.instructon-contact .instructon-icon:last-child,
.invoice-2 tbody,
.menu_pro_wish-f-b:last-child,
.navbar-nav .navbarHover li:last-child,
.profile-input-1:last-child,
.purchase-2:last-child,
.reviews .reviews-border:last-child,
tbody,
td,
tfoot,
th,
thead,
tr,
tr:last-child {
    border-bottom: none
}

.menu_pro_wish .path_pos_wish {
    width: 276px
}

.menu_pro_cart .path_pos_wish {
    height: 169px;
    width: 276px;
    overflow-y: scroll
}

.menu_pro_btn {
    display: grid;
    margin-top: 10px;
    padding: 5px 20px 25px
}

.menu_pro_btn .btn {
    background-color: #754ffe;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 15px
}

.menu_pro_cart .maines {
    background-color: red;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 16px
}

.menu_pro_cart .maines-2:after {
    position: absolute;
    background-color: #fff;
    content: "";
    height: 1.5px;
    width: 7px;
    top: 5px;
    left: 2px
}

.menu_pro_cart .path_pos_wish-2::after {
    height: 26px;
    width: 24px;
    top: -40px;
    right: 3px;
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    z-index: 999
}

.navbar-nav .navbarHover li {
    position: relative;
    display: flex
}

.antry-col li .antry-submenu,
.main-nav-wrap li .navbarHover {
    position: absolute;
    background-color: var(--bg-white-2);
    border-top: 1px solid #e8e9eb;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgb(20 23 28 / 25%);
    padding: 15px 0;
    top: 58px;
    border-radius: 5px;
    z-index: 999;
    transition: .5s
}

.blog-body .top ul,
.icons {
    padding-left: 8px
}

.main-nav-wrap>li>ul ul {
    top: 0;
    left: 250px
}

.navbar-collapse>ul>li>ul>li ul {
    position: absolute;
    background: var(--bg-white-2);
    height: auto;
    min-height: calc(100% + 1px);
    top: -14px;
    padding: 15px 0;
    box-shadow: 0 1px 3px 0 rgb(20 23 28 / 25%);
    transition: .5s;
    margin: 0 10px;
    border-radius: 5px
}

.main-nav-wrap>li ul {
    position: absolute;
    z-index: 10
}

.navbar-nav .navbarHover li a {
    color: var(--color-1);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    transition: .5s;
    width: 250px;
    margin: 0 5px;
    border-radius: 5px
}

.h-2-clients-review-carousel .h-2-carousel-parrent .child-2,
.student-feed-back-text .icon,
.text-cat {
    margin-left: 13px
}

.dropdown-submenu .has-sub-category {
    float: right;
    font-size: 12px;
    line-height: 24px;
    color: #a1a7b3
}

.dropdown-submenu .dropdown-menu {
    top: -6px;
    left: 107%;
    margin-top: -1px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 8px 16px 6px 11px;
    border: none
}

.h-2-banner .h-2-banner-text span,
.h-2-instructor .h-2-instructor-full:hover h3,
.h-2-top-full .h-2-top-body:hover a,
.homepage-2-menubar li .header-dropdown,
.homepage-2-navbar .navbarHover li a:hover,
.world-class .world-class-content h1 span {
    color: #fe954f
}

.hoverMenuSearch {
    position: relative;
    display: none
}

.search-btnh i {
    position: absolute;
    top: 36px;
    cursor: pointer;
    left: 9px
}

.hoverInput button {
    border: none;
    background: 0 0
}

.hoverMenuSearch .form-control {
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #6e798aa0;
    border: none;
    margin-bottom: 31px;
    padding: 10px 8px 10px 33px;
    width: 20px;
    transition: .5s
}

.hoverMenuSearch .form-control:focus {
    width: 100%;
    border: 1.5px solid #6e798a43
}

.hoverSearch {
    border: none;
    box-shadow: none;
    background: 0 0;
    cursor: pointer;
    position: absolute;
    top: 110px;
    right: 110px
}

.m-cross-icon,
.m-search-icon,
.search-icon {
    font-size: 15px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    padding: 4px 8px;
    display: inline-block
}

.search-control {
    position: absolute;
    width: 100%;
    top: 65px;
    right: 0;
    transition: .5s
}

.search-control.active {
    top: 35px
}

.search-icon {
    border: 1px solid #754ffe;
    color: var(--color-1);
    border-radius: 3px
}

.m-cross-icon,
.m-search-icon {
    border: 1px solid #754ffe;
    border-radius: 3px
}

.cross-icon,
.m-cross-icon {
    font-size: 15px;
    padding: 6px 11px;
    display: none;
    text-align: center;
    transition: .5s;
    cursor: pointer
}

.blog-body .left-tag a:hover,
.blog-body .right-section .right-tag a:hover,
.instructor .instructor-icon i:hover,
.pagenation .active,
.search-item span:hover {
    background-color: #754ffe;
    color: #fff
}

.cross-icon,
.m-cross-icon {
    border: 1px solid #754ffe;
    border-radius: 3px
}

#tilt,
.banner-image {
    transition: box-shadow .1s, transform .1s
}

.menu-search {
    position: relative;
    width: 100%;
    margin: 0 8px;
    z-index: 9999
}

.menu-search .form-control {
    padding: 14px 0 13px 36px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-1);
    width: 100%;
    background-color: var(--bg-white-2);
    border: 1.5px solid #6e798a43
}

.menu-search .form-control::placeholder {
    color: var(--color-1)
}

.menu-search .search-btn i {
    position: absolute;
    left: 13px;
    top: 18px;
    color: var(--color-1);
    font-size: 16px;
    cursor: pointer
}

.conversation-fulllll-body .search-btn,
.course-play-tab .course-search .search-btn,
.menu-search .search-btn,
.search .search-bar .search-btn,
.wish-list-body .wish-list-search .search-btn {
    position: absolute;
    border: none;
    box-shadow: none;
    background: 0 0
}

.menu-search-icon {
    position: absolute;
    top: 7px;
    left: 9px;
    font-weight: 400
}

.menu-search-icon i {
    color: #6e798a3f
}

.antry-col .antry-link {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-1);
    display: inline-block;
    padding: 10px 10px 10px 14px
}

.antry-col li .antry-submenu {
    visibility: hidden;
    opacity: 0;
    top: 44px
}

.antry-submenu li {
    padding: 0 6px
}

.antry-submenu li a {
    font-size: 14px;
    color: var(--color-1);
    display: inline-block;
    width: 250px;
    transition: .5s;
    padding: 7px 0 7px 9px;
    border-radius: 5px
}

.antry-submenu li a:hover {
    background: var(--hover-color);
    color: var(--color-10)
}

.blog h1 span::before,
.courses h1 span::before {
    width: 116px;
    height: 21px;
    background-size: 119px;
    top: 31px
}

.bannar-area,
.check-out-heading,
.course-decription,
.course-decription-2,
.course-details-card,
.course-left-side .nav-tabs .nav-item.show .nav-link,
.course-left-side .nav-tabs .nav-link.active,
.grid-view-body,
.message,
.offcanvas,
.price-card,
.price-heading,
.privacy-policy,
.sign-up,
.tramsCondition,
.wish-list-body,
.wishlist-course {
    background-color: var(--bg-white)
}

.h-1-banner .h-1-banner-text h1,
.h-3-banner-text h1 {
    font-size: 54px;
    font-weight: 700;
    color: var(--color-1);
    letter-spacing: 1px;
    margin-bottom: 34px;
    margin-top: 54px
}

.h-1-banner .h-1-banner-text h1 span {
    color: #754ffe;
    position: relative
}

.offcanvas-items .main-nav-wrap>li ul,
.offcanvas-items .navbar-nav .navbarHover {
    position: static;
    visibility: visible;
    opacity: 1
}

.h-1-banner .h-1-banner-text h1 span::after {
    content: "";
    background-image: url("../image/h-1-bn-shape-1.png");
    width: 35px;
    height: 36px;
    position: absolute;
    background-size: 35px;
    bottom: -43px
}

.h-1-banner .h-1-banner-text h1 span::before {
    content: "";
    background-image: url("../image/h-1-bn-shape-2.png");
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    bottom: -64px;
    right: 0
}

.h-1-banner .h-1-banner-text p {
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.9;
    margin-bottom: 50px
}

.error-body img,
.h-1-banner-img img,
.h-1-introduction img,
.h-2-banner .h-2-banner-text .banner-image img,
.h-3-about img,
.sing-up-img img {
    width: 100%;
    height: auto
}

.banner-image {
    cursor: pointer
}

.ac-lecture li::after,
.ac-lecture li::before,
.blog .courses-card-body .courses-card-image .courses-card-image-text::after,
.blog-body .top ul li:last-child::before,
.conversation-sending .img-attecment,
.course-popover-content,
.hideSub-menu,
.instructor-1 .instructor-about .skill .skill-point .skill-point-1:first-child::after,
.menu-offcanves,
.offcanvas-items .navbarHover {
    display: none
}

.offcanves-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    gap: 20px
}

.mobile-view-offcanves .btn-close {
    position: absolute;
    top: 3px;
    right: 20px;
    background: 0 0;
    color: var(--color-1)
}

.course-category .form-check-input:focus,
.mobile-view-offcanves .btn-close:focus,
.payment-imformation-card .form-check #flexCheckChecked,
.payment-imformation-card .form-check #flexCheckDefault {
    box-shadow: none
}

.offcanves-btn a {
    display: block;
    padding: 8.5px 18px;
    border-radius: 5px;
    margin: 0 20px !important;
    font-size: 15px
}

.signUp-btn {
    background-color: var(--color-4);
    color: var(--color-9) !important
}

.logIn-btn,
.menubar .offcanvas-items .navbar-nav .nav-link {
    color: var(--primary-color) !important
}

.logIn-btn {
    background-color: var(--bg-white-2);
    border: 1px solid #919499;
    padding: 8px 5px;
    border-radius: 5px !important
}

.offcanvas-items .navbar-nav .nav-link {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#tilt,
.active,
.expert-instructor .instructor-card .instructor-card-body:hover .icon,
.inline-form.active,
.offcanvas-items .navbarHover.active,
.profile-input-5 {
    display: block
}

.offcanvas-items .navbar-nav .navbarHover li a {
    width: 97%
}

.offcanvas-items .navbar-nav .navbarHover li {
    display: inherit
}

.offcanvas-items .main-nav-wrap>li ul {
    margin-bottom: 10px
}

.offcanvas-items .sub-category-menu li {
    margin: 0 20px
}

.offcanvas-items .antry-col li .antry-submenu,
.offcanvas-items .main-nav-wrap li .navbarHover {
    border-top: transparent;
    box-shadow: none;
    padding: 5px 0;
    top: 58px
}

.active {
    visibility: visible;
    opacity: 1
}

.offcanves-profile {
    padding: 30px 20px;
    background-color: var(--hover-color-2)
}

.menubar,
.top-categories,
.webui-popover {
    background-color: var(--bg-white)
}

.offcanves-profile a {
    display: flex;
    align-items: center
}

.offcanves-profile .user-img img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-right: 15px
}

.user-details h4 {
    font-size: 18px;
    color: var(--color-1)
}

.inline-form .form-control,
.user-details p {
    font-size: 13px;
    color: var(--color-1)
}

.menubar {
    position: relative;
    padding: 9px 0
}

.inline-form {
    display: none;
    position: absolute;
    width: 100%;
    top: 72px;
    left: -13px;
    right: 20px;
    margin: auto
}

.course-meta,
.popover-btns {
    display: flex;
    align-items: center
}

.inline-form .mobile-search {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    margin-left: -20px;
    width: 100%;
    padding: 10px 20px
}

.inline-form .form-control {
    padding: 13px 24px;
    margin: 0 27px;
    background-color: var(--bg-white-2);
    border: none
}

.inline-form .search-btn {
    position: absolute;
    top: 18px;
    right: 5px;
    background: #754ffe;
    border: none;
    color: #fff;
    height: 31px;
    width: 41px;
    line-height: 30px;
    border-radius: 5px
}

.webui-popover {
    box-shadow: 0 4px 16px rgb(128 134 144 / 25%);
    border-color: transparent;
    border-radius: 10px;
    padding: 20px;
    width: 350px
}

.last-update {
    margin-bottom: 7px !important;
    font-size: 12px
}

.course-title a {
    font-size: 14px;
    color: var(--color-3);
    display: inline-block;
    margin-bottom: 10px
}

.course-meta {
    justify-content: space-between;
    margin-bottom: 10px
}

.course-meta span {
    font-size: 12px;
    color: var(-color-3)
}

.course-meta span i {
    margin-right: 5px
}

.course-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 16px;
    color: var(--color-1)
}

.will-learn li {
    font-size: 13px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 15px
}

.will-learn li::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color-4)
}

.popover-btns {
    margin-top: 40px;
    justify-content: center;
    gap: 15px
}

.popover-btns .purchase-btn {
    margin: inherit;
    margin-top: 0;
    font-size: 13px;
    color: var(--bg-white);
    background-color: var(--color-4)
}

.gift-btn {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-4);
    color: var(--color-4) !important;
    text-align: center;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.conversation-body-1-text p,
.settings-icon .dropdown-item,
.text-dark {
    font-size: 12px
}

.slick-track {
    display: flex;
    gap: 15px
}

.course-meta .badge {
    margin-right: 10px;
    font-size: 12px;
    color: #7a7d82
}

.slick-next::before {
    content: url('../image/next_arrow.png');
    line-height: 0;
    opacity: 1
}

.slick-prev::before {
    content: url('../image/prev_arrow.png');
    line-height: 0;
    opacity: 1
}

.course-group-slider .slick-next,
.course-group-slider .slick-prev {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: var(--bg-white-5);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    z-index: 1;
    top: calc(50% - 25px)
}

.course-group-slider .slick-next:hover,
.course-group-slider .slick-prev:focus,
.course-group-slider .slick-prev:hover,
.slick-next:focus {
    color: transparent;
    outline: 0
}

.top-categories {
    padding: 60px 0 80px
}

#tilt {
    height: 400px;
    width: auto;
    margin: 0 auto;
    background-image: url("../image/h-banner-img.png");
    background-size: 100%
}

#tilt:hover {
    cursor: pointer
}

.search-option {
    position: relative;
    margin-bottom: 50px
}

.search-option .form-control {
    padding: 16px;
    margin-top: 8px;
    font-size: 16px;
    border: 1.5px solid #1e293b2a;
    background-color: var(--bg-white-2);
    color: var(--color-3);
    border-radius: 5px;
    width: 100%
}

.search-option .form-control::placeholder {
    color: var(--color-3)
}

.search-option .submit-cls {
    position: absolute;
    top: 9px;
    right: 12px;
    background-color: #754ffe;
    border: none;
    border-radius: 5px;
    padding: 9px 14px;
    color: #fff;
    font-size: 14px
}

.bannar-card .banner-card-1,
.category-product .category-product-body {
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    box-sizing: border-box
}

.search-option .submit-cls i {
    margin-right: 7px
}

.search-option .submit-cls a {
    text-decoration: none;
    color: #fff;
    padding: 5px
}

.students-rating img {
    width: 17px;
    height: 37px;
    display: flex;
    justify-content: center;
    margin: 10px auto auto
}

.students-rating h1 {
    font-size: 44px;
    font-weight: 700
}

.students-rating p {
    margin-bottom: 0;
    padding: 2px 5px
}

.h-1-banner {
    position: relative;
    padding-bottom: 140px
}

.bannar-card img {
    width: 55px;
    height: 54px;
    margin: 6px
}

.banner-card-1 h6,
.banner-card-1 p {
    margin-left: 16px;
    color: var(--color-6)
}

.bannar-card .banner-card-1 {
    background-color: var(--bg-white-5);
    padding: 18px 29px
}

.bannar-card {
    position: absolute;
    bottom: -50px
}

.banner-card-1 h6 {
    font-size: 16px;
    line-height: 27px
}

.courses {
    background-color: var(--bg-white-2);
    padding-bottom: 80px;
    margin-bottom: 0 !important
}

.courses h1 {
    padding-top: 60px;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-1);
    margin-bottom: 30px
}

.courses h1 span::before {
    content: "";
    background-image: url("../image/h-1-bn-shape-2.png");
    position: absolute;
    left: 89px
}

.blog h1 span::before,
.top-categories h1::after {
    background-image: url("../image/h-1-shape.png");
    content: ""
}

.blog-body .right-section .categories,
.contact-page .contact-heading,
.courses p,
.faq .faq-accrodion .faq-acc-heading,
.instructor-right .instructor-msg,
.instructor-student-feed-back,
.invoice-2-note-p {
    margin-bottom: 50px
}

.courses .courses-card .courses-card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transform: scale(1);
    transition: .5s
}

.blog .courses-card .courses-card-body img,
.course-play-banner img {
    height: 200px
}

.courses-card .courses-card-body .courses-text h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    padding-right: 7px;
    transition: .5s;
    color: var(--color-1)
}

.courses-card .courses-card-body .courses-text {
    padding: 12px
}

.courses-card .courses-card-body .courses-text p {
    margin-bottom: 16px;
    font-size: 12px;
    color: var(--color-1)
}

.courses-card .courses-card-body .courses-text p a {
    text-decoration: none;
    color: #676c7d
}

.courses-card .courses-card-body .courses-text .review-icon i {
    color: #dedfe0;
    font-size: 12px;
    padding: 2px
}

.courses-list-view-card-body .courses-text .review-icon i {
    margin: 0 5px
}

.courses-card .courses-card-body .courses-text .review-icon p {
    padding-left: 5px
}

.courses-card-body {
    background-color: var(--bg-white);
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .2s;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    overflow: hidden
}

.courses-card-image {
    overflow: hidden;
    transition: .5s
}

.courses-card-body:hover .courses-card-image img,
.h-3-blog-card-full-body .h-3-blog-card-body:hover .scall-img img {
    transform: scale(1.1);
    transition: .5s
}

.courses-card .courses-card-body .courses-text .courses-price-border {
    border-top: 1.5px solid #676c7d3a
}

.courses-card .courses-card-body .courses-text .courses-price {
    margin-top: 10px;
    display: flex;
    align-items: center
}

.blog .courses-card-body .courses-card-image .text-3 h3,
.courses-price-left span {
    color: #63cc94
}

.courses-card-body .courses-text .courses-price .courses-price-right,
.invoice-2 .invoice-total .invoice-no-2 {
    display: flex;
    justify-content: flex-end
}

.courses-card-body .courses-text .courses-price {
    justify-content: space-between
}

.courses-card-body .courses-text .courses-price .courses-price-right i {
    color: #754ffe;
    padding-right: 5px
}

.courses-card .courses-card-body .courses-card-image .courses-card-image-text h3 {
    font-size: 12px;
    font-weight: 600;
    color: #f25c88
}

.courses-card .courses-card-body .courses-card-image .courses-card-image-text {
    position: absolute;
    background-color: #fde6ec;
    padding: 8px 13px;
    bottom: 10px;
    right: 0
}

.courses-card .courses-card-body .courses-card-image .courses-card-image-text::after {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 95% 50%, 0% 0%);
    background-color: #fde6ec;
    width: 20px;
    content: "";
    position: absolute;
    height: 100%;
    left: -19px;
    top: 0
}

.courses-price p,
.h-2-courses .h-2-top-body p,
.list-card-control p {
    margin-bottom: 0 !important
}

.courses-card .courses-card-body .courses-card-image .text-2 {
    background-color: #dae7ff
}

.courses-card .courses-card-body .courses-card-image .text-2 h3 {
    color: #0e63ff
}

.courses-card .courses-card-body .courses-card-image .text-2::after {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 95% 50%, 0% 0%);
    background-color: #dae7ff;
    width: 20px;
    content: "";
    position: absolute;
    height: 100%;
    left: -19px;
    top: 0
}

.courses-card .courses-card-body .courses-card-image .text-3 h3 {
    color: #0ece96
}

.category-hide-icon,
.category-product .category-product-body:hover .cate-icon i,
.category-product .category-product-body:hover p,
.wish-list-course .my-cosre:hover a,
.wish-list-course .my-cosre:hover i {
    color: var(--color-9)
}

.courses-card .courses-card-body .courses-card-image .text-3 {
    background-color: #daf7ef
}

.courses-card .courses-card-body .courses-card-image .text-3::after {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 95% 50%, 0% 0%);
    background-color: #daf7ef;
    width: 20px;
    content: "";
    position: absolute;
    height: 100%;
    left: -19px;
    top: 0
}

.top-categories h1 {
    font-size: 32;
    font-weight: 700;
    color: var(--color-1);
    position: relative
}

.top-categories h1::after {
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 45px;
    right: 180px
}

.category-product .category-product-body img {
    width: 44px;
    height: 45px;
    display: flex;
    margin: auto
}

.category-product .category-product-body h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-1);
    padding-top: 10px;
    margin-top: 12px
}

.category-heading a,
.category-product .category-product-body p,
.introduction .owl-nav .owl-next:hover,
.introduction .owl-nav .owl-prev:hover,
.settings-icon a {
    color: var(--color-1)
}

.category-product .category-product-body {
    background-color: var(--bg-white-2);
    padding: 15px 20px;
    margin: 10px;
    transition: .5s;
    width: 100%
}

.cate-icon,
.cate-icon i {
    font-size: 40px;
    transition: .5s
}

.review-icon i.filled {
    color: #f4c150
}

.category-product .category-product-body .cate-icon {
    text-align: left;
    color: var(--color-1)
}

.category-product .category-product-body:hover,
.invoice-2-table-head,
.wish-list-course .my-cosre:hover {
    background-color: var(--color-4)
}

.category-product .category-product-body:hover h5 {
    color: var(--color-9);
    text-align: left
}

.category-hide-icon {
    padding-right: 12px;
    font-size: 19px;
    visibility: hidden;
    opacity: 0;
    transition: .5s
}

.expert-instructor .instructor-card .instructor-card-body img {
    width: 213px;
    height: 270px;
    display: flex;
    margin: auto
}

.expert-instructor .instructor-card .instructor-card-img {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.expert-instructor .instructor-card .instructor-card-img::after {
    position: absolute;
    top: 49px;
    left: 0;
    content: "";
    background-color: var(--bg-white-6);
    width: 100%;
    height: 82%;
    z-index: -1;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 7px
}

.instructor-card-img a {
    display: flex;
    width: 100%
}

.expert-instructor .instructor-card .instructor-card-text h3 {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
    color: var(--color-1);
    text-align: center
}

.ebook-item-one .content,
.expert-instructor .instructor-card .instructor-card-text p,
.h-2-banner .h-2-banner-text,
.reviews .icon,
.speech-item-img {
    text-align: center
}

.expert-instructor .instructor-card .instructor-card-text .icon a {
    padding: 8px;
    color: var(--color-4)
}

.expert-instructor .instructor-card .instructor-card-text .icon {
    text-align: center;
    position: relative;
    z-index: 99
}

.expert-instructor .instructor-card .instructor-card-text .icon-div-2 {
    background-color: var(--bg-white-2);
    padding: 6px 9px 4px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: -6px;
    width: 112px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%)
}

.expert-instructor .instructor-card .instructor-card-body {
    transition: .5s
}

.qustion .accordion-item {
    color: var(--color-1);
    background-color: inherit;
    border: none;
    border-bottom: 1.5px solid var(--border-color);
    font-size: 20px;
    font-weight: 500;
    padding: 2px 15px
}

.qustion .accordion-item:last-child {
    border-bottom: none;
    padding-bottom: 10px
}

.qustion .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: var(--color-4);
    background-color: var(--bg-white);
    box-shadow: none
}

.qustion-accrodion {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background-color: var(--bg-white-4);
    padding: 0 26px;
    border-radius: 7px;
    box-sizing: border-box
}

.introduction {
    padding: 80px 0 60px;
    background-color: var(--bg-white-2)
}

.blog,
.company-logo,
.student {
    background-color: var(--bg-white)
}

.qustion .accordion-body {
    padding: 0 6px 22px 0
}

.qustion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.qustion .accordion-button {
    padding: 17px 0 0;
    background-color: var(--bg-white-4);
    color: var(--color-2)
}

.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: left
}

.owl-theme .owl-nav i {
    padding: 6px 4px 7px;
    font-size: 18px;
    color: #6e798a
}

.introduction-name h4 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: var(--color-1)
}

.introduction .agency-dis p,
.introduction-name h6 {
    font-weight: 400;
    color: var(--color-6);
    margin-bottom: 20px;
    font-size: 15px
}

.introduction-name {
    border-bottom: 1.5px solid #6e798a3f;
    margin-bottom: 30px
}

.introduction .agency-dis p {
    word-spacing: 1.5px;
    line-height: 1.7
}

.introduction-name .agency-dis {
    border-top: 1.5px solid #6e798a
}

.h-2-client-image img {
    height: 54px;
    width: 54px
}

.owl-carousel .owl-item img {
    display: block;
    width: 54px
}

.footer .icon li,
.footer li {
    display: grid;
    list-style-type: none
}

.introduction-item {
    margin-top: 45px
}

.introduction .owl-nav .owl-next,
.introduction .owl-nav .owl-prev {
    width: 47px;
    height: 47px;
    border-radius: 50% !important;
    background-color: var(--bg-white-5) !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    z-index: 1;
    top: calc(50% - 25px)
}

.course-card,
.course-left-side,
.courses-list-view-card .courses-list-view-card-body .courses-text {
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.blog h1 span::before {
    position: absolute;
    left: 90px
}

.blog .courses-text .courses-price-left img {
    width: 28px;
    height: 28px;
    margin: 4px 0
}

.blog .courses-card .courses-card-body .courses-text h5 {
    font-size: 20px;
    margin-bottom: 6px
}

.blog .courses-text .courses-price-border .courses-price-left h5 {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px
}

.blog .courses-card .courses-card-body .courses-text p {
    font-size: 16px
}

.blog .courses-text .courses-price-border .courses-price-right p {
    padding: 5px 0;
    font-size: 14px
}

.blog .courses-card-body .courses-text .courses-price {
    margin-top: 16px;
    display: flex
}

.blog .courses-card-body .courses-card-image .courses-card-image-text {
    position: relative;
    background-color: #fde6ec;
    display: inline-block;
    margin: 24px 30px 0;
    border-radius: 5px
}

.blog .courses-card-body .courses-text {
    padding: 12px 30px
}

.blog .courses-card-body .courses-card-image .text-2 {
    background-color: #2bb8ff34;
    color: #2bb9ff
}

.blog .courses-card-body .courses-card-image .text-2 h3 {
    color: #2bb9ff
}

.blog .courses-card-body .courses-card-image .text-3 {
    background-color: #63cc9442
}

.blog {
    margin-bottom: 120px
}

.student {
    padding-bottom: 120px;
    overflow: hidden;
    padding-top: 60px
}

.student .student-body-1 {
    background-image: url("../image/Group 18132.png");
    background-size: cover;
    border-radius: 7px
}

.student .student-body-2 {
    background-image: url("../image/Group 18131.png");
    background-size: cover;
    border-radius: 15px
}

.student h1 {
    font-size: 24px;
    font-weight: 600;
    color: #ffff
}

.ac-lecture li a .lecture-info,
.ac-lecture li a span,
.select-box .form-select,
.student p {
    font-size: 13px
}

.footer h1,
.footer p,
.student p {
    font-weight: 400
}

.student p {
    color: #fff;
    margin-bottom: 28px
}

.student a {
    text-decoration: none;
    background-color: #fff;
    color: #1e293b;
    padding: 9px 16px;
    border-radius: 5px;
    margin-bottom: 34px
}

.student .student-body-text {
    padding: 26px;
    position: relative
}

.student .student-body-text img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px
}

.student .man {
    width: 165px;
    height: 230px;
    margin-top: -56px
}

.company-logo {
    padding-bottom: 50px
}

.company-logo img {
    height: 47px;
    width: 150px
}

.footer img {
    width: 177px;
    height: 44px;
    margin-bottom: 30px
}

.footer {
    background-color: var(--color-7);
    padding: 60px 0 0
}

.footer a {
    color: var(--color-8);
    padding: 6px 0;
    font-size: 14px;
    transition: .5s
}

.footer h1 {
    color: var(--color-9);
    font-size: 20px;
    margin-bottom: 20px
}

.footer .icon li,
.footer .icon li a,
.footer p,
.form-arrow,
.lattest-news .search-btn i,
.lattest-news form .form-control {
    color: var(--color-8)
}

.blog-body .right-section .categories ul,
.faq-accrodion .accordion .accordion-body,
.footer ul {
    padding-left: 0
}

.footer p {
    padding: 20px 55px 20px 0;
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 1.7;
    text-align: justify
}

.footer .icon li {
    margin: 56px 18px
}

.search-btn .lattest-news textarea {
    background-color: #261954
}

.lattest-news form .form-control {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid #d8d8D85C;
    margin-bottom: 50px;
    padding: 13px 0;
    position: relative;
    outline: 0;
    font-size: 14px;
    border-radius: 0
}

.lattest-news form {
    position: relative;
    margin-top: 20px
}

.form-arrow {
    position: absolute;
    top: 15px;
    right: 0;
    background: var(--color-7);
    border: none;
    font-size: 15px
}

.lattest-news .search.search-btn {
    background-color: #261954;
    border: none;
    margin-top: 0
}

.lattest-news ::placeholder {
    color: var(--color-8);
    opacity: 1
}

.lattest-news :-ms-input-placeholder {
    color: var(--color-8)
}

.search-btn ::-ms-input-placeholder {
    color: var(--color-8)
}

.lattest-news .search-btn i {
    font-size: 17px;
    position: absolute;
    top: 18px;
    right: 10px
}

.search-btn {
    position: absolute
}

.search-btn #emails:hover:focus-visible {
    outline: 0
}

.footer .copyright .footer-privacy a {
    color: var(--color-8);
    margin: 6px 38px 14px 0;
    transition: .5s
}

.copyright p {
    text-align: right;
    padding: 15px 0
}

.bread-crumb {
    background-image: url("../image/course-breadcramb.png");
    background-size: cover
}

.bread-crumb .brd-home {
    height: 16px;
    width: 16px
}

.book-img img {
    height: auto;
    width: 212px;
    float: right
}

.breadcrumb {
    padding: 38px 0 0;
    margin-bottom: 0
}

.breadcrumb-item {
    padding: 15px 0
}

.breadcrumb span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px
}

.breadcrumb i {
    color: #fff;
    padding: 20px 0;
    margin-right: 1px;
    margin-left: 9px
}

.bread-crumb h1 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 56px
}

.column {
    float: left;
    width: 50%;
    padding: 10px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.list-btn {
    border: none;
    outline: 0;
    padding: 5px 11px;
    border-radius: 3px;
    cursor: pointer
}

.list-btn:hover {
    background-color: var(--color-6);
    color: var(--color-10)
}

.list-btn.active {
    background-color: #666
}

#btnContainer\{display:block ruby;
margin-top:62px;
margin-bottom:30px
}

.list-card-control .btn {
    margin-right: 4px
}

.select-box {
    float: right
}

.select-box .nice-select {
    padding: 9px 10px;
    font-size: 13px;
    height: 40px;
    border-radius: 5px;
    background-image: none;
    width: 170px;
    background-color: var(--bg-white-2)
}

.form-select,
.list-btn {
    border: 1.5px solid #6e798a45
}

.course-category h3:hover:after,
.course-decription li .nav-link:hover:after,
.instructor-student-feed-back h1:hover::after,
.select-box .nice-select.open .list {
    width: 100%
}

.form-select:focus,
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: inherit
}

.select-box .nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px
}

.grid-view-body p {
    margin-bottom: 30px;
    margin-left: 10px;
    font-size: 12px
}

.list-btn {
    background-color: #fff;
    color: #6e798a
}

.grid-view {
    padding-bottom: 80px;
    background-color: var(--bg-white)
}

.list-btn.active {
    background-color: var(--color-4);
    color: #fff;
    border: 1.5 px solid var(--color-4)
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-1);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 11px 12px;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.course-category a,
.course-price a,
.radio-text {
    font-size: 12px;
    font-weight: 400
}

.h-2-banner,
.world-class {
    background-repeat: no-repeat;
    background-size: cover
}

.grid-view-body .courses-card .courses-text .review-icon img {
    height: 9px;
    width: 11px;
    margin: 4px 6px
}

.grid-view-body .courses-card .courses-card-body .courses-text .review-icon p {
    padding-left: 0;
    margin-left: 0
}

.grid-view-body .courses-card .courses-text .review-icon .review-icon-star {
    display: flex;
    margin-top: 7px
}

.grid-view-body .courses-card .courses-text .review-icon .review-icon-star i {
    margin-left: 5px;
    margin-right: 5px
}

.grid-view-body .courses-card .courses-text .review-icon span {
    background-color: #754ffe;
    color: #fff;
    text-decoration: none;
    display: flex;
    padding: 6px 8px 5px 3px;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 14px;
    font-size: 10px;
    font-weight: 500
}

.courses-list-view-card-body .courses-text p,
.grid-view-body .courses-price-left p {
    margin-left: 0
}

.course-category a {
    text-decoration: none;
    color: #6e798a
}

.radio-text {
    color: var(--color-1) !important;
    cursor: pointer
}

.course-category li {
    list-style-type: none
}

.course-price a {
    text-decoration: none;
    color: var(--color-1)
}

.course-category a:hover,
.course-decription li .nav-link:hover,
.course-price a:hover,
.price-card-full-body:hover .ammount h1,
.price-card-full-body:hover .ammount h5,
.price-card-full-body:hover .ammount h6,
.price-card-full-body:hover .price-card-heading a {
    color: var(--color-4)
}

.blog-body .instructor-student-feed-back .comment-student-feed-back-text p,
.course-category span {
    font-size: 14px
}

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

#flexCheckChecked:focus-visible {
    box-shadow: none;
    outline: 0;
    border-color: none
}

.webdesign .form-check-label .try {
    display: flex;
    margin-left: 20px;
    justify-content: space-between
}

.course-category .form-check-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.course-category h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block
}

.course-category h3::after {
    content: "";
    background-color: #754ffe;
    height: 2px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: .5s
}

.course-category .show-more a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-1);
    margin-top: 16px
}

.course-category .form-check {
    padding: 14px 0 0 23px
}

.course-all-category {
    margin-top: 50px;
    border: 1.5px solid #6e798a38;
    border-radius: 5px;
    padding: 20px
}

.form-check-icon li i {
    color: #64799668
}

.form-check-icon ul {
    display: flex;
    padding-left: 0
}

.form-check-icon ul li {
    padding: 0 3px
}

.comment .rating .icon .gold,
.course-icon .form-check-icon .icon-color i,
.my-course-1-last .icon-img .star .gold,
.reviews .icon .gold {
    color: #ffd43b
}

.course-icon .form-check {
    padding: 0;
    margin: 10px 23px
}

.pagenation-items {
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    padding-bottom: 70px
}

.ac-lecture li a,
.accordion-body-2,
.clock-user,
.conversation-text .conversation-msg-full .child-text .child-description,
.courses-list-view-card-body .courses-text .courses-d-flex-text,
.feature-time,
.message .conversation .conversation-1,
.my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading,
.my-course-1-last,
.parrent-3rd,
.profile .profile-parrent .profile-child {
    justify-content: space-between;
    display: flex
}

.page-link {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 1px solid #d1d4dc;
    background-color: var(--bg-white-2);
    font-size: 16px;
    font-weight: 500
}

.course-card,
.course-left-side {
    background-color: var(--bg-white)
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 5px;
    border: none;
    background-color: var(--color-4);
    color: var(--color-9)
}

.page-link:focus {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4)
}

.courses-list-view-card-body .courses-card-image img {
    max-width: 295px;
    max-height: 197px;
    border-radius: 10px 0 0 10px;
    transform: scale(1);
    transition: .5s
}

.courses-list-view-card .courses-list-view-card-body .courses-text img {
    height: 11px;
    width: 11px;
    margin-right: 5px;
    transform: scale(1);
    transition: .5s
}

.courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img {
    text-decoration: none;
    background-color: var(--color-4);
    padding: 6px 16px;
    border-radius: 5px;
    color: var(--color-9);
    font-size: 10px;
    display: inline-block;
    font-weight: 500
}

.courses-list-view-card .courses-list-view-card-body .courses-text {
    border-radius: 0 0 10px;
    padding: 16px 20px
}

.courses-list-view-card .courses-list-view-card-body .courses-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    transform: scale(1);
    transition: .5s
}

.courses-card-image .courses-icon i,
.courses-list-view-card-body .courses-card-image .courses-icon i {
    color: #6e798a81;
    background-color: var(--bg-white);
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    top: 14px;
    right: 7px;
    font-size: 14px
}

.courses-card-image .red-heart i,
.courses-list-view-card-body .courses-card-image .red-heart i {
    color: #ff3434
}

.courses-details .courses-details-1st-text h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 39px
}

.courses-details .courses-details-1st-text p {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.course-play-tab .course-text .course-1st,
.courses-details .courses-details-1st-text .review {
    margin-bottom: 40px
}

.courses-details .courses-details-1st-text .clock i,
.courses-details .courses-details-1st-text .user i {
    color: #fff;
    padding: 5px 8px 15px 0
}

.courses-details .courses-details-1st-text .icon ul li {
    list-style-type: none;
    color: #f9b23a;
    margin-right: 8px
}

.course-decription li .nav-link {
    color: var(--color-1);
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border: none;
    padding: 17px 0 11px
}

.course-decription #myTab {
    display: flex;
    justify-content: space-around;
    border-bottom: 1.5px solid #6e798a25
}

.course-decription li .nav-link:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background-color: var(--color-4);
    bottom: -1px;
    left: 0;
    transition: .5s
}

.course-left-side {
    border-radius: 10px;
    margin-top: -35px;
    padding: 10px
}

.antry-acordion {
    border: 1px solid #f2f3f5
}

.antry-acordion .accordion-item {
    background-color: var(--bg-white) !important
}

.ac-lecture li,
.sReview-list {
    margin: 0 !important
}

.ac-lecture li a {
    align-items: center;
    padding: 7px 10px;
    border-radius: 5px
}

.ac-lecture li a:hover {
    background: #f2f3f5
}

.ac-lecture li a span i {
    color: #754ffe;
    font-size: 15px;
    margin-right: 14px
}

.ac-lecture li:last-child {
    padding-bottom: 15px
}

.course-right-section .course-card .card-img img {
    height: auto;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 8px
}

.course-right-section .course-card .card-img .card-video-icon i {
    color: #fff;
    font-size: 20px;
    padding: 16px 20px
}

.course-right-section .course-card .card-img .card-video-icon {
    background-color: rgba(0, 0, 0, .355);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 39%;
    left: 41%;
    cursor: pointer
}

.course-card {
    border-radius: 10px;
    margin-top: -150px
}

.course-right-section .course-card .enrol {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    border-bottom: 1.5px solid #6e798a32;
    padding: 20px 0 14px
}

.course-right-section .course-card .enrol .icon img {
    height: 20px;
    width: 20px;
    margin: 0 18px 8px 0
}

.course-right-section .course-card .ammount h1 {
    font-size: 34px;
    font-weight: 600
}

.course-right-section .course-card .ammount h3 {
    font-size: 20px;
    font-weight: 500;
    color: #647996;
    padding: 10px
}

.course-right-section .course-card .ammount,
.s_Sidebar_one .content {
    padding: 20px
}

.course-right-section .course-card .enrol .icon h4 {
    font-size: 16px;
    font-weight: 600
}

.course-right-section .course-card .enrol .icon h5,
.instructon-contact .instructon-icon p {
    font-size: 14px;
    font-weight: 400
}

.course-right-section .button {
    display: grid;
    padding-bottom: 20px
}

.course-right-section .button a {
    text-decoration: none;
    background-color: var(--bg-white-2);
    border: 1.5px solid var(--color-4);
    color: var(--color-4);
    text-align: center;
    border-radius: 10px;
    margin: 14px 30px 0;
    padding: 10px 14px 12px;
    font-size: 15px;
    font-weight: 600;
    transition: .5s
}

.course-right-section .button a:hover,
.instructor-1 .instructor-about .about-text ul li a:hover,
.profile .profile-parrent .profile-child-btn a:hover,
.sSchedule-item.active .date {
    background-color: var(--color-4);
    color: #fff
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #261954;
    background-clip: padding-box;
    border: none;
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.course-left-side .accordion-button::after {
    margin-left: -35px;
    background-size: 13px;
    top: 1px;
    position: absolute
}

.antry-acordion .accordion-button:not(.collapsed)::after {
    top: -5px !important;
    position: absolute !important;
    transform: rotate(180deg);
    left: 60px
}

.course-left-side .accordion-button {
    padding: 0 0 0 67px;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between
}

.accordion-header {
    margin: 10px 0
}

.qustion .accordion-header {
    margin: 3px 0 5px;
    padding-bottom: 13px
}

.qustion .accordion-button:not(.collapsed) {
    color: var(--color-5)
}

.course-left-side .accordion-item {
    color: var(--color-5);
    background-color: var(--bs-accordion-bg);
    border: none;
    border-bottom: 1.5px solid #6e798a46
}

.accordion-body-2 .accordion-body-video .icon i {
    color: #fff;
    background-color: #754ffe;
    border-radius: 50%;
    padding: 8px 10px 9px 13px;
    font-size: 16px
}

.accordion-body-2 .accordion-body-video h2 {
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    margin: 7px 20px
}

.accordion-body-2 .accordion-time h2 {
    font-size: 16px;
    font-weight: 600;
    color: #0d2a3e;
    transition: .5s;
    cursor: pointer
}

.accordion-body-2 .accordion-body-video h2 a {
    text-decoration: none;
    color: #0d2a3e;
    transition: .5s
}

.instructor .instructor-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 67px
}

.instructor {
    margin-top: 38px;
    margin-left: 30px
}

.instructor-icon {
    margin-bottom: 55px
}

.instructor .instructor-text h2 {
    font-size: 18px;
    font-weight: 700;
    margin-left: 6px
}

.course-decription-2 .instructor-text p,
.instructor .instructor-text p {
    margin: 5px 3px 13px 6px;
    font-size: 15px
}

.instructor .instructor-text .tera {
    margin-left: 0;
    font-size: 15px
}

.instructor .instructor-icon i {
    color: #000;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #6e798a46;
    border-radius: 5px;
    transition: .5s;
    margin: 5px
}

.instructor-student-feed-back h1 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 35px
}

.instructor-student-feed-back h1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--color-4);
    bottom: -6px;
    left: 0;
    transition: .5s
}

.instructor-student-feed-back img {
    width: 59px;
    height: 60px
}

.student-feed-back-text h6 {
    font-size: 14px;
    font-weight: 700;
    margin-left: 13px
}

.student-feed-back-text p {
    font-size: 12px;
    font-weight: 400;
    margin-left: 13px;
    margin-top: 0;
    margin-bottom: 8px
}

.course-decription-2 .reviews h2,
.reviews h3 {
    font-weight: 700
}

.student-feed-back-text .icon i {
    color: #f9b23a;
    font-size: 13px;
    margin-bottom: 20px
}

.student-feed-back-text .std {
    font-size: 15px;
    margin-bottom: 20px
}

.student-feed-back-text a {
    text-decoration: none;
    background-color: var(--color-4);
    padding: 7px 18px;
    border-radius: 5px;
    color: #fff;
    margin-left: 13px
}

.settings-icon i {
    background-color: #6e798a2d;
    color: var(--color-1);
    border-radius: 50%;
    padding: 7px 14px
}

.c-d-3-banner .card-video-icon i:hover,
.error-body-text a {
    background-color: #754ffe
}

.comment .rating {
    display: flex;
    margin-bottom: 30px;
    border-top: 1.5px solid #6e798a32;
    padding-top: 30px
}

.comment .rating h3,
.h-3-top-categories .category-product .category-product-body img,
.sTab-content p,
.tutor-tab-content p {
    margin: 0
}

.comment .rating .icon,
.conversation-text .conversation-msg-full .parrent .child-text,
.conversation-text .conversation-msg-full .parrent .parrent-text,
.course-play-tab .like .like-left,
.message .conversation .conversation-1 .conversation-name,
.profile-input .from-control-2,
.sing-up-right .another p a {
    margin-left: 10px
}

.comment .rating .icon i {
    color: #d0d2d7;
    margin-left: 3px
}

.comment #fname {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: 1.5px solid #6e798a46;
    padding: 19px 26px;
    transition: .5s
}

.comment .form-control {
    width: 100%;
    padding: 13px 26px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-1);
    background-color: var(--bg-white-2);
    border: 1.5px solid #6e798A30;
    appearance: none;
    border-radius: 8px
}

.comment #exampleFormControlInput1:focus-visible {
    border-color: var(--color-4)
}

.single-input label {
    font-size: 14px;
    color: var(--color-6)
}

.message-btn {
    background-color: var(--color-4);
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    border: none
}

.feedback-form .multi-input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.feedback-form textarea {
    resize: none;
    height: 230px
}

.reviews {
    margin: 40px 30px
}

.reviews h3 {
    font-size: 18px;
    margin: 0
}

.reviews p {
    margin: 7px 10px;
    font-size: 14px
}

.course-decription-2 .reviews h2,
.reviews h1 {
    font-size: 40px;
    text-align: center
}

.reviews .icon i {
    color: #d0d2d7
}

.course-decription-2 .reviews .text,
.reviews .text {
    font-size: 15px;
    margin: 0
}

.reviews .ritt {
    font-size: 26px;
    margin-top: 50px
}

.reviews .reviews-border {
    border-bottom: 1.5px solid #676c7d2f;
    padding-bottom: 30px
}

.course-decription-2 .instructor-student-feed-back h1 {
    margin: 40px 30px 32px
}

.course-decription-2 .tab-content p {
    margin: 0 31px
}

.course-decription-2 .comment h1,
.course-decription-2 .stdf h1 {
    margin: 0 0 30px
}

.course-decription-2 .student-feed-back-text p {
    margin: 0 0 0 13px
}

.course-decription-2 .student-feed-back-text .std {
    margin: 0 0 20px 13px
}

.course-decription-2 .reviews p {
    margin: 7px 10px
}

.course-decription-2 .accordion-header {
    margin: 20px 0 15px
}

.course-decription-3 .course-card,
.course-decription-3 .course-left-side {
    border-radius: 10px;
    margin-top: 286px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.course-decription-2 .accordion-body-2 .video-2 {
    margin-top: 15px
}

.courses-details-3 .courses-details-1st-text {
    padding-bottom: 326px
}

.c-d-3-banner img {
    max-width: 1100px;
    height: auto;
    position: absolute;
    top: 300px;
    left: 81px;
    border-radius: 10px
}

.course-decription-3 .course-left-side {
    padding: 10px
}

.blog-body,
.error-body,
.instructor-1,
.search .form-control {
    background-color: var(--bg-white)
}

.c-d-3-banner .card-video-icon i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    background-color: #fff6;
    border-radius: 50%;
    padding: 20px 24px;
    left: 50%;
    top: 90%;
    cursor: pointer;
    transition: .5s
}

.blog-body .left-tag a,
.blog-body .right-section .right-tag a {
    text-decoration: none;
    background-color: #6e798a3e;
    transition: .5s
}

.conversation-body-1:hover h5 .heading,
.cose-p-3-r .course-card .ammount .h3-price {
    color: #1e293b
}

.cose-p-3-r .course-card .ammount {
    padding: 20px 20px 1px 10px
}

.include {
    margin: 10px 30px;
    border-bottom: 1.5px solid #6e798a2d
}

.include-icon {
    display: flex;
    margin: 20px 0
}

.include-icon h5,
.instructor-1 .instructor-about .pro-heading .name p,
.instructor-1 .instructor-about .rating p {
    font-size: 14px;
    font-weight: 500
}

.include-icon i {
    color: #754ffe;
    font-size: 20px;
    margin-right: 12px
}

.include-icon img {
    height: 20;
    width: 18px;
    margin-right: 12px
}

.feature-time h6 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px
}

.error-body {
    padding: 100px 0
}

.about-us h1,
.cart-page .cart-table .cart-heading-text h3,
.contact-page .contact-heading h3,
.error-body h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

.error-body p {
    line-height: 1.7;
    margin-bottom: 30px
}

.error-body-text {
    margin-top: 150px
}

.error-body-text a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}

.course-category .webdesign ul,
.pl-20 {
    padding-left: 20px
}

.blog-body,
.instructor-1 {
    padding-top: 50px
}

.blog-body .top .profile-img img {
    height: 28px;
    width: 28px;
    margin: 0 12px 12px 0;
    border-radius: 50%
}

.blog-body .profile-img {
    display: flex;
    margin: 16px 0 30px
}

.blog-body .top .profile-img a h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-1);
    margin: 4px 20px 12px 0
}

.blog-body .top .profile-img p {
    font-size: 14px;
    margin: 2px 20px 12px 0
}

.blog-body .top img {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.blog-body .top h3 {
    font-size: 32px;
    font-weight: 700
}

.blog-body .top h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 1.5px
}

.blog-body .left-tag h3,
.blog-body .right-section h4 {
    font-weight: 700;
    font-size: 20px
}

.blog-body .top p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 1
}

.blog-body .top ul li a {
    text-decoration: none;
    color: var(--primary-color-2)
}

.blog-body .top ul li {
    position: relative;
    margin: 20px 10px;
    list-style-type: none
}

.blog-body .top ul li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 43px;
    background-color: var(--color-15);
    left: -14px;
    top: 8px
}

.blog-body .top ul li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-4);
    left: -18px;
    top: 6px
}

.blog-body .top {
    border-bottom: 1.5px solid #1e293b2a;
    margin-bottom: 30px;
    padding-bottom: 50px
}

.blog-body .instructor-student-feed-back .comment-student-feed-back-text,
.blog-body .left-tag {
    border-bottom: 1.5px solid #1e293b2a;
    padding-bottom: 30px
}

.blog-body .left-tag h3 {
    color: var(--color-1);
    font-family: Poppins, sans-serif;
    margin: 8px 0
}

.blog-body .left-tag a {
    color: var(--color-14);
    margin: 0 16px;
    padding: 8px 18px;
    border-radius: 5px;
    display: ruby
}

.blog-body .left-tag {
    margin-bottom: 30px;
    display: flex
}

.reply img {
    width: 52px;
    height: 52px;
    border-radius: 50%
}

.reply {
    margin-left: 50px;
    margin-top: 25px
}

.comment #phone {
    padding: 14px 30px;
    border-radius: 9px;
    width: 100%;
    transition: .5s;
    margin-top: 22px
}

.comment #phone:hover {
    border-color: #754ffe
}

.comment .checkbox,
.h-2-clients-review-carousel .h-2-carousel-parrent {
    display: flex;
    margin-bottom: 30px
}

.comment .checkbox p {
    margin: 10px
}

.search {
    margin-top: 120px
}

.search .search-bar {
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px
}

.search .search-bar i {
    position: absolute;
    left: 11px;
    top: 15px;
    color: #6e798a6e;
    font-size: 20px;
    cursor: pointer
}

.search .form-control {
    border: 1.5px solid #6e798a3d;
    padding: 12px 40px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #6e798a;
    width: 100%
}

.blog-body .right-section .title h4 {
    position: relative;
    display: inline-block
}

.blog-body .right-section .title h4:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #000;
    bottom: -13px;
    left: 0
}

.blog-body .right-section .title {
    border-bottom: 1.5px solid #1e293b2a;
    padding-bottom: 11px
}

.blog-body .right-section .categories ul li {
    list-style-type: none;
    padding: 20px 0 0
}

.blog-body .right-section .categories ul li a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: .5s
}

.blog-body .right-section .categories ul li a::after {
    content: "";
    width: 1.5px;
    height: 100%;
    position: absolute;
    background-color: var(--color-4);
    left: 0;
    opacity: 0;
    transition: .5s
}

.blog-body .right-section .categories ul li a:hover {
    padding-left: 15px;
    color: var(--color-4);
    font-weight: 600
}

.blog-body .right-section .categories ul li a:hover:after,
.h-2-instructor .h-2-instructor-full:hover .h-2-instructor-image .icon {
    opacity: 1
}

.blog-body .right-section .post img {
    height: auto;
    width: 100%;
    margin-bottom: 20px
}

.blog-body .right-section .post a,
.cart-page .cart-table a,
.conversation-text .conversation-msg-full .parrent .child-name a,
.conversation-text .conversation-msg-full .parrent .parrent-text a,
.h-3-bannar-card .h3-banner-card-1-text a,
.profile .profile-parrent .profile-child a,
.purchase-body h3 a,
.sing-up-right .social-media a {
    text-decoration: none;
    color: var(--color-1)
}

.blog-body .right-section .post h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.blog-body .right-section .post p i {
    margin-right: 10px;
    color: var(--primary-color-2)
}

.blog-body .right-section .post {
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1.5px solid #1e293b2a
}

.blog-body .right-section .right-tag a {
    color: var(--color-14);
    margin: 0 12px 15px 0;
    padding: 8px 18px;
    border-radius: 5px;
    display: inline-block
}

.sing-up-right .log-in .btn a,
.sing-up-right .resend-code .btn a {
    color: var(--color-9);
    text-decoration: none
}

.sing-up-right .another h5::after,
.sing-up-right .another h5::before {
    width: 45%;
    height: 1.5px;
    background-color: #6e798a72;
    top: 50%;
    position: absolute;
    content: ""
}

.blog-body .right-section .right-tag {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 52px
}

.sing-up-right h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px
}

.sing-up-right p {
    margin-bottom: 51px;
    word-spacing: 1.5px
}

.about-us h4,
.sing-up-right h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

.privacy-policy-text-2 p,
.sing-up-right .name {
    margin-bottom: 30px
}

.sing-up-right .form-control {
    padding: 14px 0 13px 48px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #6e798a;
    width: 100%;
    border: none;
    background-color: #6e798a1c
}

.sing-up-right i {
    position: absolute;
    left: 18px;
    top: 34%;
    color: #6e798aae
}

.sing-up-right .eye-icon i {
    position: absolute;
    left: 93%;
    top: 25%;
    color: #6e798aae
}

.sing-up-right .log-in .btn {
    border: 1.5px solid #6e798a45;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
    margin-bottom: 30px
}

.sing-up-right .log-in .btn a {
    font-size: 16px;
    font-weight: 600
}

.sing-up-right .another p {
    letter-spacing: 1.5px;
    margin-bottom: 30px
}

.sing-up-right .another h5::after {
    left: 0
}

.sing-up-right .another h5::before {
    right: 0
}

.sing-up-right .social-media img {
    height: 23px;
    width: 23px;
    margin-right: 10px
}

.sing-up-right .social-media .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    padding: 11px 20px;
    background-color: var(--color-4)
}

.sing-up-right .social-media .btn:hover {
    background-color: var(--bg-white-2);
    border-color: #6e798a45
}

.forget-pass {
    margin-top: 100px
}

.sing-up-right .resend-code .form-control {
    padding: 0;
    border-radius: 0;
    font-size: 30px;
    font-weight: 400;
    color: var(--color-1);
    width: 44px;
    border: none;
    border-bottom: 2px solid var(--color-4);
    background-color: transparent;
    display: inline;
    margin: 0 21px 8px 2px
}

.sing-up-right .resend-code .btn {
    border: 1.5px solid #6e798a45;
    margin-top: 0;
    margin-left: 0;
    background-color: var(--color-4);
    margin-bottom: 30px;
    padding: 12px 14px
}

.course-play-right .course-play-video img,
.h-3-blog-card-full-body .h-3-blog-card-body img,
.instructor-1 .instructor-video img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.instructor-1 .instructor-video {
    position: relative;
    margin-bottom: 30px
}

.instructor-1 .instructor-video .card-video-icon i {
    color: #fff;
    position: absolute;
    top: 41%;
    left: 50%;
    background-color: #17102360;
    padding: 14px 16px 16px 19px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px
}

.instructor-1 .instructor-about img {
    width: 74px;
    height: 74px;
    border-radius: 50%
}

.instructor-1 .instructor-about {
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background-color: var(--bg-white-2);
    padding: 39px 30px;
    border-radius: 10px;
    margin-bottom: 120px
}

.instructor-1 .instructor-about .pro-heading .name h4,
.sReview-author .name {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-1)
}

.instructor-1 .instructor-about .pro-heading .name a {
    text-decoration: none;
    color: var(--color-4)
}

.instructor-1 .instructor-about .pro-heading .name {
    margin: 13px 24px
}

.conversation h5,
.instructor-1 .instructor-about .rating h4 {
    font-size: 18px;
    font-weight: 700
}

.instructor-1 .instructor-about .rating {
    margin: 13px 0 0;
    float: right
}

.instructor-1 .instructor-about .rating .rating-point i {
    color: #f9b23a;
    font-size: 14px;
    margin: 3px 7px 0
}

.conversation-body-border,
.instructor-1 .instructor-about .instructor-about-heading {
    border-bottom: 1.5px solid #1e293b2a
}

.h-2-banner .h-2-banner-text p,
.instructor-1 .instructor-about .about-text {
    margin-top: 30px;
    margin-bottom: 50px
}

.course-play-right .digital h3,
.instructor-1 .instructor-about .about-text h3,
.instructor-1 .instructor-about .skill h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.instructor-1 .instructor-about .about-text p,
.instructor-1 .instructor-about .skill p {
    line-height: 1.9;
    word-spacing: 2.5px;
    font-size: 15px
}

.instructor-1 .instructor-about .about-text ul li a {
    text-decoration: none;
    color: var(--color-1);
    background-color: #6e798a24;
    margin: 0 16px 14px 0;
    padding: 8px 18px;
    border-radius: 7px;
    transition: .5s;
    display: inline-block
}

.instructor-1 .instructor-about .about-text ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 28px;
    flex-wrap: wrap
}

.instructor-1 .instructor-about .skill .skill-point {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px
}

.instructor-1 .instructor-about .skill .skill-point .skill-point-1 {
    margin: 0 66px 0 1px;
    text-align: center;
    position: relative
}

.instructor-1 .instructor-about .skill .skill-point .skill-point-1 h1,
.sTutor-about .item h4 {
    font-size: 54px;
    font-weight: 700;
    color: var(--color-4)
}

.instructor-1 .instructor-about .skill .skill-point .skill-point-1 h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-1)
}

.instructor-1 .instructor-about .skill .skill-point .skill-point-1::after {
    content: "";
    position: absolute;
    background-color: #6e798A38;
    height: 50px;
    width: 1.5px;
    left: -35px;
    top: 14px
}

.instructon-contact .instructon-icon {
    display: flex;
    margin: 22px 17px 0;
    border-bottom: 1.5px solid #6e798a27
}

.instructon-contact .instructon-icon i {
    color: var(--color-4);
    font-size: 27px;
    margin: 8px 30px 12px 17px
}

.instructon-contact .instructon-icon h4 {
    font-size: 14px;
    font-weight: 700
}

.instructon-contact {
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 10px;
    padding: 11px 0 19px;
    background-color: var(--bg-white-2)
}

.instructor-right .instructor-msg a {
    text-decoration: none;
    color: #fff
}

.instructor-right .instructor-msg a i {
    margin-right: 10px
}

.instructor-right .instructor-msg .btn {
    background-color: var(--color-4);
    width: 100%;
    margin-top: 30px;
    margin-left: 0
}

.instructor-right .instructor-msg .btn:hover,
.price-card-full-body:hover,
.price-card-full-body:hover .ammount {
    border-color: var(--color-4)
}

.instructor-right .instructor-msg .btn-primary {
    padding: 14px 0
}

.wish-list-body .wish-list-search {
    position: relative;
    margin-top: 50px;
    background-color: var(--bg-white-2);
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 30px 18px;
    border-radius: 7px;
    border: 1px solid #1e293b2a
}

.course-play-tab .course-search .search-btn i,
.wish-list-body .wish-list-search .search-btn i {
    position: absolute;
    left: 15px;
    top: 14px;
    color: #6e798a6e;
    font-size: 20px;
    cursor: pointer
}

.wish-list-body .wish-list-search h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 23px
}

.wish-list-body .wish-list-search .form-control {
    padding: 14px 0 13px 48px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-1);
    width: 100%;
    border: none;
    background-color: #6e798a1c;
    margin-bottom: 34px
}

.wish-list-course .my-cosre {
    display: flex;
    border-radius: 7px;
    background-color: var(--bg-white-2);
    transition: .5s;
    padding: 10px 0 10px 20px;
    margin-top: 5px
}

.wish-list-course .my-cosre a {
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    margin-left: 18px
}

.wish-list-course .my-cosre i {
    color: #6e798a;
    font-size: 17px
}

.message .conversation .form-control {
    padding: 9px 0 11px 38px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-1);
    width: 100%;
    border: none;
    background-color: #6e798a1c;
    margin-bottom: 30px;
    margin-top: 22px
}

.message .conversation .search-btn i {
    position: absolute;
    left: 14px;
    top: 11px;
    color: #6e798a6e;
    font-size: 16px;
    cursor: pointer
}

.message .conversation .conversation-1 img {
    height: 38px;
    width: 38px
}

.message .conversation .conversation-1 .conversation-img {
    position: relative;
    margin-top: 5px
}

.message .conversation .conversation-1 .conversation-img p {
    position: absolute;
    color: #fff;
    background-color: #f25c88;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 8px;
    top: -10px;
    right: -1px
}

.message .conversation .conversation-1 a {
    text-decoration: none;
    color: var(--color-4);
    font-size: 13px;
    font-weight: 700;
    transition: .5s
}

.message .conversation .conversation-1 h5 {
    margin-bottom: 5px
}

.message .conversation .conversation-1 h6 {
    color: var(--color-1);
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 0
}

.message .conversation .conversation-1 p {
    font-size: 10px;
    margin-top: 7px
}

.conversation-body-1 {
    padding: 7px;
    transition: .5s;
    border-radius: 10px;
    margin: 7px;
    cursor: pointer
}

.conversation-fulllll-body,
.purchase-body {
    background-color: var(--bg-white-2);
    margin-bottom: 120px
}

.conversation-body-1-text {
    display: flex;
    margin-top: 15px
}

.conversation-body-1-text i {
    color: #6e798a;
    font-size: 12px;
    margin: 5px
}

.conversation-body-1:hover {
    background-color: #6e798a1a
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
.child-icon .btn,
:not(.btn-check)+.btn:active {
    background-color: transparent
}

.conversation-text .conversation-msg-full .child-img .parrent-image {
    height: 43.7px;
    width: 43.7px
}

.conversation-text .conversation-msg-full .parrent {
    display: flex;
    margin-left: 20px
}

.conversation-text .conversation-msg-full .parrent .parrent-text h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px
}

.conversation-text .conversation-msg-full .parrent .parrent-text p,
.payment-imformation-card .cradit-card .text p,
.profile .profile-parrent .profile-child p {
    font-size: 12px;
    font-weight: 400
}

.conversation-msg-full .parrent .child-img img {
    height: 30px;
    width: 30px
}

.conversation-text .conversation-msg-full .parrent .child-name h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px
}

.conversation-text .conversation-msg-full .parrent .child-name p {
    font-size: 12px;
    margin-left: 16px
}

.conversation-text .conversation-msg-full .parrent .child-text .child-description p {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 20px
}

.conversation-fulllll-body {
    padding: 0 0 9px 18px;
    position: relative;
    margin-top: 50px;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 7px;
    border: 1px solid #1e293b2a
}

.child-icon a {
    color: #6e798a87;
    margin-right: 30px
}

.child-icon .btn i {
    margin-top: 30px;
    color: #6e798a87
}

.child-icon .btn:hover {
    color: none;
    border-color: none;
    transform: translateY(0)
}

.child-icon .btn {
    border: none;
    transition: transform
}

.child-icon .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
.child-icon .btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
    background-color: #fff
}

.cart-total,
.course-play-body .course-play-left-body,
.payment-imformation-card,
.price-card-full-body,
.profile-ful-body,
.purchase-body {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    box-sizing: border-box
}

.child-icon .dropdown-menu,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff
}

.child-icon .dropdown .dropdown-item {
    color: #1e293b;
    font-weight: 500;
    font-size: 14px
}

.conversation-msg-full {
    margin-top: 20px;
    border-bottom: 1.5px solid #6e798a2e;
    margin-left: -12px
}

.purchase-1,
.table-head,
tbody,
td,
tfoot,
th,
thead,
tr {
    border-bottom: 1.5px solid #6e798a23
}

.c-border {
    border-left: 1.5px solid #6e798a2e
}

.conversation-text-2 {
    height: 465px
}

.conversation-sending {
    margin-right: 15px;
    position: relative
}

.conversation-sending .form-control {
    padding: 21px 0 19px 20px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-1);
    width: 100%;
    border: none;
    background-color: #6e798a1c;
    margin-bottom: 30px;
    margin-top: 22px
}

.conversation-sending .sending {
    background-color: var(--color-4);
    color: var(--color-9);
    padding: 9px 19px;
    position: absolute;
    top: 8px;
    right: 15px
}

.conversation-sending .sending a {
    color: var(--color-9);
    text-decoration: none
}

.conversation-sending .search-btn {
    position: absolute;
    top: 17px;
    right: 110px
}

.conversation-sending .search-btn img {
    height: 20px;
    width: 9px;
    cursor: pointer
}

.conversation-body-scroll-bar {
    height: 480px;
    width: 100%;
    overflow: auto;
    scrollbar-color: #6e798a2a
}

.purchase-body h5 {
    font-size: 13px;
    font-weight: 500;
    margin-top: 29px;
    color: var(--color-1)
}

.purchase-body h6 {
    color: var(--color-1);
    font-size: 13px;
    font-weight: 500
}

.purchase-body h4 {
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 27px
}

.purchase-body h3 {
    margin-left: 16px;
    word-spacing: 2px;
    line-height: 1.7;
    margin-top: 10px
}

.purchase-body h3 a p {
    color: var(--color-1);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0
}

.purchase-body img {
    height: 73px;
    width: 88px;
    border-radius: 10px
}

.purchase-body {
    padding: 22px 20px 0;
    border-radius: 10px;
    margin-top: 50px;
    height: auto;
    overflow: auto;
    white-space: nowrap
}

.purchase-1 {
    padding-bottom: 18px;
    margin-bottom: 18px
}

.purchase-2-img {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px
}

.purchase-btn a {
    text-decoration: none;
    color: #6e798a;
    font-size: 12px;
    font-weight: 500
}

.purchase-btn {
    background-color: #fff;
    border-radius: 5px;
    border: 1.5px solid #6e798a;
    padding: 8px 18px;
    transition: .5s;
    margin: 15px auto auto;
    text-align: center;
    display: flex
}

.purchase-btn:hover {
    background-color: #754ffe;
    color: #fff;
    border-color: #754ffe
}

.course-play-body .course-play-left-body .video a i,
.h-3-top-categories .category-product .active i,
.h-3-top-categories .category-product .category-product-body:hover i,
.purchase-btn:hover a,
.world-class .world-class-content .world-cls-card {
    color: #fff
}

.input-group-text,
.profile-font .input-group .form-select {
    color: #6e798a;
    font-weight: 400;
    font-size: 13px;
    background-color: var(--bg-white-2)
}

.purchase-2:first-child {
    border-top: none
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    width: 70px
}

.profile .profile-bg img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0
}

.about-us .about-us-btn,
.profile .profile-bg,
.trams-condition-text {
    margin-top: 50px
}

.profile .profile-parrent img {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: -45px
}

.profile .profile-parrent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.profile .profile-parrent .profile-child h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-1)
}

.faq .faq-accrodion,
.profile .profile-parrent .profile-child .child-text {
    margin-left: 20px
}

.profile .profile-parrent .profile-child-btn a {
    border: 1.5px solid #1e293b35;
    padding: 9px 16px;
    border-radius: 7px;
    text-decoration: none;
    color: var(--color-1);
    font-size: 12px;
    background-color: var(--bg-white);
    transition: .5s;
    margin-left: 10px
}

.invoice-right-total h5,
.price-card-heading,
.profile .profile-parrent .profile-child-btn {
    margin-top: 10px
}

.profile-input {
    display: flex;
    margin-right: 74px
}

.profile-input .form-control {
    border-radius: 10px;
    border: 1.5px solid #6e798a49;
    font-size: 13px;
    padding: 12px 20px;
    background-color: var(--bg-white-2);
    color: var(--color-1)
}

.profile-input-1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #6e798a22;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.profile-input-3 {
    margin-left: 5px;
    position: relative;
    margin-right: 74px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1.5px solid #6e798a49;
    border-radius: 10px 0 0 10px;
    border-right: 0
}

.profile-font .input-group .form-select {
    border: 1.5px solid #6e798a41;
    border-radius: 13px;
    width: 236px;
    padding: 11px 21px;
    cursor: pointer
}

.profile-input-5 p {
    font-size: 11px;
    margin-top: 5px;
    font-weight: 500;
    color: var(--color-1)
}

.profile-font-icon {
    margin-left: 15px;
    margin-top: 10px
}

.profile-font-icon i {
    font-size: 14px;
    color: #6e798acb;
    margin-right: 12px
}

.profile-bio .form-control {
    border: 1.5px solid #6e798a41;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-1);
    background-color: var(--bg-white-2);
    height: 200px;
    padding: 12px 20px;
    resize: none
}

.profile-bio {
    margin-top: 16px
}

.profile-input-4 .form-control {
    margin-left: 0;
    border-radius: 10px;
    border: 1.5px solid #6e798a49;
    font-size: 13px;
    padding: 12px 20px
}

.profile-ful-body {
    background-color: var(--bg-white-2);
    padding: 18px 29px;
    border-radius: 0 0 7px 7px;
    margin-bottom: 120px
}

.profile-input-6 {
    margin-right: 0
}

.faq {
    padding: 80px 0 30px;
    background-color: var(--bg-white)
}

.faq .faq-img img {
    width: 100%;
    height: 510px;
    border-radius: 5px;
    object-fit: cover
}

.faq .accordion {
    --bs-accordion-bg: var(--bg-white);
    --bs-accordion-color: var(--color-1)
}

.faq .faq-accrodion .faq-acc-heading h4 {
    font-size: 18px;
    font-weight: 500;
    color: #754ffe;
    margin-bottom: 16px
}

.faq .faq-accrodion .faq-acc-heading h1 {
    font-size: 40px;
    font-weight: 700
}

.faq-accrodion .accordion .accordion-button {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 0
}

.antry-acordion .accordion {
    --bs-accordion-bg: var(--bg-white) !important
}

.course-left-side .accordion-button {
    color: var(--color-3)
}

.faq-accrodion .accordion .accordion-button:not(.collapsed) {
    color: var(--color-1);
    background-color: var(--bg-white) !important;
    box-shadow: none
}

.faq-accrodion .accordion .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
    border-bottom: 1.5px solid #1e293b2a
}

.faq-accrodion {
    margin-bottom: 100px
}

.price-card {
    padding-bottom: 100px
}

.price-card-full-body {
    background-color: var(--bg-white-2);
    padding: 18px 29px;
    border-radius: 7px;
    border: 1.5px solid var(--color-9);
    transition: .5s
}

.cart-page,
.contact-page {
    background-color: var(--bg-white)
}

.price-icon img {
    height: 13px;
    width: 16px;
    margin-right: 8px;
    margin-top: 4px
}

.price-icon {
    display: flex;
    margin-bottom: 20px
}

.price-card .price-card-full-body .price-card-heading a {
    text-decoration: none;
    color: var(--color-1);
    background-color: #6e798a35;
    border-radius: 20px;
    transition: .5s;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600
}

.cart-total .cart-total-btn a,
.form-section .form-btn a,
.price-card .price-card-full-body .price-btn a {
    background-color: var(--color-4);
    text-decoration: none
}

.price-card .price-card-full-body .price-card-heading h6 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px
}

.price-card .price-card-full-body .ammount {
    border: 1.5px solid #6e798a3a;
    border-radius: 7px;
    display: flex;
    padding: 10px 0 7px 32px;
    margin-bottom: 20px;
    transition: .5s
}

.price-card .price-card-full-body .ammount h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
    transition: .5s
}

.price-card .price-card-full-body .ammount h1 {
    font-size: 48px;
    font-weight: 600;
    transition: .5s
}

.price-card .price-card-full-body .ammount h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    margin-left: 7px;
    transition: .5s
}

.price-icon h6 {
    font-size: 16px;
    font-weight: 400
}

.price-card .price-card-full-body .price-btn a {
    color: #fff;
    padding: 14px 54px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600
}

.price-card .price-card-full-body .price-btn {
    margin-top: 40px;
    margin-bottom: 40px
}

.contact-page {
    padding: 50px 100px
}

.contact-page .contact-image img {
    height: auto;
    width: 100%;
    border-radius: 10px
}

.contact-page .contact-image {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.contact-page .contact-image::after {
    content: "";
    position: absolute;
    background-color: #dbe1fe;
    height: 148px;
    width: 148px;
    top: -15px;
    left: -15px;
    z-index: -1;
    border-radius: 10px
}

.contact-page .office-hour .office-hour-text h4,
.course-play-tab .course-nav-datase h4,
.course-play-tab .course-text h4,
.invoice-no h6,
.my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading h3 {
    font-size: 15px;
    font-weight: 600
}

.contact-page .office-hour p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400
}

.contact-page .office-hour p:last-child {
    margin-bottom: 32px
}

.contact-page .office-hour .icon i {
    color: var(--color-4);
    margin-right: 20px;
    font-size: 16px
}

.form-section .form-control {
    display: block;
    width: 100%;
    padding: 15px 26px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-1);
    background-color: var(--bg-white-2);
    background-clip: padding-box;
    border: 1.5px solid #6e798A30;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
    margin-bottom: 30px
}

.form-section #exampleFormControlInput1:focus-visible {
    border-color: #754ffe
}

.cart-page .cart-table .table th,
.cart-page .cart-table .table tr,
.cart-total .sub-total,
.check-out-contact .email {
    border-bottom: 1.5px solid #6e798a39
}

.form-section .comment .form-control {
    height: 211px
}

.form-section .cheack-box .form-check-input {
    padding: 10px;
    margin-right: 10px;
    border: 1.5px solid #6e798a4f
}

.form-section .cheack-box p {
    margin-top: 4px
}

.form-section .form-btn a {
    color: var(--color-9);
    padding: 14px 35px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600
}

.form-section .form-btn {
    margin-top: 30px;
    margin-bottom: 30px
}

.cart-page {
    padding: 50px 0 70px
}

.cart-page .cart-table .cart-table-image img {
    height: 73px;
    width: 88;
    border-radius: 10px;
    margin-right: 16px
}

.cart-page .cart-table .cart-table-image i {
    color: var(--color-16);
    margin-right: 28px;
    margin-top: 30px
}

.cart-page .cart-table h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;
    color: var(--color-1)
}

.cart-page .cart-table .table th p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-1)
}

.cart-page .cart-table .table tr {
    margin-bottom: 20px;
    margin-top: 20px
}

.cart-page .cart-table .table td {
    padding-top: 20px;
    padding-bottom: 20px
}

.cart-total h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px
}

.cart-total {
    background-color: var(--bg-white-2);
    padding: 18px 23px;
    border-radius: 7px;
    margin-top: 80px
}

.cart-total .sub-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.check-out-contact .form-control,
.check-out-contact .form-select {
    padding: 15px 26px;
    font-size: 1rem;
    background-color: var(--bg-white-2);
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
    width: 100%
}

.cart-total .tax {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.cart-total h6 {
    font-size: 14px;
    font-weight: 600
}

.cart-total p {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400
}

.cart-total .cart-total-btn a {
    color: var(--color-9);
    border-radius: 10px;
    padding: 14px 37px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center
}

.cart-total .cart-total-btn {
    margin-top: 30px;
    margin-bottom: 10px
}

.cart-scroll-bar {
    height: auto;
    overflow: auto;
    white-space: nowrap
}

.check-out-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 50px
}

.check-out-contact .email {
    margin-bottom: 30px
}

.check-out-contact h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.check-out-contact h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px
}

.check-out-contact .form-control {
    display: block;
    font-weight: 400;
    color: var(--color-1);
    border: 1.5px solid #6e798A30;
    appearance: none;
    border-radius: 15px;
    margin-bottom: 30px
}

.check-out-contact .form-select {
    display: block;
    font-weight: 400;
    border: 1.5px solid #6e798A30;
    appearance: none;
    border-radius: 15px;
    margin-bottom: 30px
}

.check-out-contact .form-select::placeholder {
    color: var(--color-1)
}

.shiping-information {
    border-bottom: 1.5px solid #6e798a55;
    margin-bottom: 30px
}

.check-out-contact #exampleFormControlInput1:focus-visible {
    border-color: var(--color-4)
}

.check-out-contact .form-select:focus-visible {
    border-color: var(--color-4)
}

.payment-imformation-card .form-check-input:checked {
    background-color: var(--color-4);
    border-color: var(--color-4);
    padding: 12px;
    border-radius: 50%
}

.payment-imformation-card .form-check-input[type=checkbox] {
    border-radius: 50%;
    padding: 12px;
    border-color: #6e798a55
}

.payment-imformation-card .cradit-card {
    display: flex;
    margin-bottom: 15px
}

.payment-imformation-card .cradit-card .text {
    margin-left: 16px
}

.payment-imformation-card .cradit-card .text h5 {
    font-size: 15px;
    font-weight: 700
}

.payment-imformation-card {
    background-color: var(--bg-white-2);
    padding: 18px 29px;
    border-radius: 7px;
    border: 1.5px solid var(-- --hover-color-2);
    transition: .5s;
    margin-bottom: 30px
}

.about-us,
.check-out-contact,
.invoice {
    background-color: var(--bg-white)
}

.payment-imformation-card:hover {
    border-color: var(--color-4)
}

.check-out-contact .date-control .form-control {
    display: block;
    width: 100%;
    padding: 15px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-1);
    background-color: var(--bg-white-2);
    background-clip: padding-box;
    border: 1.5px solid #6e798A30;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
    margin-bottom: 30px
}

.check-out-contact #exampleFormControlInput2:focus-visible {
    border-color: var(--color-4)
}

.paypal {
    padding-bottom: 7px;
    padding-top: 20px
}

.check-out-cart,
.my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading .child-icon i {
    margin-top: 0
}

.check-out-contact {
    padding-bottom: 120px
}

.invoice {
    padding: 50px 0 80px
}

.invoice h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px
}

.invoice .invioce-logo img {
    height: 61px;
    width: 191px;
    float: inline-end
}

.invoice-no .invoice-color {
    color: var(--color-4);
    margin-right: 6px
}

.invoice-heading {
    border-bottom: 1.5px solid #6e798a4c;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.invoice-bill p {
    font-weight: 500;
    margin-bottom: 20px
}

.invoice-bill .invoice-total h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-4)
}

.invoice-bill h6 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px
}

.invoice-bill {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px
}

.invoice-bill::after {
    content: '';
    position: absolute;
    background-color: var(--color-4);
    height: 4px;
    width: 100%;
    bottom: 0;
    border-radius: 7px
}

.invoice-dec h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-4)
}

.invoice-dec p {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-1);
    padding-top: 10px
}

.invoice-dec .table>:not(caption)>*>* {
    width: 50px;
    padding-left: 0
}

.invoice-dec .print-btn a {
    text-decoration: none;
    color: var(--color-9);
    background-color: var(--color-4);
    padding: 11px 33px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block
}

.invoice-bill--scroll-bar {
    height: auto;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 50px
}

.invoice-dec .table td,
.invoice-dec .table th {
    white-space: normal
}

.invoice-2 .invioce-logo img {
    float: left
}

.invoice-2 .invoice-heading {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.invoice-2 .invoice-bill h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-1);
    margin-bottom: 16px
}

.invoice-2 .invoice-bill h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-1);
    margin-bottom: 12px;
    text-transform: uppercase
}

.invoice-2 .invoice-bill h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-1);
    margin-bottom: 12px
}

.compare-table .table td p,
.invoice-2 .invoice-bill p {
    font-size: 14px;
    font-weight: 400
}

.invoice-2 .invoice-bill h2 span,
.s_Sidebar_checkbox_one input:checked~label {
    color: var(--color-4)
}

.invoice-2 .invoice-total {
    float: inline-end;
    margin-top: 20px
}

.invoice-2 .invoice-total h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 16px
}

.invoice-2 .invoice-total h5 {
    text-indent: 20px;
    margin-right: 10px;
    margin-bottom: 16px
}

.invoice-2 .invoice-total p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 11px;
    float: left
}

.invoice-2 .invoice-bill::after,
.sReview-list li::after,
.sReview-list li::before,
.sTutor-about .item:first-child:before,
.s_list_one li:last-child::before,
.sidebar-arrow:last-child::after {
    display: none
}

.invoice-2-table-head h6 {
    color: var(--color-9);
    margin: 15px 16px
}

.invoice-2 .invoice-dec p {
    margin: 15px 16px
}

.invoice-2 tr:nth-child(2n) {
    background-color: #7070701a;
    border-bottom: none
}

.about-us .about-us-btn a,
.course-play-body .course-play-left-body .body-1 a:hover {
    background-color: #754ffe;
    color: #fff
}

.invoice-2-payment h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-4);
    margin-top: 30px;
    margin-bottom: 16px
}

.invoice-2-payment a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: var(--color-1);
    margin-bottom: 16px
}

.invoice-2-payment h4 {
    font-size: 15px;
    font-weight: 400;
    color: #6e798a;
    line-height: 1.7;
    word-spacing: 1.5px
}

.invoice-2-note {
    margin-top: 50px;
    margin-bottom: 16px
}

.invoice-2-last-total h5 {
    color: var(--color-1);
    text-align: left
}

.invoice-2-last-total h4,
.invoice-2-last-total h5 {
    color: var(--color-1);
    text-align: end;
    font-size: 15px
}

.invoice-2-last-total h4 {
    font-weight: 600;
    margin-top: 25px
}

.invoice-2-last-total h5 {
    font-weight: 500
}

.invoice-2-last-total::after {
    content: '';
    background-color: var(--color-1);
    width: 84%;
    position: absolute;
    height: 1.5px;
    bottom: 0;
    border-radius: 5px;
    right: 0
}

.invoice-right-total .invoice-ml {
    margin-left: 50px
}

.about-us {
    padding: 50px 0 120px
}

.about-us h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-4);
    margin-bottom: 20px
}

.about-us p {
    line-height: 1.9;
    word-wrap: 1.5px;
    margin-bottom: 30px
}

.about-us h4 img,
.h-3-about .h-3-about-content ul li a img {
    height: 13px;
    width: 17px;
    margin-right: 16px
}

.about-us .about-us-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 14px 34px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600
}

.about-us .about-us-right .about-us-right-main-img img {
    height: auto;
    width: 399px;
    display: flex;
    margin: auto;
    z-index: 1
}

.about-us .about-us-r-1 img,
.about-us .about-us-r-2 img {
    height: 172px;
    width: 189px;
    border-radius: 10px 10px 0 0
}

.about-us .about-us-r-1 h6,
.about-us .about-us-r-2 h6 {
    font-size: 10px;
    font-weight: 500
}

.about-us .about-us-r-1 p,
.about-us .about-us-r-2 p {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 5px
}

.about-us .about-us-r-1 {
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: -1
}

.about-us .about-us-r-1 .about-us-r-1-text,
.about-us .about-us-r-2 .about-us-r-1-text {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 9px 13px;
    border-radius: 0 0 7px 7px;
    width: 189px;
    margin-top: -1px
}

.about-us .about-us-r-2 {
    position: absolute;
    left: 0;
    bottom: 89px
}

.about-us .about-star-img img {
    width: 26px;
    height: auto
}

.about-us .about-star-img .about-star-1 {
    position: absolute;
    top: 35%;
    left: 68px
}

.about-us .about-star-img .about-star-2 {
    position: absolute;
    top: 60%;
    right: 46px
}

.about-us .about-star-img-2 img {
    width: 10px;
    height: auto
}

.about-us .about-star-img-2 .about-star-1 {
    position: absolute;
    bottom: 41px;
    left: 16%
}

.about-us .about-star-img-2 .about-star-2 {
    position: absolute;
    bottom: 30%;
    right: 16%
}

.about-us .about-star-img-2 .about-star-3 {
    position: absolute;
    top: 50%;
    right: 10%
}

.about-us .about-star-img-2 .about-star-4 {
    position: absolute;
    top: 21%;
    left: 14%
}

.about-us .about-star-img-2 .about-star-5 {
    position: absolute;
    top: 38%;
    left: 27%
}

.about-us-related,
.course-play-right,
.privacy-policy-text-3,
.trams-condition-text-2 {
    margin-bottom: 120px
}

.course-play-banner .hello {
    opacity: 0
}

.course-play-banner {
    z-index: -1
}

.course-play-body {
    z-index: 1;
    margin-top: -144px
}

.course-play-body .course-play-left-body .body-1 li {
    list-style-type: none;
    display: flex
}

.course-play-body .course-play-left-body .body-1 h4 a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #fff !important;
    color: #0d2a3e !important;
    padding: 0
}

.course-play-body .course-play-left-body .body-1 h4,
.mb-20 {
    margin-bottom: 20px
}

.course-play-body .course-play-left-body .body-1 p a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #6e798a;
    background-color: #fff !important;
    padding: 0;
    transition: .5s
}

.course-play-body .course-play-left-body .body-1 a {
    margin-right: 16px;
    font-size: 10px;
    background-color: #6e798a40;
    padding: 5px 9px;
    border-radius: 50%;
    color: #6e798a93;
    text-decoration: none;
    height: 26px;
    width: 26px;
    margin-bottom: 20px;
    transition: .5s
}

.course-play-body .course-play-left-body .body-1 {
    border-bottom: 1.5px solid #6e798a40;
    margin-bottom: 16px
}

.course-play-body .course-play-left-body {
    background-color: #fff;
    padding: 18px 29px;
    border-radius: 7px;
    margin-bottom: 100px
}

.antry-compare,
.compare-card,
.compare-card .card,
.compare-table {
    background-color: var(--bg-white)
}

.course-play-body .course-play-left-body .video .card-video-icon {
    background-color: #754ffe;
    padding: 3px 9px;
    border-radius: 50%;
    color: #fff;
    height: 26px;
    width: 26px;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer
}

.course-play-body .course-play-left-body .body-1-head a {
    padding: 5px 10px
}

.course-play-right .course-play-video .icon .card-video-icon {
    text-decoration: none;
    color: #fff;
    background-color: #ffffff47;
    padding: 20px 27px;
    border-radius: 50%;
    position: absolute;
    top: 41%;
    left: 45%;
    font-size: 22px;
    cursor: pointer
}

.course-play-right .review-icon ul {
    display: flex;
    padding-left: 0;
    margin-top: 20px
}

.course-play-right .review-icon ul li i {
    color: #f9b23a;
    margin-right: 7px
}

.course-play-right .review-icon ul li a {
    text-decoration: none;
    background-color: #f25c8932;
    color: #f25c88;
    padding: 5px 17px;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 26px
}

.course-play-right .digital p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
    word-spacing: 1.5px;
    line-height: 1.9
}

.course-play-right .profile img {
    height: 54px;
    width: 54px;
    border-radius: 50%
}

.course-play-right .profile {
    display: flex;
    border-bottom: 1.5px solid #6e798a2b;
    margin-bottom: 20px
}

.course-play-right .profile .text h4 a {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    text-decoration: none;
    color: #1e293b;
    display: block
}

.course-play-right .profile .text p {
    font-size: 12px;
    font-weight: 500
}

.course-play-right .profile .text {
    margin-left: 20px;
    margin-top: 8px
}

.course-play-tab .nav-tabs .nav-link {
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    transition: .5s;
    display: block;
    margin-right: 38px;
    padding: 0 0 17px
}

.course-play-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: #fff;
    border-bottom: 1.5px;
    color: #754ffe
}

.course-play-tab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: none;
    border-color: #fff;
    border-bottom: 1.5px;
    cursor: pointer
}

.course-play-tab .nav-tabs {
    border-bottom: 1.5px solid #6e798a35;
    margin-bottom: 31px
}

.course-play-tab .course-search .form-control {
    padding: 14px 0 13px 48px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #6e798aa0;
    width: 100%;
    border: 1.5px solid #6e798a43;
    margin-bottom: 31px
}

.course-play-tab .course-text p {
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
    margin-bottom: 17px;
    margin-top: 16px
}

.course-play-tab .like {
    display: flex;
    margin-bottom: 19px
}

.course-play-tab .like p {
    margin: 0;
    color: #754ffe;
    font-size: 13;
    font-weight: 500
}

.course-play-tab .like button {
    color: #754ffe;
    font-size: 13;
    font-weight: 500;
    text-decoration: none;
    margin-right: 7px;
    margin-left: 7px;
    background: 0 0;
    border: none
}

.course-play-tab .course-nav-profile img {
    width: 28px;
    height: 28px
}

.course-play-tab .course-nav-profile {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 21px;
    border-bottom: 1.5px solid #6e798a43
}

.course-play-tab .course-nav-profile h4 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
    margin-top: 6px
}

.course-play-tab .course-nav-profile p {
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 0 14px
}

.course-play-tab .course-nav-datase p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 17px
}

.course-play-tab .course-nav-datase .like-2 button {
    color: #6e798a
}

.antry-compare,
.compare-card {
    padding: 60px 0
}

.compare-card .empty-card {
    height: 358px;
    width: 100%;
    border: 1.5px solid var(--color-4);
    border-radius: 10px
}

.compare-card .empty-card .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.compare-card .empty-card .icon a {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-4);
    border-radius: 50%;
    padding: 9px 15px;
    font-size: 21px;
    height: 48px;
    width: 48px
}

.compare-card .card img {
    border-radius: 10px;
    margin-top: 18px;
    margin-bottom: 16px;
    height: 196px
}

.compare-card .card {
    border: none
}

.compare-card .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.compare-card .card p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px
}

.compare-card .card a {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-4);
    text-decoration: none
}

.compare-card .card a i {
    margin-left: 8.4px
}

.compare-table .table td .level {
    display: inline-block;
    margin-right: 16px
}

.compare-table .table td .level span {
    height: 2px;
    width: 16px;
    background-color: #6e798a3f;
    display: block;
    margin-bottom: 2px;
    border-radius: 20%
}

.compare-table .table td .level .active-1 {
    width: 12px;
    background-color: #63d472;
    margin: auto auto 2px
}

.compare-table .table td .level .active-2 {
    width: 8px;
    background-color: #63d472;
    margin: auto auto 2px
}

.compare-table .table td .level .active-3 {
    width: 4px;
    background-color: #63d472;
    margin: auto auto 2px
}

.compare-table .table td .level .active-4,
.compare-table .table td .level .active-7 {
    background-color: #6e798a3f;
    margin: auto auto 2px
}

.compare-table .table td .level .active-5,
.compare-table .table td .level .active-6,
.compare-table .table td .level .active-8,
.compare-table .table td .level .active-9 {
    background-color: #f55151;
    margin: auto auto 2px
}

.compare-table .table th i {
    font-size: 14px;
    color: var(--color-16);
    margin-right: 16px
}

.compare-table .table th {
    font-size: 15px;
    color: var(--color-1);
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 144px !important
}

.compare-table .table th img {
    height: 14px;
    width: 18px
}

.compare-table .table td {
    width: 50px;
    border-bottom: 1.5px solid #6e798a3f;
    border-top: 1.5px solid #6e798a3f;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-1);
    text-align: center;
    max-width: 301px;
    white-space: normal
}

.compare-table .table td i {
    margin-right: 16px;
    color: var(--color-16)
}

.compare-table .table .compare-star i {
    color: #6e798A66;
    margin-right: 5px
}

.compare-fixed .card-head img,
.compare-table .table td img {
    height: 16px;
    width: 16px;
    margin-right: 16px
}

.author-say ul li.active i,
.compare-table .table td .avg-rating {
    color: #f9b23a
}

.compare-table .table td ul li {
    color: #6e798ad6;
    font-size: 20px;
    text-align: left
}

.compare-table .table td ul li p {
    margin-left: 17px;
    word-spacing: 2px;
    color: var(--color-1)
}

.compare-table {
    padding-bottom: 100px;
    overflow: auto;
    white-space: nowrap
}

.compare-table-con {
    overflow-x: auto;
    position: relative;
    white-space: nowrap
}

.compare-head {
    width: 123px;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-1)
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: var(--bg-white) !important
}

.first-col {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    left: 0
}

.compare-fixed i {
    margin-right: 5px;
    color: var(--color-16);
    font-size: 11px
}

.compare-fixed .large-img img {
    height: 88px !important;
    width: 135px !important;
    margin-right: 0;
    border-radius: 10px
}

.compare-fixed p {
    font-size: 13px;
    color: var(--color-16)
}

.compare-fixed .compare-star i {
    color: #f9b23a;
    margin-right: 2px
}

.antry-compare .table>:not(caption)>*>*,
.pb-10 {
    padding-bottom: 10px
}

.compare-2 .compare-2-table {
    border: 2px solid #6e798a3f;
    border-radius: 10px;
    padding: 8px 30px;
    overflow: auto;
    white-space: nowrap
}

.homepage-2-menubar .header-dropdown {
    background-color: #fe9B4F33
}

.h-2-banner {
    background-image: url('../image/Group 18204.png');
    position: relative
}

.h-2-banner:after {
    position: absolute;
    background-image: url('../image/h-2-bg-shape.png');
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    top: 300px;
    z-index: -1
}

.h-2-banner .h-2-banner-text h1 {
    font-size: 51px;
    font-weight: 700
}

.h-2-banner .h-2-banner-text .h-2-search-bar {
    position: relative;
    margin-bottom: 72px
}

.h-2-banner .h-2-banner-text .h-2-search-bar .form-control {
    padding: 22px 95px 25px 23px;
    border-radius: 40px;
    border: 1.5px solid #6e798A5E;
    color: #6e798a;
    font-size: 15px;
    font-weight: 400
}

.h-2-banner .h-2-banner-text .h-2-search-bar .search-btn {
    position: absolute;
    background-color: #fe954f;
    border: none;
    color: #fff;
    padding: 16px 32px;
    border-radius: 40px;
    top: 8px;
    right: 10px
}

.h-2-banner .h-2-banner-text .banner-image .image-1 img {
    width: 100%;
    height: auto;
    border-radius: 0 50px;
    transition: transform 250ms
}

.h-2-banner .h-2-banner-text .banner-image .image-1 img:hover,
.h-2-banner .h-2-banner-text .banner-image .image-3 img:hover,
.h-3-banner-image img:hover {
    transform: translateY(-10px)
}

.h-2-banner .h-2-banner-text .banner-image .image-3 img {
    width: 100%;
    height: auto;
    border-radius: 55px 0 50px;
    transition: transform 250ms
}

.h-2-banner .h-2-banner-text .banner-image .image-bottom {
    margin-top: 66px
}

.world-class {
    background-image: url('../image/h2-banner-bottom.png');
    background-position: center;
    margin-bottom: 120px
}

.world-class .world-class-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.world-class .world-class-content {
    padding-top: 50px;
    padding-bottom: 50px;
    cursor: pointer
}

.world-class .world-class-content .world-cls-card img {
    width: 39px;
    height: 39px
}

.world-class .world-class-content .world-cls-card .image-1 {
    background-color: #f57499;
    height: 68px;
    width: 68px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.world-class .world-class-content .world-cls-card .image-2 {
    background-color: #6aceff;
    height: 68px;
    width: 68px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.world-class .world-class-content .world-cls-card .image-3 {
    background-color: #9e83fe;
    height: 68px;
    width: 68px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.world-class .world-class-content .world-cls-card .image-3 img {
    width: 45px;
    height: 45px
}

.world-class .world-class-content .world-cls-card .image-2 img {
    width: 48px;
    height: 48px
}

.world-class .world-class-content .world-cls-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px
}

.h-2-courses {
    padding-bottom: 100px;
    background-color: var(--bg-white-2)
}

.h-2-courses h1,
.h-2-faq .faq-accrodion .accordion-body {
    padding-top: 0
}

.h-2-top-full {
    margin-top: 50px;
    margin-bottom: 110px
}

.h-2-top-full .h-2-top img {
    width: 36px;
    height: 36px
}

.h-2-top-full .h-2-top {
    background-color: #6e798A4F;
    height: 76px;
    width: 76px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 20px;
    transition: .5s
}

.h-2-top-full .h-2-top-body {
    text-align: center;
    cursor: pointer;
    transition: .5s
}

.h-2-top-full .h-2-top-body a {
    text-decoration: none;
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    margin-bottom: 10px
}

.h-2-instructor .h-2-instructor-full:hover,
.h-2-top-full .h-2-top-body:hover .h-2-top {
    background-color: #fe954f
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image {
    position: relative;
    height: 220px;
    transition: .5s
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
    width: 213px;
    height: 317px;
    display: flex;
    margin: auto;
    position: absolute;
    top: -97px;
    left: 10%
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image .icon {
    display: inline-grid;
    padding: 10px 10px 10px 15px;
    background-color: #fbebae;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    transition: .5s
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image .icon a {
    color: #fe954f;
    margin-bottom: 10px;
    font-size: 16px
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 23px;
    transition: .5s
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-text p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffffb5;
    padding-bottom: 20px
}

.h-2-instructor .h-2-instructor-full {
    background-color: #8e98a8;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
    margin-top: 100px
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-text {
    background-color: #272625;
    text-align: center;
    border-radius: 0 0 10px 10px
}

.h-2-faq h1 {
    font-size: 36px;
    margin-bottom: 30px
}

.h-2-faq p {
    margin-bottom: 60px
}

.h-2-faq .faq-accrodion .accordion-body p {
    margin-bottom: 0;
    word-spacing: 1.5px;
    line-height: 1.9
}

.h-2-clients-review .h-2-clients-review-text h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px
}

.h-2-clients-review .h-2-clients-review-text p {
    line-height: 1.9;
    word-spacing: 1.5px
}

.h-2-clients-review-carousel .h-2-carousel-parrent .child-1 img {
    width: 59px;
    cursor: pointer
}

.h-2-clients-review-carousel .h-2-carousel-parrent .child-2 h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b
}

.h-2-clients-review-carousel .h-2-carousel-parrent .child-2 h5 {
    font-size: 12px;
    font-weight: 500;
    color: #6e798a
}

.h-2-clients-review-carousel .h-2-carousel-parrent .child-2 .icon i {
    font-size: 13px;
    color: #f9b23a
}

.h-2-carousel-g-parrent .child-text p {
    word-spacing: 1.5px;
    line-height: 1.9
}

.h-2-carousel-g-parrent {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    padding: 18px 29px;
    border-radius: 7px;
    margin: 10px;
    cursor: pointer
}

.h-3-header-banner {
    background: #ebf7f7;
    background: var(--color-linear);
    padding-bottom: 0
}

.h-3-banner-text h1 span,
.h-3-expert-instructor .h-3-expart-1:hover a,
.h-3-expert-instructor .h-3-expart-1:hover h4,
.homepage-3-menu-bar li .header-dropdown {
    color: #fb6871
}

.homepage-3-menu-bar .header-dropdown {
    background-color: #f3e3e7;
    border-radius: 5px;
    padding: 7px 5px
}

.h-3-banner-image img {
    width: 100%;
    height: auto;
    transition: transform 250ms
}

.h-3-banner-text p {
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.9;
    margin-bottom: 50px;
    position: relative;
    margin-left: 16px
}

.h-3-banner-text p:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fb6871;
    left: -16px;
    top: 0
}

.h-3-banner-button .btn.btn-primary {
    background-color: #fb6871;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 5px;
    margin-bottom: 50px;
    transition: .5s
}

.btn {
    transition: transform 250ms
}

.btn:hover {
    transform: translateY(-3px)
}

.h-3-bannar-card img {
    width: 41px;
    height: 41px;
    margin-right: 16px
}

.h-3-bannar-card .h3-banner-card-1-text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.h-3-bannar-card .h3-banner-card-1 {
    display: flex;
    position: relative;
    margin-top: 32px;
    margin-bottom: 24px
}

.h-3-bannar-card {
    background-color: var(--bg-white);
    box-sizing: border-box;
    box-shadow: var(--box-shadow);
    padding: 18px 29px;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    z-index: 999
}

.client-testi,
.h-3-about {
    background-color: var(--bg-white-2)
}

.sidebar-arrow::after {
    position: absolute;
    content: "";
    background-color: #6e798A45;
    width: 1.5px;
    height: 60%;
    right: 7px;
    top: 24px
}

.h-3-slider {
    margin: 60px 0;
    position: relative
}

.h-3-slider .slick-initialized .slick-slide {
    padding: 16px
}

.testimonials-slide-author .slick-center img {
    transform: scale(1.3);
    height: 170px;
    width: 100%;
    border: 1px solid #fb6871
}

.testimonials-slide-author .slick-list {
    width: 580px;
    margin: auto
}

.testi-person {
    margin-top: 29px;
    margin-bottom: 34px
}

.testi-person img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px
}

.testimonials-slide-say {
    max-width: 580px;
    margin: auto;
    text-align: center
}

.author-say h5 {
    margin: 0 0 10px;
    color: var(--color-1);
    font-size: 20px
}

.author-say ul {
    justify-content: center;
    gap: 4px
}

.author-say ul li i {
    font-size: 12px;
    color: #6e798a
}

.author-say p {
    font-size: 15px;
    line-height: 30px;
    text-align: center
}

.testimonials-slide-author .slick-next,
.testimonials-slide-author .slick-prev {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    z-index: 1;
    top: calc(50% - 25px);
    border: 1px solid #fb6871
}

.testimonials-slide-author .slick-next:hover,
.testimonials-slide-author .slick-prev:hover {
    background-color: #fb6871
}

.testimonials-slide-author .slick-prev {
    left: 0
}

.testimonials-slide-author .slick-next {
    right: 0
}

.overflow-area {
    position: relative;
    bottom: -70px;
    left: 0
}

.h-3-about .h-3-about-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fb6871;
    margin-bottom: 20px
}

.h-3-about .h-3-about-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-1);
    margin-bottom: 30px
}

.h-3-about .h-3-about-content p,
.privacy-policy-text p,
.trams-condition-text p {
    word-spacing: 1.5px;
    line-height: 1.9;
    margin-bottom: 30px
}

.h-3-about .h-3-about-content ul li {
    list-style-type: none;
    margin-bottom: 20px
}

.h-3-about .h-3-about-content ul {
    padding-left: 0;
    margin-bottom: 50px
}

.h-3-about .h-3-about-content ul li a {
    color: var(--color-1);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500
}

.h-3-banner-image {
    overflow: hidden
}

.h-3-about {
    padding: 130px 0 40px
}

.client-testi {
    padding-top: 80px
}

.h-3-courses h1 strong:after {
    content: "";
    background-image: url("../image/h-3-course.png");
    width: 20px;
    height: 12px;
    position: absolute;
    background-size: 19px;
    top: 0;
    right: -12px
}

.h-3-courses .h-3-banner-button {
    float: right;
    margin-bottom: 0;
    margin-top: 60px
}

.h-3-top-categories h2 {
    font-size: 32;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px
}

.h-3-top-categories {
    background-image: url('../image/h-3-ct-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #131111;
    padding-top: 40px;
    padding-bottom: 50px
}

.h-3-top-categories .category-product .category-product-body h5 {
    text-align: left
}

.h-3-top-categories .category-product .category-product-body p {
    text-align: left;
    margin-bottom: 20px
}

.h-3-top-categories .category-product i {
    color: #fb6871;
    float: left;
    padding-left: 5px;
    font-size: 19px;
    display: block
}

.h-3-top-categories .category-product .active,
.h-3-top-categories .category-product .category-product-body:hover {
    background-color: #fb6871;
    background-image: url('../image/h-3-ct-sh.png');
    background-size: cover;
    background-repeat: no-repeat
}

.h-3-top-categories .category-product a {
    padding-bottom: 28px
}

.h-3-top-categories .category-product .category-product-body {
    padding-bottom: 28px;
    padding-left: 20px;
    cursor: pointer
}

.h-3-expert-instructor img {
    height: auto;
    width: 100%;
    border-radius: 50%;
    background-color: #8e98a8;
    transition: .5s;
    border: 3px solid #8e98a8
}

.h-3-expert-instructor .h-3-expart-1 {
    margin: 20px;
    cursor: pointer
}

.h-3-expert-instructor .h-3-expart-1-text {
    text-align: center;
    margin-top: 20px
}

.h-3-expert-instructor .h-3-expart-1-text h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s
}

.h-3-expert-instructor .h-3-expart-1-text .icon-div-2 {
    display: flex;
    margin: 5px auto auto;
    justify-content: center
}

.h-3-expert-instructor .h-3-expart-1-text a {
    margin-right: 20px;
    color: var(--color-1);
    transition: .5s
}

.h-3-expert-instructor .h-3-expart-1:hover img {
    border-color: #fb6871
}

.h-3-expert-instructor .h-3-expert-instructor-heading {
    text-align: center;
    margin-bottom: 50px
}

.h-3-expert-instructor {
    padding: 80px 0;
    background-color: var(--bg-white)
}

.h-3-expert-instructor-heading p {
    max-width: 600px;
    margin: auto;
    line-height: 25px;
    padding-top: 16px
}

.h-3-expert-instructor .owl-carousel .owl-item img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin: auto
}

.h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #fff
}

.h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    transition: .5s;
    margin-bottom: -56px;
    visibility: hidden;
    opacity: 0
}

.h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text {
    margin-top: -20px;
    padding: 3px 3px 30px
}

.h-3-blog-card-full-body .h-3-blog-card-body {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border-radius: 5px
}

.h-3-blog-card-full-body .h-3-blog-card-body:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8502800778514531) 4%, rgba(0, 0, 0, .07156859325761555) 92%);
    border-radius: 10px
}

.h-3-blog-overlay {
    position: absolute;
    bottom: 0;
    z-index: 1
}

.scall-img {
    border-radius: 5px;
    overflow: hidden;
    transition: .5s
}

.h-3-blog-card-body:hover .h-3-blog-text p {
    margin-bottom: 0;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    transition: .5s
}

.h-3-blog-card-body:hover .h-3-blog-text {
    margin-top: -75px
}

.h-3-blog-text h6 {
    color: #1e293b;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    background: #fff;
    display: inline-block;
    padding: 8px 17px;
    border-radius: 5px
}

.h-3-blog-overlay-2 {
    margin-top: 239px;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8502800778514531) 4%, rgba(0, 0, 0, .07156859325761555) 92%);
    padding: 11px 11px 11px 25px;
    border-radius: 10px;
    transition: .5s
}

.my-course-1-full-body h1,
.privacy-policy-text h1,
.trams-condition-text h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px
}

.privacy-policy-text {
    margin-top: 50.8px
}

.privacy-policy-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px
}

.privacy-policy img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-top: 4px
}

.my-course-1-full-body {
    margin-top: 50px;
    background-color: var(--bg-white-2);
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 30px 18px;
    border-radius: 7px;
    border: 1px solid #1e293b2a;
    margin-bottom: 120px
}

.my-course-1-full-body .my-course-1-full-body-card .my-course-1-img img {
    height: 143px;
    width: 245px;
    object-fit: cover;
    border-radius: 10px
}

.my-course-1-full-body .my-course-1-full-body-card {
    display: flex;
    cursor: pointer;
    border-bottom: 1.5px solid #6479962e;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.my-course-1-full-body .my-course-1-full-body-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.my-course-1-full-body .my-course-1-full-body-card .my-course-1-text {
    width: 100%;
    margin-left: 26px
}

.my-course-1-lesson-text img {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.my-course-1-lesson-text i {
    font-size: 12px;
    color: #6e798a;
    font-weight: 600;
    margin-top: 2px
}

.my-course-1-lesson-text {
    display: flex;
    margin-bottom: 12px
}

.my-course-1-lesson-text .icon-1 {
    display: flex;
    margin-right: 30px;
    margin-top: 8px
}

.my-course-1-lesson-text .icon-1 p {
    font-size: 12px;
    margin-left: 8px
}

.my-course-1-last .my-course-1-btn .btn {
    background-color: var(--color-4);
    padding: 5px 28px;
    display: block
}

.my-course-1-last .my-course-1-btn .btn a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.my-course-1-last .icon-img img {
    height: 30px;
    width: 30px;
    margin-left: 16px;
    border-radius: 50%
}

.my-course-1-last .icon-img .star i {
    color: #6e798A4D;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    font-size: 12px
}

.my-course-1-last .icon-img .star {
    margin-top: 3px
}

.my-course-1-skill p {
    margin-left: 15px;
    margin-top: -9px;
    font-size: 12px
}

.skill-bar-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #6e798A33;
    border-radius: 10px;
    height: 5px;
    width: 88%
}

.skill-bar {
    height: 5px;
    background-color: var(--color-4);
    border-radius: 10px;
    margin-right: 10px;
    width: 0;
    animation: 2s ease-out forwards fill-bar
}

.skill-bar-label {
    font-weight: 700
}

@keyframes fill-bar {
    0% {
        width: 0
    }

    100% {
        width: 30%
    }
}

.sample img {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 400px;
    width: auto
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
}

.pt-30,
.tutor-tab-content {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pb-12 {
    padding-bottom: 12px
}

.pb-20,
.s_course_item_one .content .title {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-80 {
    padding-bottom: 80px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-50 {
    padding-top: 50px
}

.pt-100 {
    padding-top: 100px
}

.mb-24 {
    margin-bottom: 24px
}

.g-10 {
    gap: 10px
}

.g-12 {
    gap: 12px
}

.g-20 {
    gap: 20px
}

.g-30 {
    gap: 30px
}

.rg-24 {
    row-gap: 24px
}

.s_course_item_one .content .title .name,
.s_title_one,
.sbundle-items .bundle-head .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-1)
}

.s_info_one {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--color-11)
}

.s_Sidebar_one .title h4,
.s_Sidebar_title_one {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.s_Sidebar_one {
    max-width: 261px;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgb(100 121 150 / 10%);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .s_Sidebar_one {
        margin-bottom: 20px
    }
}

.s_Sidebar_one .title {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-4)
}

.s_Sidebar_one .title h4 {
    color: #fff
}

.s_Sidebar_title_one {
    color: var(--color-1);
    padding-bottom: 10px;
    position: relative
}

.s_Sidebar_title_one.s_bar::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: var(--color-4)
}

.s_Sidebar_checkbox_one input {
    margin-top: 5px;
    border-color: var(--color-11);
    box-shadow: 0 0 0 #00000000 !important
}

.s_Sidebar_checkbox_one label {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-1);
    padding-left: 5px;
    transition: .3s
}

.s_Sidebar_checkbox_one~span.no {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-1);
    transition: .3s
}

.s_Sidebar_checkbox_one:has(input:checked)~span.no {
    color: var(--color-4)
}

.s_course_item_one {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 30px 55px rgb(100 121 150 / 10%);
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 20px
}

.instructor_social li a,
.s_course_tag {
    display: inline-block;
    border-radius: 5px
}

.s_course_item_one .img {
    flex: 0 0 258px
}

.s_course_item_one .content {
    flex: 0 1 auto;
    max-width: 730px
}

.s_course_item_one .content .title .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    color: var(--color-11);
    padding-bottom: 7px
}

.s_course_item_one .content .title .name-rating {
    gap: 16px
}

.s_course_item_one .content .title .rating {
    gap: 4px
}

.s_course_item_one .content .title .rating p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-11)
}

.s_course_item_one .content .title .schedule-no {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--color-4)
}

.s_course_item_one .content .info {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-11);
    padding-bottom: 16px
}

.s_course_item_one .content .price {
    font-size: 18px;
    font-weight: 600;
    line-height: 12px;
    color: var(--color-1)
}

.s_course_item_one .content .type {
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    color: var(--color-11)
}

.s_course_tag_list {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid
}

.s_course_tag {
    padding: 8px 18px;
    background-color: #ede9fe;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-4) !important
}

.rating-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.rating-icon>* {
    flex: 0 0 15px
}

.s_show_more {
    border: none;
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-1);
    margin-left: 20px
}

.s_search {
    position: relative;
    flex: 1 0 auto;
    max-width: 364px
}

.s_search input {
    padding: 10px 10px 9px 48px;
    height: 42px;
    box-shadow: 0 0 0 #00000000;
    border-color: rgb(100 121 150 / 20%);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: rgb(100 121 150 / 70%)
}

.sReview-list li:last-child,
.sbundle-items .bundle-body ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.s_search input,
.s_search input::placeholder,
.s_search input:focus {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: rgb(100 121 150 / 70%)
}

.s_search span {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

.ebook-item-one .status {
    position: absolute;
    top: 16px;
    right: 0;
    background-color: var(--bg-ebook)
}

.ebook-item-one .status.free {
    --bg-ebook: #D8FDE9
}

.ebook-item-one .status.free p {
    --color-ebook: #63CC94
}

.ebook-item-one .status p {
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-ebook)
}

.ebook-item-one .content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--color-1);
    padding-bottom: 16px;
    padding-top: 10px
}

.ebook-item-one .content .link,
.instructor_social li a:hover {
    background-color: var(--color-4);
    color: #fff !important
}

.ebook-item-one .content .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(100 121 150 / 20%);
    font-size: 15px;
    font-weight: 600;
    line-height: 15px
}

.ebook-content .info {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--color-11);
    padding-bottom: 20px
}

.ebook-content .info:last-child,
.s_list_one li:last-child,
.speech-items li:last-child {
    padding-bottom: 0
}

.sNav-tabs {
    gap: 50px
}

.sNav-tabs .nav-link {
    padding: 0 0 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-1)
}

.s_review .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: var(--color-1)
}

.s_review .date {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: var(--color-11);
    padding-bottom: 20px
}

.s_review .rating-no {
    font-size: 50px;
    font-weight: 600;
    line-height: 17px;
    color: var(--color-1);
    padding-bottom: 20px
}

.ebook-img img,
.s_ebook_instructor .img img,
.sbundle-item .content .img img,
.speech-item-img img {
    max-width: 100%
}

.s_ebook_instructor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px
}

.s_ebook_instructor .img {
    flex: 0 0 196px
}

.s_ebook_instructor .content {
    flex: 0 1 auto;
    max-width: 607px
}

.s_ebook_instructor .content .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: var(--color-1);
    padding-bottom: 8px
}

.s_ebook_instructor .content .subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-11);
    padding-bottom: 26px
}

.s_ebook_instructor .content .info {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--color-11);
    padding-bottom: 30px
}

.instructor_social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.instructor_social li a {
    width: 34px;
    height: 34px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-1) !important;
    transition: .3s
}

.s_list_one li {
    position: relative;
    padding-left: 27px;
    padding-bottom: 20px
}

.s_list_one li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 30px;
    background-color: #754ffe58;
    left: 5px;
    top: 8px
}

.s_list_one li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #754ffe;
    left: 0;
    top: 6px
}

.sbundle-items {
    position: relative;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 15px 40px rgb(100 121 150 / 10%)
}

.sAdd-btn,
.sbundle-items .bundle-foot {
    background-color: var(--color-4);
    line-height: 15px;
    color: #fff
}

.sbundle-items .bundle-head {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.sbundle-items .bundle-head .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-11)
}

.sbundle-items .bundle-head .info {
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    color: #647996
}

.sbundle-items .bundle-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600
}

.sbundle-items .bundle-body {
    position: relative;
    max-height: 350px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding-right: 16px
}

.sbundle-items .bundle-body::-webkit-scrollbar {
    width: 3.5px
}

.sTutor-about .item::before,
.sTutor-details .subtitle::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    position: absolute
}

.sbundle-items .bundle-body::-webkit-scrollbar-track {
    background: rgb(100 121 150 / 30%);
    border-radius: 3px
}

.sbundle-items .bundle-body::-webkit-scrollbar-thumb {
    background: rgb(100 121 150 / 30%);
    border-radius: 3px
}

.sbundle-items .bundle-body ul li {
    padding: 20px 0;
    border-bottom: 1px solid
}

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

.sbundle-item .content {
    flex: 0 0 296px;
    display: flex;
    align-items: center;
    gap: 16px
}

.sbundle-item .content .img {
    flex: 0 0 88px;
    border-radius: 10px;
    overflow: hidden
}

.sbundle-item .content .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: var(--color-1)
}

.sbundle-item .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-1)
}

.sTutor-details .img {
    flex: 0 0 124px;
    width: 124px;
    height: 124px;
    border-radius: 50%
}

.sTutor-details .content .title {
    font-size: 38px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-1);
    padding-bottom: 16px
}

.sTutor-details .subtitle {
    position: relative;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-11)
}

.sTutor-details .top h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #6247ea
}

.sTutor-details .subtitle::before {
    left: 0;
    height: 15px;
    background-color: rgb(100 121 150 / 20%)
}

.sTutor-about {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 100px
}

.sTutor-about .item {
    position: relative;
    text-align: center
}

.sTutor-about .item::before {
    left: -50px;
    height: 100%;
    max-height: 50px;
    background-color: rgb(100 121 150 / 30%)
}

.sTutor-about .item .info {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-1)
}

.sReview-author .date {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-11)
}

.sReview-author .rate-no {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-1)
}

.sReview-content .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-1);
    padding-bottom: 20px
}

.sReview-content .info {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-11)
}

.sRequest-form label,
.sSchedule-title.slick-current {
    color: var(--color-1)
}

.sReview-list li {
    margin: 0 0 30px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid
}

.sReview-list li:last-child {
    margin-bottom: 0 !important
}

.sAdd-btn {
    padding: 14px 25px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 10px 18px rgb(46 31 100 / .3);
    font-size: 14px;
    font-weight: 500
}

.sRequest-btn,
.sSchedule-title {
    font-size: 15px;
    font-weight: 600
}

.sSelect {
    max-width: 157px
}

.sSchedule-title {
    line-height: 28px;
    color: var(--color-11);
    padding-bottom: 38px;
    text-align: center
}

.sSchedule-items {
    display: flex;
    align-items: center;
    gap: 21.5px;
    overflow-x: scroll;
    max-width: 720px;
    padding-bottom: 10px
}

.sSchedule-items::-webkit-scrollbar {
    height: 5px
}

.sSchedule-items::-webkit-scrollbar-track {
    background: rgb(100 121 150 / 30%);
    border-radius: 3px
}

.sSchedule-items::-webkit-scrollbar-thumb {
    background: rgb(100 121 150 / 30%);
    border-radius: 3px
}

.sSchedule-item {
    max-width: 40px;
    text-align: center
}

.sSchedule-item .date {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-11);
    background-color: rgb(100 121 150 / 20%);
    transition: .3s
}

.sSchedule-item .week-day {
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    color: var(--color-11);
    padding-top: 8px;
    transition: .3s
}

.schedule-slide-month {
    padding-top: 38px
}

.schedule-slide-month .slick-prev {
    left: auto;
    right: 31px;
    top: 0;
    transition: .3s
}

.schedule-slide-month .slick-next {
    top: 0;
    right: 0;
    transition: .3s
}

.schedule-slide-month .slick-next,
.schedule-slide-month .slick-prev {
    color: var(--color-4)
}

.schedule-slide-day .slick-track {
    gap: 0
}

.schedule-slide-month .slick-list {
    padding-left: 0 !important;
    margin-left: 20px
}

.sRequest-lesson {
    max-width: 364px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    box-shadow: 0 15px 40px rgb(100 121 150 / 10%)
}

@media screen and (max-width:991px) {
    .s_course_item_one {
        flex-wrap: wrap
    }

    .sSchedule-items {
        max-width: 100%
    }

    .sRequest-lesson {
        margin-top: 30px
    }
}

.sRequest-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-4);
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(46 31 100 / .1);
    color: #fff !important;
    margin-top: 30px
}

.sRequest-form label {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px
}

.sRequest-form input,
.sRequest-form input:focus {
    background: rgb(100 121 150 / 8%);
    font-size: 14px;
    font-weight: 400;
    color: rgb(100 121 150 / 70%)
}

.sRequest-form input {
    height: 54px;
    border: none !important;
    padding: 18px 20px
}

.sRequest-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgb(100 121 150 / 70%)
}

.speech-items li {
    padding-bottom: 60px
}

@media screen and (min-width:768px) {
    .speech-items li:nth-child(2n) .speech-item .row {
        flex-direction: row-reverse
    }
}

.speech-item .row {
    row-gap: 60px
}

.speech-item-content {
    display: flex;
    align-items: center;
    gap: 30px
}

.speech-item-content .no {
    font-size: 138px;
    font-weight: 700;
    line-height: 50px;
    color: #8054e7
}

.speech-item-content .inner {
    flex: 0 1 585px
}

@media screen and (max-width:575px) {

    .s_ebook_instructor,
    .speech-item-content {
        flex-direction: column
    }

    .sTutor-details .content .title {
        font-size: 25px
    }

    .speech-item-content .no {
        padding-bottom: 30px
    }

    .speech-item-content .inner {
        flex-basis: auto
    }
}

.speech-item-content .inner .title {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    padding-bottom: 14px;
    margin-bottom: 20px
}

.speech-item-content .inner .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 90px;
    height: 3px;
    background: #754ffe
}

.speech-item-content .inner .info {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #676c7d
}

/*style.css END*/

/*new-style.css*/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Secular+One&display=swap);

.btn-one,
.btn-two {
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #171719
}

.maw-600 {
    max-width: 600px
}

.maw-514 {
    max-width: 514px
}

.maw-538 {
    max-width: 538px
}

.pt-40 {
    padding-top: 40px
}

.pt-110 {
    padding-top: 110px
}

.pb-20 {
    padding-bottom: 20px
}

.footer-top,
.pb-30,
.price-item-5 .list,
.section-item-six .item .icon,
.title-three .list {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-191 {
    padding-bottom: 191px
}

.pl-0 {
    padding-left: 0
}

.instructor-item:hover .content .info,
.mt-0 {
    margin-top: 0
}

.footer-nav li:last-child,
.mb-0,
.title-three .list li:last-child,
.upcoming-course-five li:last-child {
    margin-bottom: 0
}

.rg-0 {
    row-gap: 0
}

.cg-0 {
    -moz-column-gap: 0px;
    column-gap: 0
}

.g-30 {
    gap: 30px
}

.g-35 {
    gap: 35px
}

.bs-one {
    box-shadow: 0 30px 55px rgba(116, 117, 121, .1)
}

.ff-manrope {
    font-family: Manrope, sans-serif !important
}

.ff-raleway {
    font-family: Raleway, sans-serif !important
}

.fz_15_m_24 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px
}

.fz_18_sb_18 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.c-800000000e96 {
    color: #8e8e96 !important
}

.btn-five,
.btn-one,
.btn-six,
.btn-two {
    font-size: 15px;
    line-height: 19px;
    color: #fff !important
}

.btn-one {
    align-items: center;
    padding: 14px 36px;
    font-weight: 500
}

.btn-two {
    position: relative;
    align-items: center;
    padding: 14px 23px;
    font-weight: 500
}

.btn-five,
.btn-six,
.footer-nav li a {
    display: inline-block
}

.btn-two::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #cc7bff -4.24%, #ffc887 113.04%);
    border-radius: 0 0 10px 10px;
    filter: blur(17px);
    z-index: -1
}

.banner-five-content .link span,
.banner-wrap,
.bar-right,
.category-item .icon *,
.course-item-one .img-rating,
.footer,
.footer-bottom>*,
.footer-subscribe,
.header-right .item,
.menu-header .container,
.navigation-main-area .dropdown,
.navigation-main-area li a,
.title-graphic-five,
.upcoming-course-six-info .item {
    position: relative
}

.btn-five {
    padding: 14px 29px;
    background: #7291ff;
    border-radius: 14px;
    font-family: Lexend, sans-serif;
    font-weight: 500
}

.btn-six {
    padding: 14px 26px;
    background: linear-gradient(115.2deg, #00907f 34%, #006e61 108.93%);
    box-shadow: 0 10px 18px rgba(0, 144, 127, .25);
    font-family: Mulish, sans-serif;
    font-weight: 600
}

.blog-item,
.course-item-one {
    box-shadow: 0 .875rem 2rem rgba(147, 148, 158, .2) !important
}

.menu-header {
    background-color: #fff;
    padding-top: 1.9375rem
}

.instructor-item .content .social-nav,
.menu-header .main_menu_wrap {
    gap: 20px
}

.banner-five-img,
.banner-six-img,
.course-training-five .content,
.navigation-main-area {
    text-align: center
}

.navigation-main-area ul {
    display: flex;
    justify-content: center;
    -moz-column-gap: 2.4375rem;
    column-gap: 2.4375rem
}

.navigation-main-area li a {
    display: inline-block;
    font-family: Manrope, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.1875rem;
    color: #000 !important;
    text-transform: capitalize;
    padding: 0
}

.navigation-main-area li a.active,
.navigation-main-area li a:hover {
    color: #5363d2 !important
}

.about-img img,
.course-item-6 .img img,
.header-right .user img,
.instructor-item img,
.instructor-item-5 .img img,
.navigation-main-area li a.active::before,
.navigation-main-area li a:hover::before,
.title-img-5 img {
    width: 100%
}

.navigation-main-area li a.active {
    color: #5363d2 !important;
    font-weight: 500
}

.footer-nav li a,
.footer-nav-2 li a,
.instructor-item-5 .social li a {
    color: #fff !important
}

.navigation-main-area .dropdown .dropdown-menu {
    top: 6.375rem;
    left: 0;
    opacity: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    height: auto;
    width: 15.625rem;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-clip: inherit;
    background-color: #fff;
    transform: translateY(50px);
    transition: .2s ease-in-out .1s;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .08)
}

.navigation-main-area .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: .0625rem solid #000
}

.navigation-main-area .dropdown .dropdown-menu li:hover {
    border-color: #000
}

.navigation-main-area .dropdown .dropdown-menu li:hover a {
    padding-left: 40px
}

.navigation-main-area .dropdown .dropdown-menu li:hover a::before {
    opacity: 1;
    transform: translateX(25px)
}

.navigation-main-area .dropdown .dropdown-menu li a {
    width: 100%;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 10px 25px;
    position: relative;
    transition: .3s ease-in-out
}

.navigation-main-area .dropdown .dropdown-menu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    transform: translateX(15px);
    transition: .3s ease-in-out
}

.navigation-main-area .dropdown .dropdown-menu li a:hover {
    background-color: #000;
    color: #fff !important
}

.navigation-main-area .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.navigation-main-area .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@media screen and (max-width:1166px) {
    .navigation-main-area ul {
        display: flex;
        -moz-column-gap: 0px;
        column-gap: 0
    }

    .navigation-main-area li {
        margin-left: 30px
    }

    .navigation-main-area li:first-child {
        margin-left: 0
    }
}

@media screen and (max-width:1024px) {
    .display-none {
        display: none
    }

    .main-header.sticky-on {
        padding: 10px 15px
    }

    .main-header.sticky-on .menu-header {
        border-bottom: none
    }

    .menu-header .container {
        padding: 0
    }

    .menu-header .main-menu {
        position: relative;
        top: 0;
        padding: 0 0 0 1.25rem
    }

    .navigation-main-area ul {
        display: flex;
        justify-content: center
    }
}

@media (max-width:575px) {
    .logo-col {
        flex: 0 0 auto;
        width: 80%
    }

    .menu-col {
        flex: 0 0 auto;
        width: 20%
    }
}

.top-header {
    padding: 1.25rem 0;
    border-bottom: .0625rem solid rgba(142, 142, 150, .3)
}

.contact-item {
    display: flex;
    align-items: center;
    gap: .625rem
}

.contact-item .info {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.1875rem;
    color: #171719
}

.header-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.625rem
}

.header-social a {
    font-size: 1.0625rem;
    color: #171719 !important
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem
}

.header-right .item span {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: .4375rem;
    font-weight: 600;
    color: #fff;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff58aa
}

.header-right .user {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    overflow: hidden
}

.smenu-4 {
    max-width: 151px
}

.smenu-4 .header-dropdown {
    background-color: rgba(255, 88, 170, .12);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #ff58aa;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 21px 14px
}

.smenu-5 .header-dropdown {
    background-color: rgb(114 145 255 / .12);
    color: #7291ff
}

.smenu-6 .header-dropdown {
    background-color: rgb(0 184 162 / .1);
    color: #00907f
}

.smenu-4 .header-dropdown img {
    max-width: 10px
}

.banner-five-img img,
.banner-img img,
.banner-six-img img,
.blog-item-6 .img img,
.course-training-five .img img,
.section-kitchen-img img,
.smenu-4~.s_search,
.upcoming-course-six-content .img img {
    max-width: 100%
}

.footer {
    background-color: #171719
}

.footer-subscribe,
.footer-subscribe::before {
    background: linear-gradient(112.65deg, #326efa 3.81%, #805cf2 21.52%, #ff34be 54.72%, #ff6f72 74.34%, #ff9f34 90.84%)
}

.footer-subscribe {
    top: -48px;
    max-width: 783px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 0 auto;
    padding: 36px;
    border-radius: 10px;
    overflow: hidden
}

.footer-subscribe::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(23.5px);
    opacity: .28
}

.footer-subscribe .graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.footer-middle::after,
.footer-middle::before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    opacity: .5;
    left: 0;
    width: 100%;
    height: 1px;
    content: ""
}

.footer-subscribe .title {
    position: relative;
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #fff
}

.footer-subscribe .sForm {
    flex: 1 0 auto;
    max-width: 384px;
    position: relative
}

.footer-subscribe .sForm input {
    width: 100%;
    height: 50px;
    background-color: #fff;
    outline: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(142, 142, 150, .6);
    border-radius: 10px;
    padding-left: 24.5px;
    padding-right: 120px
}

.footer-subscribe .sForm input::-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(142, 142, 150, .6)
}

.footer-subscribe .sForm input::placeholder,
.footer-subscribe .sForm input:focus {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(142, 142, 150, .6)
}

.footer-subscribe .sForm button {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    border: none;
    background-color: #000;
    padding: 0 20px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    border-radius: 5px
}

.footer-widget .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff
}

.footer-widget .info {
    max-width: 361px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #fff
}

.footer-nav li {
    margin-bottom: 14px
}

.footer-nav li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    transition: .3s
}

.footer-copyright,
.footer-nav-2 li a,
.title-one .subtitle {
    font-size: 14px;
    line-height: 19px
}

.footer-nav-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 37px;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.footer-nav-2 li a {
    font-weight: 500;
    transition: .3s
}

.footer-middle {
    position: relative;
    padding: 20px 0
}

.footer-middle::before {
    position: absolute;
    top: 0
}

.footer-middle::after {
    position: absolute;
    bottom: 0
}

.footer-bottom {
    position: relative;
    padding: 40px 0;
    border-radius: 10px;
    overflow: hidden
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(112.65deg, #326efa 3.81%, #805cf2 21.52%, #ff34be 54.72%, #ff6f72 74.34%, #ff9f34 90.84%);
    filter: blur(151px);
    opacity: .14
}

.footer-copyright {
    font-weight: 500;
    color: #fff;
    text-align: center
}

.footer-copyright span {
    padding-right: 40px
}

.social-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 33px
}

.social-nav a {
    font-size: 22px;
    color: #fff;
    transition: .3s
}

.social-nav a:hover {
    color: #000
}

.footer-5 {
    background: #151d27
}

.footer-5 .footer-copyright,
.footer-5 .footer-middle .footer-nav-2 li a,
.footer-5 .footer-nav li a,
.footer-5 .footer-widget .info {
    font-family: Lexend, sans-serif
}

.blog-item-6 .content .date p,
.footer-6 .footer-nav li a {
    font-family: Poppins, sans-serif
}

.footer-6 {
    background: #062320
}

.footer-5 .footer-top {
    padding: 60px 0 40px
}

.footer-6 .footer-top {
    padding: 60px 0 50px
}

.footer-5 .footer-middle {
    padding-bottom: 0;
    padding-top: 26px
}

.counter-5 .item:last-child::before,
.counter-6 .item:last-child::before,
.custom-accordion-two .accordion-item:last-child::before,
.footer-5 .footer-bottom::before,
.footer-5 .footer-middle::after,
.footer-6 .footer-bottom::before,
.section-item-six .item:last-child::after,
.upcoming-course-six-info .item:last-child::after {
    display: none
}

.footer-5 .footer-middle .footer-nav-2,
.title-four .info:last-child,
.upcoming-course-list-six li:last-child {
    padding-bottom: 0
}

.footer-5 .footer-bottom {
    border: none;
    border-radius: 0;
    padding: 30px 0 50px
}

.footer-6 .footer-bottom {
    border: none;
    border-radius: 0;
    padding: 20px 0 30px;
    border-top: 1px solid
}

.footer-5 .footer-widget .title {
    font-family: Raleway, sans-serif
}

.footer-6 .footer-widget .title {
    font-family: Mulish, sans-serif
}

.footer-6 .footer-widget .info {
    max-width: 280px;
    padding-bottom: 40px
}

.kitchen-social {
    display: flex;
    align-items: center;
    gap: 27px
}

.kitchen-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    color: #062320
}

.title-one .subtitle {
    font-weight: 600;
    color: #ff58aa;
    letter-spacing: .145em;
    padding-bottom: 6px
}

.title-one .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 42px;
    color: #0f101a;
    padding-bottom: 8px
}

.title-one .bar {
    display: inline-block;
    padding: 1.5px 18.5px;
    border-radius: 100px;
    background: linear-gradient(90deg, #c473f5 25%, #ff867a 75%)
}

.title-two .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #062320;
    padding-bottom: 30px
}

.title-two .info {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #909090
}

.blog-item {
    display: inline-block;
    padding: 16px 16px 20px;
    background-color: #fff;
    border-radius: 10px
}

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

.blog-item .content {
    padding-top: 20px
}

.blog-item .content .title,
.course-item-one .content .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #171719;
    padding-bottom: 16px
}

.blog-item .content .info {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #8e8e96;
    padding-bottom: 20px
}

.blog-item .content .link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #ff58aa
}

.blog-item-5 .date {
    font-family: Lexend, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #8a9091;
    padding-bottom: 2px
}

.blog-item-5 .title {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #151d27;
    padding-bottom: 12px
}

.blog-item-5 .info {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(138, 144, 145, .9);
    padding-bottom: 30px
}

.blog-item-5 .link {
    color: #7291ff
}

.blog-item-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px
}

.blog-item-6 .img {
    flex: 1 0 auto;
    max-width: 244px;
    transition: .3s
}

.blog-item-6 .content {
    flex: 1 1 auto;
    max-width: 282px;
    transition: .3s
}

.blog-item-6 .content .date {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 4px
}

.blog-item-6 .content .date .icon,
.course-item-6 .content .rate .icon,
.course-item-6 .content .time .icon,
.course-item-one .rating span,
.price-item-5 .list li .icon,
.section-kitchen-item .item .icon,
.testimonial-item-5 .rate-no .icon {
    display: flex
}

.blog-item-6 .content .date p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #909090
}

.blog-item-6 .content .title {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #171719;
    padding-bottom: 12px
}

.blog-item-6 .content .info {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
    padding-bottom: 20px
}

.blog-item-6 .content .link,
.upcoming-course-six-info .item .title.price {
    color: #00907f
}

.faq-img {
    position: relative;
    text-align: center
}

.faq-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: linear-gradient(124.88deg, rgba(50, 110, 250, .08) 9.74%, rgba(128, 92, 242, .08) 32.6%, rgba(255, 52, 190, .08) 48.07%, rgba(255, 111, 114, .08) 71.48%, rgba(255, 159, 52, .08) 85.92%);
    filter: blur(57px)
}

@media screen and (max-width:1200px) {

    .blog-item-6 .content,
    .blog-item-6 .img {
        max-width: 226px
    }

    .faq-img::before {
        width: 100%;
        height: 100%
    }
}

.custom-accordion-two .accordion-item {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0
}

.custom-accordion-two .accordion-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(124.88deg, rgba(147, 148, 158, .3) 9.74%, rgba(147, 148, 158, .3) 32.6%, rgba(147, 148, 158, .3) 48.07%, rgba(147, 148, 158, .3) 71.48%, rgba(147, 148, 158, .3) 85.92%);
    z-index: 3;
    transition: .3s
}

.custom-accordion-two .accordion-item:has(.show)::before {
    background: linear-gradient(124.88deg, rgba(50, 110, 250, .9) 9.74%, rgba(128, 92, 242, .9) 32.6%, rgba(255, 52, 190, .9) 48.07%, rgba(255, 111, 114, .9) 71.48%, rgba(255, 159, 52, .9) 85.92%)
}

.faq-6 .accordion-item:has(.show)::before {
    background: linear-gradient(124.88deg, rgba(147, 148, 158, .3) 9.74%, rgba(147, 148, 158, .3) 32.6%, rgba(147, 148, 158, .3) 48.07%, rgba(147, 148, 158, .3) 71.48%, rgba(147, 148, 158, .3) 85.92%)
}

.custom-accordion-two .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button {
    font-family: "Lexend Deca", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #171719;
    box-shadow: 0 0 0 transparent !important;
    padding: 24px 0;
    background-color: #fff;
    transition: .3s
}

.faq-5 .accordion-item .accordion-header .accordion-button {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    color: #151d27
}

.faq-6 .accordion-item .accordion-header .accordion-button {
    font-family: Mulish, sans-serif;
    font-weight: 700;
    color: #00907f
}

.faq-6 .accordion-item .accordion-header .accordion-button.collapsed {
    color: #062320
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    position: relative;
    padding-bottom: 0
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../image/icon/minus.svg) !important
}

.faq-5 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../image/icon/minus-2.svg) !important
}

.faq-6 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../image/icon/faq-down.svg) !important;
    background-size: 17px;
    height: 11px;
    width: 17px
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../image/icon/plus.svg) !important;
    background-size: 17px;
    height: 17px;
    width: 18px;
    background-position: center;
    transition: .3s
}

.faq-5 .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../image/icon/plus-2.svg) !important;
    background-size: 36px;
    height: 36px;
    width: 36px
}

.faq-6 .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../image/icon/faq-right.svg) !important;
    background-size: 11px;
    height: 17px;
    width: 11px
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button:focus {
    border-color: transparent !important
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button:focus-within {
    outline: 0 !important
}

.custom-accordion-two .accordion-item .accordion-body {
    padding: 14px 30px 18.5px 0
}

.custom-accordion-two .accordion-item .accordion-body p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #8e8e96
}

.instructor-item {
    position: relative;
    max-height: 243px;
    border-radius: 10px;
    overflow: hidden
}

.instructor-item::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.58%, rgba(23, 23, 25, .328) 63.57%, rgba(23, 23, 25, .8) 95.16%);
    transition: .3s
}

.instructor-item .content {
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 284px;
    width: 100%;
    text-align: center;
    transition: .3s
}

.instructor-item .content .title {
    position: relative;
    font-family: "Lexend Deca", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    padding-bottom: 6px;
    margin-bottom: 8px;
    transition: .3s
}

.instructor-item .content .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 1px;
    border-radius: 20px;
    background-color: #ff58aa
}

.instructor-item .content .info {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    margin-top: 12px;
    transition: .3s
}

.instructor-item .content .social-nav a {
    font-size: 12px
}

.instructor-item:hover::before {
    top: 0;
    background: linear-gradient(180deg, rgba(23, 23, 25, .6) 22.58%, rgba(23, 23, 25, .6) 63.57%, rgba(23, 23, 25, .6) 95.16%)
}

.instructor-item:hover .content {
    bottom: 20px
}

.instructor-item-5 {
    --content-bg: #fff3b5;
    position: relative;
    margin-bottom: 40px
}

.instructor-item-5 .img {
    position: relative;
    max-height: 294px;
    border-radius: 20px;
    overflow: hidden
}

.instructor-item-5 .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    max-height: 240px;
    background: linear-gradient(180deg, rgba(21, 29, 39, 0) 0, rgba(21, 29, 39, .397437) 60.39%, rgba(21, 29, 39, .6) 100%);
    transition: .3s
}

.instructor-item-5 .content {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 224px;
    max-height: 71px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--content-bg);
    border-radius: 18px
}

.instructor-item-5 .content .title {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #171719
}

.instructor-item-5 .content .subtitle {
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #151d27
}

.instructor-item-5 .social {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    transition: .3s
}

.banner-img,
.bar-right::after {
    transform: translateY(-50%);
    top: 50%
}

.instructor-item-5:hover .img::before {
    height: 100%
}

.instructor-item-5:hover .social {
    bottom: 60px
}

.instructor-item-6 {
    position: relative;
    max-width: 334px;
    margin: 0 auto 30px;
    height: 100%
}

.instructor-item-6 .img {
    position: relative;
    max-height: 384px;
    text-align: center
}

.instructor-item-6 .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 152px 152px 0 0;
    background: linear-gradient(159.18deg, rgba(0, 144, 127, .5) -6.24%, rgba(0, 120, 106, .69317) 61.6%, #006e61 110.24%)
}

.instructor-item-6 .img::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-height: 303px;
    background-image: url(../image/instructor/instructor-bg-6.png);
    background-repeat: no-repeat;
    background-position: center center
}

.instructor-item-6 .img>img {
    position: relative;
    max-height: 384px;
    z-index: 1
}

.instructor-item-6 .content {
    text-align: center;
    padding-top: 13px
}

.instructor-item-6 .content .title {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    color: #062320
}

.instructor-item-6 .content .subtitle {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    color: rgba(144, 144, 144, .8);
    padding-bottom: 8px
}

.course-item-one .date,
.course-item-one .date span,
.course-item-one .rating .no {
    font-family: "Lexend Deca", sans-serif;
    line-height: 26px;
    color: #fff
}

.instructor-item-6 .content .social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px
}

.instructor-item-6 .content .social li a {
    color: #00907f !important
}

.course-item-one {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px
}

.category-item,
.service-item-one {
    background-color: #fff;
    box-shadow: 0 .875rem 2rem rgba(147, 148, 158, .2)
}

.course-item-one .img img {
    border-radius: 5px;
    width: 100%
}

.course-item-one .rating {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(23, 23, 25, .8);
    border-radius: 3px;
    padding: 1px 7px 2px;
    display: flex;
    align-items: center;
    gap: 5px
}

.course-item-one .rating .no {
    font-size: 15px;
    font-weight: 500
}

.course-item-one .date {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 3px;
    background: rgba(23, 23, 25, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1px 13px 4px 14px;
    font-size: 15px;
    font-weight: 500
}

.course-item-one .date span {
    font-size: 24px;
    font-weight: 600
}

.course-item-6 .content,
.course-item-one .content {
    padding-top: 16px
}

.course-item-one .content .title:has(~ .info) {
    padding-bottom: 8px
}

.course-item-one .content .info,
.service-item-one .info {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #8e8e96
}

.category-item .info,
.service-item-one .title {
    font-size: 18px;
    font-family: "Lexend Deca", sans-serif
}

.course-item-one .content .price {
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #171719
}

.course-item-one .content .view-play {
    display: flex;
    align-items: center;
    gap: 14px
}

.course-item-one .content .view-play .item,
.testimonial-item-5 .rate-no {
    display: flex;
    align-items: center;
    gap: 8px
}

.course-item-one .content .view-play .item .icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff58aa
}

.course-item-one .content .view-play .item .info {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #8e8e96
}

.bar-right::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 128px;
    border-radius: 100px;
    background: linear-gradient(0deg, #c473f5 25%, #ff867a 75%);
    transition: .3s
}

.about-info {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 30px
}

.about-info .item {
    --icon-color: #ff58aa;
    flex: 0 0 145px
}

.about-info .item .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 57px;
    color: #0f101a
}

.about-info .item .title span {
    color: var(--icon-color)
}

.about-info .item .info {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #171719
}

.about-img {
    overflow: hidden;
    border-radius: 10px
}

.scategories-4 .row {
    row-gap: 30px
}

.category-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    height: 100%;
    padding: 15px 22px
}

.category-item .icon {
    --bg: linear-gradient(151.07deg, #4534de 60.08%, rgba(69, 52, 222, 0) 100.02%);
    position: relative;
    flex: 0 0 50px
}

.category-item .icon::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg);
    opacity: .2
}

.category-item .info {
    font-weight: 500;
    line-height: 25px;
    color: #171719
}

.service-item-one {
    position: relative;
    border-radius: 10px;
    height: 100%;
    padding: 24px
}

.course-item-5,
.price-item-5 {
    box-shadow: 0 14px 32px rgba(147, 148, 158, .2)
}

.service-item-one .icon {
    max-width: 78px
}

.service-item-one .title {
    font-weight: 600;
    line-height: 25px;
    color: #171719;
    padding: 12px 0
}

.banner-img {
    position: absolute;
    right: 0;
    max-width: 750px
}

.banner-content {
    position: relative;
    padding-top: 93px;
    padding-bottom: 50px;
    max-width: 585px;
    margin: 0 auto
}

.banner-content .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #0f101a;
    padding-bottom: 12px
}

.banner-content .title .color-1 {
    color: #ff58aa
}

.banner-content .title .size-1 {
    position: relative;
    display: inline-block;
    font-size: 105px;
    line-height: 129px
}

.banner-content .title .size-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 53px;
    background: linear-gradient(90deg, #cc7bff -4.24%, #ffc887 113.04%);
    filter: blur(15px);
    z-index: -1
}

.banner-content .info {
    max-width: 470px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #8e8e96;
    padding-bottom: 30px
}

.banner-five-content,
.banner-six-content {
    max-width: 561px;
    margin: 0 auto
}

.banner-five-content .subtitle {
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #ff65e7;
    letter-spacing: .15em;
    padding-bottom: 6px
}

.banner-five-content .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: Raleway, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #1a2038;
    letter-spacing: .15em;
    padding-bottom: 30px
}

.banner-five-content .title span.graphic {
    position: relative;
    font-family: "Secular One", sans-serif;
    text-shadow: 0 5px 10px rgba(114, 145, 255, .26);
    font-size: 97px;
    font-weight: 400;
    line-height: 99px;
    color: #7291ff
}

.banner-five-content .title span.graphic::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -15px;
    width: 226px;
    height: 26px;
    background-image: url(../image/banner-five-graphic-1-1.svg);
    background-repeat: no-repeat
}

.banner-five-content .title span.graphic::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -55px;
    width: 47px;
    height: 48px;
    background-image: url(../image/banner-five-graphic-1-2.svg)
}

.banner-five-content .info {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8a9097;
    padding-bottom: 30px;
    max-width: 470px
}

.banner-five-content .link,
.banner-five-content .link-video {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px
}

.banner-five-content .link {
    position: relative;
    display: inline-block;
    padding: 14px 22px;
    border-radius: 14px;
    background: #7291ff;
    color: #fff
}

.banner-five-content .link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 35px;
    background: linear-gradient(90deg, rgba(210, 139, 255, .8) -4.24%, rgba(159, 134, 255, .8) 57.49%, rgba(114, 145, 255, .8) 113.04%);
    filter: blur(17px);
    border-radius: 10px
}

.price-item-5,
.price-item-5.active .p-icon,
.price-item-5:hover .p-icon {
    background-color: #fff
}

.banner-five-content .link-video {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #151d27
}

.banner-five-content .link-video .icon {
    flex: 0 0 46px
}

.banner-six-content .subtitle {
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #00907f;
    letter-spacing: .15em;
    padding-bottom: 10px
}

.banner-six-content .title {
    font-family: Mulish, sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    color: #062320
}

.banner-six-content .title .color-1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 78px;
    color: #00907f
}

.banner-six-content .title .size-1 {
    font-size: 47px;
    font-weight: 700;
    line-height: 55px;
    color: #062320
}

.banner-six-content .info {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
    padding-bottom: 30px
}

.testimonial-item-5 {
    position: relative;
    max-width: 350px;
    margin: 0 auto
}

.testimonial-item-5 .quote {
    position: absolute;
    top: 0;
    right: 0
}

.testimonial-item-5 .title {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 15px
}

.testimonial-item-5 .title .img {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-item-5 .title .content .name {
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #171719;
    padding-bottom: 5px
}

.testimonial-item-5 .t-info,
.testimonial-item-5 .title .content .time {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8a9097;
    font-family: Lexend, sans-serif
}

.testimonial-item-5 .title .content .time {
    padding-bottom: 5px
}

.testimonial-item-5 .t-info {
    padding-bottom: 8px
}

.testimonial-item-5 .rate-no .info {
    font-family: Lexend, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 37px;
    color: #151d27;
    padding-bottom: 0
}

.testimonial-5 .slick-dots li button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.62px;
    height: 9.62px;
    border-radius: 50%;
    background-color: rgb(138 144 151 / .3);
    opacity: 1;
    color: transparent;
    transition: .3s
}

.testimonial-5 .slick-dots li.slick-active button::before {
    width: 15.38px;
    height: 15.38px;
    background: #7291ff
}

.brand-5 .container {
    max-width: 1311px
}

.price-item-5 {
    --icon-bg: rgba(170, 239, 147, 0.3);
    border-radius: 20px;
    padding: 35px 30px 21px;
    height: 100%;
    transition: .3s
}

.price-item-5 .p-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--icon-bg);
    margin-bottom: 35px;
    transition: .3s
}

.price-item-5 .link,
.price-item-5.active,
.price-item-5:hover {
    background-color: #7291ff
}

.price-item-5 .title {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #171719;
    padding-bottom: 16px;
    transition: .3s
}

.price-item-5 .info,
.price-item-5 .price {
    font-weight: 400;
    line-height: 24px;
    color: #8a9097;
    font-family: Lexend, sans-serif;
    font-size: 15px;
    transition: .3s
}

.price-item-5 .info {
    padding-bottom: 40px
}

.price-item-5 .price {
    border-bottom: 1px solid rgba(138, 144, 151, .3);
    padding-bottom: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px
}

.price-item-5 .price span {
    font-size: 48px;
    font-weight: 500;
    line-height: 26px;
    color: #151d27;
    transition: .3s
}

.price-item-5 .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #fff !important;
    border-radius: 14px;
    transition: .3s
}

.title-three .list li,
.title-three .title {
    color: #151d27;
    font-family: Raleway, sans-serif
}

.price-item-5 .list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px
}

.price-item-5 .list li p {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #171719
}

.price-item-5.active .info,
.price-item-5.active .list li p,
.price-item-5.active .price,
.price-item-5.active .price span,
.price-item-5.active .title,
.price-item-5:hover .info,
.price-item-5:hover .list li p,
.price-item-5:hover .price,
.price-item-5:hover .price span,
.price-item-5:hover .title {
    color: #fff
}

.price-item-5.active .price,
.price-item-5:hover .price {
    border-bottom-color: #fff
}

.price-item-5.active .link,
.price-item-5:hover .link {
    background-color: #fff;
    color: #7291ff !important
}

.price-item-5.active .list li .icon svg path,
.price-item-5:hover .list li .icon svg path {
    fill: #fff
}

.title-three .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 30px
}

.title-three .info,
.title-three .link {
    font-family: Lexend, sans-serif;
    font-size: 15px
}

.title-three .info {
    font-weight: 400;
    line-height: 25px;
    color: #8a9097;
    padding-bottom: 30px
}

.title-three .list li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    padding-left: 26px;
    margin-bottom: 18px
}

.title-three .list li::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 10px;
    height: 3px;
    background: #7291ff;
    border-radius: 3px
}

.title-three .link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 26px;
    border-radius: 14px;
    background: #7291ff;
    font-weight: 500;
    line-height: 19px;
    color: #fff
}

.title-four .title {
    font-family: Mulish, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #062320;
    padding-bottom: 30px
}

.title-four .info {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #909090;
    padding-bottom: 30px
}

.title-graphic-five::before {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 30%;
    width: 91px;
    height: 95px;
    background-image: url(../image/graphic-5-1.png);
    background-repeat: no-repeat
}

.course-item-5 {
    --content-bg: #ffc5f6;
    --price-color: #ff5be6;
    --user-bg: #ffe4fb;
    --fill-bg: #ff5be6;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-height: 314px
}

.course-item-6,
.upcoming-course-six:hover {
    box-shadow: 0 14px 32px rgba(0, 144, 127, .2)
}

.course-item-5 .img {
    max-height: 273px
}

.course-item-5 .img img {
    width: 100%;
    height: 100%;
    max-height: 261px
}

.course-item-5 .price {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #fff;
    padding: 10px 14px;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--price-color);
    border-radius: 10px
}

.course-item-5 .content {
    position: relative;
    top: -30px;
    border-radius: 0 33px 20px 20px;
    padding: 12px 20px 16px;
    background: var(--content-bg)
}

.course-item-5 .content .user {
    position: absolute;
    top: -25px;
    right: 31px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--user-bg);
    padding: 3px
}

.counter-5 .item::before,
.counter-6 .item::before,
.upcoming-course-six-info .item::after {
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    content: ""
}

.course-item-5 .content .user img {
    width: 100%;
    border-radius: 50%
}

.course-item-5 .content .title {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #171719;
    padding-bottom: 6px
}

.course-item-5 .content .info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #151d27
}

.course-item-5 .content .info span svg path {
    fill: var(--fill-bg)
}

.course-item-6 {
    position: relative;
    background-color: #fff;
    padding: 16px
}

.course-item-6 .content .title {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #171719;
    padding-bottom: 10px
}

.course-item-6 .content .time-rate {
    border-bottom: 1px solid rgba(144, 144, 144, .3);
    padding-bottom: 12px;
    margin-bottom: 12px
}

.course-item-6 .content .time {
    gap: 8px
}

.course-item-6 .content .time .info {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    line-height: 1.2 !important
}

.course-item-6 .content .rate {
    gap: 5px
}

.course-item-6 .content .rate .info {
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    color: #062320
}

.course-item-6 .content .user {
    gap: 11px
}

.course-item-6 .content .user .img,
.upcoming-course-six-content .content .user .img {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden
}

.course-item-6 .content .user .name,
.upcoming-course-six-content .content .user .name {
    font-family: Mulish, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    color: #171719
}

.course-item-6 .content .price {
    font-family: Mulish, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #00907f
}

.upcoming-course-five li {
    position: relative;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 26px;
    max-width: 686px;
    margin-left: auto;
    margin-bottom: 25px
}

.upcoming-course-five li:nth-child(2n) {
    margin-right: auto;
    margin-left: unset
}

.upcoming-course-five li .date {
    flex: 0 0 76px;
    height: 138px;
    position: relative;
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #8a9097
}

.upcoming-course-five li .date span {
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #151d27;
    padding-bottom: 9px
}

.upcoming-course-five li .date::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    max-height: 62px;
    background: #ffc5f6
}

.upcoming-course-five li .course {
    flex: 1 1 auto;
    max-width: 535px;
    display: flex;
    align-items: center;
    gap: 20px
}

.upcoming-course-five li .course .img {
    flex: 0 0 181px;
    max-width: 181px;
    max-height: 138px;
    border-radius: 20px;
    overflow: hidden
}

.upcoming-course-five li .course .content {
    flex: 1 1 372px
}

.upcoming-course-five li .course .title {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #171719;
    padding-bottom: 14px
}

.upcoming-course-five li .course .info {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8a9097;
    padding-bottom: 14px
}

.upcoming-course-five li .course .price {
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #151d27
}

.upcoming-course-list-six li {
    padding-bottom: 28px
}

.upcoming-course-six {
    max-width: 1059px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    box-shadow: 0 14px 32px rgba(147, 148, 158, .2);
    padding: 16px 46px 16px 16px;
    transition: .3s
}

.upcoming-course-six-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.upcoming-course-six-content .img {
    flex: 0 0 auto;
    max-width: 195px
}

.upcoming-course-six-content .content {
    flex: 0 1 auto;
    max-width: 270px
}

@media screen and (max-width:1080px) {
    .upcoming-course-six-content .content {
        max-width: 226px
    }
}

.upcoming-course-six-content .content .title {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #171719;
    padding-bottom: 20px
}

.upcoming-course-six-content .content .user {
    display: flex;
    align-items: center;
    gap: 11px
}

.upcoming-course-six-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 407px;
    margin-left: auto
}

.upcoming-course-six-info .item::after {
    position: absolute;
    right: -47px;
    height: 57px;
    background-color: rgba(144, 144, 144, .3)
}

.upcoming-course-six-info .item .subtitle {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #909090;
    padding-bottom: 13px
}

.upcoming-course-six-info .item .title {
    font-family: Mulish, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #062320
}

.course-training-five .img {
    text-align: center;
    max-width: 150px;
    margin: 0 auto 25px
}

.course-training-five .content .title {
    font-family: "Lexend Deca";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #151d27;
    padding-bottom: 15px
}

.course-training-five .content .info {
    font-family: Lexend;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8a9097
}

.counter-5,
.counter-6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px
}

.counter-5 .item,
.counter-6 .item {
    flex: 1 0 auto;
    position: relative;
    text-align: center;
    max-width: 189px
}

.counter-5 .item::before {
    position: absolute;
    right: -69px;
    height: 64px;
    background: rgba(138, 144, 151, .3)
}

.counter-5 .item .graphic {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.counter-5 .item .title {
    position: relative;
    font-family: Raleway, sans-serif;
    font-size: 89px;
    font-weight: 600;
    color: #151d27
}

.counter-5 .item .info {
    position: relative;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #151d27
}

.counter-6 .item::before {
    position: absolute;
    right: -69px;
    height: 77px;
    background: rgba(144, 144, 144, .3)
}

@media screen and (max-width:991px) {
    .menu-header .main-menu {
        padding: 1.25rem
    }

    .banner-img,
    .navigation-main-area {
        display: none
    }

    .blog-item-6 .content,
    .blog-item-6 .img {
        max-width: 100%
    }

    .about-info {
        justify-content: space-between
    }

    .upcoming-course-five {
        max-width: 756px;
        margin: 0 auto
    }

    .upcoming-course-six {
        padding: 16px
    }

    .upcoming-course-six-content {
        justify-content: center
    }

    .upcoming-course-six-content .content {
        max-width: 270px
    }

    .upcoming-course-six-info {
        margin: 0 auto
    }

    .counter-5 .item::before {
        right: -15px
    }

    .counter-6 .item::before {
        right: -40px
    }
}

@media screen and (576px <=width <=767px) {
    .counter-6 .item {
        flex-basis: 50%
    }

    .counter-6 .item::before {
        right: -100px
    }
}

.counter-6 .item .title {
    font-family: Mulish, sans-serif;
    font-size: 82px;
    font-weight: 600;
    color: #00907f
}

.counter-6 .item .info {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #151d27
}

.become-instructor-6-img {
    position: relative;
    max-width: 451px;
    margin: 0 auto
}

.become-instructor-6-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    width: 100%;
    max-width: 326px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 144, 127, .68) -38.32%, rgba(0, 144, 127, 0) 86.27%)
}

.become-instructor-6-img img {
    max-width: 411px
}

.become-instructor-6-img .video-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 98px;
    border: 6px solid #fff;
    border-radius: 50%;
    background: linear-gradient(159.28deg, #00907f 8.26%, #006e61 110.27%);
    z-index: 1
}

.section-kitchen-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 47px;
    max-width: 514px
}

.section-kitchen-item .item {
    flex: 1 0 182px;
    display: flex;
    align-items: center;
    gap: 16px
}

.section-kitchen-item .item .info {
    font-family: Mulish, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #151d27
}

.section-kitchen-img {
    max-width: 596px
}

.section-item-six {
    max-width: 1076px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0
}

.section-item-six .item {
    flex: 0 0 264px;
    position: relative;
    text-align: center
}

.section-item-six .item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -71px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    max-height: 118px;
    background: rgba(144, 144, 144, .3)
}

@media screen and (max-width:991px) {
    .become-instructor-6-img {
        margin-bottom: 30px
    }

    .section-item-six {
        max-width: 100%
    }

    .section-item-six .item {
        flex-basis: 248px
    }

    .section-item-six .item::after {
        right: 0
    }
}

@media screen and (max-width:767px) {
    .fz_sm_26_b_42 {
        font-size: 26px;
        font-weight: 500;
        line-height: 42px
    }

    .bar-right::after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        width: 128px;
        height: 1px
    }

    .upcoming-course-five li .course {
        max-width: 450px
    }

    .section-item-six {
        justify-content: center
    }

    .section-item-six .item:nth-child(2)::after {
        display: none
    }
}

@media screen and (max-width:575px) {
    .header-social {
        justify-content: center
    }

    .footer-subscribe {
        flex-direction: column;
        gap: 20px
    }

    .banner-content .title .size-1 {
        font-size: 72px;
        line-height: 80px
    }

    .banner-five-content .title {
        font-size: 30px
    }

    .banner-five-content .title span.graphic {
        font-size: 70px
    }

    .banner-six-content .title .color-1,
    .banner-six-content .title .size-1 {
        font-size: 35px
    }

    .banner-six-content .title {
        font-size: 43px
    }

    .upcoming-course-five {
        margin-top: 30px
    }

    .upcoming-course-five li .date {
        height: 80px
    }

    .upcoming-course-five li .date::before {
        width: 100%;
        max-width: 62px;
        max-height: 2px;
        left: 0
    }

    .upcoming-course-five li .course {
        flex-wrap: wrap
    }

    .upcoming-course-six-info .item::after {
        right: -25px
    }

    .counter-6 .item {
        flex-basis: 100%;
        max-width: 100%
    }

    .counter-6 .item::before {
        top: auto;
        bottom: -20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 77px;
        height: 1px
    }

    .become-instructor-6-img img {
        max-width: 100%
    }

    .section-item-six {
        flex-direction: column
    }

    .section-item-six .item {
        flex-basis: 210px
    }

    .section-item-six .item::after {
        width: 100%;
        max-width: 118px;
        height: 1px;
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(0)
    }

    .section-item-six .item:nth-child(2)::after {
        display: block
    }
}

.section-item-six .item .icon img {
    max-width: 69px
}

.section-item-six .item .content .title {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #062320;
    padding-bottom: 15px
}

.section-item-six .item .content .info {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #909090
}

/*new-style.css END*/

/*responsive.css*/
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

@media (max-width:1200px) {
    .bannar-card .banner-card-1 {
        padding: 18px 0
    }

    .student .man {
        width: 165px;
        height: 217px;
        margin-top: -38px;
        padding-right: 28px
    }

    .search-option {
        margin-top: 0
    }

    .student-feed-back-text {
        margin-left: 20px
    }

    .c-d-3-banner img {
        max-width: 1000px
    }

    .course-decription-3 .course-left-side {
        margin-top: 200px
    }

    .blog-body .left-tag {
        display: block
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .sing-up-right .resend-code .form-control {
        margin: 0 9px 8px 2px
    }

    .sing-up-right .resend-code .btn {
        border: 1.5px solid #6e798a45;
        margin-top: 18px;
        margin-left: 0;
        background-color: #754ffe;
        margin-bottom: 30px;
        padding: 6px 12px
    }

    .profile-input .form-control {
        border-radius: 10px;
        border: 1.5px solid #6e798a49;
        font-size: 13px;
        padding: 12px 20px;
        width: 192px
    }

    .price-card .price-card-full-body .price-btn a {
        padding: 14px 32px
    }

    .cart-total .cart-total-btn a {
        padding: 11px 13px
    }
}

@media (max-width:1100px) {
    .c-d-3-banner img {
        max-width: 900px
    }

    .blog-body .left-tag {
        display: block
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .cart-total .cart-total-btn a {
        padding: 11px 13px
    }
}

@media all and (min-width:992px) {

    .inline-form,
    .mobile-view-offcanves {
        display: none !important
    }
}

@media all and (max-width:991px) {

    .bannar-hide,
    .h-1-banner .h-1-banner-text h1 span::before,
    .navbar-collapse,
    .navbar-collapse .antryArea,
    .navbar-collapse .main-nav-wrap {
        display: none
    }

    .menu-offcanves {
        display: inline-flex;
        align-items: center
    }

    .menu-offcanves li {
        margin-left: 18px
    }

    .btn-bar {
        font-size: 30px;
        margin-right: 12px;
        color: #754ffe
    }

    .profile-input,
    .profile-input-3 {
        margin-right: 0
    }

    .blog-body .left-tag,
    .hoverMenuSearch,
    .m-search-icon,
    .my-course-1-full-body .my-course-1-full-body-card {
        display: block
    }

    .h-3-banner-text h1 {
        font-size: 45px
    }

    .h-3-bannar-card {
        margin-top: 50px
    }

    .h-3-courses .h-3-banner-button {
        margin-top: 23px
    }

    .h-3-about {
        margin-bottom: 17px
    }

    .h-3-top-categories {
        margin-bottom: 65px
    }

    .course-group-slider .slick-next,
    .course-group-slider .slick-prev {
        display: none !important
    }

    .expert-instructor .instructor-card .instructor-card-body,
    .world-class .world-class-content h1 {
        margin-bottom: 30px
    }

    .top-categories {
        padding: 60px 0 30px
    }

    .menu_pro_tgl_bg {
        right: -162px;
        top: 51px
    }

    .path-pos::after {
        left: -21px
    }

    .menu_pro_cart {
        left: 8px;
        top: 51px
    }

    .menu_pro_wish {
        left: 0;
        top: 50px
    }

    .menu_pro_wish .path_pos_wish-2::after {
        left: 0
    }

    .hoverSearch {
        top: -50px;
        right: 73px
    }

    .menu_pro_cart .path_pos_wish-2::after {
        left: 3px
    }

    .header-dropdown {
        padding: 7px 13px
    }

    .navbarHover {
        position: static;
        display: none
    }

    .h-1-banner .bannar-card {
        position: static;
        margin-top: 57px
    }

    .forget-pass,
    .introduction-item,
    .search-option {
        margin-top: 0
    }

    .h-1-banner .h-1-banner-text h1 span::after {
        top: -2px
    }

    .bannar-card .banner-card-1 {
        margin: 10px;
        padding: 18px 0
    }

    .h-1-banner {
        margin-bottom: 0
    }

    .course-card {
        margin-top: 39px
    }

    .c-d-3-banner img {
        max-width: 800px
    }

    .course-decription-3 .course-left-side {
        margin-top: 100px
    }

    .c-d-3-banner .card-video-icon i {
        top: 73%
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .sing-up-right .resend-code .form-control {
        margin: 0 5px 7px 3px;
        width: 40px
    }

    .sing-up-right .resend-code .btn {
        border: 1.5px solid #6e798a45;
        margin-top: 18px;
        margin-left: 0;
        background-color: #754ffe;
        margin-bottom: 30px;
        padding: 6px 12px
    }

    .wish-list-body .wish-list-search .search-btn i {
        position: absolute;
        left: 11px;
        top: 12px;
        color: #6e798a6e;
        font-size: 18px;
        cursor: pointer
    }

    .wish-list-body .wish-list-search .form-control {
        padding: 11px 0 10px 41px;
        margin-bottom: 18px;
        font-size: 13px
    }

    .profile .profile-parrent .profile-child h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 3px
    }

    .profile .profile-parrent .profile-child-btn a {
        border: 1.5px solid #1e293b35;
        padding: 6px 12px;
        margin-left: 10px
    }

    .profile .profile-parrent .profile-child-btn {
        display: block ruby
    }

    .profile .profile-parrent .profile-child .child-text {
        margin-left: 9px
    }

    .profile .profile-parrent img {
        height: 120px;
        width: 120px
    }

    .profile-input .form-control {
        padding: 12px 0 10px 20px;
        width: 139px
    }

    .profile-input {
        display: flex
    }

    .input-group #inputGroupSelect04 {
        padding: 0 23px;
        height: 43px
    }

    .profile-font-icon {
        margin-left: 11px;
        margin-top: 15px;
        display: flex
    }

    .faq .faq-accrodion .faq-acc-heading h1 {
        font-size: 34px;
        font-weight: 700
    }

    .faq-accrodion .accordion .accordion-button {
        font-size: 17px;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 0
    }

    .faq .faq-accrodion .faq-acc-heading {
        margin-bottom: 26px
    }

    .about-us .about-us-r-1 img,
    .about-us .about-us-r-2 img {
        height: 120px;
        width: 141px;
        border-radius: 10px 10px 0 0
    }

    .about-us .about-us-r-1 .about-us-r-1-text,
    .about-us .about-us-r-2 .about-us-r-1-text {
        width: 144px
    }

    .about-us .about-us-r-1 {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: -1
    }

    .about-us .about-us-r-2 {
        position: absolute;
        left: 0;
        bottom: 64px
    }

    .about-us .about-us-right .about-us-right-main-img img {
        height: auto;
        width: 299px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 36%;
        left: 40%
    }

    .compare-card .empty-card {
        margin-bottom: 61px
    }

    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }

    .banner-image,
    .student .student-body-1 {
        margin-bottom: 50px
    }

    .contact-page {
        padding: 50px 0
    }

    .contact-page .contact-image img {
        height: 350px;
        object-fit: cover
    }

    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-img img {
        height: 200px;
        width: 100%
    }
}

@media all and (max-width:900px) {
    .c-d-3-banner img {
        max-width: 700px
    }

    .hoverSearch {
        top: -50px;
        right: 73px
    }

    .forget-pass {
        margin-top: 0
    }

    .sing-up-right .resend-code .form-control {
        margin: 0 5px 7px 3px;
        width: 40px
    }

    .sing-up-right .resend-code .btn {
        border: 1.5px solid #6e798a45;
        margin-top: 18px;
        margin-left: 0;
        background-color: #754ffe;
        margin-bottom: 30px;
        padding: 6px 12px
    }

    .course-play-tab .nav-tabs .nav-link {
        margin-right: 29px
    }

    .course-play-right .review-icon ul li i {
        color: #f9b23a;
        margin-right: 5px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 36%;
        left: 40%
    }
}

@media all and (max-width:768px) {

    .courses-details .courses-details-1st-text .icon ul,
    .footer p,
    .students-rating p {
        padding: 0
    }

    .error-body-text,
    .footer .copyright p {
        text-align: center
    }

    .navbarHover,
    .sing-up-img img {
        display: none
    }

    .navbarHover {
        position: static
    }

    .hoverSearch {
        top: -50px;
        right: 73px
    }

    .bread-crumb h1 {
        margin-left: 8px;
        font-size: 30px
    }

    .c-d-3-banner img {
        max-width: 560px
    }

    .h-3-expert-instructor,
    .student {
        margin-bottom: 50px
    }

    .h-3-expert-instructor-heading h1 {
        font-size: 30px;
        font-weight: 600
    }

    strong {
        font-weight: 400
    }

    .students-rating h1 {
        font-size: 30px
    }

    .h-3-slider .slick-initialized .slick-slide {
        padding: 19px
    }

    .h-1-banner .h-1-banner-text h1 {
        font-size: 35px;
        margin-bottom: 12px
    }

    .company-logo {
        margin-bottom: 30px
    }

    .testimonials-slide-author .slick-list {
        width: 100%
    }

    .testi-person img,
    .testimonials-slide-author .slick-center img {
        height: 360px
    }

    .testimonials-slide-author .slick-center img {
        transform: inherit
    }

    .latest-blog {
        margin-bottom: 70px
    }

    .h-3-bannar-card {
        margin-bottom: 60px
    }

    .c-d-3-banner .card-video-icon i {
        top: 58%
    }

    .course-decription-3 .course-left-side {
        margin-top: 50px
    }

    .icon.icon-left,
    .icon.right-icon,
    .sample {
        display: flex;
        justify-content: center
    }

    .h-1-banner .bannar-card {
        position: static;
        margin-top: 57px
    }

    .search-option {
        margin-top: 0
    }

    .h-1-banner .h-1-banner-text h1 span::after {
        top: -2px
    }

    .bannar-card .banner-card-1 {
        margin: 10px
    }

    .footer p {
        letter-spacing: 0;
        line-height: 1.5;
        text-align: justify
    }

    .lattest-news #emails {
        margin-bottom: 0
    }

    .footer .icon li {
        margin: 19px 18px
    }

    .footer .copyright li {
        justify-content: center
    }

    .clock-user {
        justify-content: flex-start;
        margin-top: 20px
    }

    .courses-details .courses-details-1st-text .clock {
        padding: 0 58px 15px 0
    }

    .student-feed-back-text {
        margin-left: 20px
    }

    .book-img img {
        height: auto;
        width: 173px;
        float: right
    }

    .error-body-text {
        margin-top: 100px
    }

    .blog-body .left-tag {
        display: block
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .sing-up-right {
        margin-top: 40px
    }

    .sing-up-right .resend-code .form-control {
        margin: 8px 18px 13px 24px;
        width: 46px
    }

    .price-card .price-card-full-body .price-btn a {
        padding: 11px 13px;
        font-size: 14px
    }

    .course-play-body {
        margin-top: -100px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 36%;
        left: 40%
    }

    .course-play-banner img {
        height: 170px
    }

    .compare-table .table td p {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        margin-left: 27px
    }

    .compare-table .table td ul li p {
        margin-left: 9px;
        word-spacing: 2px
    }

    .compare-table .table td ul li {
        color: #6e798ad6;
        font-size: 20px;
        text-align: left;
        margin-left: 8px
    }

    .h-1-banner {
        padding-bottom: 62px
    }

    .pt-60 {
        padding-top: 0
    }

    .search {
        margin-top: 60px
    }

    .courses-list-view-card-body {
        flex-direction: column;
        width: 100%
    }

    .courses-list-view-card .courses-list-view-card-body .courses-card-image img {
        max-width: 100%;
        max-height: 210px;
        border-radius: 10px 10px 0 0
    }

    .courses-list-view {
        padding-bottom: 0
    }

    .faq .faq-img img {
        height: 350px
    }
}

@media all and (max-width:668px) {
    .c-d-3-banner img {
        max-width: 514px;
        height: auto;
        position: absolute;
        top: 381px;
        left: 57px;
        border-radius: 10px
    }

    .hoverSearch {
        top: -50px;
        right: 73px
    }

    .c-d-3-banner .card-video-icon i {
        top: 80%
    }

    .course-decription-3 .course-left-side {
        margin-top: 83px
    }

    .courses-details-3 .courses-details-1st-text {
        padding-bottom: 200px
    }

    .blog-body .left-tag {
        display: block
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .sing-up-img img {
        display: none
    }

    .breadcrumb {
        padding: 38px 0 0;
        margin-bottom: 0;
        margin-left: 8px
    }

    .contact-page .office-time {
        margin-bottom: 50px
    }

    .course-play-body {
        margin-top: -80px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 36%;
        left: 40%
    }

    .course-play-banner img {
        height: 150px
    }

    .compare-table .table td p {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        margin-left: 27px
    }
}

@media all and (max-width:576px) {

    .error-body-text,
    .footer .copyright p {
        text-align: center
    }

    .offcanvas.offcanvas-start {
        width: 100%;
        max-width: 337px
    }

    .menu_pro_cart {
        left: -242px;
        top: 46px
    }

    .menu_pro_wish {
        left: -179px;
        top: 46px
    }

    .menu_pro_wish .path_pos_wish-2::after {
        left: 180px
    }

    .menu_pro_cart .path_pos_wish-2::after {
        right: 3px;
        left: 244px
    }

    .c-d-3-banner img {
        max-width: 400px;
        height: auto;
        position: absolute;
        top: 381px;
        left: 81px;
        border-radius: 10px
    }

    .hoverSearch {
        top: -50px;
        right: 73px
    }

    .c-d-3-banner .card-video-icon i {
        top: 85%
    }

    .courses-details-3 .courses-details-1st-text {
        padding-bottom: 118px
    }

    .icon.icon-left,
    .icon.right-icon {
        display: flex;
        justify-content: center
    }

    .h-1-banner .bannar-card {
        position: static;
        margin-top: 57px
    }

    .search-option {
        margin-top: 0
    }

    .h-1-banner .h-1-banner-text h1 span::after {
        top: -2px
    }

    .bannar-card .banner-card-1 {
        margin: 10px
    }

    .expert-instructor .instructor-card .instructor-card-body,
    .profile .profile-parrent .profile-child-btn a {
        margin-bottom: 20px
    }

    .h-3-banner-text h1 {
        font-size: 29px;
        line-height: 40px;
        margin: 40px 0 20px
    }

    .sidebar-arrow:after {
        display: none
    }

    .testimonials-slide-author .slick-next,
    .testimonials-slide-author .slick-prev {
        display: none !important
    }

    .h-2-courses .h-3-blog-card-body {
        height: 361px
    }

    .h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text {
        padding: 3px 3px 53px
    }

    .wish-list-body .courses-card-body {
        width: 100%
    }

    .wish-list-body .courses-card .courses-card-body img {
        height: 260px;
        width: 100%
    }

    .footer p {
        letter-spacing: 0;
        line-height: 1.5;
        text-align: justify;
        padding: 0
    }

    .icon.right-icon {
        display: flex;
        justify-content: center;
        margin: auto
    }

    #tilt,
    .blog-body .left-tag {
        display: block
    }

    .footer .copyright li {
        justify-content: center
    }

    .footer .copyright .footer-privacy a {
        margin: 6px 37px 0 0
    }

    #tilt {
        height: 400px;
        width: auto;
        margin: 0 auto;
        transition: box-shadow .1s, transform .1s;
        background-image: url("../image/h-banner-img.png");
        background-size: 85%;
        background-repeat: no-repeat;
        background-position: center
    }

    .courses-list-view-card-body {
        display: inline-block
    }

    .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img {
        display: flex;
        padding: 10px 7px;
        display: flex
    }

    .courses-list-view-card .courses-list-view-card-body .courses-text img {
        height: 11px;
        width: 11px;
        margin-right: 5px;
        margin-top: 3px
    }

    .courses-list-view-card-body .courses-card-image img {
        max-width: 100%;
        max-height: 195px;
        border-radius: 15px 15px 0 0
    }

    .book-img img {
        height: auto;
        width: 167px;
        float: right
    }

    .error-body-text {
        margin-top: 80px
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .course-play-body {
        margin-top: -80px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 36%;
        left: 40%
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
        left: 20%
    }

    .blog-body .top h3 {
        font-size: 28px
    }

    .blog-body .top h4 {
        line-height: 31px;
        letter-spacing: 0
    }

    .blog-body .right-section .post img {
        height: 160px;
        object-fit: cover;
        border-radius: 5px;
        margin-top: 20px
    }

    .contact-page .office-hour {
        display: grid;
        text-align: center
    }

    .contact-page .office-hour .icon i {
        margin-right: 0;
        padding-bottom: 10px
    }

    .grid-heading {
        overflow: hidden
    }

    .price-card .price-card-full-body .ammount h1 {
        font-size: 30px
    }
}

@media all and (max-width:500px) {
    .sub-header .icon-left .nav {
        justify-content: center
    }

    .menu_pro_tgl_bg {
        right: 0;
        top: 51px
    }

    .path-pos::after {
        left: 132px
    }

    .student .man {
        width: 165px;
        height: 197px;
        margin-top: 10px;
        padding-right: 54px
    }

    .courses-details .courses-details-1st-text h1 {
        font-size: 32px
    }

    .courses-details .courses-details-1st-text p {
        font-size: 14px
    }

    .c-d-3-banner img {
        max-width: 400px;
        height: auto;
        position: absolute;
        top: 334px;
        left: 53px;
        border-radius: 10px
    }

    .c-d-3-banner .card-video-icon i {
        top: 85%
    }

    .blog-body .left-tag {
        display: block
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .sing-up-img img {
        display: none
    }

    .profile .profile-parrent .profile-child-btn a {
        margin-bottom: 20px
    }

    .course-play-body {
        margin-top: -80px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 36%;
        left: 40%
    }

    .course-play-banner img {
        height: 113px
    }

    .h-2-banner .h-2-banner-text .banner-image .image-bottom {
        margin-top: 0;
        margin-bottom: 40px
    }

    .hoverMenuSearch {
        display: block;
        width: 164px
    }

    #tilt {
        height: 299px
    }
}

@media all and (max-width:420px) {

    .breadcrumb-item,
    .courses-details .courses-details-1st-text .icon ul,
    .footer p {
        padding: 0
    }

    .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img,
    .icon.icon-left,
    .icon.right-icon {
        display: flex;
        display: flex;
        display: flex
    }

    .error-body-text,
    .footer .copyright p {
        text-align: center
    }

    .hoverMenuSearch {
        display: block;
        width: 132px
    }

    .search-btnh i {
        position: absolute;
        top: 35px;
        color: #6e798a6e;
        font-size: 15px;
        cursor: pointer;
        right: 10px
    }

    .hoverMenuSearch .form-control {
        padding: 5px 27px 5px 6px
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
        left: 20%
    }

    .h-2-banner {
        background-image: none
    }

    .c-d-3-banner img {
        max-width: 343px;
        height: auto;
        position: absolute;
        top: 330px;
        left: 37px;
        border-radius: 10px
    }

    .c-d-3-banner .card-video-icon i {
        color: #fff;
        font-size: 20px;
        position: absolute;
        background-color: #fff6;
        border-radius: 50%;
        padding: 14px 17px;
        left: 45%;
        top: 90%;
        cursor: pointer;
        transition: .5s
    }

    .courses-details-3 .courses-details-1st-text {
        padding-bottom: 83px
    }

    .icon.icon-left,
    .icon.right-icon {
        justify-content: center
    }

    .h-1-banner .h-1-banner-text h1 {
        margin-top: 29px
    }

    .h-1-banner .bannar-card {
        position: static;
        margin-top: 57px
    }

    .search-option {
        margin-top: 0
    }

    .h-1-banner .h-1-banner-text h1 span::after {
        top: -2px
    }

    .students-rating h1 {
        font-size: 33px
    }

    .bannar-card .banner-card-1 {
        margin: 10px
    }

    .top-categories h1::after {
        top: 32px;
        right: 98px
    }

    .student .student-body-1 {
        margin: 0 0 50px
    }

    .instructor .instructor-about .skill .skill-point .skill-point-1:last-child,
    .student .student-body-2 {
        margin: 0
    }

    .student .man {
        width: 165px;
        height: 197px;
        margin-top: 10px;
        padding-right: 54px
    }

    .footer p {
        letter-spacing: 0;
        line-height: 1.5;
        text-align: justify
    }

    .footer .copyright li {
        justify-content: center
    }

    .footer .copyright .footer-privacy a {
        margin: 6px 37px 0 0
    }

    .book-img img {
        width: 149px
    }

    .bread-crumb h1 {
        margin-bottom: 10px
    }

    .breadcrumb i {
        padding: 5px 0
    }

    .breadcrumb span {
        font-size: 14px;
        margin-left: 7px
    }

    .breadcrumb {
        padding: 43px 0 0;
        margin-bottom: 5px
    }

    .courses-list-view-card-body {
        display: inline-block
    }

    .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img {
        padding: 10px 7px
    }

    .courses-list-view-card .courses-list-view-card-body .courses-text img {
        height: 11px;
        width: 11px;
        margin-right: 5px;
        margin-top: 7px
    }

    .grid-view-body .select-box {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .grid-view-body .btn.active,
    .grid-view-body p {
        margin-left: 0
    }

    .grid-view-body .btn {
        background-color: #fff;
        color: #6e798a;
        margin-left: 4px;
        border: 1.5px solid #6e798a45
    }

    .grid-view-body p,
    .profile .profile-parrent {
        margin-bottom: 30px
    }

    .courses-details .courses-details-1st-text h1 {
        font-size: 32px
    }

    .clock-user {
        justify-content: flex-start;
        margin-top: 20px
    }

    .courses-details .courses-details-1st-text .clock {
        padding: 0 58px 15px 0
    }

    .courses-details .courses-details-1st-text .clock i,
    .courses-details .courses-details-1st-text .user i {
        color: #fff;
        padding: 2px 8px 15px 0
    }

    .courses-details .courses-details-1st-text p {
        font-size: 14px;
        margin-top: 0
    }

    .course-decription li .nav-link {
        font-size: 13px
    }

    .reviews {
        margin: 13px 0
    }

    .tab-content h3 {
        font-size: 16px;
        margin: 7px 2px
    }

    .tab-content p {
        margin: 7px 1px;
        font-size: 14px
    }

    .reviews .text {
        font-size: 14px;
        margin: 0
    }

    .error-body-text {
        margin-top: 80px
    }

    .blog-body .left-tag,
    .profile .profile-parrent .profile-child,
    .profile-input-1 {
        display: block
    }

    .blog-body .left-tag a {
        margin: 9px 16px 12px 0;
        display: inline-block
    }

    .blog-body .right-section .search {
        margin-top: 50px
    }

    .sing-up-img img {
        display: none
    }

    .sing-up-right .resend-code .form-control {
        margin: 0 9px 8px 2px
    }

    .sing-up-right .resend-code .btn {
        border: 1.5px solid #6e798a45;
        margin-top: 18px;
        margin-left: 0;
        background-color: #754ffe;
        margin-bottom: 30px;
        padding: 6px 12px
    }

    .instructor .instructor-about .skill .skill-point .skill-point-1 {
        margin: 0 50px 0 1px
    }

    .instructor .instructor-about .skill .skill-point .skill-point-1 h1 {
        font-size: 40px
    }

    .instructor-1 .instructor-about img {
        width: 56px;
        height: 56px;
        border-radius: 50%
    }

    .instructor-1 .instructor-about .pro-heading .name {
        margin: 2px 12px
    }

    .instructor-1 .instructor-about .pro-heading .name p {
        font-size: 11px;
        font-weight: 500
    }

    .instructor-1 .instructor-about .rating .rating-point i {
        color: #f9b23a;
        font-size: 14px;
        margin: 3px 2px 0 4px
    }

    .instructor-1 .instructor-about .rating {
        margin: 0;
        float: right
    }

    .instructor-1 .instructor-about {
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 29px 15px;
        border-radius: 10px;
        margin-bottom: 50px
    }

    .profile .profile-parrent .profile-child .child-text {
        margin-top: 12px
    }

    .profile .profile-parrent .profile-child-btn {
        display: inline-flex;
        height: 53px
    }

    .invoice-no .invoice-color {
        color: #754ffe;
        margin-right: 3px
    }

    .invoice-bill .invoice-total h2 {
        font-size: 25px;
        font-weight: 600;
        color: #754ffe
    }

    .invoice-2 .invoice-total {
        float: left;
        margin-top: 27px
    }

    .course-play-body {
        margin-top: -80px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        top: 33%;
        left: 42%
    }

    .course-play-banner img {
        height: 113px
    }
}

/*responsive.css END*/

/*summernote-lite.min.css*/
@font-face {
    font-display: auto;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    display: inline-block;
    font-family: summernote;
    font-size: inherit;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle
}

.note-icon-fw {
    text-align: center;
    width: 1.25em
}

.note-icon-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.note-icon-pull-left {
    float: left
}

.note-icon-pull-right {
    float: right
}

.note-icon.note-icon-pull-left {
    margin-right: .3em
}

.note-icon.note-icon-pull-right {
    margin-left: .3em
}

.note-icon-align:before {
    content: "\ea01"
}

.note-icon-align-center:before {
    content: "\ea02"
}

.note-icon-align-indent:before {
    content: "\ea03"
}

.note-icon-align-justify:before {
    content: "\ea04"
}

.note-icon-align-left:before {
    content: "\ea05"
}

.note-icon-align-outdent:before {
    content: "\ea06"
}

.note-icon-align-right:before {
    content: "\ea07"
}

.note-icon-arrow-circle-down:before {
    content: "\ea08"
}

.note-icon-arrow-circle-left:before {
    content: "\ea09"
}

.note-icon-arrow-circle-right:before {
    content: "\ea0a"
}

.note-icon-arrow-circle-up:before {
    content: "\ea0b"
}

.note-icon-arrows-alt:before {
    content: "\ea0c"
}

.note-icon-arrows-h:before {
    content: "\ea0d"
}

.note-icon-arrows-v:before {
    content: "\ea0e"
}

.note-icon-bold:before {
    content: "\ea0f"
}

.note-icon-caret:before {
    content: "\ea10"
}

.note-icon-chain-broken:before {
    content: "\ea11"
}

.note-icon-circle:before {
    content: "\ea12"
}

.note-icon-close:before {
    content: "\ea13"
}

.note-icon-code:before {
    content: "\ea14"
}

.note-icon-col-after:before {
    content: "\ea15"
}

.note-icon-col-before:before {
    content: "\ea16"
}

.note-icon-col-remove:before {
    content: "\ea17"
}

.note-icon-eraser:before {
    content: "\ea18"
}

.note-icon-float-left:before {
    content: "\ea19"
}

.note-icon-float-none:before {
    content: "\ea1a"
}

.note-icon-float-right:before {
    content: "\ea1b"
}

.note-icon-font:before {
    content: "\ea1c"
}

.note-icon-frame:before {
    content: "\ea1d"
}

.note-icon-italic:before {
    content: "\ea1e"
}

.note-icon-link:before {
    content: "\ea1f"
}

.note-icon-magic:before {
    content: "\ea20"
}

.note-icon-menu-check:before {
    content: "\ea21"
}

.note-icon-minus:before {
    content: "\ea22"
}

.note-icon-orderedlist:before {
    content: "\ea23"
}

.note-icon-pencil:before {
    content: "\ea24"
}

.note-icon-picture:before {
    content: "\ea25"
}

.note-icon-question:before {
    content: "\ea26"
}

.note-icon-redo:before {
    content: "\ea27"
}

.note-icon-rollback:before {
    content: "\ea28"
}

.note-icon-row-above:before {
    content: "\ea29"
}

.note-icon-row-below:before {
    content: "\ea2a"
}

.note-icon-row-remove:before {
    content: "\ea2b"
}

.note-icon-special-character:before {
    content: "\ea2c"
}

.note-icon-square:before {
    content: "\ea2d"
}

.note-icon-strikethrough:before {
    content: "\ea2e"
}

.note-icon-subscript:before {
    content: "\ea2f"
}

.note-icon-summernote:before {
    content: "\ea30"
}

.note-icon-superscript:before {
    content: "\ea31"
}

.note-icon-table:before {
    content: "\ea32"
}

.note-icon-text-height:before {
    content: "\ea33"
}

.note-icon-trash:before {
    content: "\ea34"
}

.note-icon-underline:before {
    content: "\ea35"
}

.note-icon-undo:before {
    content: "\ea36"
}

.note-icon-unorderedlist:before {
    content: "\ea37"
}

.note-icon-video:before {
    content: "\ea38"
}

.note-frame {
    border-radius: 4px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: sans-serif
}

.note-toolbar {
    background-color: #f5f5f5;
    border-bottom: 1px solid;
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    padding: 10px 5px
}

.note-btn-group {
    display: inline-block;
    margin-right: 8px;
    position: relative
}

.note-btn-group>.note-btn-group {
    margin-right: 0
}

.note-btn-group>.note-btn:first-child {
    margin-left: 0
}

.note-btn-group .note-btn+.note-btn,
.note-btn-group .note-btn+.note-btn-group,
.note-btn-group .note-btn-group+.note-btn,
.note-btn-group .note-btn-group+.note-btn-group {
    margin-left: -1px
}

.note-btn-group>.note-btn-group:not(:first-child)>.note-btn,
.note-btn-group>.note-btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.note-btn-group>.note-btn-group:not(:last-child)>.note-btn,
.note-btn-group>.note-btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.note-btn-group.open>.note-dropdown {
    display: block
}

.note-btn {
    background-color: #fff;
    background-image: none;
    border: 1px solid #dae0e5;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    outline: 0;
    padding: 5px 10px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.note-btn.focus,
.note-btn:focus,
.note-btn:hover {
    background-color: #ebebeb;
    border-color: #dae0e5;
    color: #333
}

.note-btn.disabled.focus,
.note-btn.disabled:focus,
.note-btn[disabled].focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn.focus,
fieldset[disabled] .note-btn:focus {
    background-color: #fff;
    border-color: #dae0e5
}

.note-btn.active,
.note-btn.focus,
.note-btn:active,
.note-btn:focus,
.note-btn:hover {
    background-color: #ebebeb;
    border: 1px solid #dae0e5;
    border-radius: 1px;
    color: #333;
    outline: 0;
    text-decoration: none
}

.note-btn.active,
.note-btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
    box-shadow: none;
    cursor: not-allowed;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -khtml-opacity: .65;
    -moz-opacity: .65;
    opacity: .65
}

.note-btn>span.note-icon-caret:first-child {
    margin-left: -1px
}

.note-btn>span.note-icon-caret:nth-child(2) {
    margin-right: -5px;
    padding-left: 3px
}

.note-btn-primary {
    background: #fa6362;
    color: #fff
}

.note-btn-primary.focus,
.note-btn-primary:focus,
.note-btn-primary:hover {
    background-color: #fa6362;
    border: 1px solid #dae0e5;
    border-radius: 1px;
    color: #fff;
    text-decoration: none
}

.note-btn-block {
    display: block;
    width: 100%
}

.note-btn-block+.note-btn-block {
    margin-top: 5px
}

input[type=button].note-btn-block,
input[type=reset].note-btn-block,
input[type=submit].note-btn-block {
    width: 100%
}

button.close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    line-height: 1;
    opacity: .2
}

.close:hover {
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.note-dropdown {
    position: relative
}

.note-color .dropdown-toggle {
    padding-left: 5px;
    width: 30px
}

.note-dropdown-menu {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .06);
    display: none;
    float: left;
    left: 0;
    min-width: 100px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.note-dropdown-menu>:last-child {
    margin-right: 0
}

.note-btn-group.open .note-dropdown-menu,
.note-dropdown-item {
    display: block
}

.note-dropdown-item:hover {
    background-color: #ebebeb
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
    color: #000;
    margin: 5px 0;
    text-decoration: none
}

.note-modal {
    bottom: 0;
    display: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    left: 0;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.note-modal.open {
    display: block
}

.note-modal-content {
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin: 30px 20px;
    outline: 0;
    position: relative;
    width: auto
}

.note-modal-header {
    border: 1px solid #ededef;
    padding: 10px 20px
}

.note-modal-body {
    padding: 20px 30px;
    position: relative
}

.note-modal-body kbd {
    background-color: #000;
    border-radius: 2px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    padding: 3px 5px
}

.note-modal-footer {
    height: 40px;
    padding: 10px;
    text-align: center
}

.note-modal-footer a {
    color: #337ab7;
    text-decoration: none
}

.note-modal-footer a:focus,
.note-modal-footer a:hover {
    color: #23527c;
    text-decoration: underline
}

.note-modal-footer .note-btn {
    float: right
}

.note-modal-title {
    color: #42515f;
    font-size: 20px;
    line-height: 1.4;
    margin: 0
}

.note-modal-backdrop {
    background: #000;
    bottom: 0;
    display: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    left: 0;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.note-modal-backdrop.open {
    display: block
}

@media (min-width:768px) {
    .note-modal-content {
        margin: 30px auto;
        width: 600px
    }
}

@media (min-width:992px) {
    .note-modal-content-large {
        width: 900px
    }
}

.note-modal .note-help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

.note-modal .note-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.note-modal .note-nav-link {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #007bff;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none
}

.note-modal .note-nav-link:focus,
.note-modal .note-nav-link:hover {
    color: #0056b3;
    text-decoration: none
}

.note-modal .note-nav-link.disabled {
    color: #868e96
}

.note-modal .note-nav-tabs {
    border-bottom: 1px solid #ddd
}

.note-modal .note-nav-tabs .note-nav-item {
    margin-bottom: -1px
}

.note-modal .note-nav-tabs .note-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.note-modal .note-nav-tabs .note-nav-link:focus,
.note-modal .note-nav-tabs .note-nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.note-modal .note-nav-tabs .note-nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96
}

.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    color: #495057
}

.note-modal .note-tab-content {
    margin: 15px auto
}

.note-modal .note-tab-content>.note-tab-pane,
.note-modal .note-tab-content>.note-tab-pane:target~.note-tab-pane:last-child {
    display: none
}

.note-modal .note-tab-content>.note-tab-pane:target,
.note-modal .note-tab-content>:last-child {
    display: block
}

.note-form-group {
    padding-bottom: 20px
}

.note-form-group:last-child {
    padding-bottom: 0
}

.note-form-label {
    color: #42515f;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%
}

.note-input {
    background: #fff;
    border: 1px solid #ededef;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    outline: 0;
    padding: 6px 4px;
    width: 100%
}

.note-input::-webkit-input-placeholder {
    color: #eee
}

.note-input:-moz-placeholder,
.note-input::-moz-placeholder {
    color: #eee
}

.note-input:-ms-input-placeholder {
    color: #eee
}

.note-tooltip {
    display: block;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    font-size: 13px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .15s;
    z-index: 1070
}

.note-tooltip.in {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.note-tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.note-tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.note-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.note-tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.note-tooltip.bottom .note-tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.note-tooltip.top .note-tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.note-tooltip.right .note-tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.note-tooltip.left .note-tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.note-tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.note-tooltip-content {
    background-color: #000;
    color: #fff;
    font-family: sans-serif;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.note-popover {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 1060
}

.note-popover.in {
    display: block
}

.note-popover.top {
    margin-top: -10px;
    padding: 5px 0
}

.note-popover.right {
    margin-left: 10px;
    padding: 0 5px
}

.note-popover.bottom {
    margin-top: 10px;
    padding: 5px 0
}

.note-popover.left {
    margin-left: -10px;
    padding: 0 5px
}

.note-popover.bottom .note-popover-arrow {
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0;
    left: 20px;
    margin-left: -10px;
    top: -11px
}

.note-popover.bottom .note-popover-arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: "\0020";
    margin-left: -10px;
    top: 1px
}

.note-popover.top .note-popover-arrow {
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
    left: 20px;
    margin-left: -10px
}

.note-popover.top .note-popover-arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: "\0020";
    margin-left: -10px
}

.note-popover.right .note-popover-arrow {
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    left: -11px;
    margin-top: -10px;
    top: 50%
}

.note-popover.right .note-popover-arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    content: "\0020";
    left: 1px;
    margin-top: -10px
}

.note-popover.left .note-popover-arrow {
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0;
    margin-top: -10px;
    right: -11px;
    top: 50%
}

.note-popover.left .note-popover-arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    content: "\0020";
    margin-top: -10px;
    right: 1px
}

.note-popover-arrow {
    border: 11px solid transparent;
    height: 0;
    position: absolute;
    width: 0
}

.note-popover-arrow:after {
    border: 10px solid transparent;
    content: "\0020";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.note-popover-content {
    background-color: #fff;
    color: #000;
    min-height: 30px;
    min-width: 100px;
    padding: 3px 8px;
    text-align: center
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    background-color: #fff;
    color: #87cefa;
    display: none;
    opacity: .95;
    position: absolute;
    z-index: 100
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: none
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #00000032
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    word-wrap: break-word;
    overflow: auto;
    padding: 10px
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: #8080801d
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
    background-color: #222;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
    display: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    outline: none;
    padding: 10px;
    resize: none;
    width: 100%
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1050
}

.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
    border: 0;
    border-top: 1px solid #e2e2e2;
    color: #000;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 1.42857143;
    margin-bottom: 0;
    width: 100%
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
    border-top: 0 solid transparent;
    height: 0
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
    float: right !important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
    color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
    color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
    color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
    background-color: #f5f5f5;
    border-radius: 0;
    color: #000;
    margin: -7px 0 0;
    padding: 7px 10px 2px
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
    background-color: #dff0d8 !important;
    color: #3c763d !important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
    background-color: #d9edf7 !important;
    color: #31708f !important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
    background-color: #fcf8e3 !important;
    color: #8a6d3b !important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
    background-color: #f2dede !important;
    color: #a94442 !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: #8080801d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #00000032
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
    cursor: ns-resize;
    height: 9px;
    padding-top: 1px;
    width: 100%
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    border-top: 1px solid #00000032;
    margin: 1px auto;
    width: 20px
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-editor.note-airframe {
    border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0
}

.note-popover.popover {
    display: none;
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.note-popover.popover .arrow {
    left: 20px !important
}

.note-toolbar {
    position: relative
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    cursor: pointer;
    height: 10em;
    position: absolute !important;
    width: 10em;
    z-index: 3
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
    height: 5em;
    position: relative !important;
    width: 5em;
    z-index: 1
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
    height: 1em;
    position: absolute !important;
    width: 1em;
    z-index: 2
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
    margin: 0;
    padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
    padding-left: 5px;
    width: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    margin: 2px 7px;
    text-align: center
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    width: 100%
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
    margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
    left: auto;
    right: 0
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
    left: auto !important;
    right: 9px
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
    left: auto !important;
    right: 10px
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
    color: #00bfff;
    visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
    visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
    line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
    border: 0;
    border-radius: 0;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all .2s
}

.note-modal .modal-dialog {
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.note-modal .form-group {
    margin-left: 0;
    margin-right: 0
}

.note-modal .note-modal-form {
    margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
    border: 4px dashed #d3d3d3;
    color: #d3d3d3;
    font-size: 30px;
    line-height: 4;
    margin-bottom: 10px;
    min-height: 100px;
    text-align: center
}

.note-placeholder {
    color: gray;
    display: none;
    position: absolute
}

.note-handle .note-control-selection {
    border: 1px solid #000;
    display: none;
    position: absolute
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    height: 100%;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    width: 100%
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
    border: 1px solid #000;
    height: 7px;
    width: 7px
}

.note-handle .note-control-selection .note-control-sizing {
    background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
    border-bottom: none;
    border-right: none;
    left: -5px;
    top: -5px
}

.note-handle .note-control-selection .note-control-ne {
    border-bottom: none;
    border-left: none;
    right: -5px;
    top: -5px
}

.note-handle .note-control-selection .note-control-sw {
    border-right: none;
    border-top: none;
    bottom: -5px;
    left: -5px
}

.note-handle .note-control-selection .note-control-se {
    bottom: -5px;
    cursor: se-resize;
    right: -5px
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    border-left: none;
    border-top: none;
    cursor: default
}

.note-handle .note-control-selection .note-control-selection-info {
    background-color: #000;
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    font-size: 12px;
    margin: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    padding: 5px;
    right: 0
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    max-height: 150px;
    overflow: auto;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    background-color: #428bca;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.4;
    outline: 0;
    text-decoration: none;
    white-space: nowrap
}

body .note-fullscreen-body,
html .note-fullscreen-body {
    overflow: hidden !important
}

.note-editor .note-editing-area .note-editable table {
    border-collapse: collapse;
    width: 100%
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
    border: 1px solid #ececec;
    padding: 5px 3px
}

.note-editor .note-editing-area .note-editable a {
    background-color: inherit;
    color: #337ab7;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: inherit
}

.note-editor .note-editing-area .note-editable a:focus,
.note-editor .note-editing-area .note-editable a:hover {
    color: #23527c;
    outline: 0;
    text-decoration: underline
}

.note-editor .note-editing-area .note-editable figure {
    margin: 0
}

.note-modal .note-modal-body label {
    display: inline-block;
    margin-bottom: 2px;
    padding: 2px 5px
}

.note-modal .note-modal-body .help-list-item:hover {
    background-color: #e0e0e0
}

@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto
    }
}

.help-list-item label {
    display: inline-block;
    margin-bottom: 5px
}

/*summernote-lite.min.css END*/

/*tagify.css*/
tags tag,
tags tag>span {
    display: inline-block;
    transition: .13s ease-out
}

tags .input,
tags tag {
    position: relative;
    white-space: nowrap
}

tags {
    display: inline-block;
    border: 1px solid #ddd;
    overflow: hidden;
    cursor: text;
    width: -webkit-fill-available
}

tags:hover {
    border-color: #ccc
}

@keyframes tags--bump {
    30% {
        box-shadow: 0 0 0 4px #e5e5e5
    }
}

tags tag {
    vertical-align: top;
    margin: 5px 0 0 5px;
    font-size: 13px;
    cursor: default;
    animation: .3s ease-out tags--bump
}

tags tag>span {
    padding: .3em 1.5em .3em .5em;
    border-radius: 3px;
    color: #000;
    background: #e5e5e5
}

tags tag:hover span {
    box-shadow: 0 0 0 2px #7ac3ff inset;
    transition: 50ms
}

tags tag.tagify--noAnim {
    animation: none
}

tags tag.tagify--hide {
    pointer-events: none;
    width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transform: scale(0);
    transition: .3s
}

@keyframes tagify--pulse {
    50% {
        box-shadow: 0 0 0 2px #7ac3ff inset
    }
}

tags tag.tagify--mark span {
    animation: .4s ease-out 3 tagify--pulse
}

tags tag x {
    font: 14px/15px Serif;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    right: calc(.5em - 2px);
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .2s
}

tags tag x::after {
    content: "\00D7"
}

tags tag x:hover {
    color: #fff;
    background: #cc8282
}

tags tag x:hover+span {
    box-shadow: 0 0 0 2px #d39494 inset;
    transition: .2s
}

tags input,
tags textarea {
    border: 0;
    display: none
}

tags div {
    display: inline-block;
    min-width: 10px;
    padding: 6.3px 0
}

tags .input {
    display: block
}

tags .input.placeholder {
    color: #999
}

tags .input.placeholder::after {
    opacity: 1;
    transform: none;
    max-width: 200px
}

tags .input::after {
    content: attr(data-placeholder);
    display: inline-block;
    opacity: 0;
    max-width: 0;
    transform: translatex(6px);
    transition: .15s ease-out
}

tags .input::before {
    content: '\200B'
}

tags .input:focus {
    outline: 0
}

/*tagify.css END*/

/*toastr.css*/
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center,
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center,
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

/*toastr.css END*/