@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli-SemiBold.eot");
    src: url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-SemiBold.woff2") format("woff2"), url("../fonts/Muli-SemiBold.woff") format("woff"), url("../fonts/Muli-SemiBold.ttf") format("truetype"), url("../fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli-Bold.eot");
    src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli.eot");
    src: url("../fonts/Muli.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli.woff2") format("woff2"), url("../fonts/Muli.woff") format("woff"), url("../fonts/Muli.ttf") format("truetype"), url("../fonts/Muli.svg#Muli") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dancing Script";
    src: url("../fonts/DancingScript-Bold.eot");
    src: url("../fonts/DancingScript-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DancingScript-Bold.woff2") format("woff2"), url("../fonts/DancingScript-Bold.woff") format("woff"), url("../fonts/DancingScript-Bold.ttf") format("truetype"), url("../fonts/DancingScript-Bold.svg#DancingScript-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

/* font-family: 'Roboto', sans-serif; */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    /* margin-left: 20px; */
    transition: all 0.3s;
}

.flaticon-facebook-logo:before {
    content: "\f100";
}

.flaticon-youtube:before {
    content: "\f101";
}

.flaticon-calendar:before {
    content: "\f102";
}

.flaticon-maps-and-flags:before {
    content: "\f103";
}

.flaticon-list:before {
    content: "\f104";
}

.flaticon-clock:before {
    content: "\f105";
}

.flaticon-user:before {
    content: "\f106";
}

.flaticon-like:before {
    content: "\f107";
}

.flaticon-star:before {
    content: "\f108";
}

.flaticon-phone-receiver:before {
    content: "\f109";
}

.flaticon-mail-black-envelope-symbol:before {
    content: "\f10a";
}

.flaticon-email:before {
    content: "\f10b";
}

.flaticon-avatar:before {
    content: "\f10c";
}

.flaticon-mobile-phone:before {
    content: "\f10d";
}

.flaticon-lock:before {
    content: "\f10e";
}

.flaticon-down-arrow:before {
    content: "\f10f";
}

.flaticon-angle-arrow-down:before {
    content: "\f110";
}

.flaticon-gift:before {
    content: "\f111";
}

.flaticon-credit-card:before {
    content: "\f112";
}

.flaticon-edit:before {
    content: "\f113";
}


/* Icons Hover Colors */


/*.flaticon-facebook-logo:hover,
.flaticon-facebook-logo:focus {
  background-color: #3b5999 !important;
}*/


/* Icons Hover Colors */


/*.flaticon-facebook-logo:hover::before,
.flaticon-facebook-logo:focus::before,
.flaticon-youtube:hover::before,
.flaticon-youtube:focus::before {
  color: #fff !important;
}*/

.flaticon-youtube:hover,
.flaticon-youtube:focus {
    background-color: #cd201f !important;
}


/* =========================================
    Basic Style CSS Start
============================================ */

body {
    margin: 0;
    padding: 0;
    /*font-family: "Muli";*/
    font-family: 'Poppins', sans-serif; 
    padding-top: 140px;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
    /*font-weight: bold;*/
    
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

h3 {
    font-size: 36px;
    /*font-weight: bold;*/
    /*line-height: 38px;*/
    margin-bottom: 40px;
}

h4 {
    font-size: 30px;
    /*font-weight: bold;*/
    /*line-height: 38px;*/
    margin-bottom: 40px;
}

h6 {
    font-size: 24px;
}

p,
.p.p1 {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 18px;
    font-family: "Poppins";
}

.muli {
    font-family: "Poppins" !important;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
button:focus,
button {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.img {
    width: 100%;
    height: 100%;
}

.shadow-none {
    box-shadow: none !important;
}


/* =========================================
    Basic Style CSS End
============================================ */


/* ==================================
    Button Style Start
===================================== */

.btn,
.login-wrap .btn-group .btn.anchore-btn {
    font-weight: bold;
    display: inline-block;
    /*font-size: 15px;*/
    font-size: 14px;
    
    background-color: #F6A087; /*F3BF6F*/
    padding: 10px 27px;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn:hover,
.btn:focus {
    background-color: #F6A087; /*F3BF6F*/
}

.btn:hover,
.btn:focus,
.btn-reverse {
    background-color: #F6A087 !important;  /*422d55*/
    color: #fff;
}

.btn-reverse:hover {
    background-color: #F3BF6F;
    color: #000;
}

.btn.cancle {
    border: 0 !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}

.btn.cancle {
    background-color: #e8e8e8;
    color: #000;
}

.btn.cancle:hover,
.btn.cancle:focus,
.my-profile.address.new-appointment .address-wrap .form-group .btn .btn.btn-cancel-appointments:hover {
    background-color: #333;
    color: #fff !important;
}

.mw-auto .btn {
    min-width: auto !important;
}

.news .owl-stage {
    margin: 0 auto;
}

.my-profile .login-wrap a.btn {
    border-radius: 50px !important;
}

.purple .yellow-btn .btn {
    background-color: #F3BF6F !important;
    color: #000 !important;
}

.purple .yellow-btn .btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}


/* ==================================
    Button Style Start
===================================== */


/* ==================================
    Color Style Start
===================================== */

.purple {
    color: #F3BF6F !important;
}

.purple-bg {
    background-color: #4C797F !important; /*#F3BF6F*/
}

.gray {
    color: #666666 !important;
}

.gray-bg {
    background-color: #666666 !important;
}

.grey-f3f-bg {
    background-color: #f3f4fa !important;
}

.white-bg {
    background-color: #fff !important;
}

.bg-none {
    background-color: transparent !important;
}

.bg-none-after::after,
.bg-none-before::before {
    display: none !important;
}

.sidebar-color {
    color: #4C797F !important;
}


/* ==================================
    Color Style End
===================================== */


/* ==================================
    Background Images Style Start
===================================== */

.banner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.signup-login-banner {
    /*background-image: url("../images/signup-login.jpg");*/
}

.home-banner {
    /*background-image: url("../images/home-banner.jpg"); */
}

.profile-banner {
    /*background-image: url("../images/profile-banner.jpg"); */
}


/* ==================================
    Background Images Style End
===================================== */


/* =========================================
    Navigation Style CSS Start
============================================ */

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1001;
    background-color: #fff;
}

header .top-toolbar {
    background-color: #F3BF6F;
    padding: 6px 0px;
}

header .top-toolbar .container {
    display: flex;
    justify-content: flex-end;
}

header .top-toolbar .common {
    display: flex;
    align-items: center;
}

header .top-toolbar .common li {
    font-size: 13px;
    color: #FFFFFF;
    margin-right: 40px;
}

header .top-toolbar .common li:last-child {
    margin-right: 0px;
}

header .top-toolbar .common li a {
    font-size: 13px;
    color: #bfb3c3;
    transition: all 0.3s;
    letter-spacing: 0.3px;
}

header .top-toolbar .common li a:hover,
header .top-toolbar .common li a:focus {
    color: #fff;
    /*transform: rotate(360deg);*/
}

header .top-toolbar .info {}

header .top-toolbar .info li {}

header .top-toolbar .info li a {}

header .top-toolbar .social {}

header .top-toolbar .social li {
    margin-right: 6px;
}

header .top-toolbar .social li:first-child {
    margin-right: 25px;
}

header .top-toolbar .social li a {
    background-color: #ffffff; /*bfb3c3*/
    width: 22px;
    height: 22px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

header .top-toolbar .social li a img {
    width: 100%;
}

header .top-toolbar .common li a.flaticon-facebook-logo,
header .top-toolbar .common li a.flaticon-youtube,
footer a.flaticon-facebook-logo,
footer a.flaticon-youtube {
    background-color: #ffffff; /*bfb3c3*/
    width: 22px;
    height: 22px;
    border-radius: 50px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .top-toolbar .social li a::before,
footer .social li a::before {
    color: #F3BF6F;
    font-size: 13px;
    transition: all 0.3s;
}

header .top-toolbar .social li a:hover,
header .top-toolbar .social li a:focus {
    background-color: #fff;
}

header .top-toolbar .social li a:hover::before,
header .top-toolbar .social li a:focus::before {
    color: #F3BF6F;
}

header .navigation {
    padding: 9px 0px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    /*max-width: 170px;*/
    /*margin-left: 17px;*/
    margin-left: 0px;
}

header .logo a {
    display: inline-block;
}

header .logo a img {
    width: 100%;
}

header nav {}

header nav ul {
    display: flex;
    align-items: center;
}

header nav ul li {
    margin-right: 20px;
    position: relative;
}

header nav ul li:last-child {
    margin-right: 0px;
}

header nav ul li a {
    font-size: 13px;
    color: #595959; /*000*/
    font-weight: 400;
    transition: all 0.3s;
    padding: 33px 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    
}

header nav ul li a.btn {
    font-size: 15px;
}

header nav ul li a:hover,
header nav ul li a.active,
header nav ul li a:focus,
.light-purple {
    color: #4C797F; /*4C797F*/
}

header nav ul li.sign-log {
    margin-right: 15px;
}

header nav ul li.sign-log a.btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

header nav ul li.sign-log:last-child {
    margin-right: 0;
}

header nav ul li.sign-log a {
    font-weight: bold;
    display: inline-block;
    background-color: #F3BF6F;
    padding: 13px 27px;
    border-radius: 50px;
    text-transform: uppercase;
}

header nav ul li.sub-menu ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 9px);
    min-width: 240px;
    width: auto;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.25);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 4px;
    transition: all 0.3s;
    background-color: #fff;
}

header nav ul li.sub-menu ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: -13;
    display: block;
    border-color: #f000 #00f0 #4C797F #ff00;
    border-style: solid;
    border-width: 5px;
}

header nav ul li.sub-menu ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #4C797F;
    transition: all 0.6s;
}

header nav ul li.sub-menu:focus ul::after,
header nav ul li.sub-menu:hover ul::after {
    width: 100%;
}

header nav ul li.sub-menu:focus ul,
header nav ul li.sub-menu:hover ul {
    visibility: visible;
    opacity: 1;
}

header nav ul li.sub-menu ul li {
    margin: 0;
    width: 100%;
    display: block;
}

header nav ul li.sub-menu ul li a {
    padding: 8px 15px 8px;
    border-bottom: 1px solid #f7f7f7;
    display: block;
}

header nav ul li.sub-menu ul li:last-child a {
    border-bottom: 0;
}

header nav ul li.sub-menu>a::after {
    content: "\f110";
    font-family: Flaticon;
    font-size: 9px;
    margin-left: 5px;
}

#nav-icon {
    flex: 0 0 auto;
    width: 25px;
    height: 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    right: 0;
    z-index: 999;
    top: 0px;
    float: right;
    position: relative;
    display: none;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #F3BF6F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.active span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

#nav-icon.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.active span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

header .top-toolbar .info li a i {
    display: none;
}

header .top-toolbar .info li a i::before {
    font-size: 18px;
}


/* =========================================
    Navigation Style CSS End
============================================ */


/* =========================================
    Footer Style CSS Start
============================================ */

footer {
    background-color: #222222;
    color: #fff;
    padding: 60px 0px 0px;
}

footer h6 {
    font-size: 18px;
    margin-bottom: 4px;
    
    font-weight: 400;
}

footer .logo {
    margin-bottom: 20px;
}

footer .logo a {}

footer .logo a img {
    /*max-width: 100px;*/
        height: 40px;
}

footer .wrap {
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 0px 45px;
}

footer .wrap h6 {
    
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 17px;
}

footer p {
    font-size: 13px;
    color: #c6c6c6;
}

footer .menu {
    display: flex;
    justify-content: space-between;
}

footer ul {}

footer ul li {}

footer ul li a {
    font-size: 13px;
    color: #c6c6c6;
}

footer .custom-bor {
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
}

footer .social {
    display: flex;
    margin-top: 14px;
}

footer .social li {
    margin-right: 10px;
}

footer .social li:last-child {
    margin-right: 0px;
}

footer .social li a {
    width: 30px;
    height: 30px;
    background-color: #c4c4c4;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s;
}

footer .social li a img {
    width: 100%;
}

footer .social li.instragram a img {
    width: 65%;
}

footer .social li.instragram a {
    width: 30px;
    height: 30px;
    background-color: #c4c4c4;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #F3BF6F;
    /*transform: rotate(360deg);*/
}

footer .social li a::before {
    color: #222222;
    font-size: 16px;
}

footer ul li a i::before {
    font-size: 16px !important;
    margin-right: 12px;
    color: #F3BF6F;
}

footer .bottom {
    background-color: #181818;
    text-align: center;
    padding: 22px 0px;
    margin-top: 45px;
}

footer .bottom p {
    margin-bottom: 0px;
    color: #7c7c7c;
}


/* =========================================
    Footer Style CSS End
============================================ */


/* =========================================
    Login Page Style CSS Start
============================================ */

.login-section {
    padding: 65px 0px;
}

.login-wrap {
    max-width: 550px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 81px 9px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 81px 9px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    /* padding: 35px 50px 45px; */
    padding: 25px 35px 20px;
    border-radius: 0 0 5px 5px;
    margin: 0 auto 8px;
}

.login-wrap h4 {
    margin-bottom: 5px;
}

.login-wrap p {
    font-size: 18px;
    margin-bottom: 33px;
}

.login-wrap .form-group {}

.login-wrap .form-group .form-control {}

.login-wrap a {
    color: #595959;
    /*font-size: 15px;*/
}

.login-wrap a:hover {
    /* color: #F3BF6F; */
}

.login-wrap .btn-group {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}

.login-wrap .btn-group a.btn {
    border: 2px solid #000;
    margin: 0 11px !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    max-width: 150px;
    width: 100%;
    border-radius: 3px !important;
    padding: 11px 10px;
}

.login-wrap .btn-group a:first-child {
    margin-left: 0 !important;
}

.login-wrap .btn-group a:last-child {
    margin-right: 0 !important;
}

.btn-group {
    width: 100%;
}

.btn-group .btn:first-child {
    margin-left: 0 !important;
}

.btn-group .btn:last-child {
    margin-right: 0 !important;
}

.login-wrap .btn-group a.facebook-btn {
    background-color: #3b589e;
    border-color: #3b589e;
}

.login-wrap .btn-group a.google-btn {
    background-color: #dc4e41;
    border-color: #dc4e41;
}

.login-wrap a.facebook-btn:hover,
.login-wrap a.facebook-btn:focus {
    border-color: #2f4a8d;
    background-color: #2f4a8d;
}

.login-wrap a.google-btn:hover,
.login-wrap a.google-btn:focus {
    border-color: #cb3c2f;
    background-color: #cb3c2f;
}


/* .login-wrap a.btn:hover{
    background-color: #2f4a8d ;
} */

.login-wrap p.login-with {
    font-size: 16px;
    text-align: center;
    color: #afafaf;
    margin-top: 10px;
}

.login-wrap p.login-with {
    font-size: 16px;
    text-align: center;
    color: #afafaf;
    margin-top: 10px;
    position: relative;
    z-index: 0;
    max-width: 320px;
    margin: 15px auto 10px;
    display: inline-block;
}

.login-wrap p.login-with::before,
.login-wrap p.login-with::after {
    content: "";
    width: 95px;
    height: 1px;
    background-color: #afafaf;
    left: -110px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.login-wrap p.login-with::after {
    right: -110px;
    left: auto;
}

.login-section>p {
    font-size: 16px;
    color: #595959;
}


/* .form-group {
  height: 50px;
  margin-bottom: 20px;
} */

.form-group {
    height: auto;
    margin-bottom: 20px;
}

.form-control {
    background-color: transparent;
    /*border: 1px solid #9ba2a6;*/
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 5px;
    padding-left: 50px;
    font-size: 15px;
    color: #545454;
}

.form-control:focus {
    box-shadow: none;
    border-color: #F3BF6F;
    background-color: transparent;
    outline: none;
}

.email::after {
    content: "\f10b";
}

.lock::after {
    content: "\f10e";
}

.user::after {
    content: "\f10c";
}

.mobile::after {
    content: "\f10d";
}

.address-icon::after {
    font-family: fontawesome !important;
    content: "\f041";
}

.company-url::after {
    font-family: fontawesome !important;
    content: "\f0c1";
}

.facebook-logo::after {
    content: "\f100";
}

.youtube::after {
    content: "\f101";
}

.calendar::after {
    content: "\f102";
}

.maps-and-flags::after {
    content: "\f103";
}

.list::after {
    content: "\f104";
}

.clock::after {
    content: "\f105";
}

.user::after {
    content: "\f106";
}

.icon-after {
    position: relative;
}

.icon-after::after {
    font-family: "Flaticon";
    position: absolute;
    top: 22px;
    left: 15px;
    font-size: 20px;
    line-height: 0;
    color: #9ba2a6;
}

.login-wrap .form-group.icon-after::after {
    top: 22px;
}


/*  height: auto;
  margin-bottom: 25px;
}*/

.checkbox-wrap {
    font-size: 14px;
    color: #595959;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
    padding-left: 30px;
}

.styled-checkbox+label::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #9ba2a6;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}

.styled-checkbox:hover+label:before {
    background: #fff;
}

.styled-checkbox:focus+label:before {
    box-shadow: none;
}

.styled-checkbox:checked+label:before {
    background: #fff;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: #F3BF6F;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #F3BF6F, 4px 0 0 #F3BF6F, 4px -2px 0 #F3BF6F, 4px -4px 0 #F3BF6F, 4px -6px 0 #F3BF6F, 4px -8px 0 #F3BF6F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-section p {
    color: #595959;
}

.login-wrap.signup {
    max-width: 600px;
}

.login-wrap.signup .checkbox-wrap label a {
    color: #4C797F;
}

.login-wrap.signup .checkbox-wrap label a:hover,
.login-wrap.signup .checkbox-wrap label a:focus {
    color: #F3BF6F;
}

.login-section p.bottom-link a {
    color: #4C797F;
}

.login-section p.bottom-link a:hover,
.login-section p.bottom-link a:focus {
    color: #F3BF6F;
    text-decoration: underline;
}


/* =========================================
    Login Page Style CSS End
============================================ */


/* =========================================
    Homepage CSS Start
============================================ */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/select-dropdown.png");
    background-repeat: no-repeat;
    background-position: 95% center;
}

#home-banner {
    padding: 70px 0px;
}

#home-banner .text-wrap {}

#home-banner .text-wrap h1 {
    margin-bottom: 10px;
}

#home-banner .text-wrap h1 {
    margin-bottom: 10px;
}

.dancing_text {
    color: #F3BF6F;
    font-family: "Poppins";
    font-size: 40px;
}

#home-banner .text-wrap h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Poppins";
}

#home-banner .text-wrap p {
    font-size: 18px;
    margin-bottom: 30px;
}

#home-banner .text-wrap p.bold-para {
    font-size: 21px;
    margin-bottom: 13px;
}

#home-banner .login-wrap.signup {
    max-width: 370px;
    padding: 24px 25px 40px;
    background-color: rgba(255, 255, 255, 0.83);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-bottom: 0;
}

#home-banner .login-wrap.signup h4 {
    font-size: 24px;
    margin-bottom: 0px;
}

#home-banner .login-wrap.signup p {
    font-size: 15px;
    margin-bottom: 25px;
}


/* #home-banner .login-wrap.signup .form-group {
  margin-bottom: 10px;
  height: 45px;
} */

#home-banner .login-wrap.signup .form-group {
    margin-bottom: 10px;
    height: auto;
}

#home-banner .login-wrap.signup .form-group .btn {
    margin-top: 5px;
    height: 100%;
    padding: 0;
}


/* #home-banner .login-wrap.signup .form-group .form-control {
  padding-left: 45px;
  font-size: 14px;
  background-color: #fff;
} */

#home-banner .login-wrap.signup .form-group .form-control {
    padding-left: 45px;
    height: 45px;
    font-size: 14px;
    background-color: #fff;
}

#home-banner .login-wrap.signup .form-group.icon-after::after {
    left: 12px;
    font-size: 22px;
    top: 22px;
    transform: translateY(0);
}

.btn-group a {
    margin-right: 15px;
}

.btn-group a:last-child {
    margin-right: 0px;
}

.btn-group a img {
    width: 100%;
}

.choose,
.rec-teacher {
    padding: 60px 0px;
}

.choose .row {
    margin-top: 50px;
}

.choose .box {
    border-radius: 5px;
    padding: 30px 20px 30px;
    background-color: #f7f5f5;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.choose .box span {
    margin-bottom: 10px;
    display: inline-block;
    min-height: 90px;
}

.choose .box span::before {
    font-size: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F3BF6F+0,4C797F+100 */
    background: rgb(101, 44, 116);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(101, 44, 116, 1) 0%, rgba(197, 65, 110, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(101, 44, 116, 1) 0%, rgba(197, 65, 110, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(45deg, rgba(101, 44, 116, 1) 0%, rgba(197, 65, 110, 1) 100%); */
    background: linear-gradient(45deg, rgba(243, 191, 111, 1) 28%, rgba(255, 228, 183, 1) 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F3BF6F', endColorstr='#4C797F', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradieant {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F3BF6F+28,4C797F+72 */
    /*background: rgb(101, 44, 117); -- */
    /* Old browsers */
    /*background: -moz-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%); // old */ 
    /*background: -moz-linear-gradient(45deg, rgba(221, 146, 22, 1) 28%, rgba(225, 142, 118, 1) 72%); -- */

    background: #4C797F !important;
    
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%); */
    /*background: -webkit-linear-gradient(45deg, rgba(221, 146, 227, 1) 28%, rgba(225, 142, 118, 1) 72%);-- */
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%); */
    /*background: linear-gradient(45deg, rgba(221, 146, 22, 1) 28%, rgba(225, 142, 118, 1) 72%);-- */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F3BF6F', endColorstr='#4C797F', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


.choose .box.purple-bg span::before {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

.choose .box span.meter {
    max-width: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.choose .box h6 {
    /*line-height: 32px;*/
    line-height: normal;
    margin-bottom: 18px;
}

.choose .box p {}

.yoga {
    padding: 60px 0px 0px;
}

.yoga .container,
.lesson .container {
    max-width: 1380px;
}

.yoga h4 {
    margin-bottom: 25px;
}

.yoga p {
    color: #545454;
}

.bold-para {
    color: #000 !important;
    font-size: 18px;
}

.yoga p.bold-para {
    font-weight: 400;
    
}

.yoga .btn {
    padding: 13px 40px;
}

.yoga.mobile-screen {
    padding: 0;
    background-color: #f7f5f5;
    background-image: url("../images/pattern.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 90px;
}

.yoga.mobile-screen .text-wrap>img {
    margin-bottom: 30px;
    max-width: 156px;
}

.yoga.mobile-screen h3 {
    margin-bottom: 10px;
}

.yoga .img-wrap {
    border-radius: 5px;
    overflow: hidden;
}

.lesson {
    padding: 60px 0px 120px;
}

.lesson .container {
    max-width: 96%;
}

.lesson h3 {
    margin-bottom: 30px;
}

.lesson p.georgia {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.lesson p span {
    font-size: 20px;
    font-family: "Poppins";
}

.lesson .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
}

.lesson .owl-nav>div {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: transparent;
    transition: all 0.3s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson .owl-nav>div:hover {
    background-color: #F3BF6F;
}

.lesson .owl-nav>div img {
    transition: all 0.3s;
}

.lesson .owl-nav>div:hover img {
    filter: brightness(0);
}

.lesson .img-wrap {
    width: 126px;
    height: 126px;
    margin: 0 auto 15px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 0.5s;
    margin-top: 10px;
    padding: 30px;
}

.lesson .row>div:hover .img-wrap {
    background-color: rgba(0, 0, 0, 0.3);
}

.lesson .img-wrap img {
    width: 100%;
    height: 100%;
}

.lesson .no-js .owl-carousel,
.lesson .owl-carousel.owl-loaded {
    margin: 0 auto;
}

.lesson .img-wrap+a,
div#lesson-slider a {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
    width: 100%;
}

.lesson .img-wrap+a:hover,
.lesson .img-wrap+a:focus {
    color: #F3BF6F;
}

.news {
    padding: 70px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.news h3 {
    margin-bottom: 55px;
}

.news .wrap {
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    padding-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.news .no-js .owl-carousel,
.news .owl-carousel.owl-loaded {
    display: block;
    margin: 0 auto;
}

.news .owl-stage {
    display: flex;
}

.news .owl-stage-outer {
    padding-bottom: 30px;
}

.news .owl-carousel.owl-drag .owl-item {
    display: flex;
    position: relative;
    height: auto;
}

.news .owl-carousel.owl-drag .owl-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.07);
    right: 0;
    margin: 0 auto;
}

.news .wrap .img-wrap {
    position: relative;
    overflow: hidden;
}

.news .wrap .img-wrap::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 65%;
    bottom: -59%;
    left: -40%;
    width: 180%;
    border-radius: 50%;
}

.news .wrap .text-wrap {
    padding: 25px 25px 30px;
    position: relative;
}

.news .wrap .text-wrap h6 {
    font-size: 21px;
    margin-bottom: 20px;
}

.news .wrap .text-wrap h6 span {}

.news .wrap .text-wrap h6 span {
    font-size: 14px;
    color: #9c9c9c;
    font-family: "Poppins";
    font-weight: 400;
}

.news .wrap .text-wrap p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #545454;
    line-height: 21px;
    margin-bottom: 0px;
}


/* .news .box{
  height: 100%;
} */

.news .btn {
    max-width: 175px;
    width: 100%;
    background-color: transparent;
    color: #F3BF6F;
    border-color: #F3BF6F;
    /* position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto; */
}

.news .btn:hover,
.news .btn:focus {
    background-color: #F3BF6F;
    color: #fff;
}

.lesson.package {
    padding: 70px 0px;
    position: relative;
    z-index: 0;
}

.lesson.package::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/pattern-2.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.lesson.package h2 {
    margin-bottom: 10px;
}

.lesson.package p {}

.lesson.package .btn {
    max-width: 170px;
    width: 100%;
}


/* =========================================
    Homepage CSS End
============================================ */


/* =========================================
    Filter Page Style CSS Start
============================================ */

#home-banner.filter {
    padding: 70px 0px 50px;
    /*background-image: url('../images/pattern-3.png');*/
    background-position: 0 48px;
    background-repeat: no-repeat;
}

#home-banner.filter .login-wrap.signup p,
.none_slider.news.home-banner.video-gallery p {
    font-size: 16px;
    color: #595959;
}

#home-banner.filter .login-wrap.signup {
    max-width: 1030px;
    margin: 0 auto;
    background-color: transparent;
}

#home-banner.filter .login-wrap.signup h4 {
    font-size: 28px;
    margin-bottom: 22px;
}

#home-banner.filter .login-wrap.signup .form-group {
    margin-bottom: 15px;
}

.list-wrapper {
    padding: 50px 0px;
    background-color: #f7f5f5;
}

.list-wrapper .list-box {
    padding: 25px 30px;
    /*box-shadow: 0px 0px 25px rgba(0,0,0,0.05);*/
    border-radius: 5px;
    max-width: 1030px;
    margin: 0 auto 20px;
    background-color: #fff;
}

.list-wrapper .list-box:last-child {
    margin: 0 auto 0px;
}

.list-wrapper .list-box .img-wrap,
.rec-teacher .img-wrap {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #999999;
    border: 10px solid #e6e6e6;
}

.list-wrapper .list-box .text-wrap,
.rec-teacher .text-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.list-wrapper .list-box .text-wrap h6,
.rec-teacher .text-wrap h6 {
    font-size: 22px;
    margin-bottom: -3px;
}

.list-wrapper .list-box .text-wrap ul {
    margin-bottom: 10px;
}

.list-wrapper .list-box .text-wrap ul li {
    margin-right: 6px;
    width: 20px;
}

.list-wrapper .list-box .text-wrap ul li:last-child {
    margin-right: 0px;
}

.list-wrapper .list-box .text-wrap ul li img {
    width: 100%;
}

.list-wrapper .list-box .text-wrap p {
    font-size: 15px;
    color: #666666;
    line-height: 16px;
}

.list-wrapper .list-box .text-wrap .distance-box {
    border-top: 1px solid rgba(204, 204, 204, 0.45);
    border-bottom: 1px solid rgba(204, 204, 204, 0.45);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
}

.list-wrapper .list-box .text-wrap .distance-box p {
    margin-bottom: 0;
    font-size: 13px;
    color: #666666;
}

.list-wrapper .list-box .text-wrap .distance-box p b {
    color: #595959;
}

.list-wrapper .list-box .text-wrap .distance-box p span {}

.list-wrapper .list-box .text-wrap .distance-box p span::before {
    color: #595959;
    margin-right: 5px;
}

.list-wrapper .book-wrap {}

.list-wrapper .book-wrap p {
    font-size: 13px;
    color: #999999;
    margin-bottom: 7px;
}

.list-wrapper .book-wrap h6 {
    margin-bottom: 15px;
}

.list-wrapper .book-wrap .btn {
    margin-bottom: 14px;
}

.list-wrapper .book-wrap .more-details {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold;
}

.list-wrapper .book-wrap .more-details:hover {
    color: #764383;
}


/* =========================================
    Filter Page Style CSS End
============================================ */


/* =========================================
    Profile Page Style CSS Start
============================================ */

#home-banner.profile {
    padding: 170px 0;
}

.list-wrapper.profile {}

.list-wrapper.profile .list-box .text-wrap {
    height: auto;
}

.list-wrapper.profile .list-box .text-wrap p {
    margin-bottom: 1rem !important;
}

.list-wrapper.profile .list-box .text-wrap h6 {
    margin-bottom: 15px;
}

.list-wrapper.profile .profile-details-text {}

.list-wrapper.profile .profile-details-text p {
    font-size: 15px;
    line-height: 21px;
}

.list-wrapper.profile .profile-details-text .book-wrap {
    margin: 30px 0;
}

.list-wrapper.profile .profile-details-text .book-wrap p {
    margin-right: 12px;
    margin-top: -3px;
}

.list-wrapper.profile .profile-details-text .book-wrap h6 {
    font-size: 21px;
}

.list-wrapper.profile .profile-details-text .btn {
    max-width: 230px;
    width: 100%;
}

.list-wrapper.profile .list-box .img-wrap {
    margin-bottom: 25px;
}

.list-wrapper.profile .list-box .img-wrap+.text-wrap h6 {
    margin-bottom: 4px;
}

.list-wrapper.profile .list-box .text-wrap ul {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
}

.list-wrapper.profile .list-box .text-wrap ul::before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 50px;
    height: 2px;
    background-color: #e6e6e6;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list-wrapper.gallery {
    padding: 70px 0px 50px;
}

.list-wrapper .wrap {
    margin-bottom: 30px;
    border-radius: 3px;
}

.list-wrapper .wrap a {
    display: block;
    position: relative;
}

.list-wrapper .wrap a img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
    border-radius: 3px;
}

.list-wrapper .wrap a:focus img,
.list-wrapper .wrap a:hover img {
    transform: scale(1.05);
}

.book-session-modal .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: -25px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s;
}

.book-session-modal .close img {
    width: 100%;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: all 0.3s;
}

.book-session-modal .close:focus img,
.book-session-modal .close:hover img {
    transform: rotate(90deg);
}

.modal-backdrop.show {
    opacity: 0.6;
}

.book-session-modal .close-modal {
    max-width: 20px;
}

.book-session-modal .modal-content {
    max-width: 400px;
    padding: 40px 15px 15px;
    box-shadow: 0px 0px 020px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}


/* .modal-dialog.modal-dialog-centered{
  height: 100%;
} */

.book-session-modal .login-wrap.signup {
    margin: 0;
    max-width: 100%;
    padding: 30px 25px;
    background-color: #faf8f8;
    border-radius: 5px;
    margin-top: 18px;
}

.book-session-modal label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: flex;
}

.book-session-modal .list-wrapper .list-box .img-wrap {
    width: 110px;
    height: 110px;
    border: 5px solid #e6e6e6;
    margin-bottom: 10px;
}

.book-session-modal .list-wrapper.profile .list-box .img-wrap h6 {
    font-size: 21px;
}

.book-session-modal .list-wrapper.profile .list-box .img-wrap+.text-wrap h6.name {
    font-size: 18px;
}

.book-session-modal .list-wrapper.profile .list-box .text-wrap ul {
    padding: 0;
    margin: 0 0 20px;
}

.book-session-modal .form-group {
    /* height: 45px; */
    height: auto;
}

.book-session-modal .form-control {
    background-color: #fff;
}


/* =========================================
    Profile Page Style CSS End
============================================ */


/* =========================================
    Pay Page Style CSS Start
============================================ */

.pay-banner {
    padding: 41px 0px;
}

.pay-banner h4 {}

.pay-wrapper {
    background-color: #f7f5f5;
    padding: 60px 0px;
}

.pay-wrapper .pay-wrap {
    padding: 20px 25px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
}

.pay-wrapper .pay-wrap .details {
    display: flex;
    align-items: center;
}

.pay-wrapper .pay-wrap .details .time-wrap {
    width: 76px;
    height: 76px;
    background-color: #595959;
    border-radius: 50%;
    margin-right: 22px;
    flex: 0 0 auto;
}

.pay-wrapper .pay-wrap .details .text {}

.pay-wrapper .pay-wrap .details .text h5 {
    font-size: 24px;
    margin-bottom: -2px;
}

.pay-wrapper .pay-wrap .details .text p.name {
    font-size: 18px;
    margin-bottom: 0px;
}

.pay-wrapper .pay-wrap .details .text p.date-time {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0px;
}

.pay-wrapper .pay-wrap .extra-part {
    padding: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    padding: 10px 0px;
    margin-top: 20px;
}

.pay-wrapper .pay-wrap .extra-part p {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
}

.pay-wrapper .pay-wrap .extra-part .form-control {
    padding-left: 15px;
    max-width: 100px;
}

.pay-wrapper .process-to-pay {
    padding: 45px 25px 35px;
    max-width: 315px;
    width: 100%;
}

.pay-wrapper .process-to-pay .extra-part {
    margin-top: 0;
    padding: 15px 0px;
}

.pay-wrapper .process-to-pay .extra-part:last-child {
    padding: 0;
    margin-top: 30px;
}

.pay-wrapper .process-to-pay .extra-part .btn {
    max-width: 230px;
    width: 100%;
}

.pay-wrapper .process-to-pay .extra-part .btn:hover,
.pay-wrapper .process-to-pay .extra-part .btn:focus {
    background-color: #fff;
    color: #F3BF6F;
}

.pay-wrapper .pay-wrap .details .time-wrap p {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 2px;
}

.pay-wrapper .pay-wrap .details .time-wrap p span {
    font-size: 14px;
    line-height: 20px;
}

.pay-wrapper .process-to-pay .extra-part p {
    font-size: 15px;
}

.pay-wrapper .process-to-pay .extra-part h6 {
    font-size: 21px;
}

#accordion .card {
    border: 0;
    margin-bottom: 15px;
}

#accordion .card-header {
    border: 0;
    padding: 0;
}

#accordion .card-header button {
    background-color: #fff;
    width: 100%;
    padding: 29px 25px;
    font-size: 18px;
    color: #000;
    text-align: left;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.3s;
    border-radius: 5px;
    font-family: "Poppins";
}

#accordion .card-header button:hover {
    text-decoration: none !important;
}

#accordion .card-header button span {
    line-height: 0px;
    width: 100%;
}

#accordion .card-header button span span {
    width: auto;
}

#accordion .card-header button span::before {
    font-size: 30px;
    color: #666666;
    margin-right: 25px;
}

#accordion .card-header button:hover span::before,
#accordion .card-header button:focus span::before {
    color: #fff;
}

#accordion .card-header button span.flaticon-credit-card::before {
    font-size: 36px;
}

#accordion button[aria-expanded="true"],
#accordion button:hover,
#accordion button:focus {
    color: #fff !important;
    background-color: #F3BF6F !important;
}

#accordion button:hover span::before #accordion button:focus span::before {
    color: #fff;
}

#accordion button[aria-expanded="true"] span::before {
    color: #fff;
}

#accordion button[aria-expanded="true"]::after {
    content: "\f110";
    font-family: Flaticon;
    display: inline-block;
    transform: rotate(0deg);
    margin-right: 0px;
    font-size: 16px;
    transition: all 0.3s;
}

#accordion button:hover[aria-expanded="false"]::after,
#accordion button:focus[aria-expanded="false"]::after,
#accordion button[aria-expanded="false"]::after {
    content: "\f110";
    font-family: Flaticon;
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 0px;
    font-size: 16px;
    color: #999999;
    transition: all 0.3s;
}

#accordion .card-header button:hover::after {
    color: #fff !important;
}

.pay-wrap.about-details {}

.pay-wrap.about-details .details {}

.pay-wrap.about-details .details .text {
    width: 100%;
}

.pay-wrap.about-details .details .text h5 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pay-wrap.about-details .details .text .mail-phone {
    width: 100%;
}

.pay-wrap.about-details .details .text .mail-phone p,
.pay-wrap.about-details .extra-part.mail-phone p {
    font-size: 15px;
    margin-right: 30px;
    margin-bottom: 0;
    color: #666666;
}

.pay-wrap.about-details .details .text .mail-phone p:last-child,
.pay-wrap.about-details .extra-part.mail-phone p:last-child {
    margin-right: 0;
}

.pay-wrap.about-details .details .text .mail-phone p b,
.pay-wrap.about-details .extra-part.mail-phone p b {
    color: #595959;
}

.pay-wrap.about-details .extra-part.mail-phone .flaticon-edit {
    color: #666666;
    font-size: 26px;
    line-height: 0px;
    transition: all 0.3s;
}

.pay-wrap.about-details .extra-part.mail-phone .flaticon-edit:hover,
.pay-wrap.about-details .extra-part.mail-phone .flaticon-edit:focus {
    color: #764383;
}

#accordion .form-control.debit-card {
    border-width: 1px 0 1px 0;
    border-radius: 0;
    border-color: rgba(204, 204, 204, 0.4);
}


/* =========================================
    Pay Page Style CSS End
============================================ */


/* =========================================
    My Profile Page Style CSS End
============================================ */

.my-profile .list-box {
    position: relative;
    z-index: 1;
}

.my-profile .list-box::before {
    /*content: "";
  background-image: url('../images/pattern-4.png');
  width: 100%;
  height: 100%;
  background-size: 445px;
  background-repeat: no-repeat;
  background-position: 590px 70px;
  left: 0;
  bottom: 0;
  z-index: -2;
  position: absolute;*/
}

.my-profile .list-box::after {
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
    z-index: -1;*/
}

.my-profile .login-wrap,
.my-profile .list-box {
    position: relative;
}

.my-profile .login-wrap {
    padding: 45px 100px;
    min-height: 250px;
}

.my-profile .login-wrap .form-group .form-control {
    padding: 0px 15px;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    height: 45px;
}

.my-profile .flaticon-edit {
    position: absolute;
    right: 16px;
    top: 18px;
    color: #fff;
    z-index: 2;
}

.my-profile .flaticon-edit:hover,
.my-profile .flaticon-edit:focus,
.my-profile .login-wrap .flaticon-edit:hover,
.my-profile .login-wrap .flaticon-edit:focus {
    color: #000;
}

.my-profile .flaticon-edit::before {
    font-size: 30px;
}

.my-profile .login-wrap .flaticon-edit {
    color: #4C797F;
}

.my-profile .login-wrap .form-group.icons {
    position: relative;
}

.my-profile .login-wrap .form-group.icons::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    position: absolute;
    left: 10px;
    width: 25px;
    height: 100%;
    z-index: 9;
}

.calender-icons::before {
    background-image: url("../images/icons/calender-icon-img.png");
}

.time-calendar-icons::before {
    background-image: url("../images/icons/time-calender.png");
}

.my-profile .login-wrap .form-group.icons .form-control {
    padding-left: 55px;
}

.my-profile.list-wrapper .list-box .img-wrap,
.rec-teacher .img-wrap {
    position: relative;
    /* background-color: transparent; */
    border: 10px solid rgba(230, 230, 230, 0.1);
    margin-bottom: 20px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

.my-profile.list-wrapper .list-box .img-wrap .flaticon-edit {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
}


/* .datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu,
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    max-width: 220px;
    width: 100%;
    overflow: hidden;
} */

.my-profile .login-wrap .row {
    position: relative;
    margin-bottom: 12px;
}

.my-profile .login-wrap .row:last-child {
    margin-bottom: 0px;
}

.my-profile .login-wrap .row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #cccc;
    transform: translateX(-50%);
}

.my-profile .login-wrap .row:last-child::before {
    display: none;
}

.my-profile .login-wrap .row:first-child::before {
    display: block;
}

.my-profile .btn {
    min-width: 143px;
    /* width: 100%; */
}

.side-menu-list {
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    /* position: sticky; */
    /* top: 165px; */
    border-top: 4px solid rgba(101, 44, 117, 0.65);
}

.side-menu-list .dropdown {
    width: 100%;
}

.side-menu-list h6 {
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins";
    font-weight: 600;
}


/* .side-menu-list ul {
  padding: 0 10px;
  position: static;
    float: none;
    border: 0;
} */

.side-menu-list ul li {}

.side-menu-list ul li a {
    font-size: 16px;
    color: #666666;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s;
}

.side-menu-list ul li a:hover,
.side-menu-list ul li a:focus {
    color: #F3BF6F;
}

.side-menu-list ul li a::after {
    content: ">";
    float: right;
    margin-right: 10px;
    opacity: 0;
    transition: all 0.3s;
}

.side-menu-list ul li.active a::after,
.side-menu-list ul li a:hover::after {
    opacity: 1;
    margin-right: 0px;
}

.side-menu-list ul li.active a {
    font-weight: bold;
    color: #F3BF6F;
}

.side-menu-list ul li .sub-menu {}

.side-menu-list ul li .sub-menu li {}

.side-menu-list ul li .sub-menu li a {
    background-color: transparent;
    color: #000;
    font-size: 13px;
}

.side-menu-list ul li .sub-menu li a:hover,
.side-menu-list ul li .sub-menu li.active a,
.side-menu-list ul li .sub-menu li a:focus {
    color: #4C797F;
}

.my-profile .address-wrap {
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.my-profile .address-wrap h6 {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
    word-break: break-all;
}


/* .my-profile .address-wrap h6::before {
  content: '';
  position: absolute;
  left: -50px;
  background-image: url('../images/icons/address-icon-img.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
} */

.my-profile .address-wrap h6 img {
    position: absolute;
    left: -30px;
    background-image: url("../images/icons/address-icon-img.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.my-profile .address-wrap p {
    font-size: 15px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 0px;
}

.my-profile .address-wrap .flaticon-edit {
    top: 0;
}

.my-profile.address .login-wrap .row {
    margin-bottom: 30px;
    /* margin-bottom: 30px; */
}

.my-profile.address .login-wrap .row:last-child {
    margin-bottom: 0px;
}

.my-profile.address .login-wrap .row .btn {
    min-width: 280px;
}

.book-session-modal.address-modal .modal-dialog {
    max-width: 96%;
}

.book-session-modal.address-modal .modal-content {
    max-width: 705px;
    padding: 40px 5px 15px;
}

.book-session-modal.address-modal .form-control {
    padding-left: 15px;
}

.book-session-modal.address-modal .btn {
    min-width: 237px;
    margin-top: 10px;
}

.book-session-modal.address-modal label small {
    color: #787878;
    font-size: 15px;
}

.menu-list-dropdown {
    max-width: 340px;
    position: relative;
    margin: 0 auto;
}

.menu-list-dropdown .dropdown-menu {
    width: 100%;
}

.my-profile-menu {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    /*border-bottom: 2px solid #595959;*/
    border-bottom: 1px solid #595959;
    margin: 0 auto 45px;
    text-align: left;
    cursor: pointer;
}

.my-profile-menu h6::after {
    content: "\f110";
    font-family: Flaticon;
    font-size: 15px;
    margin-left: 5px;
}

.login-wrap.refer-friends {}

.login-wrap.refer-friends .img-wrap {
    max-width: 180px;
    margin-bottom: 30px;
}

.login-wrap.refer-friends .text-wrap {
    margin-bottom: 25px;
}

.login-wrap.refer-friends .text-wrap p {
    font-size: 18px;
    margin-bottom: 0;
}

.login-wrap.refer-friends .text-wrap p span {
    font-size: 20px;
    color: #000;
    
    font-weight: bold;
    margin-top: 18px;
}

.login-wrap.refer-friends p {
    font-size: 14px;
    color: #666666;
    /*color: #fff;*/
    line-height: 18px;
    margin-bottom: 0;
}

.login-wrap.refer-friends .btn {
    min-width: 290px;
}


/* =========================================
    My Profile Page Style CSS End
============================================ */

.Safari .btn,
#home-banner .login-wrap.signup .form-group .btn {
    padding: 15px 27px 11px;
}

.profile_sub_menu {
    display: none;
}

.span-error {
    font-size: 13px;
}

.error {
    color: #e85353;
}

.error-title {
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 0;
    display: none;
    /* position: absolute;
bottom: -25px; */
}

.login-wrap .checkbox-wrap.form-group .error-title {
    bottom: -5px;
}


/*Customer Login start*/

.span-error {
    color: red;
}


/*Customer Login end*/

.cover-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.img-wrapper-box {
    position: relative;
    width: 200px;
    height: 200px;
    z-index: 1;
}

.img-wrapper-box .flaticon-edit {
    top: auto;
    bottom: 20px;
    left: 50%;
    width: 30px;
    z-index: 99;
    transform: translateX(-50%);
}

.img-wrapper-box .flaticon-edit:active::before {
    color: #fff;
}

.address-wrap .option-menu {
    position: absolute;
    right: 16px;
    top: 0;
    line-height: 30px;
    display: flex;
}

.address-wrap .option-menu a {
    position: static;
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 5px;
    margin-right: 15px;
}

.address-wrap .option-menu.two {
    margin-left: auto;
}

.address-wrap .option-menu.two a:last-child {
    margin-right: 0px;
}

.address-wrap .option-menu a img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.address-wrap .option-menu a:hover img {
    opacity: 1;
}

.loader-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(106, 102, 107, 0.32);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-profile .selectable-div .address-wrap-hover {
    position: absolute;
    left: -20px;
    top: -10px;
    background-color: rgba(230, 196, 236, 0.42);
    width: calc(100% + 40px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.my-profile .selectable-div:hover .address-wrap-hover {
    opacity: 1;
    visibility: visible;
}

.my-profile .selectable-div .address-wrap-hover p {
    color: #F3BF6F;
    margin: 0;
}


/* .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-top {
    width: auto !important;
    left: auto !important;
    right: 10px !important;
} */

span.glyphicon.glyphicon-arrow-left::before {
    content: "<";
    font-weight: 900;
}

span.glyphicon.glyphicon-arrow-right::before {
    content: ">";
    font-weight: 900;
}

.datetimepicker td,
.datetimepicker th {
    width: 40px;
}

.selectable-addres-radio {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.selectable-addres-radio .pretty .state label:after,
.selectable-addres-radio .pretty .state label:before {
    width: 30px;
    height: 30px;
}

.selectable-addres-radio .pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%;
    border-color: #F3BF6F;
}

.participant-amount::after {
    content: "+";
    margin: 0 10px;
    font-weight: 600;
}

.discounted-amount::after {
    content: "-";
    margin: 0 10px;
    font-weight: 600;
}

.pay-wrapper .process-to-pay .extra-part>div {
    margin-bottom: 10px;
}

.pay-wrapper .process-to-pay .extra-part>div:last-child {
    margin-bottom: 0px;
}

select.span-error {
    color: #545454 !important;
}


/* ================================
  Gift Certificate Page Start
=================================== */

.my-profile .side-wrap.gift-certi {
    height: 100%;
}

.my-profile .gift-certi .login-wrap {
    /*padding: 40px 30px;*/
    padding: 20px;
    /*height: 100%;*/
}

.box.package-wrap,
.my-profile .gift-certi .login-wrap .box {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    /* height: 100%; */
}

.box.package-wrap img,
.my-profile .gift-certi .login-wrap .box img {
    width: 100%;
}

.my-profile .gift-certi .login-wrap .box {
    position: relative;
}

.my-profile .gift-certi .login-wrap .text-wrap {
    background-color: #F3BF6F;
    padding: 12px 15px;
    margin: 0;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    min-height: 80px;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box {
    width: 100%;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    text-align: left;
    margin-right: 10px;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box p:last-child {
    margin-right: 0px;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box:last-child p {
    margin-bottom: 0px;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box p .date {}

.my-profile .gift-certi .login-wrap .text-wrap .text-box p .date {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box p .copy-icon,
.copt-btn {
    display: inline-block;
    width: 22px;
    height: 18px;
    overflow: hidden;
    margin: 0;
    padding-top: 0px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
    transform: translateY(3px);
    padding: 0;
    border: 0;
    background-color: transparent;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box p .copy-icon img,
.copt-btn img {
    width: 18px;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box .btn,
.box.package-wrap .btn {
    min-width: 145px;
    /*padding: 0px 0px;*/
    padding: 5px 10px;
    font-size: 15px;
    line-height: normal;
}

.icon-hover-50:hover img,
.icon-hover-50:focus img {
    transform: translateY(-50%);
}

.my-profile .gift-certi .login-wrap .box.gifted .gifted-text {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #7a737c;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 5px;
    overflow: hidden;
}

.my-profile .gift-certi .login-wrap .box.gifted .gifted-text img {
    max-width: 16px;
    margin-right: 5px;
}

.box.package-wrap.gifted .text-wrap {
    background-color: #7a737c;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box .btn.buy,
.box.package-wrap .btn {
    border: 0;
    min-width: 85px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0;
}


/* .modal {
  opacity: 1;
  display: block !important;
} */

.book-session-modal.address-modal textarea.form-control {
    min-height: 130px;
    max-height: 130px;
}

.list-wrapper .list-box.gift-certi-detail {
    margin: 0;
    padding: 0;
}

.list-wrapper .list-box.gift-certi-detail .text-box {
    box-shadow: none;
}

.list-wrapper .list-box.gift-certi-detail .text-box h6 {
    font-size: 18px;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul {
    /*margin-bottom: 15px;*/
    margin-bottom: 0px;
    margin-top: 7px;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li {
    padding: 0px 0px 6px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e6e6e6;
    font-size: 15px;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li span {
    display: inline-block;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li .title {
    min-width: 90px;
    color: #666666;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li .price {
    /*font-weight: bold;*/
    color: #000;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li:first-child {
    border-top: 0;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.list-wrapper .list-box.gift-certi-detail .text-box p {
    color: #545454;
    font-size: 15px;
    line-height: 16px;
}

.list-wrapper .list-box.gift-certi-detail .text-box p:last-child {
    margin-bottom: 0px;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.color-666 {
    color: #666666 !important;
}

.color-000 {
    color: #000000 !important;
}

.list-wrapper .text-box.transaction {
    background-color: #faf8f8;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.box.package-wrap .text-box {
    background-color: #faf8f8;
    padding: 15px 15px;
    border-radius: 5px;
}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction {}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction ul {
    margin: 0;
}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction ul li {}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction ul li:last-child {
    border-bottom: 0;
}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction ul li:last-child {}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction ul li span {
    font-size: 16px;
}

.list-wrapper .list-box.gift-certi-detail .text-box.transaction ul li .title {
    min-width: 200px;
}

.btn-group {}

.book-session-modal.address-modal .btn-group>div .btn {
    min-width: auto;
}

.btn-group>div {
    margin: 0 10px;
}

.btn-group>div:first-child {
    margin-left: 0;
}

.btn-group>div:last-child {
    margin-right: 0;
}

.login-wrap.refer-friends p.no-gift-title {
    font-size: 18px;
    margin: 50px 0px 80px;
}

.list-wrapper .list-box.gift-certi-detail .text-box ul li .price.purple {
    color: #bf406e !important;
}

.book-session-modal .list-wrapper.profile .list-box.gift-certi-detail .text-wrap ul {
    margin: 0 0 30px;
}


/* ================================
  Gift Certificate Page End
=================================== */


/* ================================
  My Appointments Page Start
=================================== */

.pending-accordion {
    margin-bottom: 14px;
}

.pending-accordion .card {
    border: 0;
}

.pending-accordion .card-header {
    padding: 0;
    border: 0;
}

.pending-accordion .card-header .btn {
    background-color: #f4f4f4;
    width: 100%;
    border: 0;
    padding: 10px 25px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    border: 0;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}

.pending-accordion .card-body {
    background-color: #f4f4f4;
    border-radius: 0px 0px 5px 5px;
}

.pending-accordion .card-header .btn:hover {
    color: #000 !important;
    background-color: #e8e8e8 !important;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px !important;
}

.pending-accordion button.btn-link::after {
    content: "";
    background-image: url("../images/select-dropdown.png");
    background-repeat: no-repeat;
    transition: all 0.3s;
    width: 9px;
    height: 6px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(0deg);
    transform-origin: center;
}

.pending-accordion button:hover[aria-expanded="false"]::after,
.pending-accordion button:focus[aria-expanded="false"]::after {
    transform: rotate(0deg);
}

.pending-accordion button[aria-expanded="true"]::after,
.pending-accordion button:hover[aria-expanded="true"]::after,
.pending-accordion button:focus[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.book-session-modal .pending-accordion .login-wrap.signup {
    /*background-color: #f4f4f4;*/
    background-color: #efefef;
    padding: 0 60px;
    margin: 0;
    min-height: auto;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #F3BF6F;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #F3BF6F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.my-profile.address .pending-accordion .form-group .btn {
    min-width: auto;
}

.radio-group div {
    margin: 0px 10px;
}

.radio-group div:first-child {
    margin-left: 0;
}

.radio-group div:last-child {
    margin-right: 0;
}

.radio-group div [type="radio"]+label,
.radio-group div[type="radio"]:not(:checked)+label {
    color: #595959;
}

.before-none::before,
.after-none::before {
    display: none !important;
}

.teacher-approval.list-wrapper {
    background-color: transparent;
}

.teacher-approval {}

.teacher-approval.list-wrapper p {}

.teacher-approval.list-wrapper p.waiting-title {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.teacher-approval.list-wrapper .advance-yoga {
    display: flex;
    padding-top: 20px;
    border-bottom: 1px solid #dedede;
    /*padding-bottom: 30px;*/
    padding-bottom: 10px;
}

.teacher-approval.list-wrapper .advance-yoga:first-child {
    border-top: 1px solid #dedede;
}

.teacher-approval.list-wrapper .waiting-title+.advance-yoga,
.teacher-approval.list-wrapper .credit-amount+.advance-yoga {
    border-top: 1px solid #dedede;
}

.teacher-approval.list-wrapper .advance-yoga .left {
    flex: 0 0 auto;
    margin-right: 20px;
}

.teacher-approval.list-wrapper .advance-yoga .left .date-wrap {
    width: 70px;
    background-color: #f4f4f4;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.teacher-approval.list-wrapper .advance-yoga .left .date-wrap .date {
    font-size: 12px;
    background-color: #4C797F;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.teacher-approval.list-wrapper .advance-yoga .left .date-wrap h6 {
    font-size: 24px;
    padding: 5px 0;
    font-weight: bold;
}

.teacher-approval.list-wrapper .advance-yoga .right {
    box-shadow: none;
    width: 100%;
}

.teacher-approval.list-wrapper .advance-yoga .right::after {
    display: none;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box {
    background-color: #fff;
    margin-top: 0;
    /*padding-right: 265px;*/
    position: relative;
}

.teacher-approval.list-wrapper .advance-yoga .right h6,
.teacher-approval.list-wrapper .advance-yoga .right .text-box h6 {
    position: relative;
    /*padding-right: 110px;*/
    padding-right: 0px;
    font-size: 18px;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box ul {}

.teacher-approval.list-wrapper .advance-yoga .right .text-box ul li {
    border-color: #fff;
    padding-bottom: 0;
    font-size: 14px;
    display: flex;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box ul li span {}

.teacher-approval.list-wrapper .advance-yoga .right .text-box ul li .title {
    /*min-width: 70px;*/
    min-width: 125px;
    margin-right: 10px;
    color: #666666;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box ul li .price {}

.teacher-approval.list-wrapper .advance-yoga .right .text-box .read-more-btn {
    color: #999999;
    font-size: 15px;
    line-height: 16px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-bottom: 15px;
    display: inline-block;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box .read-more-btn .less {
    display: none;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box .read-more-btn[aria-expanded="true"] .less {
    display: inline-block;
}

.teacher-approval.list-wrapper .advance-yoga .right .text-box .read-more-btn[aria-expanded="true"] .more {
    display: none;
}

.teacher-approval.list-wrapper .btn,
.login-wrap .btn-group .btn.anchore-btn {
    min-width: auto;
    padding: 10px 40px;
}

.advance-yoga .right .details-box {
    background-color: #f4f4f4;
    border-radius: 5px;
    display: flex;
    width: 100%;
    padding: 15px;
    min-width: 445px;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 15px;
    max-width: 445px;
}

.advance-yoga .right .list-wrapper.profile {
    background-color: transparent;
}

.advance-yoga .right .text-wrap {
    position: static !important;
    background-color: transparent !important;
}


/* .advance-yoga .right .details-box .img-wrap {} */

.advance-yoga .right .details-box .img-wrap {
    width: 76px;
    height: 76px;
    border-width: 3px;
    border-color: #fff;
    margin: 0;
    margin-right: 10px;
    flex: 0 0 auto;
    box-shadow: none;
}

.advance-yoga .right .details-box .text-wrap {
    padding: 0;
    min-height: auto;
}

.advance-yoga .right .details-box .text-wrap .wrap {
    margin-bottom: 0;
    width: 100%;
}

.advance-yoga .right .details-box .text-wrap .wrap h6 {
    font-size: 18px;
}

.advance-yoga .right .distance-box {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 5px 0px 0px !important;
}

.advance-yoga .right .distance-box p {}

.advance-yoga .right .distance-box .points {
    display: inline-block;
    /*! padding: 8px 15px; */
    background-color: #7a737c;
    border-radius: 50px;
    min-width: 26px;
    min-height: 26px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px;
}

.teacher-approval.list-wrapper .advance-yoga .right .distance-box .distance {
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
    padding-right: 8px;
    margin-right: 15px;
    border-right: 1px solid #666666;
    line-height: 13px;
}

.teacher-approval.list-wrapper .advance-yoga .right .distance-box .distance:nth-child(2) {
    border-right: 0;
    padding-right: 0;
}

.advance-yoga .details-price {
    width: 100%;
    max-width: 245px;
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

.advance-yoga .details-price li {
    padding: 5px 0 8px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
}

.advance-yoga .details-box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.advance-yoga .details-price li:last-child {
    border-bottom: 0px;
}

.advance-yoga .details-price li .title {}

.advance-yoga .details-price li .price {}

.box.package-wrap .text-box {}

.box.package-wrap .text-box ul {}

.box.package-wrap .text-box ul li {}

.box.package-wrap .text-box ul li.title {
    margin-right: 5px;
}

.box.package-wrap .text-box ul.two {
    display: flex;
    justify-content: space-between;
}

.box.package-wrap .text-box ul.two li {}

.box.package-wrap h6 {
    background-color: #F3BF6F;
    color: #fff;
    font-size: 21px;
    padding: 18px 30px;
    text-align: left;
}

.box.package-wrap .text-box ul.common {}

.box.package-wrap .text-box ul.common li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 6px 0px 9px;
    font-size: 15px;
}

.box.package-wrap .text-box>ul:last-child li:last-child {
    border-bottom: 0px;
}

.box.package-wrap .text-box ul.common.two li::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #e6e6e6;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.box.package-wrap {}

.box.package-wrap .text-box ul.common.two li:last-child::after {
    display: none;
}

.box.package-wrap .text-box ul.common li.title {
    margin-right: 5px;
}

.box.package-wrap .text-box ul.common.two {
    display: flex;
    justify-content: space-between;
}

.box.package-wrap .text-box ul.common.two li {
    flex: 0 0 50%;
    font-size: 15px;
    padding-left: 10px;
}

.box.package-wrap .text-box ul.common.two li:first-child {
    padding-left: 0px;
}

.box.package-wrap .text-box ul.common.two-gray {}

.box.package-wrap .text-box ul.common.two-gray li {
    background-color: #e6e6e6;
    padding: 4px 15px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
}

.box.package-wrap .text-box ul.common.two-gray li:last-child {
    border-bottom: 0;
}

.box.package-wrap .text-box p.last-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box.package-wrap .text-box {
    margin: 0;
}

.box.package-wrap .btn {
    min-width: 85px !important;
}


/* ================================
  My Appointments Page Start
=================================== */


/* ================================
  My Appointments Page Start
=================================== */

.si {
    --color-default: #dee5f2;
    --color-active: #0069ff;
    --rotate-default: 180deg;
    --rotate-active: 40deg;
    --border-size-checkmark: 2px;
    --border-size-box: 1px;
    --input-size: 20px;
    --guter: 15px;
}

.si,
.si *,
.si *::before,
.si *::after {
    box-sizing: border-box;
}

.si {
    cursor: pointer;
    position: relative;
}

.si>input[type="checkbox"],
.si>input[type="radio"] {
    -webkit-clip-path: polygon(0 0);
    clip-path: polygon(0 0);
}

.si .si-label {
    /* display: inline-block; */
    padding-left: var(--guter);
    color: #595959;
    vertical-align: text-top;
    display: flex;
    align-items: center;
    line-height: 0;
    font-weight: 600;
}

.si .si-label::before,
.si .si-label::after {
    transition: all 0.2s ease-in-out;
}

.si .si-label::before {
    content: "";
    display: block;
    width: var(--input-size);
    height: var(--input-size);
    border: 2px solid #F3BF6F;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.si .si-label:hover::before {
    border-color: #F3BF6F;
}

.si.si-checkbox .si-label::before {
    border-radius: var(--border-size-checkmark);
}

.si.si-checkbox .si-label::after {
    content: "";
    display: block;
    width: 8px;
    height: 18px;
    border-width: 0 var(--border-size-checkmark) var(--border-size-checkmark) 0;
    border-style: solid;
    border-color: transparent #F3BF6F #F3BF6F transparent;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-transform: rotate(var(--rotate-default)) scale(0);
    transform: rotate(var(--rotate-default)) scale(0);
}

.si.si-checkbox>input:checked+.si-label::after {
    left: 8px;
    -webkit-transform: rotate(var(--rotate-active)) scale(1);
    transform: rotate(var(--rotate-active)) scale(1);
}

.si.si-checkbox>input:checked+.si-label::before {
    -webkit-transform: rotate(var(--rotate-active)) scale(0);
    transform: rotate(var(--rotate-active)) scale(0);
}

.si.si-radio .si-label::before,
.si.si-radio .si-label::after {
    border-radius: 100%;
    top: -2px;
}

.si.si-radio .si-label::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 0;
    top: 100%;
    left: 4px;
}

.si.si-radio>input:checked+.si-label::after {
    background-color: #fff;
    height: 12px;
    top: 2px;
}

.si.si-radio>input:checked+.si-label::before {
    background-color: var(--color-active);
}

.si.si-switcher .si-label {
    padding-left: 45px;
}

.si.si-switcher .si-label::before {
    content: "";
    width: 36px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
}

.si.si-switcher .si-label::after {
    content: "";
    border-radius: 4px;
    width: 6px;
    height: 12px;
    background-color: var(--color-default);
    position: absolute;
    top: 2px;
    left: 7px;
}

.si.si-switcher>input:checked+.si-label::before {
    background-color: var(--color-active);
    border-color: var(--color-active);
}

.si.si-switcher>input:checked+.si-label::after {
    background-color: #fff;
    left: 24px;
}

.si [data-onchecked="show"],
.si>input:checked~[data-onchecked="hide"] {
    display: none;
}

.si [data-onchecked="hide"],
.si>input:checked~[data-onchecked="show"] {
    display: inline-block;
}

.si>input:checked+.si-label.line-across {
    text-decoration: line-through;
}

.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-wrapper .check-wrap {
    margin: 0 10px 30px 10px;
}

.btn.anchore-btn,
.login-wrap .btn-group a.btn.anchore-btn {
    font-weight: bold;
    display: inline-block;
    /*font-size: 15px;*/
    /*font-family: 'Nexa';*/
    /*background-color: #F3BF6F;*/
    border-radius: 50px !important;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    min-width: auto;
    padding: 10px 40px;
    max-width: max-content;
    /*border: 0;*/
}

.btn.anchore-btn:hover,
.btn.anchore-btn:focus,
.login-wrap .btn-group a.btn.anchore-btn:hover,
.login-wrap .btn-group a.btn.anchore-btn:focus {
    background-color: #422d55;
    color: #fff;
}

.credit-amount {
    /* background-color: #F3BF6F; */
    /* border-radius: 5px; */
    padding: 0;
    display: inline-block;
    margin-bottom: 23px;
}

.credit-amount ul {
    display: flex;
}

.credit-amount ul li {
    color: #595959;
    padding-right: 33px;
    margin-right: 20px;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.credit-amount ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.credit-amount ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    right: 0;
    background-color: #cccccc;
}

.credit-amount ul li:last-child::before {
    display: none;
}

.credit-amount ul li span {}

.credit-amount ul li .title {
    margin-right: 5px;
}

.credit-amount ul li .price {
    font-size: 24px;
    font-weight: 700;
}


/* ================ */

.book-sess {}

.book-sess .wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.book-sess .time-circle {
    width: 300px;
    height: 300px;
    background-color: #F3BF6F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.book-sess .time-circle::before,
.coupons-wrap .coupons-box::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 3px dashed #fff;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 50%;
    z-index: -1;
}

.book-sess .time-circle p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.book-sess .time-circle .time {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.circle_bg1 {
    border-radius: 100%;
    height: 400px;
    width: 400px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

.circle_bg1 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    /* animation: ripple 4s 0s infinite ; */
    animation: ripple 3.5s linear infinite;
    background-color: #F3BF6F;
}

.circle_bg1 span:nth-child(2) {
    animation-delay: 0.5s;
}

.circle_bg1 span:nth-child(3) {
    animation-delay: 1s;
}

.circle_bg1 span:nth-child(4) {
    animation-delay: 1.5s;
}

.circle_bg1 span:nth-child(5) {
    animation-delay: 2s;
}

.circle_bg1 span:nth-child(6) {
    animation-delay: 2.5s;
}

.circle_bg1 span:nth-child(7) {
    animation-delay: 3s;
}

.circle_bg1 span:nth-child(8) {
    animation-delay: 3.5s;
}


/* .circle_bg1 span:nth-child(2) {
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  -o-animation-delay:3s;
  animation-delay:3s;
}
.circle_bg1 span:nth-child(3) {
  -webkit-animation-delay:2.5s;
  -moz-animation-delay:2.5s;
  -o-animation-delay:2.5s;
  animation-delay:2.5s;
}
.circle_bg1 span:nth-child(4) {
  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  -o-animation-delay:2s;
  animation-delay:2s;
}
.circle_bg1 span:nth-child(5) {
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
}
.circle_bg1 span:nth-child(6) {
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
}
.circle_bg1 span:nth-child(7) {
  -webkit-animation-delay:0.5s;
  -moz-animation-delay:0.5s;
  -o-animation-delay:0.5s;
  animation-delay:0.5s;
}
.circle_bg1 span:nth-child(8) {
  -webkit-animation-delay:0s;
  -moz-animation-delay:0s;
  -o-animation-delay:0s;
  animation-delay:0s;
} */

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.02);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/* @-moz-keyframes ripple {
  0% {-moz-transform:scale(0.2);transform:scale(.02); opacity:1;}
  50% {-moz-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-moz-transform:scale(1);transform:scale(1); opacity:0;}
}
@-o-keyframes ripple {
  0% {-o-transform:scale(0.2);transform:scale(.02); opacity:1;}
  50% {-o-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-o-transform:scale(1);transform:scale(1); opacity:0;}
}
@keyframes ripple{
  0% {transform:scale(0.2);transform:scale(0.2); opacity:1;}
  50% {transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {transform:scale(1);transform:scale(1); opacity:0;}
} */


/* ======================= */

.rec-teacher {
    background-color: #f7f5f5;
}

.rec-teacher .wrap {
    margin-bottom: 60px;
}

.rec-teacher .img-wrap {
    border-color: #e6e6e6;
    box-shadow: none;
}

.rec-teacher .text-wrap h6 {
    font-size: 18px;
    font-weight: normal;
    color: #000 !important;
}

.rec-teacher .box.package-wrap .text-box {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    /* height: 100%; */
}

.rec-teacher .box.package-wrap .btn {
    margin-bottom: 30px !important;
    max-width: 135px;
    height: 45px;
    line-height: 45px;
    font-size: 18px !important;
    width: 100%;
}

.rec-teacher .box.package-wrap {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.rec-teacher .box.package-wrap .wrapper {
    height: 100%;
}

.coupons-wrap {
    background-image: url("../images/memphis-mini.png");
}

.bg-image-none {
    background-image: none;
}

.coupons-wrap .coupons-box {
    border-radius: 5px;
    /* padding: 20px; */
    color: #fff;
    position: relative;
    padding: 40px 35px;
    z-index: 0;
    max-width: 355px;
    margin: 15px 0px;
}

.coupons-wrap .coupons-box p {
    margin-bottom: 0;
    color: #fff;
}

.coupons-wrap .coupons-box p * {
    color: #fff !important;
}

.coupons-wrap .coupons-box::before {
    border-radius: 0;
    border-width: 1px;
}

.coupons-wrap .coupons-box .logo-text-wrap {
    display: flex;
    margin-bottom: 30px;
}

.coupons-wrap .coupons-box .logo-text-wrap .cupons-logo {
    max-width: 85px;
    margin-right: 25px;
}

.coupons-wrap .coupons-box .logo-text-wrap .cupons-logo img {
    width: 100%;
}

.coupons-wrap .coupons-box .logo-text-wrap .text {}

.coupons-wrap .coupons-box .logo-text-wrap .text h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins";
}

.coupons-wrap .coupons-box .logo-text-wrap .text p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px;
}

.coupons-wrap .coupons-box .logo-text-wrap .text .cupons-code {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    min-width: 95px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.coupons-wrap .coupons-box .logo-text-wrap .text .cupons-code .copt-btn {
    position: absolute;
    right: -30px;
}

.coupons-wrap .coupons-box .btn {
    max-width: 160px;
    width: 100%;
    font-size: 18px;
}

.advance-yoga .right .details-box .text-wrap {
    height: auto;
}

.pretty [type="radio"]:checked,
.pretty [type="radio"]:not(:checked) {
    left: 0px;
}

.my-profile .address-wrap.radio-wrap {
    display: flex;
    align-items: center;
    box-shadow: 0 0 black;
    /*justify-content: space-between;*/
}

.my-profile .address-wrap.radio-wrap .selectable-addres-radio {
    position: static;
}


/* ================================
  My Appointments Page End
=================================== */

.pay-wrapper .pay-wrap .details .time-wrap.count {
    width: 26px;
    height: 26px;
    font-size: 13px;
    background-color: #7a737c;
    margin: 0;
}

.pay-wrapper .pay-wrap .details .time-wrap.count p {
    font-size: 15px;
}

.my-profile .login-wrap.successful p {
    font-size: 17px;
}

.my-profile .login-wrap.successful .date-time-wrapper p {
    font-weight: bold;
    margin-bottom: 5px;
}

.my-profile .login-wrap.successful .date-time-wrapper p:last-child {
    margin-bottom: 40px;
}

.my-profile .login-wrap.successful .successful-icons-green {
    margin-bottom: 30px;
    max-width: 100px;
}

.other-appointments {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    border-left: 1px solid #cccccc;
    padding: 0px 0px 0px 10px;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-appointments .icons {
    max-width: 15px;
    margin-right: 10px;
}

.other-appointments .icons img {
    width: 100%;
}

.list-wrapper .list-box.gift-certi-detail .text-box .other-appointments p {
    font-size: 14px;
    color: #666666;
}

.left-star-gray .start-list {
    display: flex;
    flex-direction: column;
}

.left-star-gray .start-list li {
    color: #8a8a8a;
    display: flex;
    align-items: center;
}

.left-star-gray .start-list img {
    max-width: 20px;
    margin-left: 4px;
}

.left-star-gray .start-list li:first-child {
    margin-left: 0;
}

.left-star-gray .start-list li:last-child {
    margin-right: 0;
}

.right-reviews h2 {
    margin-bottom: 0;
}

.right-reviews .start-list {
    margin-bottom: 8px;
}

.right-reviews .start-list li {
    margin: 0 5px;
}

.right-reviews .start-list li img {
    max-width: 20px;
}

.right-reviews p {
    margin-bottom: 0;
}

.teacher-approval.review-wrapper.list-wrapper {
    /* max-width: 500px; */
    margin-bottom: 30px;
}

.review-radio-wrap>div {
    margin: 0 15px 10px 0;
}

footer .social li a:hover {
    background-color: #F3BF6F;
}

footer .social li a:hover img {
    filter: invert(1);
}

footer .social li a:hover::before {
    color: #fff;
}

.note {
    
    font-weight: normal;
}

.note {
    font-size: 18px;
}

.btn-mlr-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.teacher-approval.list-wrapper .advance-yoga .right .btn-mlr-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#accordion .card-header button span.images-icons::before {
    content: "";
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: cover;
}

#accordion button[aria-expanded="false"] span::before {
    filter: none;
}

#accordion .card-header button:hover span.images-icons::before,
#accordion .card-header button:focus span.images-icons::before,
#accordion button[aria-expanded="true"] span.images-icons::before {
    filter: invert(1);
}

.pack-box-icon::before {
    background-image: url(../images/icons/box-closed.png);
}

.packages-list-close {
    margin: 0;
    border-radius: 50px;
    background-color: #F3BF6F;
    padding: 5px 20px 7px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.packages-list-close .close-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #fff;
    font-size: 15px;
    transform: scaleX(1.4);
    cursor: pointer;
}

.advance-yoga .right .details-box.GiftCard {
    min-width: auto;
    max-width: max-content;
    background-color: transparent;
    padding-top: 0;
}

.advance-yoga .right .details-box.Package {
    display: none;
}

.advance-yoga .right .details-box.Referral {
    display: none;
}

.header-sub-menu .dropdown-menu.show {
    /*width: 100%;*/
    min-width: 130px;
    background-color: #F3BF6F;
    /* border-top: 0; */
    margin: 0;
    padding: 0;
    border-radius: 5px;
    z-index: 1;
    margin-top: 11px;
    position: relative;
    border: 0;
    /* background-color: #fff; */
}

.header-sub-menu .dropdown-menu.show a:first-child {
    border-right: 5px 5px 0px 0px;
}

.header-sub-menu .dropdown-menu.show a:last-child {
    border-right: 0px 0px 5px 5px;
}

.header-sub-menu .dropdown-menu.show a {
    padding: 0 0px;
    color: #fff;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #ffffff69;
    padding-bottom: 10px;
    padding: 5px 15px;
}

.header-sub-menu .dropdown-menu.show a:hover,
.header-sub-menu .dropdown-menu.show a:focus {
    color: #000;
    background-color: #F3BF6F;
}

.header-sub-menu .dropdown-menu.show::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 15px;
    width: 10px;
    height: 10px;
    /* background-color: #F3BF6F; */
    transform: rotate(45deg);
    z-index: -13;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #F3BF6F #00800000 #0000ff00 #F3BF6F;
}

.header-sub-menu .dropdown-menu.show>div:last-child a {
    border-bottom: 0;
    padding-bottom: 5px;
}

.my-profile .list-box.referer-friends-list::before {
    display: none;
}

.my-profile .list-box.referer-friends-list::after {
    display: none;
}

.my-profile .list-box.referer-friends-list::before,
.list-box.referer-friends-list::after {
    display: none;
}

.my-profile .list-box.referer-friends-list .img-wrap {
    width: 180px;
    height: 180px;
    border-color: rgb(230, 230, 230);
}

.my-profile .list-box.referer-friends-list .distance-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.my-profile .list-box.referer-friends-list .text-wrap {
    width: 100%;
}

.my-profile .list-box.referer-friends-list .text-wrap .distance-box {
    align-items: flex-start;
    border-bottom: 0;
}

.my-profile .list-box.referer-friends-list .text-wrap .distance-box p.distance {
    margin-bottom: 10px;
}

.teacher-approval.review-wrapper.list-wrapper .left-star-gray {
    width: 100%;
}

.teacher-approval.review-wrapper.list-wrapper .left-star-gray .progress {
    width: 100%;
    margin-left: 15px;
    height: 12px;
    border-radius: 50px;
    max-width: 200px;
}

.teacher-approval.review-wrapper.list-wrapper .left-star-gray .progress .progress-bar {
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7ea31+0,fc9723+100 */
    background: #f7ea31;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f7ea31 0%, #fc9723 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7ea31 0%, #fc9723 100%);
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #f7ea31 0%, #fc9723 100%); */
    background: linear-gradient(45deg, rgba(243, 191, 111, 1) 28%, rgba(255, 228, 183, 1) 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7ea31', endColorstr='#fc9723', GradientType=1);
    /* IE6-9 */
    color: #000;
}

textarea.ta-message {
    min-height: 150px;
    padding-left: 15px;
    max-height: 150px;
}

#home-banner.profile.profile.profile-banner.banner {
    background-color: #000;
    padding: 107px 0;
    min-height: 250px;
}

.lesson.package.services-details {
    padding: 70px 0px 70px;
}

.lesson.package.services-details h2 {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    font-size: 33px;
    margin-bottom: 0;
}

.lesson.package.services-details h2 span {
    font-family: "Poppins";
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
}

.services-details {
    padding: 21px 0px;
}

.services-details .img-wrap {}

.services-details .img-wrap img {
    width: 100%;
}

.services-details .text-wrap h4 {
    margin-bottom: 5px;
}

.services-details .text-wrap p {
    color: #666666;
}

.services-details .text-wrap .btn-group {
    margin-top: 40px;
}


/***  22-10-2019  ***/

.blog-page {
    padding: 50px 0;
}

#commentform [type="text"],
#commentform [type="email"],
#commentform [type="url"],
#commentform textarea {
    background-color: transparent;
    border: 1px solid #9ba2a6;
    height: 50px;
    border-radius: 7px;
    padding-left: 20px;
    font-size: 15px;
    color: #545454;
}

#commentform label {
    margin-bottom: 0.5rem;
}

#respond h2 {
    font-size: 23px;
}

.single-post-title h2 {
    font-size: 23px;
}


/*main-color*/

.post-title a:hover,
.blog_sidebar a:hover {
    color: #422d55;
}

.single-post-title h2 {
    color: #595959;
}


/*main-bg-color*/

.post-read-more a,
.search-form [type="submit"],
#commentform [type="submit"] {
    background: #199ee3;
}


/*hover-bg-color*/

.post-read-more a:hover,
.search-form [type="submit"]:hover,
#commentform [type="submit"]:hover {
    background: #23282d;
}

.post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #23282d;
}

.post-read-more a {
    color: #fff;
    padding: 7px 18px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.blog_content .post-content p {
    font-size: 16px;
    font-weight: 400;
    
    color: #393939;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-bottom: 24px;
}

.blog_content .post-title h2,
.blog_content .page-title,
.blog_content h2 {
    font-size: 24px;
    
    color: #393939;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    line-height: 30px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 17px;
}

.blog_content .page-title {
    font-size: 28px;
    
    color: #393939;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    line-height: 41px;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0px;
}

.blog_content .post-read-more p {
    margin-bottom: 10px;
}

.blog-main-content {
    margin-bottom: 0px;
    padding: 70px 0px 0px;
}

.blog_content_sidebar .search-field {
    width: 100%;
    height: 46px;
    border: solid 1px #dcdcdc;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 12px;
    background-color: transparent;
    border-radius: 3px;
}

.blog_content_sidebar ul {
    padding: 0 0 10px 0px;
}

.blog_content_sidebar ul li a {
    font-size: 16px;
}

.blog_content_sidebar .widget-title {
    font-size: 20px;
    
    color: #393939;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 17px;
}

.blog_sidebar li .post-date {
    font-size: 14px;
    color: #a2a2a2;
}

.blog_content label {
    width: 100%;
}

.blog_content #comment {
    width: 100%;
    height: 150px;
    padding: 20px;
}

.blog_content input {
    width: 100%;
    height: 46px;
    border: solid 1px #dcdcdc;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 12px;
    background-color: transparent;
}

.blog_content form {
    margin-bottom: 50px;
}

.blog_content form p {
    margin-bottom: 20px;
}

.search-form [type="submit"],
#commentform [type="submit"] {
    border: none;
    padding: 5px 25px;
    border-radius: 0;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    
    background-color: #F3BF6F;
    padding: 10px 27px;
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    display: inline-block;
    width: auto;
}

.blog_content .form-submit {
    text-align: left;
}

.blog_sec {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.blog_content .comment-content p {
    font-size: 16px;
    font-weight: 400;
    
    color: #595959;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

.blog_content .comment-metadata {
    padding: 0;
    margin: 0 0 10px;
}

.blog_content .comment-metadata a {
    color: #111;
}

.blog_content .comment-metadata .edit-link {
    margin-left: 20px;
    font-weight: 700;
}

.blog_content .comment-author a {
    color: #000;
}

.blog_content .logged-in-as a {
    color: #000;
    font-weight: 600;
    margin-right: 0px;
}

.blog_content .logged-in-as a:hover {
    color: #ccc;
}

.blog_content .logged-in-as a:last-child {
    margin-left: 20px;
}

.comment-list li article .comment-meta .comment-awaiting-moderation {
    color: #595959;
    margin: 0 0 20px;
    display: block;
    font-style: normal;
}

h3#reply-title a#cancel-comment-reply-link {
    color: #F3BF6F;
}

.single-post-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.single-post-content ul li::before {
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #F3BF6F;
    border-radius: 100%;
}

.blog_sidebar aside {
    padding: 0px 15px 15px;
    background: #f9f9f9;
}

.blog-section h2 {
    
    font-style: normal !important;
    font-size: 36px !important;
    font-weight: 700 !important;
}


/***  30-06-2020  ***/

.faq-list {
    padding-bottom: 40px;
}

.faq-section .h1-title {
    font-size: 36px;
}

.faq-section p {
    margin: 0;
}

.faq-list ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #595959;
    
    transition: all 0.5s;
}

.faq-list ul li a:hover {
    color: #4C797F;
}

.faq-list ul li {
    margin: 0;
    padding-left: 25px;
    display: flex;
    position: relative;
    margin-bottom: 5px;
    border-bottom: solid 1px #ebe8eb;
    padding-bottom: 7px;
}

.faq-list ul li:last-child {
    border-bottom: solid 0px #ebe8eb;
}

.faq-list ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4C797F;
    display: inline-block;
    border-radius: 50px;
    transform: translateY(0px);
    margin-right: 5px;
    flex: 0 0 auto;
    position: absolute;
    left: 2px;
    top: 12px;
}

.getting-started-section {
    padding: 65px 0px 20px;
}

.getting-started-section h3 {
    margin-bottom: 30px;
}

#getting-started {
    margin-top: 0px;
}

#getting-started .card {
    border: none;
    margin-bottom: 20px;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
}

.getting-started-inside .card:last-child {
    margin-bottom: 0 !important;
}

.getting-started-inside {
    margin-bottom: 48px;
}

#getting-started .card h2 {
    cursor: pointer;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    font-family: "Poppins";
    color: #000;
}

#getting-started .card h2.collapsed {
    color: #666666;
}

#getting-started .card h2::before {
    position: absolute;
    content: "";
    display: block;
    background: transparent;
    border-top: solid 10px #4C797F;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    top: 60%;
    left: 20px;
    transform: translateY(-50%);
}

#getting-started .card h2.collapsed::before {
    transform: rotateX(0deg) translateY(-50%);
    top: 50%;
    border-top: solid 5px transparent;
    border-left: solid 10px #000;
    border-bottom: solid 5px transparent;
}

#getting-started .collapse .card-body1 {
    /*
  padding: 1.25rem 3rem 3rem 3rem !important; */
    padding: 0px;
    font-family: "Poppins";
}

.card-body-inside {
    padding: 20px 30px 20px 50px;
    border-top: solid 1px #dedede;
    font-size: 16px;
    /*  color: #666666;*/
}

#getting-started .card-head {
    border-bottom: solid 0px #dedede;
    padding: 11px 0;
}

#getting-started .collapse {
    /*border-top: solid 1px #dedede;*/
}

.gallery-section {
    padding: 0 0 60px;
}

.gallery-menu-list {
    border-top: solid 1px #e7e6e6;
    border-bottom: solid 1px #e7e6e6;
    margin-bottom: 50px;
}

.gallery-section .cbp-l-filters-buttonCenter {
    padding: 0 30px;
}

.gallery-menu-list .cbp-filter-item.cbp-filter-item-active {
    color: #4C797F;
    border: 0;
    position: relative;
}

.gallery-menu-list .cbp-filter-item.cbp-filter-item-active:before,
.gallery-menu-list .cbp-filter-item:hover::before {
    background-color: #4C797F;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: -1px;
}

.gallery-menu-list .cbp-filter-item {
    color: #595959;
    font-size: 16px;
    font-family: "Poppins";
    border: 0;
    margin-bottom: 0;
    padding: 6px 17px;
}

.gallery-menu-list .cbp-filter-item:hover {
    color: #4C797F;
}

.gallery-section .cbp-l-loadMore-button a {
    margin-top: 20px !important;
}

.gallery-section .cbp-l-loadMore-button a span {
    font-size: 14px;
    
    font-weight: 600;
}

.gallery-popup {
    z-index: 9999999;
}

.gallery-popup .cbp-popup-lightbox-bottom {
    position: fixed;
    top: 0;
    left: 0;
}

.gallery-popup .cbp-popup-lightbox-bottom .cbp-popup-lightbox-counter {
    left: 30px;
    font-size: 16px;
    font-family: "Poppins";
    top: 5px;
}

.gallery-popup .cbp-popup-prev {
    background: url("../images/gallery/gallery-left-icon.png") no-repeat;
}

.gallery-popup .cbp-popup-prev:hover {
    background-position: -45px 0px;
}

.gallery-popup .cbp-popup-next {
    background: url("../images/gallery/gallery-right-icon.png") no-repeat;
}

.gallery-popup .cbp-popup-next:hover {
    background-position: -45px 0px;
}

.gallery-popup .cbp-popup-close {
    background: url("../images/gallery/gallery-close-icon.png") no-repeat;
    top: 0;
    right: 0px;
}

.gallery-popup .cbp-popup-close:hover {
    background-position: 0px -44px;
}

.gallery-popup .cbp-popup-prev,
.gallery-popup .cbp-popup-next,
.gallery-popup .cbp-popup-close {
    transition: ease all 0.5s;
    width: 40px;
    height: 40px;
}


/***  30-06-2020 End  ***/


/***  17-07-2020 Start  ***/

.survay-form .login-wrap.signup {
    max-width: 822px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 16px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 40px 30px 32px;
    display: flex;
    flex-wrap: wrap;
}

.survay-form-left {
    /* max-width: 340px; */
    border: 3px solid #e0ddf8;
    border-radius: 5px;
    text-align: center;
    padding: 36px 23px 0 23px;
    width: 45.5%;
}

.survay-form-right {
    /* max-width: 379px; */
    margin-left: 30px;
    width: calc(54.5% - 30px);
}

.survay-form-left h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 32px;
}

.survay-form-left h3,
.survay-form-left .dancing_text {
    font-size: 21px;
    opacity: 0.5;
}

.survay-form-left h3 {
    margin: 50px 0 35px;
}

.survay-form-right form label {
    font-size: 14px;
    color: #595959;
    font-family: "Poppins";
    margin: 0 0 5px;
}

.survay-form-right form input {
    font-size: 14px;
    color: #666666;
    font-family: "Poppins";
    padding: 0 15px 0px 15px;
}

.survay-form-right form .form-group {
    margin-bottom: 6px;
}

.survay-form-right .purple {
    margin: 0 0 9px;
}

.survay-form-right form {
    margin-bottom: 18px;
}

.survay-form-right form .form-group .jq-ry-container {
    padding: 0;
}

.survay-form-right form .form-group .jq-ry-container svg {
    margin: 0px 8px 5px 0;
}

.how-satisfied-form .form-group {
    padding-left: 15px;
}

.how-satisfied-form label {
    position: relative;
    font-weight: 700;
    line-height: 18px;
}

.how-satisfied-form label::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: 7px;
    background: #F3BF6F;
    border-radius: 50%;
}

.how-satisfied-form textarea {
    padding: 5px 15px 15px;
    height: 60px;
    border-radius: 3px;
    margin: 5px 0 15px;
}

form.how-satisfied-form {
    margin-bottom: 0;
}

.loader-img img {
    background: #ffff;
    height: 100px;
    border-radius: 5px;
}


/* ==================================
    Testimonial Style Start
===================================== */

.testimonial {
    padding: 100px 0;
    background: #E5E5E5;
}

#testimonial_slider {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}

.testimonial .testimonial_slider .text_wrap {
    color: #000;
    text-align: center;
    display: flex;
    text-align: left;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    background: #C5C5C5;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
    border-radius: 0px;
    margin: 0 auto;
    padding: 20px 20px;
}

.testimonial .testimonial_slider .text_wrap p {
    max-width: 1000px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 1.5;
}

.testimonial_slider .owl-nav.disabled,
.testimonial_slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    height: auto;
    transform: translateY(-50%);
}

#testimonial_slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.testimonial_slider .owl-prev,
.testimonial_slider .owl-next {
    position: relative;
    font-size: 0;
    width: 50px;
    height: 50px;
    margin: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    transition: all 0.5s;
    z-index: 999;
    border-radius: 50px;
}

.testimonial_slider .owl-prev:hover,
.testimonial_slider .owl-next:hover {
    /*background-color: #fff;*/
    border: 1px solid #4C797F;
    border-radius: 50px;
}

.testimonial_slider .owl-prev {
    margin-left: 0;
    left: 0;
}

.testimonial_slider .owl-next {
    margin-right: 0;
    right: 0;
}

.testimonial_slider .owl-prev::before,
.testimonial_slider .owl-next::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/left-arrow-icon.png');
    background-size: 28px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    border-radius: 50px;
    background-size: 20px;
}

.testimonial_slider .owl-next::before {
    background-image: url('../images/icons/right-arrow-icon.png');
}

.testimonial .img img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.testimonial_slider .owl-dots .owl-dot {
    background-color: #4C797F;
    margin: 0 5px;
    transition: all 0.5s;
    width: 40px;
    height: 4px;
    border-radius: 50px;
}

.testimonial_slider .owl-dots .owl-dot {
    background-color: #4C797F;
    margin: 0 5px;
    transition: all 0.5s;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.testimonial_slider .owl-dots .owl-dot.active {
    background-color: #F3BF6F;
}

.testimonial_slider .sub-head {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #4C797F;
}

.testimonial .testimonial_slider .text_wrap .img {
    width: 100px;
    margin-right: 23px;
}

.testimonial-desc {
    max-width: 75%;
    margin-left: 0;
}

.testimonial .testimonial_slider .text_wrap .img img {
    width: 100% !important;
    height: 100% !important;
}

.testimonial .testimonial_slider .owl-dots .owl-dot span {
    display: none;
}


/* ==================================
      Testimonial Style End
  ===================================== */


/***  17-07-2020 End  ***/

@media (min-width: 768px) and (max-width: 991px) {
    #blogpage_bottom_pagination {
        padding-top: 0px;
    }
    .blog-main-content {
        margin-bottom: 0px;
    }
    /*h1 {
  font-size: 30px!important;
}*/
    .blog_content .page-title {
        font-size: 28px !important;
    }
    .blog_content .post-title h2,
    .blog_content .page-title,
    .blog_content h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-main-content {
        margin-bottom: 0px;
    }
    .blog_content .post-title h2 a {
        font-size: 18px !important;
    }
    #blogpage_bottom_pagination {
        padding-top: 30px;
    }
    /*h1 {
  font-size: 30px!important;
}*/
    .blog_content .page-title {
        font-size: 28px !important;
    }
    .blog_content .post-title h2,
    .blog_content .page-title,
    .blog_content h2 {
        font-size: 18px;
    }
    .blog-main-content {
        padding: 50px 0px 0px;
    }
    /***  17-07-2020 Start  ***/
    .how-satisfied-form textarea {
        padding: 5px 10px 5px;
        margin: 5px 0 10px;
        font-size: 13px;
    }
    .survay-form-right form input {
        font-size: 13px;
        padding: 0 10px 0px 10px;
    }
    .survay-form-left {
        padding: 16px 13px 0 13px;
    }
    .survay-form-right {
        margin-left: 20px;
        width: calc(54.5% - 20px);
    }
    .survay-form-left h1 {
        font-size: 28px;
        margin: 0 0 12px;
    }
    .survay-form-left h3 {
        margin: 20px 0 15px;
    }
    .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
        max-width: 16px;
        height: 16px;
    }
    .testimonial-desc {
        max-width: 100%;
    }
    .testimonial .testimonial_slider .text_wrap {
        justify-content: center;
        text-align: center;
    }
    /***  17-07-2020 End  ***/
    .testimonial .testimonial_slider .text_wrap .img {
        margin: 0;
    }
}


/***  17-07-2020 Start  ***/

@media (max-width: 568px) {
    .survay-form-right .purple {
        margin: 0 0 5px;
        font-size: 18px;
    }
    .survay-form-left {
        padding: 16px 13px 0 13px;
        width: 100%;
        margin-bottom: 20px;
    }
    .survay-form-right {
        margin-left: 0px;
        width: calc(100% - 0px);
    }
    .survay-form-right form {
        margin-bottom: 5px;
    }
    .survay-form .login-wrap.signup {
        padding: 30px 40px 20px 32px;
    }
}


/***  17-07-2020 End  ***/

.single-post-title h1 {
    font-size: 35px !important;
    padding-top: 0px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

section#search-2 {
    margin-top: 25px !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    display: inline-block;
}

.blog_content_sidebar .search-submit {
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    
    background-color: #F3BF6F;
    padding: 10px 27px;
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.blog_content_sidebar .search-submit:hover,
.blog_content .post-read-more a:hover,
.blog_content .comment-reply-link:hover,
.blog_content #submit:hover {
    color: #fff;
    cursor: pointer;
    background: #422d55;
}

.blog_content .post-read-more a,
.blog_content .comment-reply-link,
.blog_content #submit {
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    
    background-color: #F3BF6F;
    padding: 10px 27px;
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.news.video-gallery .wrap .img-wrap {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 100%;
}

.news.video-gallery .wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**/

.news.video-gallery .wrap {
    padding-bottom: 0px;
}

.news.video-gallery .wrap .text-wrap h6 {
    margin-bottom: 6px;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 22px;
}

.news.video-gallery .wrap .box {
    width: 100%;
}

.none_slider .live-class-filter {
    /*margin-bottom: 20px !important;*/
}

.pager>li a,
.pager>li span {
    display: block;
    width: 100%;
    height: 100%;
}

.none_slider {
    padding: 35px 0px 0px !important;
}

.news h3 {
    margin-bottom: 25px !important;
}

.news.none_slider .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.07);
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.news.none_slider .wrap {
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    width: 100%;
}

.news.none_slider.video-gallery-new .wrap {
    margin-bottom: 0px;
}

.news.none_slider.video-gallery-new .wrap::before {
    background-color: transparent;
}

.news.none_slider.video-gallery-new.offering-videos-wrpper .wrap::before {
    background-color: #fff;
}

a.btn.search-btn-cancle {
    color: #000000;
    background-color: #e8e7e3;
    border: 1px solid #9ba2a6;
    padding: 0;
    line-height: 45px;
}

a.btn.search-btn-cancle:hover {
    border-color: #F3BF6F;
}

.none_slider.news .container {
    padding-left: 15px;
    padding-right: 15px;
}

.live-class-filter {
    margin: 0px 0px !important;
}

.news .wrap .text-wrap h6 a {
    color: #F3BF6F;
    transition: all 0.3s;
}

.news .wrap .text-wrap h6 a:hover {
    color: #4C797F;
}


/*.live-class-para {
  background-color: rgba(255,255,255,0.6);
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.live-class-para ul li {
  margin-right: 15px;
}
.live-class-para ul {
    margin: 4px 0 6px;
    display: flex;
    flex-wrap: wrap;
}

.live-class-para ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50px;
    margin-right: 5px;
    transform: translateY(-2px);
}*/


/**  Imran css  **/

.live-virtual-classes-banner {
    /* background: url("../images/online-classes/live-virtual-classes.jpg") no-repeat top left / cover; */
    padding: 120px 0 116px 0;
}

.live-virtual-classes-banner h1 {
    
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 36px;
}

.looking-for-section {
    padding: 90px 0 70px;
}

.looking-list {
    margin-bottom: 20px;
}

ul.looking-list li {
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins";
    color: #595959;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin-bottom: 15px;
}

ul.looking-list li::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #4C797F;
    border-radius: 100%;
    top: 12px;
    left: 0;
}

.looking-for-section p {
    color: #666666;
    line-height: 21px;
}

.insights-box {
    border-top: solid 5px #f7f5f5;
    border-bottom: solid 5px #f7f5f5;
    padding: 35px 28px 45px;
}

.insights-box h4 {
    color: #4C797F;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Poppins";
    margin: 0 0 9px;
}

ul.insights-list li {
    font-size: 18px;
    color: #595959;
    line-height: 30px;
    padding-left: 33px;
    position: relative;
}

ul.insights-list li::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/online-classes/pink-check-icon.png") no-repeat top left;
    top: 9px;
    left: 0;
}

.live-virtual-classes-list {
    background: #f7f5f5;
    padding: 68px 0 93px;
}

.live-virtual-classes-list #class_date {
    background: #fff !important;
}

.live-virtual-classes-list .search-btn-cancle {
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.user-list-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
}

.user-list-img-box {
    width: 167px;
    height: 167px;
}

.user-list-content-box {
    padding-left: 30px;
}

.user-list-content-box h2 {
    font-size: 22px;
    font-family: "Poppins";
    font-weight: bold;
}

.user-list-content-box h2 a {}

.user-list-content-box h2 span {
    color: #b9b9b9;
}

.user-list-content-box h2 p {
    color: #595959;
    font-size: 14px;
    margin: 4px 0 6px;
}

.dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*--------11-05-2020------------------*/

.purple_bullets_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}

.purple_bullets_list li {
    font-weight: 600;
    color: #595959;
    margin: 0 5px;
    font-size: 18px;
}

.purple_bullets_list li::before,
.private-session-list li a::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4C797F;
    display: inline-block;
    border-radius: 50px;
    transform: translateY(-3px);
    margin-right: 5px;
    flex: 0 0 auto;
}

.online_classes_list {
    background-color: #f3f4fa;
    text-align: center;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 18px;
}

.online_classes_list li {
    display: inline-block;
    padding: 0 13px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}

.online_classes_list li::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #595959;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.online_classes_list li:nth-child(1)::before {
    display: none;
}

.calendar_wrapper {
    background-color: #f3f4fa;
    padding: 50px 0px 40px;
}

.calendar_wrapper .calendar_box {
    background-color: #ffffff;
    padding: 30px 40px;
    border: 0px solid #e8e8e8;
}

.calendar_wrapper h6 {
    margin-bottom: 30px;
}

.calendar_box .fc-left h2 {
    font-size: 28px;
}

.fc-toolbar .fc-right button.fc-today-button {
    text-transform: capitalize;
}

.fc th {
    background-color: #f8f8f8;
    /* padding: 15px !important; */
    text-transform: uppercase;
    /*width: 58px !important;*/
    height: 58px !important;
    line-height: 60px;
}

.fc-widget-content .fc-day-grid-container.fc-scroller {
    height: auto !important;
    overflow: inherit;
}

.fc-widget-header .fc-row.fc-widget-header {
    margin-right: 0 !important;
}

.fc-row.fc-rigid .fc-content-skeleton,
.fc-row.fc-rigid .fc-content-skeleton table,
.fc-row.fc-rigid .fc-content-skeleton table tr,
.fc-row.fc-rigid .fc-content-skeleton table tr td {
    height: 60px;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    
    font-size: 15px;
    letter-spacing: 1px;
}

.fc-basic-view tbody .fc-row {
    min-height: 60px !important;
}

#calendar.fc.fc-ltr.fc-unthemed {
    /*max-width: 420px;*/
    max-width: 100%;
}

.calendar_events p#calender-title {
    text-align: center;
    color: #4C797F;
    font-size: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.fc-state-highlight {
    background-color: #F3BF6F;
}

.fc-date-text-highlight {
    color: white;
}

.calendar-img {
    width: 100%;
    height: 100%;
}

.teacher_img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50px;
    border: 3px solid #e8e8e8 !important;
}

.calendar-event-block.row {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
    text-align: left;
}

.calendar-event-block.row p.calendar-title {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    /*padding-right: 20px;*/
}

.calendar-event-block.row p.calendar-title a {
    color: #F3BF6F;
    transition: all 0.3s;
}

.calendar-event-block.row p.calendar-title a:hover {
    color: #4C797F;
}

.calendar-event-block.row p.calendar-datetime,
.calendar-event-block.row p.calendar-description {
    color: #595959;
    font-size: 14px;
}

.calendar-event-block.row p.calendar-description {
    color: #666666;
    line-height: 18px;
    display: flex;
    align-items: center;
    /*padding-right: 10px;*/
}

.calendar-event-block.row p.calendar-description span {
    display: inline-block;
    max-width: 350px;
    margin-right: 20px;
    width: 100%;
}

.calendar-event-block.row p.calendar-description .btn {
    max-width: 130px;
    background-color: transparent;
    height: 38px;
    color: #F3BF6F;
    border-color: #F3BF6F;
    font-size: 13px;
    padding: 0;
    width: 100%;
    line-height: 38px;
    display: inline-block;
    margin-left: auto;
    flex: 0 0 auto;
}

.calendar-event-block.row p.calendar-description .btn:hover {
    background-color: #F3BF6F;
    color: #fff;
    border-color: #F3BF6F;
}

.fc-unthemed .fc-today {
    /*background: #F3BF6F !important;
    color: #fff;*/
}

.cal-block {
    max-height: 590px;
    text-align: center;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.cal-block,
.profile-details .details_wrap.vod-instructor-detail,
.dashboard-teacher-list {
    scrollbar-width: thin;
    /*scrollbar-color: #F3BF6F #ececec;*/
}

.cal-block::-webkit-scrollbar,
.profile-details .details_wrap.vod-instructor-detail::-webkit-scrollbar,
.dashboard-teacher-list::-webkit-scrollbar {
    width: 12px;
}

.cal-block::-webkit-scrollbar-track,
.profile-details .details_wrap.vod-instructor-detail::-webkit-scrollbar-track,
.dashboard-teacher-list::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 30px;
}

.cal-block::-webkit-scrollbar-thumb,
.profile-details .details_wrap.vod-instructor-detail::-webkit-scrollbar-thumb,
.dashboard-teacher-list::-webkit-scrollbar-thumb {
    background-color: #F3BF6F;
    border-radius: 30px;
    border: 3px solid #ececec;
}

.fc .fc-button-group>* {
    width: 35px;
    padding: 0;
}


/*.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right{
  border: 2px solid #F3BF6F;
  border-radius: 50px;
  font-size: 13px;
  font-family: 'Muli';
  width: 100px;
  height: 35px;
  opacity: 1;
  text-shadow: none;
  background: transparent;
  color: #F3BF6F;
}
.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled{
  background: #F3BF6F;
  color: #fff;
}*/

.fc .fc-button-group>* {
    background: transparent !important;
    /*border-color: #F3BF6F;*/
    transition: all 0.3s;
    /*box-shadow: none;*/
}

.fc .fc-button-group>button:hover {
    background: #F3BF6F !important;
    color: #fff;
}

.fc-state-default.fc-corner-right {
    /*border-top-right-radius: 15px !important;*/
    /*border-bottom-right-radius: 15px !important;*/
}

.fc-state-default.fc-corner-left {
    /*border-top-left-radius: 15px !important;*/
    /*border-bottom-left-radius: 15px !important;*/
}

.online_classes_wrapper {
    padding: 50px 0px !important;
}

.calendar-event-block.row .teacher_text_wrap {
    padding-left: 0px;
}

.online_classes_wrapper h4 {
    margin-bottom: 8px;
}

.online_classes_wrapper h4 span.dancing_text {
    font-size: inherit;
}

.online_classes_wrapper h6 {
    font-size: 21px;
    color: #595959;
}

.calendar-event-block.row p.calendar-title .pie-icon {
    color: #b9b9b9;
}


/*------- live course details page css Start---------*/

.on_co_details {
    padding: 40px 0px;
}

.on_co_details {}

.on_co_details .live_class_title {
    margin-bottom: 21px;
}

a.facebook-share-btn {
    background: #3b5998;
    color: white;
    padding: 0;
    border-radius: 50px;
    min-width: 110px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}

.on_co_details .live_class_title a {
    color: #F3BF6F;
    transition: all 0.3s;
}

.on_co_details .live_class_title a:hover {
    color: #4C797F;
}

.on_co_details_fdtt {
    margin-bottom: 35px;
}

.on_co_details_fdtt>li {
    border-top: 1px solid rgba(204, 204, 204, 0.45);
}

.on_co_details_fdtt li {
    padding: 7px 20px;
    color: #fff;
    position: relative;
}

.on_co_details_fdtt>li:last-child {
    border-bottom: 1px solid rgba(204, 204, 204, 0.45);
}

.on_co_details_fdtt li span {
    font-size: 16px;
    color: #666666;
}

.on_co_details_fdtt li span:first-child {
    margin-right: 70px;
    min-width: 120px;
    display: inline-block;
}

.on_co_details_fdtt.series_ul li span:first-child {
    margin-right: 70px;
    width: 24%;
    display: inline-block;
}

.on_co_details_fdtt li span strong {
    color: #595959;
}

.on_co_details .img-wrap {
    max-width: 338px;
    /*height: 338px;*/
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    float: left;
    margin: 0px 30px 10px 0px !important;
}

.on_co_details .login-wrap.signup h6 {
    margin-bottom: 22px;
}


/*.on_co_details .on_co_details_para p:first-child,*/

.on_co_details .on_co_details_para p strong {
    color: #595959;
    font-weight: 700;
}

.on_co_details .login-wrap.signup {
    max-width: 370px;
    margin: 0 auto;
}


/*------- live course details page css End---------*/


/*===============================
    Dashboard New Style Start
=================================*/

.dashborad-new {
    padding: 45px 0px;
}

.dashborad-new .row {
    /* margin: 0; */
}

.dashborad-new h3 {
    margin-bottom: 24px;
}

.border-radius5 {
    border-radius: 5px;
}

.dashborad-new .dashboard-box-common {
    padding: 25px 20px;
    margin-bottom: 50px;
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
    border-radius: 0;
}

.dashborad-new .dashboard-box-common a {
    color: #000000;
}

.sup-dasboard a:hover {
    text-decoration: underline;
}

.dashboard-animate-circle {}

.dashboard-box-common>h6 {
    font-size: 22px;
    margin-bottom: 25px;
}

.dashboard-animate-circle h6 {
    margin-bottom: 75px;
}

.dashboard-teacher-list {
    max-height: 315px;
    overflow: auto;
    padding: 0 20px 0 0;
}

.dashboard-teacher-list.rec-teacher .wrap {
    width: 100%;
    border-top: 1px solid #dedede;
    margin-bottom: 0;
}

.dashboard-teacher-list.rec-teacher .wrap:first-child {
    border-width: 0;
    margin-bottom: 0;
}

.dashboard-teacher-list .wrap:last-child {
    border-bottom: 1px solid #dedede;
}

.dashboard-teacher-list .wrap .more-details {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 7px 13px;
    overflow: hidden;
    transition: all 0.3s;
}

.dashboard-teacher-list .wrap .more-details:hover {
    background-color: #f9f9f9;
}

.dashboard-teacher-list .wrap .more-details .img-wrap {
    border-width: 3px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 20px 0 0 !important;
    flex: 0 0 auto;
}

.dashboard-teacher-list .wrap .more-details .text-wrap {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.dashboard-teacher-list .wrap .more-details .text-wrap h6 {
    font-size: 16px;
    color: #595959 !important;
    display: flex;
}

.dashboard-teacher-list .wrap .more-details .read-more-teacher {
    font-size: 13px;
    margin-left: auto;
    transform: translateX(80px);
    opacity: 0;
    flex: 0 0 auto;
    transition: all 0.3s;
}

.dashboard-teacher-list .wrap .more-details:hover .read-more-teacher {
    transform: translateX(0px);
    opacity: 1;
}

.dashboard-block-wrap>div {
    margin-bottom: 30px;
}

.dashboard-block-wrap>div:last-child {
    margin-bottom: 0;
}

.private-session-list {}

.private-session-list.dashboard-teacher-list .wrap .more-details .text-wrap h6 {
    color: #666666 !important;
}

.private-session-list.dashboard-teacher-list .wrap .more-details:hover .text-wrap h6 {
    color: #F3BF6F !important;
}

.private-session-list .wrap .more-details {
    padding: 10px 13px 10px 8px;
    position: relative;
}

.private-session-list .wrap .more-details::before {
    margin-right: 13px;
    transform: translateY(0);
}

.buy-package-dash .box.package-wrap {
    margin-bottom: 0;
}

.buy-package-dash.coupons-wrap .coupons-box {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.private-session-list {
    max-height: 635px;
}

.dashboard-details-box {
    max-width: 270px;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.3);
}

.dashboard-details-box.rec-teacher .wrap {
    text-align: center;
    margin-bottom: 0;
}

.dashboard-details-box .btn {
    margin-bottom: 30px;
    font-size: 15px;
    padding: 8px 15px;
}

.dashboard-details-box .img-wrap {
    max-width: 150px;
    width: 100%;
    height: 150px;
    border-width: 9px;
    border-color: rgba(0, 0, 0, 0.08);
    background-color: transparent;
    margin-bottom: 15px;
}

.dashboard-details-box .text-wrap h6 {
    color: #fff !important;
    margin-bottom: 13px;
}

.dashboard-details-box .on_co_details_fdtt {
    margin-bottom: 10px;
}

.dashboard-details-box .on_co_details_fdtt li,
.dashboard-details-box .on_co_details_fdtt li:last-child {
    border-color: rgba(255, 255, 255, 0.21);
    text-align: center;
}

.dashboard-details-box .on_co_details_fdtt li a {
    color: #fff;
    transition: all 0.3s;
}

.dashboard-details-box .on_co_details_fdtt li a:hover {
    color: #F3BF6F;
}


/*===============================
    Dashboard New Style End
=================================*/


/*===============================
    Book Private New Style Start
=================================*/

.filter_new.list-wrapper .list-box .img-wrap,
.rec-teacher .img-wrap {
    width: 115px;
    height: 115px;
    border-width: 3px;
}

.list-wrapper .list-box .text-wrap h6 span.pie-icon {
    color: #999999;
    margin: 0 15px 0 5px;
}

.filter_new.list-wrapper .book-wrap .btn {
    margin-bottom: 0px;
    margin-right: 10px;
}

.filter_new.list-wrapper .list-box {
    padding: 15px 0px;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.45);
    max-width: 100%;
}

.filter_new.list-wrapper .list-box-wrap .list-box:last-child {
    border-bottom: 0;
}

.filter_new.list-wrapper .list-box-wrap {
    padding: 15px 25px;
    max-width: 1035px;
    margin: 0 auto;
    border-radius: 5px;
}

.btn.book-session-btn,
.my-profile.address.new-appointment .address-wrap .form-group .btn.book-session-btn,
.my-profile.address.new-appointment .address-wrap .form-group .btn.btn-warning,
.my-profile.new-transaction .teacher-approval.list-wrapper .btn.anchore-btn {
    background-color: transparent;
    border-color: #F3BF6F;
    color: #F3BF6F;
    font-family: "Poppins";
    letter-spacing: 0;
    min-width: 195px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-width: 1px;
    border-radius: 50px !important;
}

.btn.book-session-btn:hover,
.my-profile.address.new-appointment .address-wrap .form-group .btn.btn.btn-warning:hover,
.my-profile.address.new-appointment .address-wrap .form-group .btn.btn-warning:hover,
.my-profile.new-transaction .teacher-approval.list-wrapper .btn.anchore-btn:hover {
    background-color: #F3BF6F;
    color: #fff;
}

.filter_new.list-wrapper .list-box .text-wrap {
    height: auto;
}

.filter_new.list-wrapper .list-box .more-details,
.teacher-approval.list-wrapper .advance-yoga .right .text-box .read-more-btn {
    font-size: 14px;
    color: #4C797F;
    transition: all 0.3s;
}

.filter_new.list-wrapper .list-box .more-details:hover {
    color: #F3BF6F;
}

.filter_new.list-wrapper .list-box .text-wrap h6 {
    margin-bottom: 6px;
}

#home-banner .login-wrap.signup .form-group .btn {
    height: auto !important;
    line-height: inherit;
}


/*===============================
    Book Private New Style End
=================================*/


/*===============================
    Video Gallery New Style End
=================================*/

.news.video-gallery-new h3,
.news.video-gallery-new .h1-title {
    margin-bottom: 7px !important;
}

.video-gallery-new p {
    margin-bottom: 40px;
}

.video-gallery-new .wrap .text-wrap p {
    font-size: 15px;
    color: #666666;
    font-family: "Poppins";
    font-weight: 400;
}

.video-gallery-new .wrap {
    box-shadow: none;
    border-radius: 0;
}

.video-gallery-new .wrap .box>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    cursor: pointer;
}


/*===============================
    Video Gallery New Style End
=================================*/


/*===============================
    My Profile New Style Start
=================================*/

.new-my-profile {}

.new-mp.my-profile .login-wrap {
    padding: 30px 20px;
}

.new-mp.my-profile .login-wrap .list-box {
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new-mp.my-profile.list-wrapper .img-wrapper-box {
    width: auto;
    height: auto;
    margin: 0 25px 0 0 !important;
}

.new-mp.my-profile.list-wrapper .list-box .img-wrap {
    max-width: 120px;
    height: 120px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin: 0 0px 0 0 !important;
    position: relative;
}

.new-mp.my-profile.list-wrapper .list-box .text-wrap h6 {
    color: #F3BF6F;
}

.new-mp.my-profile .login-wrap .row::before {
    display: none;
}

.new-mp.my-profile .login-wrap .form-group .form-control {
    height: 40px;
}

.new-mp.my-profile .login-wrap .row {
    margin-bottom: 0;
}

.side-menu-list ul li:first-child a {
    padding-top: 0;
}

.side-menu-list ul li:last-child a {
    border: 0;
}

.login-wrap.new h6.title {
    font-size: 22px;
    color: #4C797F;
    margin-bottom: 23px;
}

.login-wrap.book-session-modal.signup.new .address-wrap {
    margin-bottom: 10px;
}

.my-profile.list-wrapper.new-mp .login-wrap.new .address-wrap {
    position: relative;
}

.my-profile.list-wrapper.new-mp .login-wrap.new .address-wrap .option-menu .flaticon-edit::before {
    font-size: 20px;
    line-height: normal;
}

.my-profile.list-wrapper.new-mp .login-wrap.new .address-wrap.card-wrap {
    display: flex;
    flex-wrap: wrap;
}

#btn-add-address,
#btn-add-credit-card {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    color: #F3BF6F;
    font-family: "Poppins";
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    min-width: auto;
}

#btn-add-address:hover,
#btn-add-credit-card:hover {
    color: #FFFFFF;
}

.my-profile .login-wrap.new {
    min-height: auto;
    padding: 20px 20px;
}

.my-profile .form-wrap-new {
    padding: 0 25px;
}

.my-profile .address-wrap.radio-wrap {
    padding-left: 0;
}

.my-profile .address-wrap.radio-wrap .option-menu {
    position: static;
    flex: 0 0 auto;
}

.save-button .btn {
    width: auto;
    min-width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
}

.my-profile .login-wrap .form-group.icons::before {
    /*height: 100% !important;*/
}

.new-mp.my-profile.list-wrapper .img-wrapper-box #pencil-edit-profile-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.new-mp.my-profile.list-wrapper .img-wrapper-box {
    width: auto;
    height: auto;
    margin: 0 25px 0 0 !important;
}

.my-profile.new-transaction .book-session-modal .pending-accordion .login-wrap.signup {
    padding: 3px 10px;
}

.my-profile.new-transaction .checkbox-wrapper label,
.my-profile.new-transaction .radio-group label {
    display: inline-block;
}

.my-profile.new-transaction .gift-certi .login-wrap form {
    display: table-cell;
}

.my-profile.new-transaction .gift-certi .login-wrap form>div {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}

.my-profile.new-transaction .gift-certi .login-wrap form>div:lsat-child {
    margin-right: 0;
}

.my-profile.new-transaction .gift-certi .login-wrap form>div label {
    font-weight: 600;
    font-size: 15px;
    text-transform: initial;
}

.my-profile.new-transaction .gift-certi .login-wrap form>div select,
.my-profile.new-transaction .gift-certi .login-wrap form>div .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 33px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #666666;
    font-size: 14px;
    padding-left: 5px;
    cursor: pointer;
}

.my-profile.new-transaction .gift-certi .login-wrap .checkbox-wrapper select {
    min-width: 180px;
}

.my-profile.new-transaction .gift-certi .login-wrap .radio-group select {
    min-width: 125px;
}

.my-profile.new-transaction .book-session-modal .pending-accordion .login-wrap.signup .form-group {
    margin: 5px 0px;
}

.my-profile.new-transaction .pending-accordion .form-group .btn {
    min-width: auto;
    padding: 7px 25px;
    font-size: 14px;
}

.my-profile.new-transaction .teacher-approval.list-wrapper .btn,
.my-profile.address.new-appointment .address-wrap .form-group .btn,
.my-profile.new-transaction .teacher-approval.list-wrapper .btn.anchore-btn {
    padding: 0 30px;
    min-width: auto;
    height: 40px;
    line-height: 38px;
    max-width: 100%;
}


/*.teacher-approval.list-wrapper .advance-yoga .right .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  top: 55px;
  margin: 0;
}*/

.teacher-approval.list-wrapper .advance-yoga .right .btn-group {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: auto;
    /* top: 0; */
    margin: 0;
    /* height: 100%; */
    display: inline-flex !important;
    /* align-items: flex-end !important; */
    /* justify-content: center !important; */
    /* padding-bottom: 20px; */
    flex-direction: column;
    align-self: flex-start;
    padding-top: 12px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2 !important;
}

.h1-title {
    font-size: 36px;
}

.my-profile .h1-title {
    display: none !important;
}

.review_details_wrap {}

.new-review .review_details_wrap {
    padding: 20px 60px;
    margin: 0;
}

.new-review .teacher-approval.list-wrapper .list-box {
    border-top: 1px solid #dedede;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.new-review .teacher-approval.list-wrapper .list-box .img-wrap {
    border: 0;
    box-shadow: none;
    width: 88px;
    height: 88px;
    max-width: 100%;
    flex: 0 0 auto;
    margin-right: 20px;
    margin-bottom: 0;
}

.my-profile.new-review .gift-certi .login-wrap .text-wrap h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.my-profile.new-review .gift-certi .login-wrap .text-wrap p {
    font-size: 15px;
    margin-bottom: 8px;
}

.my-profile.new-review .gift-certi .login-wrap .text-wrap {
    padding: 0px;
}


/*===============================
    My Profile New Style End
=================================*/


/*===============================
    Home New Style Start
=================================*/

.btn.book-session-btn {
    background-color: transparent;
    border-color: #F3BF6F;
    color: #F3BF6F;
    font-family: "Poppins";
    letter-spacing: 0;
    min-width: 195px;
    height: 50px;
    line-height: 48px;
    padding: 0;
}

.btn.book-session-btn:hover {
    background-color: #F3BF6F;
    color: #fff;
}

.new-home {}

#home-banner.new-home {
    padding: 40px 0px 50px;
    background-position-x: 70%;
}

.new-home .new-white-box {
    background-color: #fff;
    padding: 35px 30px;
    border-radius: 5px;
    margin: 0 20px;
    max-width: 360px;
    box-shadow: 0px 6px 33px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    width: 100%;
}

.new-home .new-white-box p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    width: 100%;
}

#home-banner.new-home .text-wrap h1 {
    font-size: 48px;
    /* line-height: 21px; */
    margin-bottom: 2px;
}

#home-banner.new-home .text-wrap h1 .dancing_text {
    font-size: inherit;
    font-weight: 400;
}

#home-banner.new-home .text-wrap p.bold-para {
    font-size: 21px;
    margin-bottom: 38px;
}

.new-home .new-white-box-wrapper {
    display: flex;
    justify-content: center;
}

.new-home .new-white-box .btn {
    min-width: 183px;
    height: 45px;
    line-height: 43px;
}


/*===============================
    Home New Style End
=================================*/


/*===============================
    My Appointments New Style start
=================================*/

.side-menu-list.my-app-new-list h6 {
    margin-bottom: 3px;
    color: #595959;
}

.my-app-new-list.side-menu-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}

.my-app-new-list.side-menu-list ul li:last-child {
    margin-bottom: 0px;
}

.my-app-new-list.side-menu-list ul li a {
    border: 0;
    padding: 0;
    font-size: 15px;
}

.my-app-new-list.side-menu-list ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #F3BF6F;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}

.my-profile.new-appointment .address-wrap p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 15px;
}

.side-menu-list.my-app-new-list {
    padding-left: 18px;
    /*border-bottom: 1px solid #e6e6e6;*/
    position: relative;
}

.side-menu-list.my-app-new-list .dropdown {
    width: 100%;
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 15px;
    margin-bottom: 13px;
}

.side-menu-list.my-app-new-list .dropdown:last-child {
    padding-bottom: 10px;
    margin: 0;
    border: 0 !important;
}


/*.side-menu-list.my-app-new-list::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.side-menu-list.my-app-new-list:last-child::before {
  display: none;
}
.side-menu-list.my-app-new-list:last-child{
  border-bottom: 0;
}*/


/*.side-menu-list.inner-list-two {
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}*/


/*.side-menu-list.inner-list-one {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}*/

.my-profile.new-appointment .address-wrap h6 img {
    width: 27px;
    height: 26px;
    left: -50px;
}

.my-profile.new-appointment .login-wrap {
    padding: 20px 25px;
}

.my-profile.new-appointment .address-wrap {
    padding-left: 50px;
}

.my-profile.new-appointment .address-wrap h6 {
    font-size: 18px;
    font-weight: 600;
}

.my-profile.new-appointment .address-wrap h6 a {
    color: #F3BF6F;
    font-size: inherit;
    transition: all 0.3s;
}

.my-profile.new-appointment .address-wrap h6 a:hover {
    color: #4C797F;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga .right .text-box ul li .title {
    min-width: 70px;
    min-width: 103px;
    margin-right: 10px;
    color: #666666;
}

.my-profile.new-appointment .address-wrap .btn-group .form-group {
    margin: 0 0 10px 0px;
}

.btn.filter-search-btn {
    padding: 11px 20px !important;
    min-width: 180px;
    max-width: 100%;
}

.my-profile.address.new-appointment .address-wrap .form-group .btn {
    /* min-width: auto !important; */
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    min-width: 180px !important;
    font-weight: bold;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga .right,
.my-profile.new-transaction .teacher-approval.list-wrapper .advance-yoga .right .list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-profile.new-transaction .teacher-approval.list-wrapper .advance-yoga .right .list-wrap h6 {
    flex: 0 0 100%;
    display: flex;
    align-self: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga .right .text-box,
.my-profile.new-transaction .teacher-approval.list-wrapper .advance-yoga .right .list-wrap .text-box {
    padding-right: 20px;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga .right .btn-group {
    position: static;
    margin-left: auto;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga {
    padding-top: 0px;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga .right .btn-group .session-start-para {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-bottom: 11px;
}

.my-profile.new-appointment .login-wrap .row::before {
    width: calc(100% - 30px);
}

.my-profile.new-appointment .login-wrap>div:last-child .address-wrap {
    border: 0;
}

.my-profile.new-appointment .address-wrap .btn-group .form-group .btn.btn-success.btn-session-complete {
    padding: 0;
    min-width: auto !important;
    max-width: initial;
    width: auto;
    background-color: transparent !important;
    border: 0;
    height: auto;
    line-height: inherit;
    color: #28a745;
}

.btn.btn-success.btn-session-complete {
    display: inline-block;
}

.new-appointment .teacher-approval.list-wrapper .advance-yoga .right .btn-group .session-start-para.successt-text {
    color: #28a745;
    width: 100%;
}

.btn.btn-success.btn-session-complete::before,
.session-start-para.successt-text::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    border: solid #28a745;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-right: 10px;
}

.my-profile.address.new-appointment .address-wrap .form-group .btn.btn-warning,
.my-profile.address.new-appointment .address-wrap .form-group .btn.btn-warning {
    min-width: 164px !important;
    font-size: 15px;
    padding: 0 25px;
}

.page-item.active .page-link {
    background-color: #F3BF6F;
    border-color: #F3BF6F;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F3BF6F;
    border-color: #F3BF6F;
}

.my-profile.my-appo-filter .gift-certi .login-wrap form {
    display: block;
}

.my-profile.my-appo-filter .gift-certi .login-wrap form>div {
    margin-right: -15px;
    display: flex;
}

.my-profile.my-appo-filter .login-wrap .form-group.icons::before {
    display: none;
}

.my-app-filter-form-wrap .form-group {
    display: flex;
}

.my-app-filter-form-wrap label {
    flex: 0 0 auto;
    min-width: 155px;
    margin-right: 10px;
}

.my-profile.my-appo-filter .gift-certi .login-wrap form>div label.small {
    min-width: 100px;
    color: #595959;
}

.my-profile.my-appo-filter .book-session-modal .pending-accordion .login-wrap.signup {
    padding: 13px;
}

.my-profile.my-appo-filter .book-session-modal .form-group {
    margin: 0 0 5px 0px;
    width: 100%;
}

.my-profile.my-appo-filter .teacher-approval.list-wrapper .advance-yoga:first-child {
    border-top: 1px solid #dedede;
}

.my-profile.my-appo-filter .teacher-approval.list-wrapper .advance-yoga:last-child {
    border-bottom: 0px;
}

.my-profile.my-appo-filter .pending-accordion {
    margin-bottom: 24px;
}

.my-profile.my-appo-filter .teacher-approval.list-wrapper .advance-yoga .right .text-box {
    position: relative;
}

.my-profile.my-appo-filter .teacher-approval.list-wrapper .advance-yoga .right .text-box ul li .title {
    min-width: 93px;
}

.my-profile.new-transaction .teacher-approval.list-wrapper .btn.anchore-btn {
    margin: 0 !important;
}

.my-profile .gift-certi .login-wrap .coupons-box {
    max-width: 100%;
}

.my-profile .gift-certi .login-wrap .text-wrap .text-box .btn[data-target=""] {}


/*===============================
    Pricing payment page checkbox css
=================================*/

.pay-wrap .checkbox-wrapper .check-wrap {
    margin: 0 10px 20px 10px !important;
}

.pay-wrap .si {
    cursor: pointer !important;
    position: relative !important;
    display: flex !important;
}

.pay-wrap .checkbox-wrapper .check-wrap:last-child {
    margin-bottom: 0 !important;
}

.pay-wrap .si .si-label::before {
    border-color: #fff;
}

.pay-wrap .si.si-checkbox .si-label::after {
    border-color: transparent #fff #fff transparent;
}

.pay-wrap .checkbox-wrapper {
    padding: 20px 0px;
}

.pay-wrap .extra-part .form-group .radio-group label {
    margin-bottom: 0px;
}

.pay-wrap .extra-part .form-group .radio-group .month-wrapper {
    margin-right: 10px;
}


/*===============================
    My appointment New Style End
=================================*/


/*===============================
   Profile New Style End
=================================*/

.profile-details {
    padding: 70px 0px;
}

.profile-details .details_wrap {
    /* overflow: hidden; */
}

.profile-details .profile-title {
    margin-bottom: 11px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.profile-details .tab-content {
    padding: 30px;
    background-color: white;
    /* border: 1px solid #eaeaea; */
    border-radius: 0 0 5px 5px;
}

.profile-details .profile-img {
    max-width: 220px;
    width: 100%;
    float: left;
    margin: 0 30px 20px 0;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.top_structure {
    overflow: hidden;
}

.profile-details .profile-title .btn-group {
    position: absolute;
    right: 0;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.profile-details .profile-img .img-wrap {
    height: 220px;
    max-width: 220px;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 18px;
}

.profile-details .contact_box {
    text-align: center;
}

.profile-details .contact_box a {
    color: #000;
    transition: all 0.3s;
}

.profile-details .contact_box a:hover {
    color: #4C797F;
}

.profile-details .purple_bullets_list {
    margin-bottom: 30px;
    display: block;
}

.profile-details .purple_bullets_list li {
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    margin: 0 0 3px 0;
    display: flex;
}

.profile-details .purple_bullets_list li:last-child {
    margin-bottom: 0px;
}

.profile-details h6 {
    margin-bottom: 11px;
}

.profile-details .purple_bullets_list li::before {
    margin-right: 15px;
    transform: translateY(9px);
}

.profile-details .book-class-btn {
    min-width: 175px;
}

.profile-details .balance_btn_grp {
    width: auto;
}

.profile-details .details_wrap.vod-instructor-detail {
    max-height: 300px;
    text-align: center;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}


/*.profile-details .details_wrap p::-webkit-scrollbar-thumb {
    background-color: #F3BF6F;
    border-radius: 30px;
    border: 3px solid #ececec;
}
.profile-details .details_wrap p::-webkit-scrollbar-track{
    background-color: #F3BF6F;
    border-radius: 30px;
    border: 3px solid #ececec;
}
.profile-details .details_wrap p::-webkit-scrollbar{
    background-color: #F3BF6F;
    border-radius: 30px;
    border: 3px solid #ececec;
}*/

#photo-slider {
    max-width: 910px;
    margin: 0 auto;
}

#photo-slider .slider-for {
    width: 100%;
    margin: 0px auto;
    /* overflow: hidden; */
}

#photo-slider img {
    width: 100%;
    min-height: 100%;
}

#photo-slider .slider-nav {
    width: 100%;
    margin: auto;
    max-width: 630px;
}

#photo-slider .slider-nav .slick-track {
    /*height: 160px;*/
    margin: 40px 0 0;
}

#photo-slider .slider-nav .item {
    margin: 0 15px;
    opacity: 0.25;
    max-width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

#photo-slider .slider-nav .item.slick-current {
    opacity: 1;
}

#photo-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

#photo-slider .slick-prev {
    left: 0;
}

#photo-slider .slick-next {
    right: 0;
}

#photo-slider .slider-for .slick-arrow {
    border: 0px;
    font-size: 0px;
    box-shadow: none;
    background: #f3f4fa;
    width: 40px;
    height: 40px;
    margin-top: 0;
    cursor: pointer;
    top: auto;
    bottom: -120px;
    z-index: 9999;
    border: 1px solid #e4e5e7;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

#photo-slider .slider-for .slick-arrow:hover,
#photo-slider .slider-for .slick-arrow:focus {
    outline: 0px;
    padding: 0;
    background-color: #F3BF6F;
    border-color: #F3BF6F;
}

#photo-slider .slider-for .slick-arrow::after {
    content: "";
    font-family: "FontAwesome";
    color: #b5b6b6;
    font-size: 32px;
    transition: all 0.3s;
    /*line-height: 0;*/
}

#photo-slider .slider-for .slick-arrow:hover::after {
    color: #fff;
}

#photo-slider .slider-for .slick-arrow.slick-prev {
    left: 60px;
}

#photo-slider .slider-for .slick-arrow.slick-next {
    right: 60px;
}

#photo-slider .slider-for .slick-arrow.slick-prev:after {
    content: "\f104";
}

#photo-slider .slider-for .slick-arrow.slick-next:after {
    content: "\f105";
}

.slick-initialized .slick-slide>img {
    border-radius: 5px;
}

.slick-initialized .slick-slide a::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    transform: scale(1);
    transition: all 0.3s;
    background-image: url(../images/popup-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.slick-initialized .slick-slide a:hover {
    transform: scale(1.1);
}

.review-video-new.list-wrapper,
.photo-slider {
    padding: 70px 0px;
}

.list-wrapper.review-video-new .list-box .img-wrap {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 0;
    flex: 0 0 auto;
    margin-right: 15px;
}

.review-video-new .list-box h4 {
    margin-bottom: 12px;
}

.list-wrapper.review-video-new .list-box .text-wrap h6 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.list-wrapper.review-video-new .list-box .text-wrap p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 2px;
}

.list-wrapper.review-video-new .list-box .list-wrapper-review .img-text-wrapper {
    padding-top: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    display: flex;
}

.list-wrapper.review-video-new .list-box {
    padding: 25px 25px;
}

.list-wrapper.review-video-new .list-box .text-wrap ul li {
    margin-right: 1px;
    width: 17px;
}

.list-wrapper.review-video-new .list-box {
    padding: 25px 20px;
}

.list-wrapper.review-video-new .list-box .list-wrapper-review {
    /* min-height: 310px; */
    max-height: 285px;
    overflow: auto;
    overflow-x: hidden;
}

.list-wrapper.review-video-new .list-box .text-wrap {
    padding-right: 5px;
}

.list-wrapper.review-video-new .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    height: 0;
}

.list-wrapper.review-video-new .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-wrapper.review-video-new .list-box .text-wrap ul {
    margin-bottom: 0;
}

.profile-details .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*mobile*/

ul#teacher-service img {
    background-image: none;
    position: static;
}

ul#teacher-service h6 {
    background-color: #F3BF6F !important;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    min-width: 60px;
}

ul#teacher-service li {
    position: relative;
    background-color: #fff;
    box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

ul#teacher-service li .address-wrap {
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul#teacher-service li .address-wrap .option-menu {
    position: static;
    order: 3;
}

ul#teacher-service li .address-wrap .btn {
    margin: 0;
    width: 60px !important;
    height: auto;
    min-width: 60px;
    padding: 6px 0;
    display: flex;
    align-items: center !important;
    justify-content: center;
    border-radius: 10px !important;
    font-size: 17px;
    color: #fff;
}

ul#teacher-service li .address-wrap .btn img {
    max-width: 19px;
}

ul#teacher-service h6 img {
    width: 24px;
    height: auto;
}

ul#teacher-service li .address-wrap .btn-delete {
    background-color: #4C797F;
}

ul#teacher-service li .address-wrap .btn-delete:hover {
    background-color: #652c73;
}

ul#teacher-service li .address-wrap p {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin-left: 20px;
}


/*end*/

@media (max-width: 1199px) {
    .profile-details,
    .review-video-new.list-wrapper,
    .photo-slider {
        padding: 50px 0px;
    }
}

@media (max-width: 991px) {
    .list-wrapper.review-video-new .list-box {
        max-width: 100%;
        margin: 30px 0px 0px !important;
    }
    .list-wrapper.review-video-new .list-box .list-wrapper-review .text-wrap p {
        text-align: left;
    }
    /*** Header dropdown css ***/
    header .navigation nav ul li .dropdown .dropdown-menu {
        display: block;
        position: unset;
        border: 0;
        padding: 0px 0 5px 15px;
    }
    header .navigation nav ul li .dropdown button {
        padding: 0;
        width: 100%;
        text-align: left;
        background: transparent;
        font-size: 15px;
        font-family: "Poppins";
        text-transform: capitalize;
        letter-spacing: 0;
        font-weight: 400;
        color: #000;
        pointer-events: none;
    }
    header .navigation nav ul li .dropdown button:focus,
    header .navigation nav ul li .dropdown button:hover {
        color: #000;
    }
    header .navigation nav ul li .dropdown {
        margin: 0 !important;
    }
    header .navigation nav ul li .dropdown button:after {
        display: none;
    }
    header .navigation nav ul li .dropdown .dropdown-menu>div {
        position: relative;
    }
    header .navigation nav ul li .dropdown .dropdown-menu>div::before {
        display: block;
        width: 5px;
        height: 3px;
        content: "";
        background: #101010;
        left: -15px;
        top: 12px;
        position: absolute;
    }
    header .navigation nav ul li .dropdown .dropdown-menu>div a {
        padding: 0 0 3px;
    }
    .testimonial {
        padding: 0px 0 80px;
    }
}

@media (max-width: 767px) {
    .list-wrapper.review-video-new .list-box .text-wrap {
        margin-bottom: 0;
    }
    .profile-details,
    .review-video-new.list-wrapper,
    .photo-slider {
        padding: 40px 0px;
    }
    .profile-details p {
        font-size: 14px;
    }
    .profile-details .purple_bullets_list li {
        font-size: 14px;
        text-align: left;
    }
    .profile-details h3 {
        margin-bottom: 30px;
    }
    #photo-slider .slider-nav .item {
        max-width: 100px;
        height: 100px;
    }
    #photo-slider .slider-for .slick-arrow {
        bottom: -110px;
    }
    #photo-slider .slider-nav {
        max-width: 60%;
    }
    #photo-slider .slider-for .slick-arrow.slick-prev {
        left: 10%;
    }
    #photo-slider .slider-for .slick-arrow.slick-next {
        right: 10%;
    }
    #photo-slider .slider-nav .item {
        margin: 0 10px;
    }
    .photo-slider h3 {
        margin-bottom: 30px;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide {
        display: block !important;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div {
        width: 100%;
        display: block;
        font-size: 14px;
        font-family: "Poppins";
    }
    .modal {
        max-height: unset !important;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div img {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div #lb-aria-description {
        margin: 10px 15px;
        width: 92%;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div .lb-description {
        margin: 0px 15px 10px 15px;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div label {
        margin-left: 15px;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div label,
    .modal .slick-slider .slick-list .slick-track .slick-slide div input {
        margin: 0 15px;
        width: 92% !important;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div button {
        margin: 0 15px;
        width: 92% !important;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div button {
        margin: 10px 15px 5px;
        width: auto !important;
        border: 0;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div .lb-link {
        float: none !important;
        margin: 10px 15px 10px !important;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div .lb-description div {
        margin: 0 !important;
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div span {
        font-size: 14px;
        font-family: "Poppins";
    }
    .modal .slick-slider .slick-list .slick-track .slick-slide div #lb-aria-label {
        height: auto;
        width: auto;
        max-width: unset !important;
    }
    .login-section p.bottom-link a {
        color: #4C797F;
    }
    footer .social li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    footer .social li a::before {
        font-size: 18px;
    }
    footer .social li.instragram a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    footer .social li.instragram a img {
        width: 55%;
    }
    .loader-img img {
        background: #ffff;
        height: 100px;
        border-radius: 5px;
    }
}

@media (max-width: 575px) {
    .profile-details .profile-img {
        /*max-width: 150px;*/
        margin: 0 20px 10px 0;
        /*height: 150px;*/
    }
    #photo-slider .slider-nav .item {
        max-width: 80px;
        height: 80px;
    }
    #photo-slider .slider-for .slick-arrow {
        bottom: -100px;
    }
    .profile-details .balance_btn_grp .btn {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    .profile-details .balance_btn_grp {
        flex-wrap: wrap;
    }
    .right.handle {
        top: 105px !important;
    }
    .btn-group>div {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .profile-details .profile-img {
        float: none;
        margin-top: 0 auto;
    }
    .top_structure .text {
        text-align: center;
    }
    #photo-slider .slider-for .slick-arrow.slick-next {
        right: 0;
    }
    #photo-slider .slider-for .slick-arrow.slick-prev {
        left: 0;
    }
    .slick-initialized .slick-slide a {
        bottom: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }
}


/*===============================
   Profile New Style End
=================================*/


/** Added on 27 may  BY Gau**/

.transactions-no-record .no-rec {
    font-size: 16px;
    background-color: transparent;
    border: 0;
    color: #f54b4b;
    padding: 0;
}

.reviews-no-record .no-rec {
    font-size: 16px;
    background-color: transparent;
    border: 0;
    color: #f54b4b;
    padding: 0;
}

.dashborad-new .fc-toolbar .fc-left {
    padding-top: 5px;
}

.dashborad-new .calendar_box .fc-left h2 {
    font-size: 20px;
}

.dashborad-new .fc-ltr .fc-basic-view .fc-day-number {
    padding-top: 7px;
}

.dashborad-new .fc th {
    height: 45px !important;
    line-height: 45px;
}

.dashborad-new .fc th,
.dashborad-new .fc td {
    font-size: 12px;
}

.dashborad-new .fc table {
    font-size: 12px;
}

.dashborad-new .calendar-event-block.row .teacher_text_wrap {
    padding-left: 0px;
}

.dashborad-new #calendar .fc-view.fc-month-view.fc-basic-view .fc-day-grid .fc-row.fc-week.fc-widget-content .fc-content-skeleton table tbody tr td.fc-event-container .fc-day-grid-event.fc-event.fc-start.fc-end {
    transform: translate(19px, 2px);
}

.dashborad-new .fc-basic-view tbody .fc-row {
    min-height: 45px !important;
}

.dashborad-new .calendar-event-block.row p.calendar-description .btn {
    font-size: 11px;
}


/******/


/*===============================
    Price Slider New Style Start
=================================*/

.pricing-plans-sec {
    padding: 40px 0px 65px;
}

.pricing-plans-sec h1 {
    margin-bottom: 8px;
}

.pricing-plans-sec p.gray {
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
    line-height: 21px;
}

.pricing-plans-sec p.offter-text {
    font-size: 21px;
    
}

.online-package-slider {
    padding: 40px 0px 30px;
}

.online-package-slider .container {
    max-width: 1030px;
}

.online-package-slider h3 {
    margin-bottom: 20px;
}

.online-package-slider .box {
    background-color: #fefefe;
    border-radius: 6px;
    overflow: hidden;
    /* color: #fff; */
    display: flex;
    flex-direction: column;
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.online-package-slider .box .content {
    top: 50%;
}

.online-package-slider .box .content .vidoe_icon {
    margin-right: 0;
}

.online-package-slider.video_slide .box .img-wrap.youtube-popup {
    /* width: 100%; */
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    padding-top: 74.25%;
    background-color: #000;
    margin: 0;
}

.online-package-slider.video_slide .box iframe,
.online-package-slider.video_slide .box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.parent-vod-section .wrap {
    background-color: #f6f6f6;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    background-color: #fcfcfc;
}

.parent-vod-section .wrap .bottom_text p {
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
}

.online-package-slider .swiper-slide {
    height: auto;
    display: flex;
}

.online-package-slider .box .top {
    padding: 20px;
    /* background-image: url(../images/banner.jpg); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    color: #fff;
    /*padding-top: 0px;*/
    /*display: flex;
  flex-direction: column;*/
    min-height: 140px !important;
}

.online-package-slider .box .top .best-value {
    font-size: 10px;
    display: inline-block;
    background-color: #c46cdd;
    padding: 1px 10px;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
}

.online-package-slider .box .top h6 {
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 24px;
}

.online-package-slider .box .top p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.online-package-slider .box .text-box-wrap {
    padding: 25px 18px 15px;
    display: flex;
    flex-direction: column;
}

.online-package-slider .box .text-box-wrap h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.online-package-slider .box .text-box-wrap .top-wrap {
    margin-bottom: 5px;
}

.online-package-slider .box .text-box-wrap .purple_bullets_list {
    margin-bottom: 0;
}

.online-package-slider .box .text-box-wrap .purple_bullets_list li {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 15px;
    display: flex;
    position: relative;
    margin-bottom: 2px;
}

.online-package-slider .box .text-box-wrap .purple_bullets_list li:last-child {
    margin-bottom: 0px;
}

.online-package-slider .box .text-box-wrap .purple_bullets_list li::before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
    position: absolute;
    left: 2px;
    top: 12px;
}

.online-package-slider .box .bottom-wrap {
    margin: 0 20px;
    padding-bottom: 35px;
    margin-top: auto;
}

.online-package-slider .box .bottom-wrap hr {
    color: rgba(238, 235, 238, 1);
    margin: 0 0 15px;
}

.online-package-slider .box .bottom-wrap .more-details {
    padding: 0;
    background-color: transparent;
    font-size: 13px;
    color: #4C797F;
    font-family: "Poppins";
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    min-width: auto;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    transition: all 0.3s;
    margin-bottom: 5px;
}

.online-package-slider .box .bottom-wrap .more-details:hover {
    color: #F3BF6F;
}

.online-package-slider .box .bottom-wrap h3 {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    color: #595959;
}

.online-package-slider .box .bottom-wrap h3 span {
    color: #7c7575;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: normal;
    margin-left: 5px;
    text-transform: uppercase;
    /* line-height: 0; */
    padding-top: 5px;
}

.online-package-slider .box .bottom-wrap .btn {
    min-width: 210px;
}

.online-package-slider .owl-carousel .owl-stage {
    display: flex;
}

.online-package-slider .owl-carousel.owl-drag .owl-item {
    display: flex;
    width: 100%;
}

.online-package-slider .owl-carousel.owl-drag .owl-item>div {
    flex: 0 0 100%;
}

.online-package-slider .swiper-slide-active {
    /*transform: scale(1.1) translateY(0px);*/
    transition: 0.5s;
}

.online-package-slider .swiper-slide-active .box {
    /*transform: scale(1) translateY(0px);*/
    /*transition: 0.5s;*/
}

.online-package-slider .swiper-container {
    padding: 50px 0 90px;
    overflow: initial;
}

.online-package-slider .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.online-package-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cdcdcd;
    opacity: 1;
    transform: scale(1) !important;
}

.online-package-slider .swiper-pagination-bullet-active-main {
    background-color: #F3BF6F;
}

.online-package-slider.add-opt-slider .box {
    background-color: rgb(242, 239, 242);
}

.online-package-slider.add-opt-slider .swiper-slide-active .box {
    background-color: #ebe1ea;
}


/*===============================
    Price Slider New Style End
=================================*/


/* mPopup box style */

.mpopup {
    display: none;
    position: fixed;
    z-index: 1;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /*display: flex;*/
}

.mpopup.active {
    display: flex !important;
}


/* add animation effects */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.mpopup-content {
    position: relative;
    background-color: #fefefe;
    /*/ margin: auto; /*/
    /*/ padding: 0; /*/
    width: calc(100% - 30px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 0px;
    padding: 40px 30px 40px;
    max-width: 600px;
    border-radius: 5px;
    z-index: 0;
    margin: 0 auto;
}

.border {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    z-index: -1;
    border: 1px solid #eaeaea !important;
}

.mpopup-head {
    padding: 1px 15px;
    /* background-color: #F3BF6F; */
    color: white;
    text-align: center;
}

.mpopup-head img {
    max-width: 110px;
    margin-bottom: 15px;
}

.mpopup-head .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50px;
    opacity: 1;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
    z-index: 99;
}

.mpopup-head h4 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #595959;
}

.mpopup-main {
    padding: 2px 16px;
    /* background-color: #F3BF6F; */
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.mpopup-main p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #666;
    line-height: 22px;
    max-width: 450px;
    margin: 0 auto 10px;
}

.mpopup-main p strong {
    color: #595959;
}

.mpopup-content .row {
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

.mpopup-content .row form {
    width: 100%;
    max-width: 420px;
    /* display: flex; */
}

.mpopup-content .row form .form-group {
    height: auto;
    margin-bottom: 20px;
}

.mpopup-foot {
    padding: 0px 15px;
    color: #ffffff;
    margin-top: 20px;
    padding-top: 15px;
    max-width: 280px;
    margin: 30px auto 0;
    position: relative;
    z-index: 0;
}

.mpopup-foot::before {
    position: absolute;
    width: 50px;
    height: 1px;
    left: 50%;
    top: 0;
    z-index: 0;
    content: "";
    background-color: #ccc;
    transform: translateX(-50%);
}

.mpopup-foot p {
    text-align: center;
    margin: 0;
    
    font-size: 26px;
    color: #000;
}

.mpopup-foot p span {
    font-size: inherit;
}

.mpopup-content .row form .form-group .form-control {
    background-color: #f2f2f2 !important;
    border: 2px solid #eaeaea;
    padding: 0 15px;
    border-radius: 5px;
}

.mpopup-main .btn {
    min-width: 150px;
}

.mpopup-head h4 .dancing_text {
    font-size: inherit;
}

.mpopup-content .alert-success,
.mpopup-content .alert-danger {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 10px 0;
    color: #1c8706;
    font-size: 16px;
    font-weight: 600;
}

.mpopup-content .alert-danger {
    color: #e13c3c;
}

.mpopup.online-package-slider .mpopup-content {
    padding: 15px 15px 35px;
    max-width: 550px;
}

.mpopup.online-package-slider .mpopup-main {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.mpopup.online-package-slider .box .top p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.mpopup.online-package-slider .box .top h6 {
    font-size: 33px;
    margin-bottom: 0px;
}

.mpopup.online-package-slider .box .text-box-wrap h6 {
    font-size: 22px;
    color: #595959;
}

.mpopup.online-package-slider .box .text-box-wrap .purple_bullets_list li {
    font-size: 15px;
    margin-bottom: 2px;
    color: #595959;
}

.mpopup.online-package-slider .box .bottom-wrap {
    padding-bottom: 0;
}

.mpopup.online-package-slider .box .text-box-wrap {
    padding: 15px 0px 35px;
}

.mpopup.online-package-slider .box .top {
    padding: 35px 30px 40px;
}

@media (max-width: 1199px) {
    #home-banner.new-home .text-wrap h1 {
        font-size: 44px;
    }
    #home-banner.new-home {
        padding: 60px 0px 80px;
    }
    .new-home .new-white-box p {
        font-size: 17px;
    }
    #home-banner.new-home .text-wrap p.bold-para {
        font-size: 20px;
    }
    .testimonial_slider .owl-nav.disabled,
    .testimonial_slider .owl-nav {
        width: 98%;
    }
}

@media (max-width: 991px) {
    .new-home .new-white-box {
        padding: 35px 20px;
    }
    #home-banner.new-home .text-wrap h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #home-banner.new-home .text-wrap h1 {
        font-size: 40px;
    }
    .new-home .new-white-box {
        margin: 0 10px;
        padding: 25px 15px;
    }
    .new-home .new-white-box p {
        font-size: 16px;
    }
    #home-banner.new-home .text-wrap p.bold-para {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #home-banner.new-home {
        padding: 50px 0px 70px;
    }
}

@media (max-width: 575px) {
    .new-home .new-white-box-wrapper {
        text-align: center;
        display: block;
    }
    .new-home .new-white-box {
        margin: 0 auto 15px;
    }
    .new-home .new-white-box:last-child {
        margin-bottom: 0;
    }
    #home-banner.new-home .text-wrap h1 {
        font-size: 36px;
    }
    #home-banner.new-home .text-wrap p.bold-para {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .new-home .new-white-box p {
        font-size: 16px;
        line-height: 22px;
    }
    .new-home .new-white-box {
        padding: 20px 15px;
    }
    #home-banner.new-home {
        padding: 40px 0px 50px;
    }
}

#photo-slider .slider-for .slick-list {
    height: 475px !important;
    overflow: hidden;
}

#photo-slider .slider-for .slick-list .slick-track {
    height: 100%;
}

#photo-slider .slider-for .slick-list img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: auto;
    max-width: 100%;
}

.dashborad-new .dashboard-box-common .container {
    padding: 0;
}

.dashborad-new .calendar_events {
    padding-top: 0px;
}

.my-profile.list-wrapper.new-mp .login-wrap.new .address-wrap.address-menu {
    position: relative;
    padding-right: 25px;
}

.address-wrap.address-menu .option-menu {
    right: 0;
}

.address-wrap.address-menu .option-menu a {
    width: 16px;
    height: 16px;
    margin-right: 0;
    margin-bottom: 10px;
}

.my-profile.list-wrapper.new-mp .login-wrap.new .address-wrap.address-menu .option-menu .flaticon-edit::before {
    font-size: 16px;
    line-height: normal;
}

#descriptionModal.book-session-modal .login-wrap.signup {
    max-height: 550px;
    overflow-y: auto;
}


/*********** Privacy policy and terms and condition **************/

.privacy-section {
    padding: 70px 0px;
}

.privacy-section h1 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
}

.privacy-section ol {
    margin-top: 30px;
    /*counter-reset: my-counter 0;*/
    padding: 0 !important;
}

.privacy-section ol li {
    /*list-style: decimal;*/
    margin-bottom: 40px;
}

.privacy-section ol li h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.privacy-section ol li h4::before {
    /*content: counter(my-counter);*/
    /*counter-increment: my-counter 1;
  display: inline-block;
  margin-right: 10px;
  color: #F3BF6F;*/
}

.privacy-section ol li p:last-child {
    margin-bottom: 0;
}

.privacy-section ol li ol.number {
    padding-left: 20px !important;
    margin-top: 0 !important;
}

.privacy-section ol li ol.number li {
    list-style: upper-roman;
    margin-bottom: 0;
}


/*------how-to-sign-wrapper Start ----------------------*/

.how-to-sign-wrapper {
    padding: 30px 15px 0;
    max-width: 1060px;
    margin: 0 auto;
}

.how-to-sign-wrapper h5 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 22px;
}

.how-to-sign-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.how-to-sign-wrapper ul li {
    display: inline-block;
    display: flex;
    /* align-items: center; */
    margin-right: 15px;
    flex: 0 0 32.29%;
    border: 1px solid #eaeaea;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.09);
}

.how-to-sign-wrapper ul li:last-child {
    margin-right: 0;
}

.how-to-sign-wrapper ul li span.number-text {
    font-size: 44px;
    font-weight: 900;
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #4C797F;
    flex: 0 0 auto;
    margin-right: 10px;
    
    color: #fff;
    background-color: rgba(101, 44, 117, 0.65);
    border-radius: 3px;
}

.how-to-sign-wrapper ul li span.text-desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}


/*------how-to-sign-wrapper End ----------------------*/


/*------how-to-pricing-list Start ----------------------*/

.list-wrapper-pro {
    padding: 0px 0px 0px;
}

.list-wrapper-pro h6 {
    font-size: 18px;
    margin-bottom: 0px;
    /*background-color: #f5f5f5;*/
    background-color: #F3BF6F;
    padding: 8px 10px;
    color: #fff;
}

.wrap-box.new-lsit {
    padding: 10px 10px 15px;
    border-bottom: 0px solid #dedede;
    margin-bottom: 10px;
}

.wrap-box.new-lsit ul {
    display: inline-block;
    margin-right: 50px;
    padding-left: 0px;
}

.wrap-box.new-lsit ul:last-child {
    margin-right: 0;
}

.wrap-box.new-lsit ul li {
    font-size: 14px;
    display: list-item;
    line-height: 24px;
}

.wrap-box.new-lsit ul li::before {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #747474;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #F3BF6F;
    border-radius: 50px;
    transform: translateY(-2px);
}

.wrap-box.new-lsit ul li span {}

.wrap-box.new-lsit ul li span.title {
    min-width: 99px;
    flex: 0 0 auto;
    color: #666666;
}

.wrap-box.new-lsit ul li span.price {
    margin-left: auto;
    padding-left: 15px;
    float: right;
    color: #000;
}


/*------how-to-pricing-list End ----------------------*/

.my-profile.list-wrapper {
    background-color: #f3f4fa !important;
}

.promotion-list-menu.side-menu-list ul li a {
    border: 0;
}

.promotion-list-menu.side-menu-list ul>li {
    border-bottom: 1px solid #e6e6e6;
}

.promotion-list-menu.side-menu-list ul>li:last-child {
    border: 0;
}

.promotion-list-menu.side-menu-list ul li .sub-menu li {
    border: 0;
    padding-left: 15px;
}

.promotion-list-menu.side-menu-list ul li .sub-menu li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #F3BF6F;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    background-color: #666666;
}

.promotion-list-menu.side-menu-list ul li .sub-menu li a {
    color: #666666;
}

.promotion-list-menu.side-menu-list ul li .sub-menu li.active a {
    color: #F3BF6F;
}

.promotion-list-menu.side-menu-list ul li .sub-menu li a:hover,
.promotion-list-menu.side-menu-list ul li .sub-menu li a:focus {
    background-color: transparent !important;
    color: #F3BF6F;
}

.on_co_details_fdtt li.active>a {
    color: #F3BF6F;
}

.on_co_details_fdtt li.sub_menu {
    position: relative;
}

.on_co_details_fdtt li.sub_menu .drop_menu {
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    /* width: 12px; */
    /* height: 12px; */
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.on_co_details_fdtt li.sub_menu>.drop_menu::before {
    content: "";
    border-color: #ffffff #00f0 #fff0 #ff00;
    border-style: solid;
    border-width: 6px;
}

.on_co_details_fdtt li.sub_menu.active>.drop_menu::before {
    border-color: #f000 #00f0 #fff #ff00;
}

.on_co_details_fdtt li.sub_menu>ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.on_co_details_fdtt li.sub_menu.active>ul {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.on_co_details_fdtt li.sub_menu>ul li {}

.on_co_details_fdtt.my_appointment li {
    color: #fff;
}

.dashboard-details-box .text-list-wrap>button.my_profile_menu_toggle {
    /* display: none; */
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    max-width: 220px;
    width: auto;
    font-size: 22px;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}

.dashboard-details-box .text-list-wrap>button.my_profile_menu_toggle:hover {
    color: #F3BF6F;
}

.dashboard-details-box .text-list-wrap>button.my_profile_menu_toggle::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    border-color: #fff #00f0 #fff0 #ff00;
    border-style: solid;
    border-width: 8px;
    margin: 5px 0 0 0;
    height: auto;
    transform: translateY(-50%);
}

.dashboard-details-box .text-list-wrap>button {
    display: none;
}

.on_co_details_fdtt.my_appointment li {
    color: #fff;
}

.on_co_details_fdtt li button {
    display: none;
}

.on_co_details_fdtt li.sub_menu.active .drop_menu {
    top: 11px;
}

.dashboard-details-box .text-list-wrap>button.my_profile_menu_toggle.active::after {
    transform: translateY(-50%) rotate(180deg);
    margin-top: 0;
}

#child-ips tr th {
    width: 36px !important;
}

table#child-ips,
table#child-ips a {
    font-size: 14px !important;
}

table#child-ips tr td:first-child {
    text-align: center;
}

.attendance.att_pop thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.attendance.att_pop .table-responsive {
    max-height: 288px;
}

.modal.attendance.book-session-modal .login-wrap.signup {
    text-align: center;
}

.modal.attendance.book-session-modal .login-wrap.signup form {
    text-align: center;
}

.modal.attendance p {
    text-align: center;
}

.attendance.att_pop #child-ips tr th {
    /*background-color: #F3BF6F !important;
  color: #fff;*/
    background-color: #f5f6f8 !important;
    color: #595959;
}


/*==================
  Upload Button Start
======================*/


/*.upload_btn .form-group{
  position: relative;
}
.upload_btn input#profileImage{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 42px;
}*/

.upload_btn {
    margin-right: 15px;
}

.upload_btn input[type="file"] {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 42px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.upload_btn span.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 6px 10px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    bottom: 0;
    z-index: 0;
    user-select: none;
    cursor: pointer;
}

.upload_btn .form-group input[disabled="disabled"]+span.file-custom {
    background-color: #f7f5f5 !important;
}

.upload_btn {}

.upload_btn .form-group {
    position: relative;
}

.upload_btn span.file-custom::before {
    content: "Choose file...";
    
    font-weight: 500;
    cursor: pointer;
}

#preview_img .upload-img-box {
    max-width: 120px;
}

#preview_img .upload-img-box {
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 3px;
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preview_img .upload-img-box img.thumb {
    width: 100%;
    object-fit: cover;
}

.upload_img_btn .form-group,
.upload_btn .form-group {
    margin-bottom: 10px;
}


/*==================
  Upload Button End
======================*/

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    max-width: 24px;
    margin: 10px 5px 15px;
}

.my-profile.address.new-appointment .address-wrap .my-ap-completed-btn-wrap .form-group .btn {
    padding: 0 15px;
    height: 35px;
    font-size: 13px;
    line-height: 31px;
}

.my-profile.address.new-appointment .address-wrap .my-ap-completed-btn-wrap .session-start-para.successt-text {
    font-size: 14px;
}

.dashboard-details-box.rec-teacher .wrap p {
    color: #fff;
}

.dashboard-details-box.rec-teacher .wrap p a {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    word-break: break-all;
    line-height: 18px;
    color: #fff;
    transition: all 0.3s;
}

.dashboard-details-box.rec-teacher .wrap p a:hover {
    color: #fbc956;
}

.view_document_link,
.login-wrap .view_document_link strong {
    font-size: 13px;
    color: #F3BF6F;
    transition: all 0.3s;
}

.view_document_link:hover,
.login-wrap .view_document_link:hover strong {
    color: #4C797Fed;
}

.info_abt_insu {
    color: #F3BF6F !important;
    transition: all 0.3s;
}

.info_abt_insu:hover {
    color: #4C797Fed !important;
}

.live-class-btn-group div>p {
    font-weight: 600;
    margin-bottom: 6px;
    color: #F3BF6F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 15px 8px;
    
}

.live-class-btn-group div>.btn,
.live-class-btn-group .live-classes-book .buy-now#book-submit {
    height: 40px;
    line-height: 38px;
    min-width: 160px;
    padding: 0 15px;
    display: block !important;
    margin: 0 auto;
}


/*===========================
  Teacher List Page Start
=============================*/

#home-banner.new-teacher-profile-list {
    padding: 50px 0px 35px;
}

#home-banner.new-teacher-profile-list.filter p.subtitle {
    font-size: 15px;
}

.new-teacher-profile-list {}

.filter .teacher-name-search {
    min-width: 280px;
}

.new-teacher-profile-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-teacher-profile-list ul li {
    flex: 0 0 230px;
    margin: 20px 20px;
}

.new-teacher-profile-list ul li a {
    text-align: center;
    /* padding: 30px 15px; */
    /* border-radius: 3px; */
    /* box-shadow: 0 0 12px 0 rgba(32,46,60,.06); */
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.new-teacher-profile-list ul li a::before {
    content: "";
    background: rgb(101, 44, 117);
    background: -moz-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
   /* background: linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%); */
    background: linear-gradient(45deg, rgba(243, 191, 111, 1) 28%, rgba(255, 228, 183, 1) 72%);
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

.new-teacher-profile-list ul li a:hover::before {
    opacity: 1;
}

.new-teacher-profile-list ul li a {
    display: block;
}

.new-teacher-profile-list ul li h6 {
    color: #000;
    font-size: 19px;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.new-teacher-profile-list ul li:hover h6 {
    color: #fff;
}

.new-teacher-profile-list ul li a .view_more_link {
    font-size: 15px;
    color: #4C797F;
    
    margin-bottom: 0;
    transition: all 0.3s;
}

.new-teacher-profile-list ul li a:hover .view_more_link {
    color: #F3BF6F;
}

.new-teacher-profile-list ul li .img-wrap {
    width: 170px;
    height: 170px;
    border-width: 3px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #999999;
    border: 6px solid #e6e6e6;
    margin-bottom: 16px;
    margin: 0 auto 20px;
}

.new-teacher-profile-list ul li .img-wrap img {
    object-fit: cover;
}

.new-teacher-profile-list ul li .img-wrap {
    position: relative;
    z-index: 2;
}

.teach_on_balance_banner {
    background-image: url(../images/teach-on-balance-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gradieant_overlay {
    position: relative;
    z-index: 1;
}

.gradieant_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F3BF6F+28,4C797F+72 */
    background: rgb(101, 44, 117);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%); */
    background: linear-gradient(45deg, rgba(243, 191, 111, 1) 28%, rgba(255, 228, 183, 1) 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F3BF6F', endColorstr='#4C797F', GradientType=1);
    z-index: -1;
    /* IE6-9 fallback on horizontal gradient */
    opacity: 0.9;
}

.teach_on_bal {
    padding: 60px 0;
}

.teach_on_bal .teach_box {}

.teach_on_bal .teach_box .icon_wrap {
    max-width: 60px;
    margin: 0 auto 20px;
}

.teach_on_bal .teach_box .icon_wrap img {
    width: 100%;
}

.teach_on_bal .teach_box h6 {
    margin-bottom: 20px;
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
}

.teach_on_bal .teach_box h6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #d7d7d7;
    margin: 0 auto;
    bottom: 0;
}

.teach_on_bal .teach_box p {
    font-size: 17px;
}

.teach_on_bal .teach_box p:last-child {
    margin-bottom: 0;
}

.teach_on_bal .leran_more {
    margin-top: 35px;
}

a.our-teacher-reset {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 20px;
}

.our-teacher-user-wrap input {
    padding-right: 30px;
}


/*===========================
  Teacher List Page End
=============================*/

span.select2-selection.select2-selection--single {
    height: 46px !important;
    margin-bottom: 19px !important;
    border: 1px solid #ccc !important;
}

.on_co_details_fdtt li {
    text-align: left !important;
    padding: 0 0;
    line-height: 34px;
}

.dashboard-details-box .on_co_details_fdtt li a {
    font-size: 14px;
}

.on_co_details_fdtt li.sub_menu {
    font-size: 14px;
}

.on_co_details_fdtt li.sub_menu.active ul {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 0 12px;
}

.dashboard-details-box {
    padding: 25px;
}

@media only screen and (min-width: 992px) {
    .on_co_details_fdtt li.sub_menu .drop_menu {
        top: 0 !important;
        width: 100%;
        left: 0;
        right: 0;
        justify-content: flex-end;
        height: 34px;
        align-items: center;
    }
    .on_co_details_fdtt li.sub_menu.active>.drop_menu::before {
        border-bottom-width: 6px;
    }
    .on_co_details_fdtt li.sub_menu>.drop_menu::before {
        border-bottom-width: 0;
    }
}

.pre-record-icon img {
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
}

.pre-record-icon {
    position: absolute;
    top: 4px;
    width: 18px;
}

.pre-record {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 13px;
}

.pre-record img {
    max-width: 17px;
    margin-right: 10px;
}

.final_dates .rec_dates {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 4px;
    justify-content: flex-start;
}

.final_dates .rec_dates .dates {
    width: calc(35.33% - 20px);
    background-color: #f7f5f5;
    padding: 4px 10px;
    margin: 2px;
}

div#description-message table {
    background-color: #fff;
    font-size: 13px;
    width: 100%;
}

div#description-message table th {
    padding: 10px 10px;
    font-size: 14px;
}

div#description-message table tr td {
    padding: 10px 12px;
}

div#RecurringClassesModal .modal-content {
    max-width: 990px;
}

.recurring-pay #accordion .form-control.debit-card {
    height: auto;
    padding-left: 0 !important;
    border-bottom: 0;
}

.recurring-radio-btn {
    margin-bottom: 5px;
}

.li_recurring .checkbox-wrap {
    text-align: left;
}

.li_recurring input#checkbox-show-recurring-class {
    width: 20px;
    height: 20px;
    top: 2px;
    z-index: 99;
}

a.delete-gallary-image {
    border: 0;
    background-color: #e6e6e6;
    color: #333;
    padding: 7px 0;
    font-size: 12px;
    margin-top: 20px;
}

.my-subscriptions-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-subscriptions-actions>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-subscription-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.my-subscription-buttons a.btn {
    min-width: 100px !important;
    margin-right: 15px;
}

.my-subscription-buttons a.cancel-subscription,
.my-subscription-buttons a.cancel-package,
.my-subscription-buttons a.request-activate-subscription {
    color: #000000;
}

.my-subscription-buttons a.cancel-subscription:hover,
.my-subscription-buttons a.cancel-package:hover,
.my-subscription-buttons a.request-activate-subscription:hover {
    color: #fff;
}

.recurring-pckg-radio,
.recurring-subscription-radio {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 24px;
    margin-bottom: 10px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 30px;
}

body div#description-message .recurring-radio-btn .recurring-pckg-radio span,
body div#description-message .recurring-radio-btn .recurring-subscription-radio span {
    position: relative !important;
    top: 3px !important;
    margin-right: 7px;
}

.styled-checkbox {
    z-index: 999;
}

label.text-left.text-flex-none {
    display: block;
}

.login-wrap.refer-friends p.admin-order {
    font-size: 16px;
    margin-right: 200px;
    color: #422d55;
}

.e_terms_recurring {
    width: 20px;
    height: 20px;
}

.subhead_line {
    font-size: 16px;
    font-weight: bold;
    color: #652b75;
    margin-bottom: 2px;
}

.subhead_line::before {
    content: "";
    margin-right: 9px;
    width: 2px;
    height: 11px;
    background-color: #652b75;
    display: inline-block;
}

.ribbon20-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

.ribbon20::before {
    position: absolute;
    content: "";
    top: 0;
    left: -2px;
    border: none;
    height: 38px;
    width: 7px;
    background: #652b75;
    border-radius: 5px 0 0 5px;
}

.ribbon20::after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0px;
    border: none;
    height: 7px;
    width: 5px;
    background: #652b75;
    border-radius: 5px 0 0 5px;
}

.ribbon20 {
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: white !important;
    background: #652b75;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.row.dashboard-block-wrap .icons img {
    width: 100%;
}

.row.dashboard-block-wrap .icons {
    max-width: 20px;
    margin-right: 8px;
    flex: 0 0 auto;
}

.sup-dashboard-error span {
    display: flex;
}

.dashboard-block-wrap.supp-dashboard-cards>div {
    margin-bottom: 0px;
}

#practised-child-ips tr th {
    width: 36px !important;
}

table#practised-child-ips,
table#practised-child-ips a {
    font-size: 14px !important;
}

table#practised-child-ips tr td:first-child {
    text-align: center;
}

.attendance.practised-attendees-popup thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.attendance.practised-attendees-popup .table-responsive {
    max-height: 150px;
}

.attendance.practised-attendees-popup #practised-child-ips tr th {
    /*background-color: #F3BF6F !important;
  color: #fff;*/
    background-color: #f5f6f8 !important;
    color: #595959;
}

.availability-note {
    margin-bottom: 15px;
    border: 1px solid #49b148;
    background-color: #49b1482e;
    padding: 10px;
}

.availability-note .multiple-avail-span {
    font-size: 16px;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.teacher-video-gallery iframe {
    width: 250px;
    height: 140px;
}

table.dataTable.teacher-video-gallery tbody td:last-child a.tooltip-show {
    font-size: 18px;
}

.news.video-gallery .wrap video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.teacher-video-gallery video {
    width: 250px;
    height: 140px;
}

span.teacher-vid-note {
    margin-left: 12px;
    color: #F3BF6F;
}

#purchased-child-ips tr th {
    background-color: #f9f9f9;
}

.attendance.video-purchased-student-popup #purchased-child-ips tr th {
    /*background-color: #F3BF6F !important;
  color: #fff;*/
    background-color: #f5f6f8 !important;
    color: #595959;
}

#purchased-child-ips tr th {
    padding: 5px;
    text-align: center;
}

#purchased-child-ips tr {
    height: 47px;
}

.video-purchased-student-popup {}

.video-purchased-student-popup .attendees_form {
    width: 100%;
}

table#purchased-child-ips tr td {
    text-align: center;
}

table#purchased-child-ips {
    color: #141414;
    line-height: 17px;
    font-size: 15px;
}

table#purchased-child-ips,
table#purchased-child-ips a {
    font-size: 14px !important;
}

.video-purchased-student-popup .table-responsive {
    max-height: 150px;
}

.attendance.video-purchased-student-popup thead tr th {
    position: sticky !important;
    top: 0;
    z-index: 2;
}

span.teacher-profile-note {
    color: #F3BF6F;
    /*font-size: 12px;*/
}

.teacher-gallery-preveiw {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.teacher-gallery-preview-img {
    margin-left: 0px;
    padding: 10px;
}

#upload_img_btn {
    margin-left: 10px;
}

small {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    color: #4C797F;
    font-family: "Poppins";
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    min-width: auto;
}

.bull {
    font-size: 20px;
    margin-top: -25px;
    top: 0;
    margin-right: 5px;
}

.pricing-discount {
    margin-right: 4px;
}

.credit-circle {
    padding: 0;
    background-color: transparent;
    font-size: 50px !important;
    color: #ffffff !important;
    font-family: "Poppins";
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    min-width: auto;
}

.intro_btn .btn.book-session-btn {
    width: 220px;
    font-size: 13px;
    height: 37px;
    line-height: 35px;
}


/****** Home page new slider ********/

.slider_text .content {
    color: #fff;
    text-align: center;
    width: 100%;
}

#home-slider .carousel-item {
    text-align: center;
}

.slider_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(29%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    max-width: 550px;
}

.slider_text h1 {
    margin-bottom: 9px;
    font-size: 46px;
    font-weight: 900;
    color: #595959;
    text-align: center;
}

.slider_text h1 span {
    color: #F3BF6F;
}

.slider_text p {
    max-width: 100%;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin: 0 auto;
}

#main-banner .btn.btn-reverse {
    padding: 16px 50px;
    font-size: 16px;
    border: 0;
}

#main-banner {
    position: relative;
    padding: 0;
}

#main-banner .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1040px;
    text-align: center;
    color: #fff;
    bottom: auto;
}

#main-banner .banner-text p {
    font-weight: 700;
    letter-spacing: 7px;
    margin: 0;
    line-height: 20px;
}

#main-banner .banner-text p span {
    color: #b88607;
    text-transform: uppercase;
}

#main-banner .banner-text h1 {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 74px;
    margin: 36px 0;
    letter-spacing: 9px;
}

#main-banner .banner-text div {
    margin-top: 65px;
}

#main-banner .banner-text div a {
    margin: 0 12px;
}

#main-banner .banner-text div a .now {
    display: none;
}

#main-banner .banner-text div a .today {
    display: inline !important;
}

#main-banner .carousel,
#main-banner .carousel-inner,
#main-banner .carousel-item {
    height: 100%;
}

#main-banner .carousel-caption,
#main-banner .carousel-indicators {
    z-index: 1;
    /*
  bottom:40px;*/
}

#main-banner .carousel-indicators li {
    background-color: #F3BF6F;
    text-indent: -999px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#main-banner .carousel-indicators .active {
    background-color: #F3BF6F;
}


/*.carousel-indicators li {
  text-indent: -999px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}*/


/*.our_work_section {
    background-color: #F3BF6F;
}

.our_work_section .text_wrap {
  max-width: 496px;
  margin: 0px 210px;
  text-align: center;
}
.our_work_section .text_wrap h2 {
  font-size: 70px;
  font-weight: bold;
  border-bottom: 6px solid #fff;
}
.our_work_section .text_wrap p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.our_work_section .container {
  padding-left: 0;
  padding-right: 0;
}
.our_work_section .img_wrap {
  width: 100%;
  overflow: hidden;
}*/

.our_work_section {
    background-color: #F3BF6F;
}

.our_work_section .img_wrap {}

.our_work_section .text_wrap {
    max-width: 100%;
    margin: 0 80px;
    text-align: center;
    display: flex;
    align-items: center;
}

.our_work_section .text_wrap h2 {
    border-right: 3px solid #ffffff4f;
    border-bottom: 0;
    margin-bottom: 0;
    padding-right: 50px;
    margin-right: 50px;
    text-align: right;
    font-size: 44px;
    width: 50%;
}

.our_work_section .text_wrap p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    width: 100%;
}

.our_work_section .text_wrap {
    max-width: 100%;
    margin: 0 80px;
    text-align: center;
    display: flex;
    align-items: center;
}

.our_work_section .container {
    padding-left: 0;
    padding-right: 0;
}

.our_work_section .img_wrap {
    background-image: url(./../images/yoga-tailored.jpg);
    background-size: cover;
    height: 306px;
    width: 100%;
    background-position: center;
    overflow: hidden;
}

.our_work_section .img_wrap_members {
    background-image: url(./../images/Learner_Banner.png);
    background-size: cover;
    height: 306px;
    width: 100%;
    background-position: center;
    overflow: hidden;
}

.our_work_section .img_wrap_tech_signup {
    background-image: url(./../images/HE_Sign_Up_Banner.png);
    background-size: cover;
    height: 306px;
    width: 100%;
    background-position: center;
    overflow: hidden;
}

.our_work_section .img_wrap_aboutus {
    background-image: url(./../images/About_Us_Banner.jpg);
    background-size: cover;
    height: 306px;
    width: 100%;
    background-position: center;
    overflow: hidden;
}

.our_work_section .img_wrap_tech_signin {
    background-image: url(./../images/HE_Sign_In_Banner.png);
    background-size: cover;
    height: 306px;
    width: 100%;
    background-position: center;
    overflow: hidden;
} 
.our_work_section .text_wrap_signin h2 {
    
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 50px;
    margin-left: 50px;
    text-align: left;
    font-size: 44px;
    width: 50%;
}


/******************** Instructor signin ************************/


/*.banner.signup-login-banner.login-section.instructor-signup .container{
  max-width: 1700px;
}*/

.sign_video .box video {
    /*width: 810px;
  height: 340px;
  border-radius: 5px;
  box-shadow: 0px 10px 81px 9px rgba(0, 0, 0, 0.08);
  margin-top: 26%;*/
    margin-bottom: 30px;
    width: 100%;
}

.wrap.sign_video {
    background: transparent;
    /* padding: 30px 0; */
    padding: 0px 0 30px;
    border-radius: 5px;
}

.sign_para {
    text-align: center;
}

.sign_para p {
    font-size: 20px;
    margin-bottom: 6px;
}

.sign_para p :last-child {
    margin-bottom: 0px;
}


/*customer login*/

.left_list .sign_para p {
    text-align: left;
    /* margin-bottom: 18px;
 padding-bottom: 20px;
 border-bottom: 1px solid rgba(204,204,204,0.45);*/
}

.left_list .sign_para p {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.left_list .sign_para p:last-child {
    border-bottom: 0px;
}

.left_list .sign_para p::before {
    /* content: ""; */
    /* display: inline-block; */
    /* margin-right: 9px; */
    /* flex: 0 0 auto; */
    /* border-top: 8px solid transparent; */
    /* border-bottom: 8px solid transparent; */
    /* border-left: 8px solid #422d55; */
    content: "";
    width: 8px;
    height: 8px;
    background-color: #4C797F;
    display: inline-block;
    border-radius: 50px;
    transform: translateY(9px);
    /* margin-right: 19px; */
    flex: 0 0 auto;
    position: absolute;
    left: 42px;
    /* content: "";
width: 18px;
height: 14px;
background-image: url(../images/right-purple-logo.png);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin-right: 10px;*/
}

.img-yoga-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
}

.img-yoga-wrapper {
    width: 100%;
    height: 205px;
    overflow: hidden;
    margin: 0 auto 24px auto;
}


/*customer login*/


/*About page*/

#home_banner.inner {
    padding: 159px 0px;
}


/*.vod_banner {
  background-image: url(../images/demolition/universal-demolition-banner.jpg);
}*/

.vod_banner.about_banner.banner.inner .content_vod {
    justify-content: center;
}

.vod_banner.about_banner.banner.inner {
    padding: 165px 0px;
}

.vod_banner.about_banner h2 {
    color: #fff;
}

.home_about {
    padding: 67px 0px 80px;
}

.home_about p {
    font-size: 17px;
}

.who_we_are {
    padding: 100px 0;
}

.who_we_are p {
    color: #595959;
}

.who_we_are .no-gutters {
    margin-bottom: 20px;
}


/*.who_we_are h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
.who_we_are h2::after{
  content: "";
display: block;
width: 73px;
background-color: #F3BF6F;
height: 2px;
line-height: 24px;
position: static !important;
margin-top: 10px;
}*/


/*.abt_gradient{
  background: rgb(101, 44, 117);
background: -moz-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
background: -webkit-linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
background: linear-gradient(45deg, rgba(101, 44, 117, 1) 28%, rgba(197, 65, 110, 1) 72%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3BF6F', endColorstr='#4C797F', GradientType=1);
}*/

.yellow_957 {
    color: #F3BF6F;
}


/*.who_we_are .container{
  max-width: 1024px;
}*/

.who_we_are .text_wrap {
    /* max-width: 576px; */
    /*margin: 10px 30px;*/
    max-width: 100%;
    /* justify-content: start; */
    /* margin-right: 40px; */
}

.who_we_are .img_wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    max-width: 420px;
}

.who_we_are .text_wrap p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    /*padding: 0 15px;*/
    text-align: justify;
}

.who_we_are .text_wrap p:last-child {
    margin-bottom: 0px;
}


/*About page*/

.b-withus {
    padding: 60px 0;
}

.b-withus .wrap {
    margin-bottom: 20px;
    display: flex;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.09);
    padding: 13px;
}

.b-withus .wrap .line .icons {
    width: 100%;
    display: inline-block;
    left: -70px;
    max-width: 35px;
}

.b-withus .wrap .line .icons img {
    width: 100%;
}

.b-withus .wrap .block img {
    max-width: 50px;
    margin-right: 20px;
}

.b-withus .wrap h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}

.b-withus .wrap p {
    font-size: 16px;
}

.get_start {
    background-color: #F3BF6F;
}

.get_start.list-wrapper {}

.get_start.list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.get_start.list-wrapper ul li {
    flex: 0 0 230px;
    margin: 20px 20px;
}

.get_start.list-wrapper ul li a {
    text-align: center;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.get_start.list-wrapper ul li .img-wrap {
    width: 310px;
    height: 310px;
    border-width: 3px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #999999;
    border: 6px solid #e6e6e6;
    margin-bottom: 16px;
    margin: 0 auto 20px;
}

.get_start.list-wrapper h6 {
    color: #fff;
    font-weight: bold;
}

.get_start.list-wrapper p {
    color: #fff;
}

.get_start.list-wrapper h2 {
    border-bottom: 1px solid #fff;
    width: 30%;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}

.our_work_section.member_info .text_wrap {
    text-align: justify;
    margin: 0px 80px;
    display: block;
}

.our_work_section.member_info .text_wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.our_work_section.member_info .text_wrap span {
    float: right;
}

.our_work_section.member_info {
    background-color: transparent;
}

.online-package-slider.video_slide form .row select {
    padding-left: 15px;
}

.vod_banner {
    background-image: url("./../images/vod-banner.jpg");
}

.about_banner {
    background-image: linear-gradient(to right, rgb(101, 44, 117, 0), rgba(197, 65, 110, 0.9), rgb(101, 44, 117, 0.7)), url("./../images/about_banner.jpg");
}

.princing_banner {
    background-image: url("./../images/pricing_banner.jpg");
}


/*#show_bg_2 {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('images/background.jpg');
    width: 80%;
    height: 400px;
    background-size: cover;
    color: white;
    padding: 20px;
}*/

.vod_banner.inner {
    padding: 165px 0px;
}

.about_banner.inner {
    padding: 125px 0px;
}

.princing_banner.inner {
    padding: 125px 0px;
}

.vod_banner .content_vod {
    color: #F3BF6F;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.about_banner .content_vod {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.princing_banner .content_vod {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.vod_banner .content_vod h2 {
    font-size: 27px;
    max-width: 731px;
}

.vod_banner .content_vod span, .princing_banner .content_vod span,
.about_banner .content_vod span {
    font-size: 40px;
    font-weight: bold;
}

.offering-videos-wrpper {
    padding: 70px 0 !important;
}

.offering-videos-wrpper .wrap {
    padding-bottom: 120px !important;
}

.offering-videos-wrpper .wrap .box {
    height: 200px;
}

.news.none_slider.video-gallery-new.offering-videos-wrpper .wrap::before {
    background-color: #fff;
}

#getting-started .card p,
#getting-started .card span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: normal;
    margin-bottom: 18px;
    font-family: "Poppins" !important;
    color: rgb(102, 102, 102) !important;
}

.getting-collapse .card-body-inside p a {
    max-width: 150px;
    font-size: 13px;
    padding: 0;
    width: 100%;
    line-height: 39px;
    display: inline-block;
    background: #d72c2c00;
    border: 2px solid #F3BF6F;
    height: 43px;
    text-align: center;
    border-radius: 50px;
    margin-top: 6px;
}

.getting-collapse .card-body-inside p a:hover {
    background-color: #dabce2 !important;
    color: #fff !important;
    border-color: #dabce2 !important;
}

.no-gift-title {
    color: black !important;
}


/***********************  TOP Bar ********************/

.sidebar.teacher_dashboard {
    width: 250px;
    background-color: #000;
    transition: all 0.5s ease-in-out;
    padding: 60px 0px 20px;
}

.bg-defoult {
    background-color: #222;
}

.sidebar.teacher_dashboard ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar.teacher_dashboard li a,
.sidebar.teacher_dashboard li a.collapsed.active {
    display: block;
    padding: 5px 12px;
    color: #fff;
    border-left: 0px solid #dedede;
    text-decoration: none;
    position: relative;
}

.active-menu {
    color: #F3BF6F !important;
}

.sub-menu .sub-menu .active-menu a {
    color: #F3BF6F;
}


/*.sub-menu.collapse li a.active {
  color: red !important;
}*/


/*#profile .sub-menu li .active {
  color: red;
}*/

.sidebar.teacher_dashboard li a.active {
    bborder-left: 5px solid #dedede;
    transition: all 0.5s ease-in-out;
}


/*.sidebar li a:hover{background-color:#000 !important;}*/

.sidebar.teacher_dashboard ul li .sub-menu li a {
    position: relative;
    font-size: 14px;
}

.sidebar.teacher_dashboard ul li .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 14px;
}

.sidebar.teacher_dashboard ul li .sub-menu li a:hover::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    background-color: #ecb557;
    height: 100%;
}

.sidebar.teacher_dashboard ul li .sub-menu li a:hover {
    background-color: #F3BF6F;
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}

.sidebar.teacher_dashboard ul li .sub-menu {
    border-left: 3px solid #4C797F;
}

.sidebar.teacher_dashboard ul li .sub-menu.sub-tree {
    border-left: 1px solid #4C797F;
}

.sidebar.teacher_dashboard li a .nav-label,
.sidebar.teacher_dashboard li a .nav-label+span {
    transition: all 0.5s ease-in-out;
    font-size: 14px;
}

.main li a .nav-label,
.main li a .nav-label+span {
    display: none;
    transition: all 0.5s ease-in-out;
}

.main.fliph li a .nav-label,
.main.fliph li a .nav-label+span {
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.sidebar.teacher_dashboard.fliph {
    width: 42px;
    transition: all 0.9s ease-in-out;
}

.sidebar.teacher_dashboard .fa, .sidebar.teacher_dashboard .fas {
    margin-top: 6px;
	width: 40px;
    text-align: center;
}
.main .sidebar.teacher_dashboard .fa, .main .sidebar.teacher_dashboard .fas {
    width: auto;
}
.main.fliph .sidebar.teacher_dashboard .fa, .main.fliph .sidebar.teacher_dashboard .fas {
    width: 40px;
}

.fliph .list-sidebar li {
    position: relative;
}

.main.list-sidebar.sub-menu li {
    position: relative;
}

.main .list-sidebar .sub-menu {
    position: absolute;
    left: 39px;
    top: auto;
    background-color: #222;
    width: 200px;
    z-index: 100;
}

.main.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: auto;
    background-color: #222;
    width: 200px;
    z-index: 100;
}

.main.fliph {
    position: relative;
}

.sidebar.teacher_dashboard ul.list-sidebar {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
}

.sidebar.teacher_dashboard ul li .sub-menu .sub-sub-menu a::before {
    display: none;
}

.main.fliph ul li .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    background-color: transparent;
}

.user-panel {
    clear: left;
    display: block;
    float: left;
}

.user-panel>.image>img {
    width: 100%;
    max-width: 115px;
    height: 115px;
    border-width: 3px;
    margin-bottom: 15px;
}

.user-panel>.info,
.user-panel>.info>a {
    color: #fff;
}

.user-panel>.info>p {
    /* font-weight: 600; */
    margin-bottom: 13px;
    font-size: 18px;
    text-align: center;
}

.user-panel {
    clear: left;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    /*padding: 25px 15px;*/
}

.user-panel .image {
    text-align: center;
}

.user-panel>.info {
    /* padding: 5px 5px 5px 15px;*/
    /* line-height: 1;
    position: absolute;
    left: 95px;*/
    font-size: 18px;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: 13px;
}


/*.fliph .user-panel{ display: none; }*/

.sidebar.teacher_dashboard .img-wrap {
    width: 115px;
    height: 115px;
    border-width: 3px;
    margin-bottom: 15px;
}

.sidebar.teacher_dashboard .img-wrap img {
    border-radius: 50%;
}

.sidebar.teacher_dashboard .text-wrap h6 {
    font-size: 18px;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: 13px;
}

.sidebar_toggle .button-left {
    background-color: #f3f4fa;
    border-radius: 2px;
    color: #F3BF6F;
    /* width: 80px; */
    padding: 5px 4px;
    overflow: hidden;
    /* padding-top: 30px; */
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
}

.sidebar_toggle .button-left .fa.fa-fw.fa-bars {
    font-size: 20px;
}

.sidebar_toggle {
    margin-top: 20px;
    /* margin: 20px; */
    margin-bottom: 17px;
    margin-left: 5px;
}

.sub-menu-data {
    position: inherit !important;
}

.sidebar.teacher_dashboard.fliph .sub-menu.sub-menu-data {
    /* margin: 0 -39px; */
    left: -3px;
}

.sidebar.teacher_dashboard.fliph .tags {
    /* display: inline;*/
    position: relative;
}

.main .list-sidebar a.tags:hover::after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: -18px;
    color: #fff;
    content: attr(gloss);
    left: 75%;
    padding: 5px 15px;
    position: absolute;
    z-index: 9999;
    font-size: 11px;
}

.main .list-sidebar a.tags:hover::before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: 8px;
    content: "";
    left: 85%;
    position: absolute;
    z-index: 99999;
}


/*//*/

span.fa.fa-fw.fas.fa-times {
    font-size: 20px;
}

.main {
    width: 42px;
    transition: all 0.5s ease-in-out;
}

.main.fliph {
    width: 250px;
}

.sidebar.teacher_dashboard {
    width: 100%;
}

.sup-dasboard.custom_collapse_nav {
    width: calc(100% - 77px) !important;
    margin-left: 35px;
    transition: all 0.5s ease-in-out;
}

.main.fliph+.sup-dasboard.custom_collapse_nav {
    width: calc(100% - 285px) !important;
}

.main.fliph a.tags:hover::after,
.main.fliph a.tags:hover::before {
    visibility: hidden;
}

.main .user-panel {
    display: block;
}


/*.main .sidebar.teacher_dashboard .list-sidebar li {
  position: relative;
}*/

.inbox-msg-count {
    padding: 7px;
    margin: 4px;
    border-radius: 46%;
    background-color: #4caf50;
    color: white !important;
    font-size: 12px !important;
}

.upper-right {
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 42px;
    position: absolute;
    top: 5px;
    right: 19px;
}

.upper-right img {
    max-width: 43px;
}

button.zoom-meeting-button i {
    margin-right: 6px;
}

button.zoom-meeting-button {
    background-color: #0e71eb;
    text-align: center;
    padding: 11px 13px;
    border-radius: 48px;
    color: white !important;
    font-size: 15px;
    margin-top: 33px;
    border-color: #0e71eb;
    border: 0;
    cursor: pointer;
}

.shareale-url-links {
    text-decoration: underline;
}

.shareale-url-links a:hover {
    color: #fac857;
}

#become_affiliate_btn:hover {
    color: white !important;
}

.owl-dots .owl-dot span {
    display: list-item;
    margin-left: 20px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    color: #F3BF6F;
    font-size: 24px;
}

.owl-dot.active {
    color: #F3BF6F;
    font-size: 24px;
}

.list-sidebar .fa.fa-dashboard,
.list-sidebar .fa.fa-user,
.list-sidebar .fa.fa-gift,
.list-sidebar .fa.fa-sign-out {
    font-size: 19px;
}

.list-sidebar .fa.fa-handshake-o {
    font-size: 17px;
}

.share-icon img {
    max-width: 30px;
}

#socialShareModal.book-session-modal.address-modal .modal-content {
    max-width: 500px;
    padding: 30px 5px 8px;
    transform: translateY(50%);
}

#socialShareModal .list-wrapper.profile .list-box .text-wrap h6 {
    margin-bottom: 3px;
}

#socialShareModal.book-session-modal .login-wrap.signup {
    margin: 0;
    margin-top: 0px;
    max-width: 100%;
    padding: 10px 15px;
    background-color: #faf8f8;
    border-radius: 5px;
    margin-top: 10px;
}

button.zoom-meeting-button {
    /*display: none;*/
}

#profile-zoom-integration-div {
    display: none;
}

.power-by-wrapper {
    margin: 50px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    display: inline-block;
}

.power-by-wrapper a {
    color: #ada7a7;
    text-align: center;
}

.power-by-wrapper span {
    display: inline-block;
    display: flex;
    justify-content: center;
}

.power-by-wrapper img {
    max-width: 100px;
}


/*================================
            Sign in
=================================*/

.img-wrap img {
    position: relative;
}

.img-wrap.youtube-popup img {
    width: 100%;
}

.img-wrap.youtube-popup h5 {
    background-image: linear-gradient(to right, #F3BF6F, #ff00);
    position: absolute;
    top: 26%;
    left: auto;
    padding: 18px 40px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 1;
    font-size: 26px;
    font-weight: 300;
    /* display: inline-block; */
    text-align: left;
}

.img-wrap.youtube-popup h5 span {
    font-weight: 600;
    display: block;
}

.sign_para {
    text-align: left;
}

.login-section .wrap.sign_video .sign_para h3 {
    border-left: 3px solid #2a2a2a;
    padding-left: 40px;
}

.sign_para p {
    font-size: 18px;
    margin-bottom: 12px;
}

.sign_para h6 {
    font-size: 21px;
    margin: 20px 0 4px;
}

.sign_video .btn.text-left {
    margin-right: auto;
}

.why_choose h3,
.get_start h3 {
    margin-bottom: 6px;
}

.designed_mind {
    padding: 77px 0px;
}

.designed_mind .text_wrap.two {
    padding-top: 40px;
}

.designed_mind .text_wrap.two h6 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.designed_mind .text_wrap.two h3 {
    font-size: 44px;
    font-weight: 300;
    
    line-height: 46px;
    margin-bottom: 15px;
}

.designed_mind .text_wrap.two p {
    font-size: 16px;
    margin-bottom: 28px;
}

.designed_mind .text_wrap.two .cream_btn {
    margin-top: 0;
}

.new-teacher-profile-list.why_choose ul li .img-wrap {
    background: no-repeat;
    border: none;
    height: auto;
}

.new-teacher-profile-list.why_choose ul li {
    flex: 0 0 360px;
    margin: 14px;
}

.new-teacher-profile-list.why_choose ul li a p {
    color: #666666;
    font-size: 16px;
}

.new-teacher-profile-list.why_choose ul li h6 {
    font-size: 21px;
    padding: 0 25px;
    color: #595959;
}

.new-teacher-profile-list.why_choose ul li a:hover p,
.new-teacher-profile-list.why_choose ul li a:hover h6 {
    color: #fff;
}

.new-teacher-profile-list.why_choose ul li a {
    padding: 18px;
    height: 100%;
    cursor: pointer;
}

.new-teacher-profile-list.why_choose ul li a:hover .img-wrap img {
    brightness: 100;
    filter: brightness(100);
}

.b-withus.features .wrap .block img {
    max-width: 78px;
}

.even_bg {
    background-color: #f3f4fa;
}

.cl_list_wrap li {
    display: flex;
    align-items: flex-start;
    margin: 3px 0;
    margin-bottom: 10px;
}

.cl_list_wrap .number-text {
    font-size: 66px;
    font-weight: 900;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 auto;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    line-height: 46px;
}

.get_start .cl_list_wrap {}

.get_start .cl_list_wrap .number-text {}

.get_start .cl_list_wrap .number-text .text-desc {}

.get_start .cl_list_wrap .text-desc {
    font-size: 21px;
    color: #F3BF6F;
    font-weight: 500;
	font-family: "Poppins", sans-serif !important;
}

.get_start .cl_list_wrap .text-desc p {
    color: #fff;
    font-size: 16px;
    margin-right: 80px;
}

.right_let_wrap {}

.right_let_wrap .text_wrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 42px 25px;
    text-align: center;
}

.right_let_wrap .text_wrap h6 {
    font-size: 37px;
    
}

.right_let_wrap .text_wrap h2 {
    font-size: 77px;
    margin-bottom: 0px;
}

.right_let_wrap .text_wrap h5 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 22px;
}

.pricing-plans-sec.started_wrap {
    padding: 68px 0;
}

.outer_b {
    border: 5px solid #fff;
    padding: 20px;
}

.started_wrap {
    background-image: url(../images/sign-in/started-banner.jpg);
}

.start_para {
    margin-bottom: 32px;
}

.step_wrap {
    padding: 77px 0;
}

.step_wrap .text_way_wrap {}

.text_way_wrap h2 {
    font-size: 34px;
    
}

.step_wrap .text_way_wrap ul {
    border-left: 6px solid #4C797F;
    border-bottom: 0;
    margin-bottom: 34px;
}

.step_wrap .text_way_wrap ul li {
    margin-left: 17px;
    font-size: 18px;
}

.text_way_wrap h6 {
    font-size: 21px;
    margin-bottom: 5px;
}

.text_way_wrap p {
    font-size: 18px;
}

.support_wrap {
    width: 996px;
}

.support_wrapper {
    position: relative;
    /*padding-top: 5px;*/
    padding: 100px 0;
}

.support_banner {
    position: relative;
}

.support_banner .info_wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translate(0%, -50%);
    max-width: 550px;
    color: #fff;
}

.support_banner .info_wrap h2 {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 15px;
}

.support_banner .info_wrap h6 {
    color: #F3BF6F;
}

.btn.landing-btn {
    padding: 12px 35px;
    font-size: 15px;
    background: #B8B6B6;
    border-radius: 50px;
}

.b-withus.features .wrap {
    align-items: center;
    padding: 15px 15px;
}

.b-withus.features .wrap p {
    margin-bottom: 0px;
}


/*desktop label*/

.free_btn {
    height: 144px;
    background-image: url(../images/desktop_label.png);
    color: white;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
    /*right: -11px;*/
    right: 0px;
    width: 134px;
    background-size: cover;
    background-position: -3px -5px;
}

.free_btn .label_btn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 9999;
    line-height: 1.2;
    display: block;
    margin-top: 16px;
    margin-left: 17px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.free_btn .label_btn span {
    display: block;
}


/**************************************************
=======
.free_btn .label_btn span b {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.free_btn .label_btn span:nth-child(2) {
  margin-top: 4px;
}

.free_btn:hover .label_btn {
  color: #f9ef4c;
}

/*desktop label*/

.mb_free_btn {
    height: auto;
    background-image: url(../images/mobile_label.png);
    color: white;
    background-repeat: no-repeat;
    /* bottom: 5px; */
    /* position: absolute; */
    /* right: 60px; */
    width: 230px;
    background-size: cover;
    background-position: center;
    /* display: flex; */
    justify-content: center;
    display: none;
    align-items: center;
    margin-left: auto;
    padding: 12px 0;
    margin-right: 20px;
}

.mb_free_btn .label_btn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 9999;
    line-height: 1.2;
    display: block;
    transition: all 0.3s;
    text-transform: uppercase;
}

.mb_free_btn .label_btn span {
    display: block;
}

.mb_free_btn .label_btn span b {
    font-size: 22px;
    font-weight: bold;
}

.mb_free_btn .label_btn span:nth-child(2) {
    margin-top: 4px;
}

.mb_free_btn:hover .label_btn {
    color: #f9ef4c;
}

.img-yoga-wrapper.supplier-signin-image {
    height: 348px;
}

.img-yoga-wrapper.supplier-signin-image img {
    object-fit: cover;
}


/**************************************************
          corporate Wellness css started here
  ****************************************************/

.welness_banner {
    background-image: url("./../images/corporate_wellness_banner.jpg");
    background-position: top center;
}

.welness_banner.inner {
    padding: 30px 0 220px 0;
}

.welness .right_let_wrap {
    max-width: 642px;
    background: rgba(255, 255, 255, 0.86);
    border: 0;
    margin-top: 30px;
}

.welness_banner.inner .row {
    align-items: center;
    justify-content: space-between;
}


/*.welness  .outer_b {
  border: 1px solid rgba(66,45,85,1.3);
  padding: 20px;
}*/

.welness .right_let_wrap .text_wrap {
    border: 1px solid rgba(66, 45, 85, 0.3);
    text-align: left;
}

.welness .right_let_wrap .outer_b {}

.welness .right_let_wrap .text_wrap h2 {
    font-size: 46px;
}

.welness .right_let_wrap .text_wrap h5 {
    font-size: 46px;
}

.welness .right_let_wrap .text_wrap p {
    font-size: 18px;
}

.welness .right_let_wrap .text_wrap a {
    text-transform: uppercase;
}

.wellness_who_wrap {
    padding: 100px 0;
}

.wellness_who_wrap .text_wrap {
    margin-left: 20px;
}

.wellness_who_wrap .text_wrap h6 {
    font-size: 44px;
    color: #595959;
    margin-bottom: 12px;
}

.wellness_who_wrap .text_wrap p {
    font-size: 18px;
}

.wellness_who_wrap .text_wrap h5 {
    font-style: italic;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

.new-teacher-profile-list.why_choose.welness_why_choose ul li {
    flex: 0 0 380px;
    margin: 14px;
    border: 1px solid transparent;
}

.new-teacher-profile-list.why_choose.welness_why_choose ul li .img-wrap {
    width: 280px;
}

.new-teacher-profile-list.why_choose.welness_why_choose ul li a {
    padding: 48px;
}

.list-wrapper.welness_why_choose,
.choose.employee {
    padding: 100px 0px;
}

.why_choose.welness_why_choose h3 {
    margin-bottom: 36px;
}

.wellness_who_wrap.wellness_work_wrap h5 {
    font-style: normal;
    margin-bottom: 20px;
}

.choose.employee .box span.meter {
    max-width: 100px;
    max-height: 100px;
}

.choose.employee .box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 22.56px 1.44px rgba(0, 0, 0, 0.06);
}

.wellness_say_wrap {
    background-image: url(../images/corporate-wellness/testimonial-bg.jpg);
    padding: 99px 0 340px;
}

.wellness_say_wrap .saying_slider {}

.wellness_say_wrap .saying_slider p {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    margin-bottom: 0;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.wellness_say_wrap .saying_slider p span {
    margin-top: 45px;
    font-style: normal;
    font-size: 18px;
}

.wellness_say_wrap .saying_slider .owl-dot.active {
    color: #fff;
}

.slider_quot {
    text-align: center;
    margin-bottom: 23px;
}

.wellness_support .wellness_image_wrap {
    margin-top: -215px;
}


/*.wellness_support .wellness_image_wrap .support_banner .info_wrap{
  top: 215px;
}*/

.login-wrap.signup.wellness_contact {
    max-width: 100%;
    padding: 60px 121px;
}

.login-wrap.signup.wellness_contact .icon-after::after {
    display: none;
}

.login-wrap.signup.wellness_contact .form-control {
    padding-left: 25px;
}

.login-wrap.wellness_contact h4 {
    margin-bottom: 45px;
}

.new-teacher-profile-list.why_choose.welness_why_choose ul li:hover {
    border: 1px solid #fff;
    border-radius: 5px;
}

.corporate-section .top-toolbar {
    /*background-color: #F3BF6F;*/
    padding: 6px 0px;
}

.corporate-section .top-toolbar .container {
    display: flex;
    justify-content: space-between;
}

.corporate-section .top-toolbar .common {
    display: flex;
    align-items: center;
}

.corporate-section .top-toolbar .common li {
    font-size: 13px;
    color: #bfb3c3;
    margin-right: 40px;
}

.corporate-section .top-toolbar .common li:last-child {
    margin-right: 0px;
}

.corporate-section .top-toolbar .common li a {
    font-size: 13px;
    color: #bfb3c3;
    transition: all 0.3s;
    letter-spacing: 0.3px;
}

.corporate-section .top-toolbar .common li a:hover,
.corporate-section .top-toolbar .common li a:focus {
    color: #fff;
    /*transform: rotate(360deg);*/
}

.corporate-section .top-toolbar .info {}

.corporate-section .top-toolbar .info li {}

.corporate-section .top-toolbar .info li a {}

.corporate-section .top-toolbar .social {}

.corporate-section .top-toolbar .social li {
    margin-right: 6px;
}

.corporate-section .top-toolbar .social li:first-child {
    margin-right: 25px;
}

.corporate-section .top-toolbar .social li a {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.corporate-section .top-toolbar .social li a img {
    width: 100%;
}

.corporate-section .top-toolbar .common li a.flaticon-facebook-logo,
.corporate-section .top-toolbar .common li a.flaticon-youtube {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corporate-section .top-toolbar .social li a::before {
    color: #F3BF6F;
    font-size: 13px;
    transition: all 0.3s;
}

.corporate-section .top-toolbar .social li a:hover,
.corporate-section .top-toolbar .social li a:focus {
    background-color: #bfb3c3;
}

.corporate-section .top-toolbar .social li a:hover::before,
.corporate-section .top-toolbar .social li a:focus::before {
    color: #F3BF6F;
}


/**************************************************
          corporate Wellness css ended here
  ****************************************************/


/**************************************************
        dashboard-menu css started here
****************************************************/

.table_nav {
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 180%, rgb(239, 239, 239) 50%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 180%, rgb(239, 239, 239) 50%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 180%, rgb(239, 239, 239) 50%);
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 10px 81px 9px rgba(0, 0, 0, 0.08);
    /*overflow-y: hidden;*/
    position: relative;
}

.table_nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

.table_nav ul li {
    position: relative;
}

.table_nav ul li:last-child {
    margin-right: 0px;
}

.table_nav ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.table_nav ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s;
    padding: 0 0 10px 0px;
    display: inline-block;
    text-decoration: none;
    padding: 17px 20px;
    border-top: 3px solid transparent;
}

.table_nav ul li a:hover {
    text-decoration: none;
}

.table_nav ul li.sub-menu ul li a {
    padding: 11px 15px 7px;
    border-bottom: 1px solid #f7f7f7;
    display: block;
    color: #666666;
}

.table_nav ul li.sub-menu ul li {
    margin: 0;
    width: 100%;
    display: block;
}

.table_nav ul li.sub-menu ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #4C797F;
    transition: all 0.6s;
}

.table_nav ul li.sub-menu:focus ul::after,
.table_nav ul li.sub-menu:hover ul::after {
    width: 100%;
}

.table_nav ul li a.active {
    background: #fff;
    position: relative;
}

.table_nav ul li a.active {
    border-top: 3px solid #4C797F;
}

.table_nav ul li a.active::after {}

.table_nav ul li a.active::before {}

.table_nav ul li.sub-menu:focus ul,
.table_nav ul li.sub-menu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.table_nav ul li.sub-menu ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 0px);
    min-width: 200px;
    width: auto;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.25);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 4px;
    transition: all 0.3s;
    background-color: #fff;
}

.table_nav ul li.sub-menu>a::after {
    content: "\f110";
    font-family: Flaticon;
    font-size: 9px;
    margin-left: 5px;
}

.table_nav ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #d9d9d9;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
}

.table_nav ul li a .shadow::after,
.table_nav ul li a .shadow::before {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 0;
    background: transparent;
    width: 10px;
    z-index: -1;
    opacity: 0;
    -moz-box-shadow: 10px 6px 15px 0px rgb(68 68 68 / 63%);
    -webkit-box-shadow: 10px 6px 15px 0px rgb(68 68 68 / 63%);
    box-shadow: 0 5px 15px 0px rgb(68 68 68 / 63%);
    height: 50px;
}

.table_nav ul li a.active .shadow::after {
    opacity: 1;
    /*height: calc(100% + 1px);*/
    /*box-shadow: 0 0 21px 0 rgba(0,0,0,0.35);*/
}

.table_nav ul li a.active .shadow::before {
    left: 0;
    right: auto;
    opacity: 1;
    /*box-shadow: 0 0 21px 0 rgba(0,0,0,0.35);*/
}

.table_nav ul li:first-child a span.shadow:before,
.table_nav ul li:last-child a span.shadow:after {
    display: none;
}

.table_nav ul li:last-child a::before {
    display: none;
}

.table_nav ul li a.active::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    /* bottom: -20px; */
    bottom: 0px;
    z-index: -1;
}

.table_nav ul li a.active::before {
    display: none;
}

.my-profile .login-wrap table tbody th,
.my-profile .login-wrap table tbody td {
    padding: 8px 10px;
    border: 1px solid #eeeeee!important;
    border-bottom: 1px solid #eeeeee !important;
}

.my-profile .login-wrap table thead th {
    border: 1px solid #eeeeee!important;
}


/**************************************************
        dashboard-menu css ended here
****************************************************/

header nav ul li.sub-menu,
.table_nav ul li.sub-menu {
    display: block !important;
}


/* Pricing List CSS Start */

.pricing_box {
    /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.75); */
    box-shadow: 8px 8px 33px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 25px;
    border-radius: 5px;
    transition: all 0.3s;
    text-align: center;
}

.pricing_box:hover {
    box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.2);
    border-top: 5px solid #F3BF6F;
}

.pricing_box h6 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
}

.pricing_box .price {
    color: #000000;
    font-size: 22px;
    margin-bottom: 8px;
}

.pricing_box .price span {
    font-weight: 400;
}

.pricing_box ul {}

.pricing_box ul li {
    font-weight: 100;
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
    font-size: 16px;
}

.pricing_box ul li:last-child {
    margin-bottom: 30px;
}

.pricing_box ul li:first-child {
    border: 0;
    padding-top: 10px;
}

.pricing_box ul li.line {
    text-decoration: line-through;
    color: #afafaf;
    font-weight: 400;
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.toggle-wrapper span {
    font-size: 17px;
    line-height: 22px;
    color: #595959;
    transition: 0.2s color ease;
    cursor: pointer;
    font-weight: 600;
}

.toggle-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
    margin: 0 10px;
    flex: 0 0 auto;
}

.toggle-wrapper .switch input {
    display: none;
}

.toggle-wrapper .switch .slider.round {
    border-radius: 5px;
    background-color: #d0d0d0;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle-wrapper .switch .slider::before {
    height: 12px;
    width: 12px;
    border-radius: 100px;
    position: absolute;
    content: "";
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle-wrapper .switch.checked .slider {
    background-color: #F3BF6F;
}

.switch input:checked+.slider::before {
    transform: translateX(36px);
}

.pricing-matrix .button {
    display: inline-block;
    padding: 11px 0px;
    border-radius: 5px;
    border: 0;
    color: #000;
    font-size: 15px;
    background-color: #F3BF6F;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s;
    margin-top: 10px;
    line-height: 18px;
    width: 126px;
    max-width: 100%;
}

.pricing_box .btn:hover {
    color: #ffffff !important;
}


/* Pricing List CSS End */

.login-wrap.refer-friends .my-subscriptions-actions p {
    color: #fff;
}

.sidebar.teacher_dashboard ul.list-sidebar li {
    width: 100%;
    display: flex;
}

.no-display {
    opacity: 0;
    pointer-events: none;
}

.pricing_box .pricing-subtitle {
    font-weight: 600;
    color: #000000; /*afafaf */
    margin-bottom: 16px;
}

.profile-details .tab-content .pop-slider.online-package-slider {
    padding: 0;
}

.supplier-public-profile-section.list-wrapper.profile .pop-slider.online-package-slider {
    position: relative;
}

.supplier-public-profile-section.list-wrapper.profile .swiper-button-next {
    right: -30px;
    background-image: none !important;
}

.supplier-public-profile-section.list-wrapper.profile .swiper-button-prev {
    left: -30px;
    background-image: none !important;
}

.supplier-public-profile-section.list-wrapper.profile .swiper-button-next::after,
.supplier-public-profile-section.list-wrapper.profile .swiper-button-prev::after {
    font-size: 30px !important;
}

.supplier-public-profile-section.list-wrapper.profile .online-package-slider .box {
    border: 1px solid #eaeaea;
}

.supplier-public-profile-section.list-wrapper.review-video-new .video-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-details .table_nav {
    box-shadow: none;
}

.profile-details .supplier-public-profile-section.list-wrapper.profile .online-package-slider .box {
    margin-bottom: 30px;
}

.profile-details .online-package-slider.video_slide {
    overflow: hidden;
}

.profile-details .my-profile .gift-certi .login-wrap,
.profile-details .video_wrapper .online-package-slider .swiper-container {
    margin-bottom: 0;
    padding: 0;
}

.profile-details .my-profile.list-wrapper {
    background-color: transparent !important;
}

.badge_wrap {
    margin-bottom: 18px;
}

.badge_wrap .btn-prof-services {
    font-size: 13px;
    border-radius: 0;
    background-color: #f3f4fa;
    /* border: 0; */
    margin-right: 5px;
    padding: 5px 10px;
    border-color: #e8e8e8;
    display: inline-block;
    margin-bottom: 10px;
}

.badge_wrap .btn-prof-services:last-child {
    margin-right: 0;
}

.table_nav ul li a.active .shadow {
    opacity: 0;
}

.table_nav ul li a.active::before {
    display: block;
}

.table_nav ul li a.active::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    /* bottom: -20px; */
    bottom: 0px;
    z-index: -1;
    display: block;
}

.table_nav ul li a::before {
    height: 100%;
}

.table_nav ul li a i {
    color: #F3BF6F;
    font-size: 16px;
    margin-right: 6px;
}

.table_nav ul li a.active i {
    color: #4C797F;
}

.top_structure .text .gray iframe,
.top_structure .text .gray video {
    max-width: 400px;
    float: right;
    margin-left: 30px;
}

.read_more_less {
    color: #222222;
}

.profile-details h6.showHideDescDiv {
    margin-top: 30px;
    color: #000;
}

.profile-details h6.showHideDescDiv+ul {
    color: #000;
}

.profile-details .wrapper_text {}

.profile-details .wrapper_text .para {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 18px;
    font-family: "Poppins";
}

.profile-details .tab-content .swiper-wrapper {
    flex-wrap: wrap !important;
}

.profile-details .tab-content .swiper-slide {
    width: 100% !important;
    margin: 0 15px !important;
    max-width: calc(33.33% - 30px);
}

.profile-details .tab-content .swiper-slide .box {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.profile-details .tab-content .my-profile .gift-certi .login-wrap .box {
    position: relative;
    max-width: 380px;
}


/*.right_text {
  background-color: #f1f1f1a8;
  padding: 50px 50px;
  border-radius: 10px;
}*/

.wrap.right_wrap .sign_para p {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
    
    background-color: rgb(255 255 255 / 60%);
    padding: 10px 16px;
    border-radius: 10px;
    width: 100%;
}

.wrap.right_wrap .sign_para p i {
    color: #F3BF6F;
    margin-right: 11px;
}

.wrap.right_wrap .sign_para p:last-child {
    margin-bottom: 0px;
}

.wrap.right_wrap .sign_para {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right_text {
    width: 100%;
}

.wrap.right_wrap .sign_para p:last-child {
    width: 100%;
}


/* New Home Page Design CSS Start */

.new_banner {
    /*background-image: url(../images/new/banner-bg.jpg);*/
    background: #E5E5E5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new_sec {
    padding: 175px 0 110px;
}

.new_sec .text {
    max-width: 590px;
    padding-top: 45px;
}

.new_sec .text h1 {
    
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    border-left: 3px solid #2a2a2a;
    padding-left: 37px;
    margin-bottom: 33px;
}

.new_sec .text h1 span {
    font-size: 26px;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin-top: 15px;
}

.new_sec .text h1 span.font_24 {
    font-size: 24px;
}

.new_sec .text h1 span.top_text {
    color: #c34271;
}

.new_sec .text h1 .top_text,
.new_sec .text h1 .black_text {
    margin-top: 0;
}

ul.list_new {
    margin-bottom: 35px;
}

ul.list_new li {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 18px;
    font-family: "Poppins";
    padding-left: 42px;
    position: relative;
    /*font-size: 26px;
    color: #353535;
    
    font-weight: 700;
    
    letter-spacing: -0.5px;
    margin-bottom: 5px;*/
    
}

ul.list_new li a {
    color: #353535;
    transition: all 0.3s;
}

ul.list_new li a:hover {
    color: #4C797F;
}

ul.list_new li:last-child {
    margin-bottom: 0;
}

ul.list_new li::before {
    content: "";
    background-image: url(../images/new/check.png);
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
}

.new_sec .text .form_text {
    color: #373737;
    font-size: 18px;
    padding-left: 42px;
}

.new_sec .text .form {
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    padding: 7px;
    height: 66px;
    margin-bottom: 25px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.new_sec .text .form form {
    height: 100%;
}

.new_sec .text .form .form-control {
    border: 0;
    padding: 0 160px 0 35px;
    height: 100%;
    font-size: 16px;
    color: #666666;
    
    font-weight: 700;
}

.new_sec .text .form .form-control::placeholder {
    font-size: 16px;
    color: #666666;
    
    font-weight: 700;
}

.new_sec .text .form form>.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    min-width: 150px;
    border: 0;
    height: 53px;
    font-size: 15px;
}

.new_sec .text>.btn {
    height: 66px;
    min-width: initial;
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    background-color: #F3BF6F;
}

.new_sec .img {
    position: relative;
    z-index: 1;
    height: auto;
}

.new_sec .img video {
    width: 100%;
    padding-top: 45px;
}

.new_sec .img img {
    max-width: none;
    width: 650px;
}

.new_sec .img::before {
    content: "";
    max-width: 235px;
    height: 235px;
    background-color: #F3BF6F;
    position: absolute;
    bottom: -40px;
    right: -115px;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
}

.our_features {
    /* padding: 80px 0 125px; */
    padding: 10px 0 25px;
    background: #E5E5E5;
}

.our_features .container>h3 {
    
    font-weight: 700;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 85px;
}

.getting-started-section h3,
.get_start h3 {
    
    font-weight: 700;
}

.our_features .container>h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    max-width: 100px;
    width: 100%;
    height: 2px;
    background-color: #dedede;
    left: 50%;
    transform: translateX(-50%);
}

.our_features .wrapper {
    margin-bottom: 120px;
}

.our_features .wrapper:last-child {
    margin-bottom: 0;
}

.our_features .wrapper_2 .img {
    /* margin: 0 0 0 60px; */
}

.our_features .wrapper_2 .text {
    min-width: 550px;
}

.our_features .img {
    /* margin: 0 0 0 30px; */
    position: relative;
    max-width: 550px;
    z-index: 1;
    height: auto;
    margin: 0 auto;
}

.our_features .img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    bottom: -25px;
    z-index: -1;
}

.img_pink::before {
    background-color: #f4e4f3;
}

.img_grey::before {
    background-color: #f3f4fa;
}

.our_features .img_left::before {
    left: -25px;
}

.our_features .wrapper .img_right::before {
    left: auto;
    right: -25px;
}

.our_features .wrapper:nth-child(2n+2) .text {
    padding: 0 0 0 50px;
}

.our_features .text h2 {
    line-height: 50px;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
}

.our_features .text h2 span {
    font-size: 28px;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin-top: 10px;
    color: #F3BF6F;
}

.our_features .text .list_new {}

.our_features .text .list_new li {
    /*font-size: 21px;*/
    font-weight: 400;
}

.our_features .text .btn {
    font-size: 15px;
    min-width: 200px;
}

.our_features .text ul.list_new {
    margin-bottom: 25px;
}

.tellusmore_modal .modal-body>[class*="col-"],
.tellusmore_modal .modal-body .row .col-12.col-lg-12.m-auto {
    max-width: 100%;
    padding: 0;
}

.tellusmore_modal .login-wrap {
    max-width: 100%;
    padding: 25px 15px 20px;
}


/* .tellusmore_modal .modal-body .multisteps-form__panel.shadow.p-2.rounded.js-active {
  padding: 0 !important;
} */


/* New Home Page Design CSS End */

.pricing-plans-sec .start_para>p {
    font-size: 21px;
    margin-bottom: 80px;
}

.tellusmore_modal .multisteps-form__panel {
    /* position: static !important; */
}

.tellusmore_modal .multisteps-form__panel[data-animation="scaleIn"] {
    padding: 15px 10px !important;
}

.tellusmore_modal .login-wrap h4 {
    text-align: center;
}

.tellusmore_modal .error {
    font-size: 14px;
}

.tellusmore_modal .multisteps-form__content .form-row.mt-4 {
    margin-top: 10px !important;
}

.tellusmore_modal .col-12.col-sm-12.check_wrap {
    text-align: center;
}

.tellusmore_modal .control__indicator {
    top: 13px;
}

.tellusmore_modal .login-wrap h4 {
    margin-bottom: 24px;
}

.tellusmore_modal .multisteps-form__form {
    height: 460px;
    position: relative;
}

.tellusmore_modal .multisteps-form__panel .multisteps-form__content {
    position: relative;
    min-height: 300px;
    padding-bottom: 50px;
}

.tellusmore_modal .multisteps-form__panel .button-row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.tellusmore_modal .control {
    font-size: 16px;
    padding: 10px 0 10px 40px;
}

.on_event_date {}

.on_event_date .box {
    box-shadow: 0 1px 5px #ddd;
    display: block;
    color: #595959;
    transition: all 0.3s;
    max-width: 400px;
    /* margin: 0 auto 40px; */
    margin-bottom: 40px;
}

.on_event_date .box:hover {
    -webkit-box-shadow: 0 16px 64px -16px rgba(46, 55, 77, 0.1);
    box-shadow: 0 16px 64px -16px rgba(46, 55, 77, 0.1);
}

.on_event_date .box .img {
    height: 190px;
    overflow: hidden;
    position: relative;
}

.on_event_date .box .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.on_event_date .box .text {
    display: flex;
    padding: 20px 10px;
    background-color: #fff;
}

.on_event_date .box .date {
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #F3BF6F;
    width: 65px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.on_event_date .box .date .month {
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.on_event_date .box .date .month span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-top: -10px;
}

.on_event_date .box .text .details {}

.on_event_date .box .text .details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Poppins";
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.on_event_date .box .text .details .up_venue {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #F3BF6F;
    margin-bottom: 8px;
}

.on_event_date .box .text .details .up_time {
    font-size: 16px;
}

.goog-te-banner-frame.skiptranslate {
    visibility: hidden !important;
}

button.jitsi-meeting-button {
    background-color: #0e71eb;
    text-align: center;
    padding: 11px 13px;
    border-radius: 48px;
    color: white !important;
    font-size: 15px;
    margin-top: 33px;
    border-color: #0e71eb;
    border: 0;
    cursor: pointer;
    margin-left: 5px;
    display: flex;
    column-gap: 5px;
}

.jitsi-meeting-button img {
    max-width: 20px;
}

.profile_banner+.profile-details .details_wrap .top_structure {
    background-color: #fff;
    padding: 50px 30px;
    margin-top: -15%;
    /*! margin: -15% 80px; */
    /*! max-width: 86%; */
    width: 100%;
    position: relative;
    z-index: 1;
}

.profile_banner {
    padding: 15% 0;
    background-size: 100%;
}

.profile-details .profile-img .img-wrap.logo_img {
    height: 220px;
    max-width: 220px;
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #eaeaea; */
    background-color: #eaeaea;
    overflow: initial;
    border-radius: 0;
    padding: 10px;
}

.profile-details .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vertical-align-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 25px;
}

span.cal-pay-at-venue {
    color: #d0416e !important;
}


/* COURSES CSS START */

.product_list {}

.product_list .box {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    width: 100%;
}

.product_list .box .img {
    margin-bottom: 0px;
    max-height: 142px;
    overflow: hidden;
    position: relative;
    padding: 37%;
}

.product_list .box .img img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.product_list .box .text {
    padding: 20px 10px;
}

.product_list .box .text h6 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #595959;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}

.product_list .box .text p {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 20px;
    color: #595959;
}

.product_list .box .text p.rating {
    font-size: 14px;
    font-weight: 700;
    color: #F3BF6F;
    margin-bottom: 10px;
}

.product_list .box .text p.rating span {
    font-weight: 400;
    color: #353535;
    font-size: 12px;
}

.product_list .box .text h6.price {
    margin-bottom: 10px;
}

.product_list .box .text h6.price span {
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}

.product_list .box .text .bestseller {
    background-color: #F3BF6F;
    color: #353535;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: 600;
}

.hover_box {
    position: relative;
    max-width: 320px;
    background-color: #fff;
    border: 1px solid #d1d7dc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    color: #1c1d1f;
    padding: 24px;
    width: 100%;
}

.hover_box h4 {}

.hover_box .updated {
    font-size: 12px;
    color: #F3BF6F;
    margin-bottom: 10px;
}

.hover_box .updated .bestseller {
    background-color: #F3BF6F;
    color: #353535;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.hover_box .small_list {
    display: flex;
}

.hover_box .small_list li {
    font-size: 12px;
    list-style: disc;
    margin-left: 20px;
    font-family: "Poppins";
}

.hover_box .small_list li:first-child {
    margin: 0;
    list-style: none;
}

.hover_box .para_list li::before {
    content: "\f00c";
    font-family: "fontawesome";
    margin-right: 10px;
}

.hover_box p {
    font-size: 14px;
    line-height: 20px;
}

.hover_box .para_list {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    /* display: flex; */
    /* width: 100%; */
}

.hover_box .para_list li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "Poppins";
    display: flex;
}

.hover_box .button-group {}

.product_list_details {
    padding: 60px 0;
}

#accordion.course_accordion .card-header button {
    padding: 16px 25px 16px 50px;
    font-size: 16px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.2px;
}

#accordion.course_accordion .card {
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

#accordion.course_accordion .card:last-child {
    border-bottom: 1px solid #eaeaea;
}

#accordion.course_accordion .card-header button span {
    line-height: normal;
    width: auto;
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
}

#accordion.course_accordion button[aria-expanded="true"]::after,
#accordion.course_accordion button:hover[aria-expanded="false"]::after,
#accordion.course_accordion button:focus[aria-expanded="false"]::after,
#accordion.course_accordion button[aria-expanded="false"]::after {
    position: absolute;
    left: 15px;
}

#accordion.course_accordion button[aria-expanded="true"],
#accordion.course_accordion button:hover,
#accordion.course_accordion button:focus {
    color: #2b2b2b !important;
    background-color: #f3f4fa !important;
}

#accordion.course_accordion .card {
    margin: 0;
    border-radius: 0;
}

.product_list {
    padding: 60px 0;
    background-color: #f3f4fa !important;
}

.product_list {
    padding: 60px 0;
    background-color: #f3f4fa !important;
}

#accordion.course_accordion {
    margin-bottom: 40px;
}

.product_list {}

.product_list .banner_wrap {}

.product_list .banner_wrap .text {}

.product_list .banner_wrap .text h3 {
    font-size: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.product_list .banner_wrap .text p {
    font-size: 18px;
}

.product_list .banner_wrap .rating_wrap {
    margin-bottom: 8px;
}

.product_list .banner_wrap .rating_wrap .bestseller {}

.product_list .banner_wrap .rating_wrap .bestseller {
    background-color: #F3BF6F;
    color: #353535;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: 600;
}

.product_list .banner_wrap .create_by {
    font-size: 14px;
}

.product_list .banner_wrap .create_by span {}

.product_list_details .title {
    margin-bottom: 20px;
}

.course_video_wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    max-width: 350px;
    position: absolute;
    top: 20px;
    right: -350px;
    background-color: #fff;
    z-index: 99;
}

.course_video_wrapper .wrap {}

.course_video_wrapper .img {
    height: 240px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.course_video_wrapper .img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.course_video_wrapper .text {
    padding: 30px 20px;
    border-bottom: 1px solid #eaeaea;
}

.course_video_wrapper .button-group {
    margin-bottom: 15px;
}

.product_list .banner_wrap .text p.money_back {
    font-size: 14px;
    text-align: center;
}

.course_video_wrapper .list_wrap {
    margin-bottom: 25px;
}

.course_video_wrapper .list_wrap .list_title {
    font-size: 20px;
}

.course_video_wrapper .list_wrap ul {}

.course_video_wrapper .list_wrap ul li {
    margin-bottom: 5px;
    font-size: 15px;
}

.course_video_wrapper .list_wrap ul li:last-child {
    margin-bottom: 0;
}

.course_video_wrapper .list_wrap ul li i {
    margin-right: 5px;
    font-size: 14px;
}

.course_video_wrapper .price {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.course_video_wrapper .price span {
    font-weight: 400;
    font-size: 18px;
    margin-left: 15px;
}

.btn.purple_border_btn,
.btn.purple_fill_btn:hover {
    background-color: transparent;
    color: #F3BF6F;
    border-color: #F3BF6F;
}

.btn.purple_border_btn:hover,
.btn.purple_fill_btn {
    background-color: #F3BF6F;
    color: #fff;
    border-color: #F3BF6F;
}

.button-group.link_wrap {
    display: flex;
    justify-content: space-around;
}

.button-group.link_wrap .link {
    /* flex: 0 0 calc(50% - 20px); */
    flex: 0 0 auto;
    margin: 0 10px;
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.button-group.link_wrap .link:hover {
    text-decoration: none;
}

#accordion.course_accordion .list_course li {
    margin-bottom: 10px;
}

#accordion.course_accordion .list_course li.icon {
    position: relative;
}

#accordion.course_accordion .list_course li.icon::before {
    font-family: "fontawesome";
    margin-right: 10px;
}

#accordion.course_accordion .list_course li.play_icon::before {
    content: "\f144";
}

#accordion.course_accordion .list_course li.document_icon::before {
    content: "\f15b";
}

.product_list .banner_wrap .text .img {
    /* height: 350px; */
    /* position: relative; */
    /* overflow: hidden; */
    /* padding: 0; */
    /* width: 100%; */
    /* max-width: 600px; */
    margin-bottom: 30px;
}

.product_list .banner_wrap .text iframe {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
}

.check_group .checkbox-wrap {
    margin-right: 20px;
}

.check_group .checkbox-wrap .styled-checkbox+label::before {
    width: 17px;
    height: 17px;
}

.check_group .checkbox-wrap .styled-checkbox:checked+label::after {
    left: 3px;
    top: 11px;
}

.check_group .checkbox-wrap .styled-checkbox+label {
    padding-left: 25px;
    color: #000;
}

.vod_iframe_widget .online-package-slider.video_slide form .row select,
.vod_iframe_widget span.select2-selection.select2-selection--single {
    background-color: #f8f8f8;
}

.vod-subscription-package-slider .swiper-container {
    overflow: hidden;
}

.lesson.package.services-details.home_page_testi_slider {
    padding: 10px 0 80px !important;
}

.top_structure .title_btn_wrap {
    display: flex;
}

.top_structure .title_btn_wrap .dropdown {
    margin-left: auto;
}

.top_structure .title_btn_wrap .dropdown>.btn {
    padding: 8px 20px;
}

.top_structure .title_btn_wrap .dropdown a {
    text-align: center;
    display: block;
    color: #595959;
    border-bottom: 1px solid #eaeaae;
    padding: 8px 0;
    transition: all 0.3s;
}

.top_structure .title_btn_wrap .dropdown a:hover {
    background-color: #422d55;
    color: #ffffff;
}

.top_structure .title_btn_wrap .dropdown a:last-child {
    border-bottom: 0;
}

.top_structure .title_btn_wrap .public-profile-btns.dropdown-menu.show {
    transform: translate3d(-50%, 39px, 0px) !important;
    left: 50% !important;
    padding: 0;
}

.profile-img .gallery-social-icon {
    padding-top: 0;
}

.profile-img .gallery-social-icon .social {
    margin-left: 0px;
}

@media (max-width: 1199px) {
    .on_event_date .box .text .date {
        flex: 0 0 70px;
    }
    .on_event_date .box .text .details h3 {
        font-size: 18px;
    }
    .on_event_date .box .text .details .up_venue {
        font-size: 16px;
    }
    .on_event_date .box .text .details .up_time {
        font-size: 15px;
    }
    .on_event_date .box .date .month {
        font-size: 15px;
    }
    .on_event_date .box .date .month span {
        font-size: 28px;
    }
    .on_event_date .box .date {
        width: 60px;
        height: 70px;
    }
    .login-section .wrap.sign_video .sign_para h3 {
        padding-left: 35px;
    }
}

@media (max-width: 991px) {
    .on_event_date .row>div:nth-child(2n+1) {
        justify-content: flex-end;
        display: flex;
    }
    .login-section .wrap.sign_video .sign_para h3 {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .on_event_date .box .date {
        width: 55px;
        height: 65px;
    }
    .on_event_date .box .date .month {
        font-size: 14px;
    }
    .on_event_date .box .date .month span {
        font-size: 26px;
    }
    .login-section .wrap.sign_video .sign_para h3 {
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .on_event_date .row>div:nth-child(2n+1) {
        display: block;
    }
    .on_event_date .box {
        margin: 0 auto 30px;
    }
    .login-section .wrap.sign_video .sign_para h3 {
        padding-left: 20px;
    }
    .testimonial_slider .owl-nav {
        display: none !important;
    }
    #testimonial_slider {
        max-width: calc(100% - 30px);
        padding: 0;
    }
}


/* balance-home-page */


/* FIRST SECTION */

.balance-home-section .new_sec H1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 59px;
    line-height: 55px;
    color: #595959;
}


/*  31-05-2022
    font-family: 'Mulish', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
.balance-home-section h1,
.balance-home-section h2,
.balance-home-section h3,
.balance-home-section h4,
.balance-home-section h5,
.balance-home-section h6,
.balance-home-section li,
.balance-home-section li a,
.balance-home-section .bottom-link a,
.balance-home-section .text span,
.balance-home-section .form form>.btn,
.balance-home-section a.btn,
.balance-home-section .form .form-control {
    font-family: "Poppins", sans-serif;
}

.balance-home-section p.form_text,
.balance-home-section .start_para p,
.balance-home-section .cl_list_wrap .text-desc,
.balance-home-section .number-text,
.balance-home-section .cl_list_wrap .text-desc p,
.balance-home-section .card span,
.balance-home-section .testimonial_slider .text_wrap p,
.balance-home-section .testimonial_slider .sub-head {
    font-family: 'Poppins', sans-serif;
}

.balance-home-section .new_sec h4 {
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2F3236 !important;
    font-size: 22px !important;
    line-height: 26px;
}


/* .balance-home-section .new_sec h1 span:first-child{ margin-top: 40px}   */

.balance-home-section .new_sec .list_new {
    padding-left: 35px;
    margin: 30px 0;
}

.balance-home-section .new_sec .list_new li {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    padding-left: 33px;
    letter-spacing: 0.5px;
}

.balance-home-section .new_sec h1 span {
    position: relative;
    z-index: 1;
}

.balance-home-section .new_sec h1 span:before {
    background-image: url('../images/new/highlight.png');
    content: "";
    width: 110%;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position: bottom center;
    bottom: 7px;
    left: -15px;
    z-index: 0;
    z-index: -1;
}

.balance-home-section .new_sec h4 span {
    position: relative;
    z-index: 1;
}

.balance-home-section .new_sec h4 span:before {
    background-image: url('../images/new/free.png');
    content: "";
    width: 110%;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position: bottom center;
    bottom: -6px;
    left: -4px;
    z-index: 0;
    z-index: -1;
}

.balance-home-section .new_sec .img {
    /*width: 375px;*/
    text-align: center;
    height: 375px;
    overflow: hidden;
    /*border-radius: 100%;/*
}

.mobile_new_show.premium-features h2 {
    font-size: 48px;
    line-height: 50px;
}

.mobile_new_show.premium-features .text h2 {
    margin-top: -50px;
    width: 80%;
}

.mobile_new_show.premium-features .text a {
    margin-top: 40px;
    margin-bottom: -50px;
}

.show-mobile-view {
    display: none;
}

.balance-home-section .top-heading {
    padding-left: 37px;
    border-left: 3px solid #F3BF6F;
}

.balance-home-section .new_banner {
    padding: 175px 0 45px;
    background: #fff;
}

.balance-home-section .new_sec .text {
    max-width: 590px;
    padding-top: 33px;
}

.balance-home-section .new_sec h1,
.balance-home-section .our_features h2 {
    font-style: normal;
    margin-bottom: 22px;
    font-weight: 900;
    width: 70%;
    font-size: 40px;
    line-height: 47px;
    border: 0px;
    padding: 0;
    color: #595959;
}

.balance-home-section .our_features .text h2 {
    width: 100%;
}

.balance-home-section .new_sec h1 span {
    position: relative;
    z-index: 1;
    font-size: unset;
    font-weight: unset;
    display: unset;
}


/* .balance-home-section .new_sec h1,
.balance-home-section .our_features h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 59px;
    line-height: 55px;
    color: #595959;
} */

.balance-home-section .new_sec .text .form .form-control {
    border: 0;
    padding: 0 160px 0 35px;
    height: 100%;
    font-size: 16px;
    color: #666666;
    font-size: 18px;
    font-weight: 700;
}

.balance-home-section .new_sec .text .form .form-control::placeholder {
    font-size: 16px;
    color: #666666;
    opacity: 0.6;
    font-weight: 400;
    font-style: italic;
}

.balance-home-section .new_sec .text .form form>.btn {
    position: absolute;
    top: 50%;
    line-height: 21px;
    transform: translateY(-50%);
    right: 7px;
    min-width: 150px;
    border: 0;
    height: 53px;
    font-size: 17px;
    letter-spacing: 0.6px;
    text-transform: none;
}

.balance-home-section .new_sec .text>.btn {
    height: 66px;
    min-width: initial;
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    background-color: #F3BF6F;
}

.balance-home-section .new_sec .text .form_text {
    color: #373737;
    font-size: 18px;
    padding-left: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 13px;
}

.balance-home-section .login-section {
    padding: 23px 0px 15px 17px !important;
}

.balance-home-section .login-section p {
    color: #000000;
    text-align: left;
    padding-left: 30px;
    text-transform: uppercase;
}

.balance-home-section .login-section p.bottom-link a {
    color: #000;
    font-weight: 600;
}

.balance-home-section .new_sec .img img {
    max-width: none;
    width: 650px;
    width: 100%;
}

.balance-home-section .our_features {
    padding: 80px 0 20px;
    background: #FFF;
}

.balance-home-section .our_features .img {
    width: 575px;
    text-align: center;
    /* height: 575px; 
    border-radius: 100%; */
    margin-left: -10px;
    background: #ddd;
    overflow: hidden;
    
}

.balance-home-section .our_features .img img {
    max-width: 667px;
}


/**/

.balance-home-section .our_features .text span {
    z-index: 1;
    margin-top: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    color: #000000;
}

.balance-home-section .our_features .text span:before {
    background-image: url('../images/new/frame.png');
    content: "";
    width: 102%;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position: bottom center;
    bottom: -8px;
    left: 0px;
    z-index: -1;
}

.balance-home-section .our_features {
    /*padding: 80px 0 105px;*/
    padding: 0px 0 10px;
    background: #FFF;
}

.balance-home-section .our_features .container>h3 {
    font-weight: 700;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 85px;
}

.balance-home-section .getting-started-section h3,
.balance-home-section .get_start h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
}

.balance-home-section .our_features .text .btn {
    font-size: 17px;
    min-width: 200px;
    letter-spacing: 0.6px;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: -20px;
}

.balance-home-section .mobile_new_show.premium-features .text h2 {
    margin-top: -50px;
    width: 80%;
}

.balance-home-section .our_features .mobile_new_show .text h2 {
    margin-bottom: 23px;
    margin-top: 15px;
    line-height: 53px;
}

.balance-home-section .mobile_new_show.premium-features .text h2 {
    margin-bottom: 23px;
    margin-top: 12px;
    line-height: 49px;
}

.balance-home-section .mobile_new_show.premium-features .text .btn {
    margin-top: 40px;
    margin-bottom: -20px;
}

.balance-home-section .mobile_new_show.premium-features h2 {
    font-size: 48px;
    line-height: 50px;
}

.balance-home-section .our_features .text ul.list_new {
    margin-bottom: 20px;
}

.balance-home-section .our_features .text .list_new li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #595959;;
}

.balance-home-section .testimonial {
    padding: 100px 0;
    padding-top: 100px;
    background: #FFF;
}

.balance-home-section .pricing-plans-sec .start_para>p {
    font-size: 20px;
    margin-bottom: 68px;
}


/* testo*/

.balance-home-section .testimonial_slider .owl-dots .owl-dot {
    background-color: #4C797F;
    margin: 0 5px;
    transition: all 0.5s;
    width: 40px;
    height: 4px;
    border-radius: 50px;
}

.balance-home-section .testimonial_slider .owl-dots .owl-dot {
    background-color: #424242;
    margin: 0 5px;
    transition: all 0.5s;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.balance-home-section .testimonial_slider .owl-dots .owl-dot.active {
    background-color: #F3BF6F;
}

.balance-home-section .testimonial_slider .sub-head {
    font-family: "Poppins";
    color: #424242;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.balance-home-section .testimonial .testimonial_slider .text_wrap .img {
    width: 100px;
    margin-right: 23px;
}

.balance-home-section .testimonial-desc {
    max-width: 75%;
    margin-left: 0;
}

.balance-home-section .testimonial .testimonial_slider .text_wrap .img img {
    width: 100% !important;
    height: 100% !important;
}

.balance-home-section .testimonial .testimonial_slider .owl-dots .owl-dot span {
    display: none;
}

.balance-home-section .testimonial_slider .owl-nav {
    display: none !important;
}

.balance-home-section .testimonial .img img {
    border-radius: 0%;
}

.balance-home-section .started_wrap {
    background-size: cover;
}

.balance-home-section .cl_list_wrap li {
    display: flex;
    align-items: flex-start;
    margin: 3px 0;
    margin-bottom: 10px;
}

.balance-home-section .cl_list_wrap .number-text {
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 auto;
    margin-right: 20px;
    color: #fff;
    border-radius: 3px;
    line-height: 70px;
}

.balance-home-section .outer_b {
    max-width: 395px;
    border: 5px solid #fff;
    padding: 20px;
    margin-top: -25px;
}

.balance-home-section .outer_b a {
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: none;
    color: #595959;
    background-color: #F3BF6F;
}

.balance-home-section .start_para {
    margin-bottom: 32px;
}

.balance-home-section .step_wrap {
    padding: 77px 0;
}

.balance-home-section .get_start .cl_list_wrap .text-desc p {
    color: #fff;
    font-size: 16px;
    margin-right: 110px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.balance-home-section .right_let_wrap .text_wrap h6 {
    font-size: 34px;
    line-height: 39px;
    padding: 0px 10px;
   font-weight: 300;
}


/**/

.balance-home-section .support_banner .info_wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translate(0%, -50%);
    max-width: 580px;
    color: #fff;
}

.balance-home-section .support_banner .info_wrap h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 15px;
}

.balance-home-section .support_banner .info_wrap h6 {
    color: #F3BF6F;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}

.balance-home-section .support_banner .info_wrap a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: -10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.balance-home-section .our_features .wrapper {
    margin-bottom: 99px;
}


/* font icons */

footer .social li a:before {
    display: none;
}

.social.common .flaticon-facebook-logo .fa:before {
    color: #000;
    margin-right: 2px;
}

.social.common .flaticon-facebook-logo:hover .fa:before {
    color: #fff;
}

footer ul li a {
    font-size: 13px;
    color: #c6c6c6;
}

element {}

footer .bottom p {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #7c7c7c;
}

.selected-sort{
    color: #4C797F
}

/*12-12-2022*/
.pricing-plans-sec h3 {
	font-size: 48px !important;
	font-weight: 900 !important;
	margin-bottom: 20px;
}
.class20px{
    font-size: 20px !important;
}