@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Ubuntu:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");

* {
    padding: 0;
    margin: 0;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #171d23;
}

::-webkit-scrollbar-thumb {
    background: #f43600;
}

.position {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}


body {
    background: #fff;
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
    font-family: "Ubuntu", sans-serif;
}

hr {
    border-color: #f05f40;
    border-width: 3px;
    max-width: 50px;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    list-style: none;
    font-size: 14px;
    outline: none !important;
    font-family: "Ubuntu", sans-serif;
    text-decoration: none !important;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000;
    font-family: "Ubuntu", sans-serif;
}

p span {
    font-weight: 600;
}

label {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.8px;
    color: #000;
    font-family: "Ubuntu", sans-serif;
}

.pt-9 {
    padding-top: 8.5rem !important;
}

.pt-6 {
    padding-top: 6.5rem !important;
}

button:focus {
    outline: 0 !important;
}

.bg-light-blue {
    background: #384a58 !important;
}

.bg-dark-blue {
    background: #171d23 !important;
}

.bg-orange {
    background: #f43600 !important;
}

.bg-purchased {
    background: #536d05 !important;
}

.bg-light-yellow {
    background: #fcefab !important;
}

.bg-dark-yellow {
    background: #e8d821 !important;
}

.bg-light-pink {
    background: #fdcde6 !important;
}

.bg-pink {
    background: #e91482;
}

.text-green {
    color: #42ea36 !important;
}

.text-blue {
    color: #1d7cdd !important;
}

.text_orange {
    color: #f43600 !important;
}

.form-control {
    border-radius: 0;
    background: #ffffff;
    border-color: #565656 !important;
    font-weight: 500;
}

.form-control:focus {
    border-color: #ff8fc9;
    outline: 0;
    box-shadow: inherit;
}

.filter_section .form-control {
    border-radius: 0;
    background: #ffffff;
    border-color: #d7d7d7 !important;
    font-weight: 500;
    color: #6e6e6e;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
}

.rg-height230 {
    height: 230px;
}

.plr {
    padding: 0 10px;
}

/*-------------header--------------*/
.header-nav {
    justify-content: flex-end;
}
.navbar-brand{
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .signup-bg {
    background: #262c32;
    padding: 0 15px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .signup-bg i {
    margin-right: 8px;
}

.navbar-light .navbar-nav .search-icon {
    padding: 30px 10px;
    width: 95px;
    height: 85px;
    text-align: center;
}

.nav-text {
    color: #ffffff;
    font-family: "Itim", cursive;
    font-style: italic;
    font-size: 18px;
}

.nav-text span {
    color: #f43600;
}

.header_padding{
    margin-top: 85px;
}
/*----------------footer--------------*/
footer {
    background: #0d1115;
    padding-bottom: 0 !important;
}

.footer-add p {
    color: #ffffff;
    font-size: 13px;
}

.widget-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    font-family: "Barlow", sans-serif;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    list-style: none;
    margin-top: 0px;
    display: block;
    line-height: 0px;
}

.footer-widget ul li a {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    opacity: 0.7;
}

.footer-widget ul li a:hover,
.footer-widget ul li a:focus {
    color: #f43600;
    opacity: 1;
}

.ft_bottom_text p {
    color: #ffffff;
    font-size: 13px;
}

.img-footer {
    max-width: 150px;
    margin-bottom: 2rem;
}

.footer-card {
    border-left: 1px solid #5c5e61;
    padding: 15px 0 8px 15px !important;
    display: flex;
}

.footer-card li {
    width: 46px;
    margin: 0 2px;
    float: left;
}

.footer-card li a img {
    width: 100%;
    opacity: 1;
}

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

.sub-footer ul li {
    float: left;
    padding: 0 10px;
    line-height: 24px !important;
    color: #fff !important;
}

.sub-footer ul li a {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

.sub-footer ul li a:hover {
    color: #f43600;
    opacity: 1;
}

.sub-footer {
    position: absolute;
    bottom: -31px;
    right: 0;
}

.bottom-footer {
    background: #171d23;
    padding: 15px 112px;
}

.bottom-footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.social_icon a {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #5c5c5c;
    padding-top: 8px;
    margin-right: 5px;
}

.social_icon a:hover {
    background: #f43600;
}

/*----------Banner-------------*/

.banner {
    background: url(../img/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 590px;
    padding: 100px 0;
    margin-top: 85px;
}

.banner h1 {
    font-size: 58px;
    color: #191919;
    line-height: 59px;
    margin-bottom: 15px;
}

.banner h1 span {
    color: #f43600;
    font-weight: bold;
}

.banner p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
}

.viewmore {
    background: #f43600;
    color: #fff !important;
    width: 160px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
}

.viewmore:hover {
    background: #384a58;
}

.signbtn {
    background: #384a58;
    color: #fff;
    /* width: 160px; */
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-size: 14px;
}

.signbtn:hover {
    background: #171d23;
    color: #fff;
}

.newarival {
    padding-top: 50px;
}

.newarival h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

.newarival h1 span {
    color: #191919 !important;
}

.newarival h6 {
    font-weight: 700;
    line-height: 28px;
}

.img-title {
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: #fff;
    padding: 10px 35px;
}

.img-title h5 {
    font-size: 13px;
    color: #384a58;
    letter-spacing: 5px;
    font-weight: 700;
}

.body-title h1 {
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 15px;
}

.body-title h1 span {
    color: #191919;
    font-size: 58px;
    font-weight: bold;
}

.body-title p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 45px;
}

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

/*--------------My Teams--------------*/

.my_teams h1 {
    font-size: 48px;
    color: #191919;
    margin-bottom: 25px;
}

.item .card {
    background: #252a30;
    border-radius: 10px;
    border: 0;
}

.item .card .card-title {
    color: #fff;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item .card .card-img-top {
    border-radius: 8px;
    object-fit: cover;
}

.item .card .card-text {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.item .card .card-title {
    color: #fff;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tutior_list_d .card-body p {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.img_border {
    width: 75px;
    height: 7px;
    background: #f43600;
    position: relative;
    margin: 0 auto;
    border: 0;
    margin-top: -21px;
    margin-bottom: 28px;
}

.item .card a {
    font-size: 18px;
    color: #99a6b0;
}

.item .card a:hover {
    color: #f43600;
}

.my_teams .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #9ea2a7 !important;
    top: 42%;
    font-size: 13px !important;
}

.my_teams .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #9ea2a7 !important;
    top: 42%;
    font-size: 13px !important;
}

.testimonialbody {
    background: #e9e7e8;
    padding: 0px 15px 0 0;
}

.testitext {
    position: relative;
    background: #252a30;
    padding: 45px !important;
    color: #fff !important;
    border-radius: 8px;
    left: -12%;
    top: 20px;
}

.testitext p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

.testitext h6 {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.testitext h6 span {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #b1bdcb;
}

.quote_icon {
    position: relative;
    margin-top: -76%;
}

.testimonialbody img {
    position: relative;
    left: -5%;
    top: 10px;
}

.accordion .card-header:after {
    /*font-family: "FontAwesome";*/
    content: "\2212";
    float: right;
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 0;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002B";
}

.faqs .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.faqs .accordion p {
    color: #fff !important;
}

/*--------------Newsletter---------------*/

.newsletter h6 {
    font-size: 28px;
    color: #191919;
    font-weight: bold;
}

.newsletter h6 span {
    color: #384a58;
    font-size: 16px;
    margin: 10px 0 0 0;
    font-weight: 500;
    display: block;
    width: 80%;
    line-height: 26px;
}

.newsletter .form-control {
    background: #efefef;
    border: #efefef;
    color: #191919;
    height: 43px;
}

.newsletter .form-check-input {
    margin-top: 14px;
}

/*-------------About_Us---------------*/

.banner-about {
    background: url(../img/banner_about.png) no-repeat;
    background-position: center right;
    background-size: cover;
}

.banner-about h1 {
    font-size: 44px !important;
}

.banner-about h1 span {
    font-size: 58px;
}

.about-text p {
    font-size: 14px;
    line-height: 26px;
    color: #191919;
    margin-bottom: 5px !important;
}

/*--------------Guitar------------*/

.guitar_banner {
    background: url(../img/guitter_banner.png) no-repeat;
    background-position: center right;
}

.guitar_banner label {
    font-size: 16px;
    font-weight: 700;
}

.guitar_banner .form-control {
    background: #384a58;
    font-size: 16px;
    color: #fff !important;
    font-family: "Ubuntu", sans-serif;
    border: 0px;
}

.guitar_banner .keyword {
    background: #efefef;
    border: #efefef;
    color: #191919 !important;
    height: 43px;
    font-size: 15px;
}

.more-course {
    margin-bottom: 20px;
    transition: all 0.5s;
    border-radius: 0;
}

.more-course:hover {
    background: #ffffff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.more-course .card-title {
    font-size: 18px;
    color: #191919;
    font-weight: bold;
}

.more-course .card-text {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #191919;
    font-size: 14px;
    line-height: 22px;
}

.purchased-Full {
    background: #4caf50;
    color: #fff !important;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
}

.purchased-Full:hover {
    background: #317934;
}

.preview-Full {
    background: #475b6c;
    color: #fff !important;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
}

.preview-Full:hover {
    background: #384a58;
}

.buyfull {
    background: #f43600;
    color: #fff !important;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    height: 39px;
    margin-right:5px;
}
.buyfull svg{
    width: 18px;
    fill: #fff;
}

.buyfull:hover {
    background: #384a58;
}

.detail {
    background: #394b59;
    color: #fff !important;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    display: block;
}

.detail:hover {
    background: #f43600;
}

.preview {
    background: #475b6c;
    color: #fff !important;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    display: block;
}

.preview:hover {
    background: #f43600;
}

/* ========== Series Breadcrumb ========== */
.series-breadcrumb{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
}
.series-breadcrumb .b-item{
    position: relative;
    padding: 0;
    margin-right: 4px;
}
.b-item a{
    position: relative;
    padding: 10px;
    padding-left: 30px;
    color: #2c3f4c;
    background-color: #edeff0;
    border-color: #edeff0;
    display: inline-block;
}
.b-item::after, .b-item a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-right-width: 0;
    border-left-width: 16px;
}
.b-item::after{
    z-index: 1;
    transform: translateX(4px);
    border-left-color: #ffffff;
    margin: 0;
}
.b-item a::after{
    z-index: 2;
    border-left-color: inherit;
}
.b-item:first-child a{
    padding-left: 20px;
}
.b-item a.active{
    padding-right: 20px;
    background-color: #f03412;
    color: #fff;
}
.b-item a.active::after{
    content: unset;
}

/*-----------series_details------------*/

.series_details {
    background: url(../img/series_banner.png) no-repeat;
    background-position: center center;
}

.series_details label {
    font-size: 16px;
    font-weight: 700;
}

.series_details .form-control {
    background: #384a58;
    font-size: 16px;
    color: #fff !important;
    font-family: "Ubuntu", sans-serif;
    border: 0px;
}

.series_details .keyword {
    background: #efefef;
    border: #efefef;
    color: #191919 !important;
    height: 43px;
    font-size: 15px;
}

.music-cata {
    margin: 0;
    padding: 0;
    list-style: none;
}

.music-cata li {
    display: inline-block;
    margin: 0 3px;
}

.music-cata a {
    border: 1px solid #898989;
    color: #191919;
    padding: 8px 15px;
    display: block;
    text-align: center;
}

.music-cata a:hover {
    background: #384a58;
    color: #fff;
    border: 1px solid #384a58;
}

.music-cata .active {
    background: #384a58;
    color: #fff;
    border: 1px solid #384a58;
}


.title-inner h1 {
    font-size: 48px;
    color: #191919;
}

/*----------------subscription--------------*/

.subsscription {
    background: url(../img/subscribe_banner.png) no-repeat;
    background-position: center center;
}

.subscribe-card {
    transition: all 0.5s;
    border-radius: 0;
    height: 100%;
}

.subscribe-card:hover {
    background: #ffffff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.subscribe-card .card-body p {
    color: #ffffff;
}

.subscribe-card .card-body h6 {
    color: #ffffff;
    font-size: 24px;
}

.subscribe-card .card-body h6 span {
    font-size: 14px;
    font-weight: 400;
}

.child-subs {
    margin: 20px 0 0 0;
    padding: 20px 0 0px 0;
    list-style: none;
    border-top: 1px solid #5e6d78;
}

.child-subs li {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: url(../img/right-icon.png) no-repeat 0 3px;
    padding: 0 0 0 30px;
    margin-bottom: 12px;
    text-align: left;
}

.hidden {
    width: 100%;
    z-index: 2;
    position: fixed;
    right: -100%;
    background: rgba(255, 255, 255, 0.55);
    color: #fff;
    backdrop-filter: blur(10px);
    bottom: 0;
    top: 85px;
}
.noticeMenuTop {
    width: 100%;
    padding: 25px 50px;
    background-color: #171d23;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#noticeHidden .r_menu_ul{
    padding-right: 10px;
    padding-top: 50px;
}
.noticeMenu h4 {
    color: #fff;
    font-weight: 400;
}

.noticeMenu .card {
    background-color: #f43603;
}

.noticeMenu p {
    color: #fff;
}

.menu-section {
    width: 40%;
    max-width: 500px;
    background: #171d23;
    padding: 25px 60px;
    height: 100%;
    margin-left: auto;
    position: relative;
}

.nav-side-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 60px;
}

#myTabContent {
    height: 100%;
    padding-top: 160px;
}

#myTabContent .tab-pane {
    height: 100%;
}

.menu-section .nav-tabs .nav-link {
    color: #fff !important;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    padding: 15px 30px !important;
    font-weight: 300 !important;
    width: 120px !important;
    text-align: center;
    border-radius: 0;
    border-color: #283038 !important;
}

.menu-section .nav-tabs .nav-link:hover {
    color: #f43600 !important;
}

.menu-section .nav-tabs .active {
    color: #f43600 !important;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    width: 120px !important;
    text-align: center;
}

.menu-section .nav-tabs {
    border-bottom: 1px solid #283038;
}

.orange_border {
    width: 6px;
    height: 290px;
    position: absolute;
    left: -6px;
    top: 20%;
    background: #f43600;
    border-radius: 20px 0 0 20px;
}

.r_menu_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    padding-right: 70px;
}

.r_menu_ul li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 0 15px 30px;
    text-align: right;
    display: block;
    text-transform: uppercase;
}

.r_menu_ul li a:hover {
    background: #202931;
}

.r_menu_ul li .active {
    background: #202931;
}

/***************** Loader Design **************************/
.loading-data {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading-data:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
}

.loading-data:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-data:not(:required):after {
    content: "";
    display: block;
    font-size: 12px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0,
        rgba(255, 255, 255, 1) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 1) 0 1.5em 0 0,
        rgba(255, 255, 255, 1) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 1) -1.5em 0 0 0,
        rgba(255, 255, 255, 1) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 1) 0 -1.5em 0 0,
        rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0,
        rgba(255, 255, 255, 1) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 1) 0 1.5em 0 0,
        rgba(255, 255, 255, 1) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 1) -1.5em 0 0 0,
        rgba(255, 255, 255, 1) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 1) 0 -1.5em 0 0,
        rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/***************** Loader Design End **********************/
/***************** Sweet Alert Design **********************/
.swal-button {
    padding: 5px 14px;
    font-family: averta;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.swal-button:hover {
    background: transparent;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: transparent !important;
}

.swal-modal {
    width: 335px;
    border-radius: 0px;
}

.swal-button--cancel:focus {
    box-shadow: inherit;
}

.swal-title {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 12px 16px;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    background: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.swal-title:first-child {
    margin-top: 0px;
}

.swal-footer {
    text-align: right;
    padding-top: 0px;
    margin-top: 20px;
    padding: 9px 16px;
    border-top: 1px solid #ccc;
}

.swal-text {
    font-size: 16px;
    padding: 0px 10px;
    font-family: averta;
    color: #000;
}

.swal-title {
    margin-top: 0px;
    font-family: averta;
    color: #000;
    font-size: 16px;
}

.swal-button--cancel {
    background-color: transparent;
    color: #c5c5c5;
    padding: 5px 14px;
}

.swal-button-container {
    margin: 0px;
}

.swal-button--cancel:hover {
    background-color: transparent;
}

.swal-button--danger {
    background: #528be9 !important;
    border: 1px solid #2e75b6 !important;
    padding: 0px 16px;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 14px;
}

.swal-button--confirm {
    background: #528be9 !important;
    border: 1px solid #2e75b6 !important;
    padding: 0px 16px;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 14px;
}

.swal-button--danger:hover {
    background: #2e75b6 !important;
    border: 1px solid #2e75b6 !important;
}

.sweet-alert {
    margin-left: -240px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.sweet-alert h2 {
    font-size: 18px;
    padding-top: 20px;
}

.sweet-alert .sa-button-container .cancel {
    background: transparent;
    color: #8c8c8c;
    border: 0;
    font-size: 14px;
    padding: 6px 15px;
    text-transform: uppercase;
}

/* .sweet-alert .sa-confirm-button-container{} */
.sweet-alert .sa-confirm-button-container .confirm {
    background: #528be9;
    color: #fff;
    border: 1px solid #528be9;
    padding: 6px 15px;
    font-size: 14px;
}

.sweet-alert .sa-button-container {
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 12px 12px 0px 12px;
}

/**************** Sweet Alert Design END********************************/

/*Signup Style*/
.padd-area {
    padding-left: 77px;
}

.signupacc-text {
    border-left: 3px solid #f43600;
    padding: 5px 0 5px 25px;
}

.signupacc-text h3 {
    color: #161e1e;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}

.signupacc-text p {
    font-size: 15px;
    color: #646464;
}

.signup {
    background: #f7fafb;
}

.orpart {
    padding: 20px 0;
}

.under-formarea .form-group {
    margin-bottom: 25px;
    position: relative;
}

.under-formarea .form-group label {
    color: #232323;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 15px;
    width: 50%;
    display: flex;
    align-items: center;
}

.under-formarea .form-group label span {
    color: #029fc9;
}

.under-formarea .form-group label img {
    margin-right: 10px;
}

.under-formarea .form-group .form-control {
    border: none;
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
    width: 50%;
    font-weight: 400;
}

.under-formarea label .btn-link {
    padding: 0px;
}

.under-formarea .form-group .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #c4c4c4;
    outline: 0;
    box-shadow: none;
}

.under-formarea .form-group label .btn-link:focus {
    box-shadow: none;
    color: #f43600;
}

.confirmpw {
    position: absolute;
    right: 0;
}

.already-have {
    margin-bottom: 30px;
}

.already-have p {
    color: #232323;
    font-weight: 600;
    opacity: 0.6;
}

.already-have p span {
    color: #029fc9;
}

.btn-signup {
    width: 100%;
    background: #384a58;
    border: none;
    padding: 18px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
}

.btn-signup:hover {
    background: #384a58;
}

.btn-signup:focus {
    color: #fff;
    background-color: #384a58;
    border-color: transparent;
    box-shadow: none;
    border: none;
}

.btn-signup:not(:disabled):not(.disabled).active,
.btn-signup:not(:disabled):not(.disabled):active,
.show>.btn-signup.dropdown-toggle {
    color: #fff;
    background-color: #384a58;
    border-color: transparent;
    border: none;
}

.endsign {
    margin-top: 25px;
}

.signup-area {
    background: #fff;
    border-top: 45px solid #384a58;
    border-radius: 10px;
    box-shadow: 0 0px 35px #0000002e;
}

.under-formarea {
    padding: 35px 35px 15px 35px;
}

.google-login {
    height: 60px;
    border-radius: 50px;
    background: #f7fafb url("/design/img/google-icon.png") no-repeat left;
    border: 1px solid #e6e6e6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position-x: 12px;
}

.google-login a {
    color: #029fc9;
    font-size: 17px;
    font-weight: bold;
}

.orpart {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    align-items: center;
    justify-content: center;
}

.orpart::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 175px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(162, 162, 162, 1) 100%);
}

.orpart::after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    width: 175px;
    background: rgb(162, 162, 162);
    background: linear-gradient(90deg,
            rgba(162, 162, 162, 1) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.endsign {
    color: #37364f;
    font-size: 15px;
    font-weight: 500;
}

/************** Log in *********************/

.full-loginmodal .modal-dialog {
    max-width: 100%;
    margin: 0;
    display: flex;
    height: 100%;
    top: 50px;
    position: relative;
}

.full-loginmodal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 639px;
    width: 639px;
    margin: 0 auto;
    flex-direction: column;
}

.full-loginmodal .modal-body form {
    width: 100%;
}

.full-loginmodal .modal-content {
    background-color: rgb(23 29 35 / 80%);
    border: none;
    border-radius: 0rem;
    outline: 0;
    min-height: 800px;
}

.full-loginmodal .form-control {
    background: rgb(43 51 55 / 90%);
    border: none;
    border-radius: 50px;
    height: 55px;
    padding: 0 30px;
    color: #fff;
    border: 1px solid #6b6b6b !important;
}

.full-loginmodal p {
    color: #ffffff;
    font-size: 18px;
}

.full-loginmodal p a {
    color: #029fc9;
    font-size: 18px;
    font-weight: 500;
}

.full-loginmodal .form-group {
    margin-bottom: 30px;
}

.orange-btn {
    background: #f43600;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px;
    width: 200px;
}

.orange-btn:hover {
    background: #f43600;
    border: none;
}

.orange-btn:focus {
    background: #f43600;
    border: none;
    box-shadow: none;
}

.orange-btn:not(:disabled):not(.disabled).active:focus,
.orange-btn:not(:disabled):not(.disabled):active:focus,
.show>.orange-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.orange-btn:not(:disabled):not(.disabled).active,
.orange-btn:not(:disabled):not(.disabled):active,
.show>.orange-btn.dropdown-toggle {
    color: #fff;
    background: #f43600;
    border-color: transparent;
}

.full-loginmodal .close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    color: #fff;
    opacity: 1;
    padding: 30px;
    font-weight: 400;
    font-size: 30px;
}

.full-loginmodal .modal {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 1 !important;
    background: url(../img/backgroundlogin.jpg) no-repeat center;
    background-size: cover;
}

.headinglog {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

/************ Admin ******************/

/*****************************/
/*        Head Admin */
/*****************************/

.admin-left {
    display: flex;
    align-items: center;
}

.btn-togglearea {
    width: 75px;
    height: 90px;
    flex: 0 0 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e0e0e;
    margin-right: 30px;
}

.btn-togglearea a {
    font-size: 50px;
    color: #f43600;
}

.opennav {
    font-size: 30px;
    color: #f43600;
}

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

.admin-right {
    background: #f43600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 0px;
    flex: 0 0 185px;
}

.admin-right i {
    color: #fff;
    font-size: 30px;
}

.admin-right a {
    padding: 0 25px;
    position: relative;
}

.admin-right a span {
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    z-index: 9999;
    right: 10px;
}

.admin-left .navbar-brand {
    margin-bottom: 0;
    padding: 0;
}

/*****************************/
/*        Head Admin */
/*****************************/

.cover-admin {
    display: flex;
    position: relative;
}

.sidenav {
    height: auto;
    width: 295px;
    flex: 0 0 295px;
    position: relative;
    z-index: 1;
    left: 0;
    background-color: #262c32;
    overflow-x: hidden;
    transition: 0.5s;
}

.linkside li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
    border-bottom: 2px solid #5c6065;
    line-height: 2;
}

.sidenav li a>img {
    margin-right: 20px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left 0.5s;
    /* margin-left: 295px; */
    padding: 0 5%;
}

.profile-details {
    background: #2f343a;
    padding-top: 50px;
}

.pro-image {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
}

.client-name {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.details-list {
    padding-bottom: 40px;
    border-bottom: 2px solid #5c6065;
}

.details-list li {
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
}

.details-list li img {
    margin-right: 15px;
}

.user-profile {
    background: #2f343a;
    padding: 30px 0;
}

.socialmedia {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 20px;
}

.socialmedia li a {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #2f343a;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
    font-size: 20px;
}

.socialmedia li:hover a {
    color: #2f343a;
}

.edit-prof-btn {
    background: #f43600;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    margin: 0 auto;
}

.edit-prof-btn img {
    margin-right: 10px;
}

.logout-btn {
    background: #0e0e0e;
    padding: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}

/**************** Contact Us *********************/
.under-contact {
    background: #262c32;
    padding-top: 75px;
    padding-bottom: 100px;
    margin-top: 85px;
}

.con-formarea {
    background: #171d23;
    padding: 50px 30px;
}

.full-image {
    width: 100%;
}

.top-infocon a {
    display: block;
    font-size: 21px !important;
    color: #fff !important;
    line-height: 2;
}

.blue-text {
    font-size: 21px;
    color: #3e8ac8 !important;
}

.top-infocon a span,
.top-infocon p span {
    color: #f43600 !important;
}

.top-infocon p {
    font-size: 21px;
    color: #fff;
    margin: 0;
    line-height: 2;
}

.con-formarea .form-control {
    background: #252a30;
    border: none;
}

.con-formarea input[type="text"] {
    height: 58px;
    padding: 0 15px;
}

.contact-btn {
    background: #f43600;
    font-size: 18px;
    color: #fff;
    width: 100%;
    border-radius: 0;
    border: none;
    height: 55px;
}

.contact-btn:hover {
    color: #fff;
    background-color: #f43600;
    border-color: transparent;
}

.contact-btn:not(:disabled):not(.disabled).active,
.contact-btn:not(:disabled):not(.disabled):active,
.show>.contact-btn.dropdown-toggle {
    color: #fff;
    background-color: #f43600;
    border-color: transparent;
}

.contact-btn.focus,
.contact-btn:focus {
    color: #fff;
    background-color: #f43600;
    border-color: transparent;
    box-shadow: none;
}

.policy {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 85px;
}

.lightgray {
    background: #f7f8fa;
}

.privacy-image {
    width: calc(100% - -100%);
}

.privacy-image img {
    width: 100%;
}

.content-priv h3 {
    font-size: 60px;
    font-weight: bold;
    color: #090909;
    line-height: 1.5;
    margin-bottom: 35px;
}

.content-priv {
    padding-left: 15%;
    padding-top: 100px;
    padding-bottom: 70px;
}

.content-priv p {
    font-size: 15px;
    color: #515151;
}

.content-priv ul {
    list-style: none;
    margin: 30px 0;
}

.content-priv ul li {
    color: #515151;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 45px;
    background: url("../img/check-icon.png") no-repeat left;
    background-position-y: top;
}

/**************** Thank You   *********************/
.thank-you {
    padding: 70px 0;
}

/*.thamk-youmiddle {
    width: 670px;
    margin: 0 auto;
}*/
.area-thank h2 {
    font-size: 90px;
    color: #161e1e;
    font-weight: bold;
    line-height: 1;
}

.area-thank h3 {
    font-size: 37px;
    color: #161e1e;
    font-weight: 400;
    line-height: 36px;
    margin: 15px 0;
}

.area-thank h3 span {
    color: #f43600;
    font-weight: bold;
}

.area-thank {
    padding-left: 20px;
    /*border-left: 5px solid #f43600;*/
    margin: 40px 0;
}

.client-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 60px;
}

.client-pic img {
    width: 100%;
}

.client-details {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.client-details h4 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    padding-left: 15px;
}

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

.area-thank ul li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}

.area-thank ul li span {
    font-weight: 400;
    margin-left: 8px;
    color: #ff5524;
}

.area-thank ul li a {
    width: 160px;
    background: #f43600;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin-top: 30px;
}

/*==============10/09/2021===============*/

/*.tutor-list .item .card .card-text {
    height: 76px;
    overflow: hidden;
}*/

.instrument_list .item {
    padding: 10px 15px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #f1f1f1;
    position: relative;
}

.instrument_list .item .image_item {
    background-size: cover !important;
    width: 100%;
    padding-bottom: 150%;
    display: block;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat;
    margin-bottom: 0;
    border-radius: 8px;
}

.instrument_list .item:hover {
    box-shadow: 0 0.145rem 0.25rem rgba(0, 0, 0, 0.15) !important;
}

.sortby label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.sortby select {
    font-size: 15px;
    border-radius: 0;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    background: #fff;
    border: 1px solid #cfcfcf !important;
}

.bredcamb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bredcamb li {
    margin: 0 5px;
    color: #808080;
    display: inline-flex;
    font-size: 15px;
}

.bredcamb a {
    color: #808080;
    font-size: 15px;
    line-height: 25px;
    display: block;
    font-weight: 400;
}

.bredcamb li .active {
    color: #f43600;
    opacity: 1;
}

.text-item h5 {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 25px 0;
    color: #384a58;
    letter-spacing: 0.85px;
}

.testimonial .testitext {
    left: 0;
}

.testimonial .quote_icon {
    position: absolute;
    margin-top: -70px;
}

.testimonial .testitext h6 {
    margin-top: 0;
}

.testimonial .user_pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial .user_pic img {
    width: 100%;
    object-fit: cover;
}

.tutoe_detail {
    background: #394b59;
    padding: 25px 0;
}

.tutor_detail h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.85px;
}

.tutor_detail h3 span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin: 8px 0 10px 0;
}

.tutor_detail span {
    align-items: center;
    align-content: center;
    display: flex;
}

.tutor_detail span i {
    font-size: 13px;
    color: #ffc107;
}

.tutor_detail span small {
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    background-color: #388e3c;
    margin-left: 10px;
    width: 45px;
}

.tutor_detail span small i {
    font-size: 9px;
    color: #fff;
}

.tutor_detail p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.85px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.tutor_detail p span {
    font-weight: 400;
    font-size: 14px;
    display: inline-block !important;
}

.tutor_detail a:hover {
    background: #475b6c;
}

.comment_section h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: block;
}

.comment_section h6 span {
    font-size: 12px;
    color: #a3a3a3;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.comment_section .card {
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.comment_section .card-header ul {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.comment_section .card-header ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
    color: #949494;
    font-family: "Mulish", sans-serif;
}

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

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

.comment_section .rev-list {
    border-bottom: 1px solid #e8e8e8 !important;
}

.comment_section .rev-list:last-child {
    border-bottom: 0 !important;
}

.scroll-rev {
    height: 430px;
    overflow: auto;
    overflow-x: hidden;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "★ ";
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.social_icon h4 {
    color: #fff;
}

.social_icon a {
    color: #fff;
    font-size: 20px;
    background: transparent;
    display: inline-block;
    padding: 2;
}

.social_icon a:hover {
    background: transparent;
    color: #f43600;
}

.t-list {
    background: url(../img/teacher_list.png) no-repeat;
    background-position: center center;
}

.testimonials-bg {
    background: url(../img/testi.png) no-repeat;
    background-position: center center;
}

.instrument_bg {
    background: url(../img/instrument_list.png) no-repeat;
    background-position: center center;
}

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

.c-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.c-list img {
    border-radius: 0;
}

.c-list:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.user_log_pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.user_name_nav {
    width: inherit !important;
    font-weight: 400;
    font-style: italic;
}

.user_name_nav img {
    margin-right: 10px;
}

.user_name_nav span {
    font-size: 18px;
    font-weight: 500;
    color: #f43600;
    margin-left: 3px;
    text-transform: capitalize;
}

.difficulty_section {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: #eb3601;
    color: #fff;
    padding: 8px;
}

.right-0 {
    right: 0;
}

.pe-none {
    pointer-events: none;
}

.wishlisted {
    background-color: #eb3601;
}

.wishlisted i {
    color: #fff;
}

.wishlisted:focus {
    box-shadow: 0 0 0 0.2rem #ff572261;
}

.not-wishlisted {
    background-color: #b5b5b5;
}

.not-wishlisted i {
    color: #000;
}

.not-wishlisted:focus {
    box-shadow: 0 0 0 0.2rem #b5b5b561;
}

/*Cart proceed to pay design*/
.billing-card {
    /* width: 300px; */
    border: 1px solid;
    padding: 20px;
    background-color: #fff;
}

.billing-card h6 {
    color: #222;
}

.billing-card input {
    width: 50%;
    border: none;
    text-align: right;
}
.billing-card label{
    margin-bottom: 0;
    color: #171d23;
    font-weight: 500;
}
.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.billing-card .form-group{
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.updateCurrency{
    margin-top: 15px;
}
.currencyDiv .form-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.currencyDiv .form-group select{
    height: 39px;
}
.currencyDiv .form-group .btn{
    background-color: #384a58;
}
.input-group {
    border: 1px solid;
    justify-content: space-between;
}

.input-group input {
    width: 70%;
}

.input-group input::placeholder {
    color: #525252;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.btn-apply {
    padding: 5px 10px;
    background: #41ab41;
    border: none;
    font-size: 14px;
    color: #fff;
}
.checkoutCartBillPayment{
    display: block;
    width: 100%;
    background-color: #ff5524;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
}
.checkoutCartBillPayment:hover{
    background-color: #f43600;
    color: #fff;
}
.filter_section .detail {
    padding: 8px 20px;
    height: 39px;
}

textarea.form-control {
    height: unset !important;
}

.notice-badge {
    position: absolute;
    top: 20px;
    left: 30px;
    background-color: #f43603;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    min-width: 18px;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.bg-orange .notice-badge{
    background-color: #171d23;
}
/****************************************** Blogs *********************************************/
/* =================================================================
    10/11/2021 
 =================================================================== */

.sidebar-page-container ul {
    list-style: none;
}

.sidebar-page-container {
    width: 100%;
    padding: 100px 0;
}

.inner-box {
    position: relative;
}

.inner-box img {
    position: relative;
    width: 100%;
    display: block;
    transition: 0.3s;
}

.inner-box:hover img {
    opacity: 0.6;
}

.inner-box .post-date {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 70px;
    height: 80px;
    color: #ffffff;
    font-size: 36px;
    padding-top: 17px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: #f43603;
}

.inner-box .post-date h6 {
    font-size: 20px;
}

.inner-box .lower-content {
    position: relative;
    padding: 45px;
}

.inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 4px;
    transition: 0.3s;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.inner-box .lower-content .post-info {
    position: relative;
}

.inner-box .lower-content .post-info li {
    position: relative;
    color: #222222;
    font-size: 14px;
    line-height: 1.1em;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #222222;
}

.inner-box .lower-content .post-info li:first-child {
    padding-left: 55px;
}

.post-info li .author-image {
    position: absolute;
    left: 0px;
    top: -12px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-info li .author-image img {
    width: 150%;
}

.inner-box .lower-content .post-info li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
}

.inner-box .lower-content .post-info li span {
    color: #f43603;
}

.inner-box .lower-content h3 {
    position: relative;
    padding: 20px 0;
    font-weight: 600;
}

.inner-box .lower-content h3 a,
.inner-box .lower-content h4 a {
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    transition: 0.3s;
}

.inner-box .lower-content h4 a {
    font-size: 16px;
}

.inner-box .lower-content h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 40px;
    background-color: #f43603;
}

.inner-box .lower-content h3 a:hover,
.inner-box .lower-content h4 a:hover {
    color: #f43603;
}

.inner-box .lower-content .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    padding: 20px 0;
    transition: 0.3s;
}

.inner-box .lower-content .read-more {
    color: #222222;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    text-transform: uppercase;
    transition: 0.3s;
}

.inner-box:hover .lower-content .read-more {
    color: #ffffff;
    border-color: #f43603;
    background-color: #f43603;
}

.pagination .page-link {
    background-color: #eff2f7;
    color: #222;
    border-radius: 50% !important;
    margin: 0 10px;
    font-size: 14px;
}

.pagination .page-link.active {
    background-color: #f43603;
    color: #fff;
}

.sidebar-widget {
    margin-bottom: 45px;
}

.sidebar-widget .widget-content {
    position: relative;
    padding: 40px 35px;
    border: 2px solid #eff2f7;
}

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

.sidebar-title h5 {
    position: relative;
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    padding-bottom: 12px;
}

.sidebar-title h5:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: #d81e27;
}

.category-widget .widget-content {
    background-color: #f5f7f9;
    border: none;
    border-radius: 7px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #dddddd;
    background: none;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    transition: 0.5s;
}

.sidebar .search-widget .form-group button {
    position: absolute;
    right: 18px;
    top: 15px;
    height: 25px;
    width: 40px;
    color: #000000;
    line-height: 100%;
    background: none;
    text-align: right;
    border: 0;
}

.cat-list-two li {
    position: relative;
    padding: 13px 0px;
    border-bottom: 1px solid #e7ecf4;
}

.cat-list-two li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.cat-list-two li a,
.list-style-one li {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    padding-left: 45px;
    transition: 0.3s;
}

.cat-list-two li:before,
.list-style-one li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    opacity: 0.6;
    transition: 0.3s;
    background: url(../img/check.png) no-repeat;
}

.cat-list-two li:hover::before {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.cat-list-two li a:hover {
    color: #d81e27;
}

/* Post Widget */

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px;
    min-height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7ecf4;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.sidebar .popular-posts .post .text {
    padding-left: 25px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #222222;
    transition: 0.3s;
}

.sidebar .popular-posts .post a:hover {
    color: #d81e27;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 12px;
    color: #086faa;
    font-weight: 400;
}

/* Instagram Widget */

.instagram-widget .widget-content {
    padding-bottom: 25px;
}

.instagram-widget .post-thumb {
    position: relative;
    width: 26%;
    float: left;
    border-radius: 0px;
    overflow: hidden;
    margin: 0px 8px 18px;
}

.instagram-widget .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: 0.3s;
    background-color: rgba(216, 30, 39, 0.40);
}

.instagram-widget .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.instagram-widget .post-thumb:hover .overlay-box {
    opacity: 1;
}

.instagram-widget .post-thumb img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

/* Popular Tags */

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 13px 20px 13px;
    margin: 0px 6px 10px 0px;
    color: #777777;
    text-align: center;
    font-size: 16px;
    background: #e8edf2;
    font-weight: 400;
    border-radius: 5px;
    text-transform: capitalize;
    transition: 0.3s;
}

.sidebar .popular-tags a:hover {
    border-color: #d81e27;
    background-color: #d81e27;
    color: #ffffff;
}

/* Blog Detail */

.blog-detail .inner-box .lower-content .text p {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 18px;
    margin-bottom: 20px;
}

.blog-detail .inner-box .lower-content .images-gallery {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content .images-gallery .row {
    margin: 0px -10px;
}

.blog-detail .inner-box .lower-content .images-gallery .column {
    padding: 0px 10px;
}

.blog-detail .inner-box .lower-content .images-gallery img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 25px;
    color: #222222;
    font-size: 24px;
    padding-bottom: 15px;
}

.blog-detail .inner-box .lower-content .text .bold-text {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Post Share Options */

.blog-detail .post-share-options {
    padding: 20px 0px;
    margin-top: 40px;
}

.blog-detail .post-share-options .post-title {
    position: relative;
    color: #222222;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.blog-detail .post-share-options .tags {
    position: relative;
    display: inline-block;
}

.blog-detail .post-share-options .tags li {
    position: relative;
    display: inline-block;
}

.blog-detail .post-share-options .tags a {
    position: relative;
    color: #777777;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 4px;
    padding: 8px 18px;
    border-radius: 50px;
    background-color: #e8edf2;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-share-options .tags a:hover {
    color: #ffffff;
    background-color: #d81e27;
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    display: inline-block;
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.blog-detail .post-share-options .social-icon li:last-child {
    margin-right: 0px;
}

.blog-detail .post-share-options .social-icon li a {
    position: relative;
    width: 32px;
    height: 32px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    background-color: #e8edf2;
    transition: 0.3s;
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #ffffff;
    background-color: #d81e27;
}

.related-projects {
    position: relative;
    margin-top: 70px;
}

.related-projects h3 {
    position: relative;
    font-weight: 600;
    color: #222222;
    padding-bottom: 15px;
    margin-bottom: 75px;
}

.related-projects h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 40px;
    background-color: #d81e27;
}

.news-block .inner-box .image .post-date {
    position: absolute;
    right: 20px !important;
    left: unset;
    top: -30px !important;
    bottom: unset;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 3px;
    display: inline-block;
    background-color: #f4350c;
    border: 5px solid #ffffff;
    width: 160px;
    height: 70px;
}

.news-block .inner-box .lower-content {
    padding: 25px;
}

.news-block .inner-box .lower-content:before {
    z-index: -1;
}

.news-block .inner-box .lower-content .post-info li:first-child {
    padding: 0;
    padding-right: 25px;
}

.sidebar-page-container .group-title h5 {
    position: relative;
    font-weight: 600;
    color: #222222;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.sidebar-page-container .group-title h5:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 40px;
    background-color: #d81e27;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eff2f7;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 160px;
    padding: 5px 0px 0px 130px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 135%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #222222;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 14px;
    color: #086faa;
    margin-left: 0px;
    display: block;
    font-weight: 400;
    margin-top: 6px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #d81e27;
    font-weight: 600;
    padding: 6px 22px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background-color: #d81e27;
    border-color: #d81e27;
    color: #ffffff;
}

.comment-form .group-title h4 {
    font-size: 22px;
    position: relative;
    margin-bottom: 50px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #888888;
    height: 55px;
    font-size: 16px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #dddddd;
    transition: 0.3s;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #1c2c52;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px;
    color: #888888;
    border: 1px solid #dddddd;
    height: 100px;
    background: #ffffff;
    resize: none;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.3s;
}

.comment-form .theme-btn {
    cursor: pointer;
}

.btn-style-one {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background: none;
    border-radius: 3px;
    border: 0;
    padding: 12px 40px;
    text-transform: uppercase;
    background-color: #f43603;
    transition: 0.4s;
}

.btn-style-one:hover {
    background-color: #222222;
}

.tutor-list {
    margin-top: 85px;
}

.teacher_profile,
.off_det,
.subs_sec {
    margin-top: 85px;
}

.more-course .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.more-course .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.pagination .page-item a {
    width: 25px;
    height: 25px;
    font-size: 13px !important;
    margin-right: 0;
    line-height: 8px;
    text-align: center;
    padding: 7px 3px;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #f43601;
    border-color: #f43601;
}

.pagination .page-item.disabled .page-link {
    font-size: 13px;
    width: 25px;
    padding: 3px;
    height: 25px;
    text-align: center;
    margin-left: 0;
}

.pagination {
    justify-content: end;
    margin-top: 25px;
}

.mt-85 {
    margin-top: 85px;
}

.how-area {
    display: flex;
    justify-content: space-around;
}

.how-icon {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    display: none;
}

.how-icon img {
    width: 100%;
}

.how-text .my_teams h2 {
    margin-top: 25px;
    display: block;
}

.how-text h3,
.how-text p {
    text-align: left;
}

.faq_page {
    margin-top: 90px;
    background: #fff !important;
}

.faq_page .title-inner h1.text-white {
    color: #171d23 !important;
}

.faq_page .card-header {
    background-color: #384a58;
}

.faq_page .accordion>.card>.card-header {
    margin-bottom: 3px;
}

.faq_page .card-body .text-white,
.faq_page .card-body p {
    color: #171d23 !important;
}

.faq_page .accordion .card-header:after {
    right: 10px;
}

.page-item.active .page-link {
    font-size: 14px;
}


.pagination .page-link {
    width: 25px;
    height: 25px;
    font-size: 13px !important;
    margin-right: 0;
    line-height: 8px;
    text-align: center;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_close {
    font-size: 20px !important;
    right: auto !important;
    left: 0;
    left: 0;
    color: #fff !important;
}
.seriesListingCard img{
    height: 300px;
    object-position: top;
}
.seriesListingCard, .userCartInfo{
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.userCartInfo img{
    height: 150px;
    object-position: top;
}
.userCartInfo .difficulty_section{
    font-size: 10px;
}
.userCartInfo .card-body{
    padding: 18px;
}
.series_list .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    transition: all 300ms ease-in-out;
}
.card-footer{
    align-items: center;
    flex-wrap: wrap;
}

.series_list .card {
    overflow: hidden;
}

.series_list .btn {
    background: #f43600;
}

.series_list .btn:hover {
    background: #fff;
    color: #191919;
}
.series_list .btn:focus{
    border: 0;
    outline: 0;
    box-shadow: none;
}

.series_list .card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: top;
    transition: all 300ms ease-in-out;
}

.series_list .card:hover img {
    transform: scale(1.2);
}

.series_list .card:hover .card-body {
    opacity: 1;
    visibility: visible;
}

.seriesDetails h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.how-it-works h3, .how-it-works h2{
    font-size: 24px;
    margin-bottom: 15px;
}