@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    scrollbar-width: none;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--whiteColor);
    /*overflow-x: hidden;*/
}

ol,
ul {
    padding: 0;
}

p {
    margin: 0;
}

/* =============================
          Default Css
============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* =============================
            button
============================== */
.btn-shop {
    background: #00479f;
    color: #fff;
    outline: none;
    border: 1px solid #00479f;
    padding: 7px 13px;
    border-radius: 25px;
    font-size: 12px;
}

.btn-shop:hover {
    background: #02224a;
    color: #fff;
    border: 1px solid #02224a;
}

.btn-book {
    background: transparent;
    color: #00479f;
    outline: none;
    border: 1px solid #00479f;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 13px;
}

.btn-book:hover {
    background: #00479f;
    color: #fff;
    border: 1px solid #00479f;
}

.btn-primary {
    background-color: #4a9bff;
    border-color: #4a9bff;
    border-radius: 25px;
    min-width: 195px;
    padding: 12px 0;
}

.btn-success {
    min-width: 200px;
    color: #fff;
    background-color: #029124;
    border-color: #029124;
    min-height: 45px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

/* =============================
        Scroll Top
================================*/
#topbtn {
    display: inline-block;
    background-color: #e9b43a;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 180px;
    right: 30px;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topbtn.show {
    bottom: 30px;
}

#topbtn::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}

#topbtn:hover {
    cursor: pointer;
    background-color: #333;
}

#topbtn:active {
    background-color: #555;
}

#topbtn.show {
    opacity: 1;
    visibility: visible;
}

/* button search */

.btn-search {
    position: absolute;
    right: 0;
    background: #65a1a2;
    padding: 5px 10px;
    border: 2px solid #65a1a2;
    top: 0;
    color: #fff;
}

.nav-searchinput .btn:hover {
    color: #65a1a2;
    text-decoration: none;
    background: transparent;
}

/* =================================
            Bradcrumbs
==================================== */

.breadcumb {
    min-height: 250px;
    position: relative;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #151515, #006eff10);
    /* background: #00000096; */
    cursor: pointer;
}

.align_items_center {
    align-items: center;
}

ul.breadcumb_link {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcumb_link li {
    position: relative;
    padding-left: 26px;
}

.breadcumb_link li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 50%;
}

.breadcumb_link li:first-child {
    padding-left: 0;
}

.breadcumb_link li:first-child::before {
    display: none;
}

.breadcumb_link li a {
    color: #fff;
    font-size: 14px;
}

/* ===========================
      Footer Section
============================ */
.footer {
    background: #021c24;
    position: relative;
    padding: 65px 0;
}

.home_footer {
    padding: 20% 0 0;
}

.footer-review h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.footer-review p {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    padding: 15px 0 0;
}

.footer-review .social-menu {
    padding: 15px 0;
}

.footer-list h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.footer-list ul {
    list-style: none;
}

.footer-list ul li a {
    color: #fcfcfc;
    font-size: 13px;
    font-weight: 300;
}

.footer-list ul li a:hover {
    color: #83b8b9;
}

.footer-list ul li a.active {
    color: #83b8b9;
    font-weight: 700;
}

.footer-contact {
    font-family: "Poppins", sans-serif;
}

.footer-contact h4 {
    color: #83b8b9;
    font-size: 20px;
    font-weight: 700;
}

.footer-contact ul {
    list-style: none;
}

.footer-contact ul li {
    position: relative;
    padding: 12px 0 10px 30px;
}

.footer-contact ul li p {
    color: #e9f7fe;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.footer-contact ul li span {
    position: absolute;
    left: 0;
    color: rgb(252, 252, 252);
}

.footer-contact ul li a {
    color: #b8b8b8;
    font-size: 13px;
    font-weight: 300;
}

.footer_con {
    z-index: 9;
    position: relative;
}

.social-menu p {
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.copyright-box {
    padding: 20px 0;
    text-align: center;
    z-index: 9;
    position: relative;
}

.copyright-box p {
    color: #020202;
    margin: 0;
    font-weight: 400;
    text-align: right;
}

.copyright-box p.copyright_con {
    text-align: left;
}

.copyright-box p a {
    color: #83b8b9;
    font-weight: 300;
}

.footer-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    margin: 35px 0 0;
}

/* social menu */

.social-menu ul {
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-menu ul li {
    list-style: none;
    margin: 0 6px 0 0;
}

.social-menu ul li a img {
    height: 16px;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9b43a;
    text-align: center;
    transition: 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin: 0 7px 0 0;
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
    color: #fff;
    box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
}

.social-menu ul li a i,
.social-menu ul li a svg {
    color: #021c24;
}

.social-menu ul li:hover a i,
.social-menu ul li:hover a svg {
    color: rgb(255, 255, 255);
}

.footer .nav-contact {
    padding-top: 45px;
}

.footer_whitecircle {
    position: absolute;
    top: -25%;
    left: -15%;
}

.footer_whitecircle img {
    width: 485px;
}

.footer-logobox {
    z-index: 9;
    position: relative;
}

.footer_contbox {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 15px 24px;
    border-radius: 6px;
    box-shadow: rgb(88 91 95 / 32%) 0px 8px 24px;
}

.footcntb_single {
    padding-bottom: 18px;
    border-bottom: 1px solid #e2dedb;
    margin-bottom: 15px;
}

.footcntb_single:nth-child(2) {
    border-bottom: none;
}

.footcntb_sbtn .btn_discover {
    margin: 0;
}

.footcntb_single p {
    margin: 0;
    color: #909090;
    font-size: 13px;
}

.footcntb_single a {
    color: #000;
    font-weight: 700;
}

.fdapp_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-appdownload h3 {
    color: #ffffff;
    margin-bottom: 22px;
    font: normal normal normal 22px/37px Anton;
    letter-spacing: 1px;
}

.footer-logobox p {
    color: #c8c8c8;
    font-size: 13px;
    margin: 10px 0;
    width: 75%;
}

/* =============================
            nav bar
============================== */
/* stellarnav */
.nav-bar-logo{
    max-width: 170px;
}
.nav-bar .nav-barWrap{
    display: flex;
    justify-content: space-between;
}
.stellarnav.light li a {
    color: #00479f;
    font-weight: 600;
}

.nav-bar.scroll-navbar {
    background: #fff;
    box-shadow: 4px 5px 15px 3px #cfcfcf69;
    padding: 13px;
}

.nav-bar.scroll-navbar.scroll {
    z-index: 999999;
    top: 0;
    position: fixed;
    width: 100%;
    background: #ffffff;
    box-shadow: rgba(55, 55, 55, 0.331) 0px 2px 8px 0px;
}

.stellarnav li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.stellarnav.dark li a {
    color: #252525;
    font-weight: 500;
    font-size: 14px;
}

.stellarnav > ul > li > a {
    padding: 8px 15px 5px;
}

.nav-rightbox {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
}

.navr-single .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    width: 25px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-around;
}

.nav-menu .stellarnav {
    width: auto;
}

.navr-singlebtn {
    gap: 12px;
    display: flex;
    position: relative;
    align-items: center;
    min-width: 240px;
}

.nav-rightbox .navr-single::before {
    position: absolute;
    content: "";
    /* width: 1px; */
    height: 100%;
    background: #707070;
    right: 30px;
    top: 0;
}

.nav-rightbox .navr-single:first-child::before {
    display: none;
}

.nav-rightbox .dropdown-toggle::after {
    border-top: 0.3em solid #aaaaaa;
    margin-left: 0;
}

.nav-rightbox .navr-single {
    margin-left: 18px;
}

/* =============================
        Hero Section
============================== */
.hero-sec {
    background: url("../images/hero-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8% 0 15%;
}

.heading-title {
    font-size: 48px;
    line-height: 1.2;
    font-family: "Anton", sans-serif;
}

.subtitle {
    font-size: 15px;
    color: #676767;
}

.heading-title span {
    color: #ca2e3a;
}

.heros-left p.subtitle {
    border-left: 2px solid #676767;
    padding: 0 0 0 10px;
    margin-bottom: 8%;
}

.heror-rightup {
    background: #fff;
    border-radius: 12px;
    box-shadow: 5px 5px 15px #d2d2d2;
    margin-bottom: 20px;
    padding: 14px;
}

.heror-rightdown {
    position: relative;
}

.user_imgs {
    background: #fff;
    border-radius: 12px;
    box-shadow: 5px 5px 15px #d2d2d2;
    padding: 6px 14px;
    display: flex;
    position: absolute;
    top: 50%;
    left: -50%;
    align-items: center;
}

.moreimg_box {
    width: 45px;
    height: 45px;
    background: #15bbf9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: -18px;
}

.user_imgs img {
    margin-left: -18px;
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.user_imgs img:first-child {
    margin-left: 0;
}

.heror-rightup h3 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
}

.heror-rightup p {
    text-align: center;
    font-size: 13px;
    color: #f9af19;
    letter-spacing: 1px;
    margin: 5px 0;
}

.vidsbsin_text h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.vidsbsin_text p {
    font-weight: 300;
    font-size: 13px;
}

/* =============================
         Video Player
============================== */
.vidsbsin_img {
    position: relative;
}

.vidsbsin_img img {
    border-radius: 20px 20px 0 0;
}

.vdo_btn {
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 0px 25px 3px rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.vdo_btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.75);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}

.vdo_btn i {
    color: #46df42;
    font-size: 30px;
    margin-left: 7px;
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        border: 1px solid #46df42;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
            0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.videos_box {
    margin-top: -12%;
    background: #fff;
    padding: 24px;
    box-shadow: 5px 5px 15px #dad7d7;
    border-radius: 30px;
}

.vidsbsin_text {
    background: #02cab9;
    padding: 5px 30px 5px 30px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    text-align: center;
}

.videoWrap {
    column-count: 4;
    padding: 40px 0 0;
}
.videoWrap .vdBox .vidsb_single {
    position: relative;
    padding-bottom: 24px;
}
.videoWrap .vdBox .vidsb_single .vidsbsin_img{
    margin-top: 0;
}
.videoWrap .vdBox .vidsb_single .vidsbsin_text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 10px 5px;
}
/* =============================
        Online Live class
============================== */
section.onlineclass_box {
    padding: 60px 0 0;
}

.oncbl_head h5 {
    color: #0a1931;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.oncbl_body {
    margin: 4%;
}

.oncbly_single {
    background: #fff;
    padding: 14px;
    box-shadow: 5px 5px 15px #dad7d7;
    border-radius: 8px;
    margin-bottom: 24px;
    border-left: 0px solid #e9b43a;
    position: relative;
    transition: all 300ms ease-in-out;
}

.oncbly_single h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    transition: all 300ms ease-in-out;
}

.oncbly_single p {
    font-size: 12px;
    color: #8a8a8a;
    transition: all 300ms ease-in-out;
}

.oncbly_single::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #ff986d;
    opacity: 0.2;
    right: 0;
    top: 0;
    border-radius: 0 10px 0 35px;
}

.oncbly_single.active {
    width: 640px;
    margin-left: -4%;
    transition: all 300ms ease-in-out;
}

.oncbly_single.active {
    width: 640px;
    margin-left: -4%;
    border-left: 4px solid #e9b43a;
}

.onlicb_right {
    position: relative;
}

.onlicbr_eleone {
    position: absolute;
    top: -4%;
    right: 10%;
    z-index: -1;
}

.onlicbr_eletwo {
    position: absolute;
    right: -12%;
    top: 18%;
    width: 40%;
    z-index: -1;
}

/* =============================
       Right Tutor
============================== */
section.right_tutor {
    background-image: url("../images/right_tutor-bg.png");
    padding: 75px;
    background-size: cover;
}

.rightur_left {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 15px;
    margin: -20% 0px;
}

.rightur_left .righturl_img:nth-child(2n) {
    margin-top: 10%;
}

.rightur_right p.subtitle {
    color: #021c24;
    font-weight: 500;
    margin: 20px 0 30px;
}

/* =============================
       Learn English
============================== */
section.learn-engbox {
    padding: 80px 0;
}

.learn_box {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 10px;
}

.learneng_content {
    text-align: center;
}

.learneng_content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 30px;
}

.learneng_content p {
    max-width: 700px;
    margin: 0px auto 10px;
    color: #666666;
}

.learn_single {
    display: flex;
    gap: 12px;
    border: 1px solid #a1d9f5;
    border-radius: 10px;
    padding: 12px;
    margin-top: 15px;
}

.lesin_left {
    width: 60px;
    height: 60px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.lesin_left img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.lesin_right h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.lesin_right p {
    color: #e9b43a;
    font-size: 13px;
}

.lesin_right {
    position: relative;
    width: calc(100% - 72px);
}

.lesinr_icon i {
    color: #085e78;
}

.lesinr_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
}

/* =============================
       Download App Now
============================== */
/*section.download_app {
  background: url(../images/Subscribe.svg) no-repeat;
  background-size: contain;
  width: 85%;
  margin: 0 auto -18%;
  z-index: 9;
  position: relative;
}*/

.downapb_right {
    width: 65%;
}

.downapb_left {
    padding: 0 10%;
}

/* =============================
      Find Tutor Page
============================== */
.tutsb_right {
    position: relative;
}
.tutsb_right .video-tham {
    height: 165px;
}
.tutsb_right .video-tham iframe,
.tutsb_right .video-tham video{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
section.filter_box {
    background: #fff;
    box-shadow: 5px 5px 15px #ddd;
    margin-bottom: 20px;
    padding: 10px;
}

.single_form label {
    color: #e9b43a;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.tutsbmd_top {
    display: flex;
    align-items: center;
    gap: 5px;
    /* border-bottom: 1.5px solid #e4e4e4; */
    /* padding-bottom: 12px;
    margin-bottom: 16px; */
}

.tutsbm_single {
    position: relative;
    border-right: 1.5px solid #e4e4e4;
    padding-right: 10px;
    min-height: 110px;
}

.tsbmlocation_box {
    padding: 10px 0;
}

.tsbmlocation_box p {
    color: #666666;
    font-size: 13px;
}

.tsbmlocation_box p span {
    color: #ca2e3a;
    padding-right: 5px;
}

.class_time span {
    padding-right: 5px;
}

.text-yellow {
    color: #e9b43a;
}

.text-green {
    color: #029124;
}

.trialse_con {
    display: flex;
    align-items: center;
    gap: 5px;
}

.classtime_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.tutsbm_single:last-child {
    border-right: 0;
}

.trialse_con h4 {
    margin: auto;
}

.trialse_con {
    margin-bottom: 10px;
}

.trialse_con p {
    font-size: 14px;
    padding-right: 10px;
}

/* search box */
.search_box {
    position: relative;
}

.search_box .form-control {
    padding-left: 12%;
}

button.search_btn {
    position: absolute;
    left: 10px;
    top: 0;
    border: none;
    background: transparent;
    height: 100%;
    color: #7a7a7a;
}

.tutsb_left {
    position: relative;
    border: 1px solid #dff7f5;
    border-radius: 10px;
}

.tutsb_left .wishlist {
    position: absolute;
    top: 5%;
    right: 2%;
}

.single_form {
    margin-bottom: 18px;
}

.form-control {
    appearance: auto;
    font-size: 13px;
    padding: 10px;
}

.tutor_singlebox {
    border: 6px solid #7fdfd740;
    border-radius: 20px;
    background: #fff;
    padding: 11px;
    margin: 0 0 25px;
    box-shadow: 5px 5px 15px #cbcbcb45;
    /* min-height: 200px; */
    /* height: 200px; */
}

.classtime_togglebox {
    display: none;
    position: absolute;
    z-index: 9;
    left: 90%;
    top: 42%;
}

.tutsbm_single > h4 {
    color: #021c24;
    font-size: 24px;
    font-weight: 600;
}

.tutsbmd_bottom h5 {
    font-weight: 600;
    font-size: 20px;
}

.tutsbmd_bottom p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 12px;
}

.classtime_togglebox.active {
    display: block;
}

.tutsbm_single {
    position: relative;
}
.tutsbm_single .class_time{
    font-size: 12px;
}

.tutor_singlebox .tutsb_middle .tutsbmd_top .tutsbm_single{
    width: calc(100% - 200px);
}
.tutor_singlebox .tutsb_middle .tutsbmd_top .tutsbm_single.classtime_box{
    width: 200px;
    align-items: flex-start;
}
/* =============================
      Tutor Details Page
============================== */
.tutor_contact ul {
    list-style: none;
}

.tutor_contact ul li {
    padding: 10px 0;
}

.tutor_contact ul li p {
    position: relative;
    padding: 8px 0 6px 50px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000000;
}

.tutor_contact ul li a {
    color: #b8b8b8;
    font-size: 13px;
    font-weight: 300;
}

.tutor_contact ul li p span {
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: rgb(246 107 14 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tutor_contact ul li span img {
    width: 18px;
}

.dropdown-item {
    font-size: 13px;
}

.tutor_contact {
    padding: 18px 0;
}

section.tutor_top {
    padding: 40px 0;
    position: relative;
}

.tutort_left {
    border: 1px solid #70707033;
    border-radius: 6px;
}

.tutortl_img {
    position: relative;
}

.profile_img {
    position: absolute;
    top: 45%;
    left: 4%;
}
.tutortl_detailsPage .tutort_left .tutortl_img .profile_img {
    top:inherit;
    bottom: 10px;
    left: 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
}
.tutortl_detailsPage .tutort_left .tutortl_img .profile_img img{
    object-fit: contain;
}
.tutortl_details {
    padding: 20px;
    margin-top: 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tsbmcountry_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.countb_single {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.countbsn_icon i {
    color: #e9b43a;
}

.about_tabbox ul {
    list-style: none;
}

.about_tabbox ul li span {
    filter: grayscale(100%);
    opacity: 0.6;
}

.about_tabbox ul li span.text-danger {
    filter: invert(18%) sepia(50%) saturate(7425%) hue-rotate(345deg)
        brightness(103%) contrast(74%);
}

.profile_img img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 12px;
}

.tutort_right {
    border: 1px solid #70707033;
    padding: 26px 20px;
    border-radius: 6px;
}

.tutortld_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wishlist {
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ca2e3a;
}

.tutortld_right .btn-danger {
    height: 50px;
    min-width: 180px;
    border-radius: 34px;
}

.tutort_right h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.tutor_tab {
    margin: 30px 0;
}

.tutor_tab > .nav.nav-pills {
    background: #fff;
    box-shadow: 1px 4px 15px #3333332b;
    gap: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: transparent;
}

.tutor_tab > .nav.nav-pills li.nav-item .nav-link {
    padding: 14px;
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    font-weight: 500;
    min-width: 200px;
    border-radius: 0;
}

.tutor_tab > .nav.nav-pills li.nav-item .nav-link.active {
    border-top: 5px solid #e9b43a;
    color: #000;
}

.countb_single p {
    font-size: 12px;
}

.tutortld_left h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_tabbox ul li {
    margin-bottom: 14px;
    color: #666666;
    font-size: 14px;
}

.about_tabbox {
    margin-bottom: 4%;
}

.abtl_con {
    border-top: 1px solid #d3d3d3;
    padding: 15px 10px;
    margin: 15px 0;
}

.abtl_con h3 {
    font-size: 20px;
    margin: 0;
}

.abtl_con h3 span {
    filter: grayscale(100%);
    opacity: 0.8;
}

.package_sec {
    background: #f4fbff;
    padding: 20px;
    border-radius: 12px;
}

.packages_head h6 {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #838383;
    padding: 0 0 10px;
    margin-bottom: 25px;
}

.packinnr_box {
    display: flex;
    padding: 24px;
    align-items: center;
    justify-content: space-between;
}

.packgrb_left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.packgreen_box {
    background: #00a1ed;
    border-radius: 10px;
    color: #fff;
}

.packgrb_left h5,
.packgrb_left h6 {
    margin: 0;
}

.package_tab {
    margin: 20px 0;
}

.packgrb_right {
    color: #00000057;
}

.package_tab .nav-link {
    color: #029124;
    font-weight: 500;
    font-size: 14px;
}

.package_tab .nav-pills .nav-link.active,
.package_tab .nav-pills .show > .nav-link {
    color: #029124;
    border-bottom: 1.5px solid #029124;
    border-radius: 0;
}

.package_tabcon .packinnr_box {
    padding: 14px;
}

.available_box {
    background: #f9fdff;
    padding: 20px;
    border-radius: 10px;
    min-height: 570px;
}

.abt_right {
    position: relative;
}

.mesage_box {
    position: fixed;
    right: 0;
    bottom: 0;
}

.availb_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
}

.package_tab .nav.nav-pills {
    border-bottom: 1px solid #cfcfcf;
}

.avacal_day {
    display: grid;
    /* grid-template-columns: repeat(7, 54px); */
    grid-template-columns: repeat(7, calc(14.2857142857% - 10px));
    gap: 10px;
}

.avatimez_box {
    background: #ffffff;
    padding: 10px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 70%;
    border-radius: 10px;
}

.offer_con {
    background: #e9b43a;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: black;
}

.tutor_top .vidsbsin_img {
    margin-top: 40px;
}

.mesage_box {
    position: sticky;
    right: 0;
    bottom: 6%;
    background: radial-gradient(#09b733, #029124);
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9;
    left: 87%;
    box-shadow: -1px 10px 15px 4px #3336;
}

.single_day p {
    color: #000000;
}

.text-blue {
    color: #02cab9;
}

.avacal_day p {
    font-size: 14px;
    font-weight: 600;
}

.availb_head h6 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
}

.availb_head a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

.avatzb_arrow a span {
    background: #c1ffd0;
    padding: 6px 12px;
    margin-right: 6px;
    color: #029124;
}

.text-gry {
    color: #d1d1d1;
}

.avatzb_date h6 {
    font-size: 15px;
    color: #000000;
}

.avatzb_date p.text-blue {
    font-size: 13px;
}

.packgreen_box .packgrb_right {
    color: #fff;
}

.ttabc_calender {
    border: 1px solid #02cab961;
    border-radius: 5px;
    padding: 10px;
}

.ttcalender_top {
    display: flex;
    justify-content: space-between;
}

.ttcalp_left {
    width: 64%;
}

.ttcalp_right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.single_book p {
    font-size: 14px;
}

span.text-green {
    color: #02cab9;
}

.ttcalender_sec .btn-primary {
    min-width: auto;
}

.hero-content-upper h6 {
    font-size: 14px;
    font-weight: 300;
    width: 60%;
    line-height: 20px;
}

/*=========================================
            multistep form
===========================================*/
#heading {
    text-transform: uppercase;
    color: #673ab7;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
    /* padding: 0 20px 20px; */
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673ab7;
    outline-width: 0;
}

/*#msform .action-button {
  width: 100px;
  font-weight: 500;
  color: black;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 20px 10px 20px;
  float: right;
  border-radius: 8px;
}*/

#msform .action-button-previous {
    width: 120px;
    background: #616161;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px;
    float: none;
    position: absolute;
    right: 20%;
    border-radius: 30px;
    text-transform: uppercase;
}

.fs-title {
    font-size: 25px;
    color: #673ab7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.tumulti_left {
    height: 100%;
    background: rgb(161 217 245 / 26%);
}

.tumulti_left ul li {
    padding: 25px;
}

.tumulti_left ul li p {
    position: relative;
    color: #000;
    padding: 0 0 0 18px;
    font-weight: 500;
}

.tumulti_left ul li.active p {
    font-weight: 600;
}

.formc_field .country .dropdown li {
    font-size: 0;
    padding: 0 8px;
    line-height: 14px;
}

.formc_field .country .select {
    font-size: 0;
    line-height: 50px;
    padding: 0 20px 0 10px;
    min-width: 50px;
}

.formc_field .country .select:after {
    top: -6px;
}

.tumulti_left ul li p::before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom: 9px solid #e9b43a;
    position: absolute;
    content: "";
    left: 0;
    bottom: 8px;
    transform: rotate(90deg);
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 100%;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    font-weight: 400;
}

#msform .action-button {
    width: 200px;
    font-weight: 500;
    color: white;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 20px 10px 20px;
    float: right;
    border-radius: 36px;
    min-width: auto;
    text-transform: uppercase;
}

#progressbar li.active:before {
    /* width: 50px; */
    /* height: 50px; */
    /* line-height: 45px; */
    /* display: block; */
    /*background: lightgray;
  border-radius: 50%;*/
    font-size: 18px;
    color: #029124;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    right: 12%;
    font-weight: 600;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 1.5px;
    background: lightgray;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#progressbar li.active:after {
    background: #e9b43a;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #673ab7;
}

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

.formc_head h4 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.formc_head p {
    color: #666;
    font-size: 13px;
}

.formc_head {
    margin-bottom: 24px;
}

.formc_field .form-group label {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.inputg_select {
    display: block;
    appearance: auto;
    padding: 2px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 50px;
}

.formc_field .form-group {
    margin-bottom: 8px;
}

.formc_field .form-group .img-upload {
    border-radius: 20px;
    position: relative;
    background: #f5f5f5;
    max-width: 100%;
    width: 160px;
    height: 140px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
}

.formc_field .form-group .img-upload label {
    top: 15px;
    justify-content: center;
    color: #000000;
}

.formc_field .form-group .img-upload label img {
    /*filter: invert(0%) sepia(30%) saturate(23%) hue-rotate(380deg) brightness(210%) contrast(112%);*/
    margin-bottom: 10px;
}

/* multistep form end/ */
.tutor_multistep .search-box {
    text-align: center;
}

.tutsbm_single.classtime_box a {
    white-space: nowrap;
    font-size: 15px;
    text-decoration: underline;
    color: #00479f;
}

.trialse_con h4 {
    font-weight: 400;
    font-size: 16px;
}

.footer-list ul li {
    padding: 7px 0 0 20px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.footer-list ul li::before {
    position: absolute;
    content: "\f04b";
    font-family: "fontawesome";
    color: #a1d9f5;
    font-size: 13px;
    bottom: 1px;
    left: 0;
}

/*---------------------------- Ankita's Css end -----------------------------------*/

/*==============================
    Pallavi's Css (9.2.2024)
==============================*/
/* change-css */
/* =============================
       Download App Now
============================== */
.downloadapp_box {
    background: url(../images/index-dwnld-bg.png) no-repeat;
    background-size: cover;
    width: 85%;
    margin: 0 auto -18%;
    z-index: 9;
    position: relative;
    border-radius: 10px;
}

.downapb_right {
    /* width: 49%; */
    position: absolute;
    top: -27px;
}

.downapb_left {
    padding: 24% 10%;
}

.social-menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    margin: 58px 0 0;
}

.footer-logobox p {
    color: #c8c8c8;
    font-size: 13px;
    margin: 10px 0;
    line-height: 21px;
}

.footer-logobox p a {
    color: #fe9d2b;
    font-weight: 500;
}

/*---------------------------------------------------------------*/
.signin-input {
    margin-top: 20px;
    position: relative;
}

.signin-input .eye-icon {
    position: absolute;
    top: 62%;
    right: 3%;
    color: #a9a9a9;
}

.signup-checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.login-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 23px 0 36px 0;
}

.login-check label.form-check-label {
    text-align: left;
    font: normal normal 400 16px/0px Poppins;
    letter-spacing: 0px;
    color: #0a3745 !important;
    opacity: 1;
    font-weight: 600;
}

.login-check .form-check-input:checked {
    background-color: #e9b43a;
    border-color: #e9b43a;
}

.login-check .form-check-input {
    width: 2em;
    height: 2em;
}

.login-check .form-check-input[type="checkbox"] {
    border-radius: 1.25em;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-check .form-check-input {
    border: 2px solid rgb(233 180 58);
}

.login-check .login-right h1 {
    font: normal normal normal 46px/46px Anton;
    letter-spacing: 0px;
    color: #0a3745;
    opacity: 1;
}

.signin-input {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.signin-input .form-label {
    text-align: left;
    font: normal normal 500 17px/23px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    opacity: 1;
    display: block;
    width: 30%;
    margin: 0;
    padding: 10px 0;
}

.signin-input .fa-eye:before,
.fa-eye-slash:before {
    font-size: 22px;
}

.signin-input .form-control {
    color: #0a3744 !important;
    opacity: 0.6;
    border-radius: 0.6rem;
    padding: 19px 10px 19px 20px;
}

.password-login {
    display: flex;
    justify-content: flex-end;
    gap: 93px;
    align-items: center;
    padding: 30px 0 30px 0;
    /* border-bottom: 1px solid #0a37441c; */
}

.password-login a {
    text-decoration: underline;
    font: normal normal 500 18px/0px Poppins;
    letter-spacing: 0px;
    color: #ca2e3a;
}

.password-login .frgt-pass {
    background: #5ba4ff 0% 0% no-repeat padding-box;
    border: 1px solid #5ba4ff;
    display: flex;
    width: 137px;
    align-items: center;
    justify-content: center;
    height: 58px;
    color: #fff !important;
    border-radius: 31px;
    text-decoration: none !important;
    font-size: 20px;
    max-width: 100%;
    letter-spacing: 1.68px;
}

.login-with {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #0a37441c;
    padding-top: 30px;
}

.social-media {
    list-style: none;
    display: flex;
    gap: 13px;
    margin: 0;
}

.social-media li a img {
    width: 48px;
}

.login-with p {
    text-align: center;
    font: normal normal 500 22px/19px Poppins;
    letter-spacing: 1.68px;
    color: #000000;
    opacity: 1;
}

.login-with a:last-child {
    color: #e9b43a;
    text-decoration: underline;
}

.login-right {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 30px;
}

.login {
    background-color: #fbfbfb;
    padding: 70px 0;
}

.login-left-img img {
    border-radius: 11px;
    position: relative;
    height: 100%;
}

.login-left-img::before {
    position: absolute;
    content: "";
    border: 1px solid #a1d9f5;
    top: -12px;
    right: -11px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.login-left-img {
    position: relative;
}

.login-right h1 {
    font: normal normal normal 45px/74px Anton;
    letter-spacing: 0px;
    color: #0a3745;
    opacity: 1;
}

.login-right .frst-para {
    font: normal normal 500 16px/28px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    opacity: 1;
    width: 97%;
}

/* reset-password */
.login-right.reset-pass .signin-input .form-label {
    text-align: left;
    font: normal normal 500 15px/23px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    opacity: 1;
    display: block;
    width: 68%;
    margin: 0;
    padding: 10px;
}

/* create-account */
.login-right.create-acc .signin-input {
    display: block;
}

.login-right.create-acc .signin-input .form-label {
    width: 100%;
    padding: 10px 0;
}

.login-right.create-acc .password-login {
    display: flex;
    justify-content: center;
    border: unset;
}

.login-right.create-acc .password-login .frgt-pass {
    width: 167px;
}

.language-selected {
    display: flex;
    align-items: center;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 35px;
    justify-content: space-between;
    padding: 15px 14px;
    gap: 9px;
    margin-top: 30px;
}

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

.language-selected p {
    color: #e9b43a;
    font-size: 14px;
}

.language-selected p i {
    color: #ca2e3a;
    padding: 5px;
    background-color: #ffe1e3;
    border-radius: 50%;
}

.login-right.create-acc.third .signin-input .eye-icon {
    position: absolute;
    top: 61%;
    right: 3%;
    color: #a9a9a9;
}

.img-upload {
    border-radius: 20px;
    position: relative;
    background: #f5f5f5;
    display: flex;
    max-width: 100%;
    width: 156px;
    height: 124px;
    align-items: center;
    color: #666666;
    margin-top: 10px;
    cursor: pointer;
}

.img-upload label {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img-upload input {
    opacity: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
    font-size: 0;
}

.img-upload label img {
    width: 37px;
    margin-bottom: 10px;
}

.check-bx label.form-check-label {
    text-align: left;
    font: normal normal normal 16px/39px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.check-bx .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
}

.login-right.create-acc.third .password-login .frgt-pass {
    width: 219px;
}

/* ===========css from page 19============
===============want-to-become=============*/

.nav-bar.scroll-navbar.updated .nav-menu {
    justify-content: flex-end;
}

.inr-hero-bnr {
    background: #a1d9f521 0% 0% no-repeat padding-box;
}

.herobnr-left h3 {
    font: normal normal bold 38px/48px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
}

.herobnr-left p {
    font: normal normal normal 15px/26px Poppins;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    padding: 14px 0;
}

.bnr-links {
    display: flex;
    align-items: center;
    gap: 35px;
}

.bnr-first {
    border-radius: 37px;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    letter-spacing: 1.87px;
    width: 216px;
    justify-content: center;
    max-width: 100%;
}

.bnr-first:hover {
    background: #337dd8 0% 0% no-repeat padding-box;
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

.bnr-first {
    background: #4a9bff 0% 0% no-repeat padding-box;
    border: 1px solid #4a9bff;
}

.video-banner-content img {
    width: 60px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 64px #1e1e1e29;
    border-radius: 50%;
}

.video-banner-content a {
    font: normal normal 600 18px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.right-img .frst-pstn {
    border-radius: 50%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 8;
}

.utube iframe {
    width: 100%;
    height: 300px;
}

.herobnr-left {
    padding: 117px 0;
}

.right-img {
    position: relative;
    padding-left: 100px;
}

.right-img::before {
    position: absolute;
    content: "";
    background: #4a9bff;
    left: 81px;
    top: -9px;
    height: 247px;
    width: 247px;
    border-radius: 50%;
}

.right-img::after {
    position: absolute;
    content: "";
    background: #021c24;
    left: 46px;
    bottom: 0px;
    height: 263px;
    width: 314px;
    border-radius: 50%;
}

.position-img {
    position: absolute;
    width: 87px;
    top: 0;
    left: 46px;
}

.bnr-right {
    position: relative;
}

.bnr-tstimonial {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    width: 187px;
    padding: 11px 10px 6px 12px;
    border-radius: 5px;
    position: absolute;
    top: 22px;
    right: -20px;
    z-index: 8;
}

.tsti-left img {
    width: 56px;
}

.testi-right h6 {
    font: normal normal 500 14px/11px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
}

.testi-right p {
    font: normal normal normal 12px/8px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
}

.testi-right span {
    font-size: 10px;
    color: #fcc417;
}

/* global-english */
.global-english-lft {
    position: relative;
}

.eng-position-img img {
    position: absolute;
}

.red {
    top: 12px;
    width: 100px;
    left: -41px;
    animation: rotate 35s normal linear infinite;
}

.blue {
    bottom: 23px;
    z-index: -1;
    left: -36px;
}

.top {
    width: 170px;
    top: 0;
    right: 0;
    box-shadow: -7px 1px 11px #1e1e1e29;
}

.global-english-right h2 {
    font: normal normal 600 33px/46px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
    opacity: 1;
}

.global-english-right p {
    font: normal normal 400 15px/28px Poppins;
    letter-spacing: 0px;
    color: #666666;
    width: 90%;
    padding: 20px 0 35px 0;
}

.global-english-right p span {
    font-weight: 600;
    font-size: 15px;
}

.global-english-right {
    padding-left: 19px;
}

.global-english {
    padding: 90px 0;
}

/* online-live-calss */
.class-list {
    list-style: none;
    column-count: 2;
}

.class-list li {
    position: relative;
    padding-left: 20px;
    font: normal normal 500 16px/37px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.class-list li::before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom: 9px solid #e9b43a;
    position: absolute;
    content: "";
    left: 0;
    bottom: 14px;
    transform: rotate(90deg);
}

.live-class-left h2 {
    font: normal normal 600 34px/49px Poppins;
    letter-spacing: 0px;
    color: #0a1931;
}

.live-class-left p {
    font: normal normal normal 14px/30px Poppins;
    letter-spacing: 0px;
    color: #666666;
    width: 90%;
}

.live-class img {
    border-radius: 10px;
}

.live-class {
    background-color: #a1d9f517;
    padding: 80px 1px;
}

/* happy-student */
.card-img img {
    width: 68px !important;
}

.card-img {
    width: 20%;
}

.card-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-right h6 {
    font: normal normal 600 15px/14px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
    margin: 0;
}

.card-right p {
    font: normal normal normal 14px/25px Poppins;
    letter-spacing: 0px;
    color: #e9b43a;
}

.card-para {
    font: italic normal normal 18px/28px Poppins;
    letter-spacing: 0px;
    color: #9ca3af;
}

.happy-student {
    padding: 60px 0 165px 117px;
}

.happy-student h2 {
    text-align: center;
    font: normal normal 600 35px/50px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 31px;
}

.student-card {
    padding: 27px 10px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #0000000f;
    border-radius: 12px;
    height: 320px;
    overflow-y: auto;
    margin: 20px 10px;
}

.card-para {
    font: italic normal normal 14px/24px Poppins;
    letter-spacing: 0px;
    color: #9ca3af;
    width: 98%;
    padding: 17px 0;
}

.card-bottom span {
    color: #fcc417;
    font-size: 11px;
}

.card-bottom {
    display: flex;
    justify-content: end;
}

.happy-student .owl-dots {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
}

/* .happy-student .owl-carousel .owl-nav button.owl-next,.happy-student .owl-carousel .owl-nav button.owl-prev,.happy-student .owl-carousel button.owl-dot {
  color: inherit;
  border: 1px solid #D9D9D9;
  padding: 0!important;
  font: inherit;
  height: 12px;
  width: 12px;
  background: #D9D9D9;
  border-radius: 50%;
} */
/* .happy-student button.owl-dot.active {
  background-color: #20776E;
  border: 1px solid #20776E;
}  */
.happy-student .owl-theme .owl-dots .owl-dot.active span,
.happy-student .owl-theme .owl-dots .owl-dot:hover span {
    background: #20776e;
}

.download_app.grow .downloadapp_box {
    background: url(../images/dwnld-app-bg.png) no-repeat !important;
    background-size: contain;
    width: 85%;
    margin: 0 auto -18%;
    z-index: 99999;
    position: relative;
    border-radius: 10px;
}

.downloadapp_box::before {
    left: 0;
    position: absolute;
    content: "";
    left: -12px;
    right: -12px;
    top: 15px;
    bottom: 0;
    z-index: -9;
    border: 12px solid #a1d9f5;
    border-radius: 10px;
    border-top: 0px;
}

.download_app.grow .downapb_right img {
    height: 392px;
}

.downapb_right img {
    height: 343px;
}

.download_app.grow .downapb_right {
    width: 49%;
    position: absolute;
    top: -48px;
}

.downapb_left h3 {
    font: normal normal normal 37px/86px Anton;
    letter-spacing: 1.59px;
    text-transform: capitalize;
}

.download_app.grow .downapb_left h3 {
    color: #ffffff;
}

.download_app.grow .downapb_left {
    padding: 29% 10%;
}

.fdapp_box a img {
    width: 144px;
}

/* footer-without-p */
.header-change .footer-list h4 {
    color: #83b8b9;
    font: normal normal normal 22px/24px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer.footer_without_p {
    padding-bottom: 0;
}

.footer-btm p {
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #c8c8c8;
    text-align: center;
}

.footer-btm {
    border-top: 1px solid #9a9a9a;
    padding: 15px 0;
    margin-top: 30px;
}

.footer.footer_without_p .footer-logobox {
    z-index: 9;
    position: relative;
    padding-bottom: 50px;
}

/* want-to-become */

.enter-email {
    position: relative;
    width: 90%;
    padding-top: 24px;
}

.enter-email button {
    position: absolute;
    top: 68px;
    right: 0;
    background: #5ba4ff 0% 0% no-repeat padding-box;
    box-shadow: -10px 0px 64px #20776e36;
    border-radius: 12px;
    border: unset;
    padding: 35px;
    font: normal normal 500 16px/6px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
}

.enter-email .form-control {
    font: normal normal 500 14px/36px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: unset !important;
    box-shadow: 0px 0px 30px #0000000f;
    border-radius: 12px !important;
    padding: 20px 140px 20px 20px;
}
.enter-email .form-control:focus{
    box-shadow: 0px 0px 30px #0000000f !important;
}
.enter-email label {
    font: normal normal 500 20px/28px Poppins;
    letter-spacing: 0px;
    color: #00479f;
}

.herobnr-left p {
    width: 94%;
}

.bnr-line-bar {
    border-radius: 12px;
    padding: 9px 22px 7px 8px;
    position: absolute;
    top: 55%;
    left: 62px;
    align-items: center;
    opacity: 0.92;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 24px #d9d9d91f;
    z-index: 8;
}

.bnr-line-bar .user_imgs {
    background: unset;
    border-radius: 12px;
    box-shadow: unset;
    padding: 6px 14px;
    display: flex;
    position: unset;
    left: unset;
    align-items: center;
}

.line-blue {
    background: #5ba4ff 0% 0% no-repeat padding-box;
    border-radius: 7px;
    height: 10px;
    width: 150px;
}

.line-red {
    background: #ca2e3a 0% 0% no-repeat padding-box;
    border-radius: 7px;
    height: 10px;
    width: 100px;
    margin-top: 10px;
}

.bnr-line-bar .user_imgs img {
    margin-left: -18px;
    width: 37px;
    height: 37px;
    object-fit: cover;
}

.bnr-line-bar .moreimg_box {
    width: 37px;
    height: 37px;
    background: #ca2e3a;
}

/* transactions 13/2/2024 */
.transaction-top h1 {
    font: normal normal 600 18px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin: 0;
}

.transaction-top {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.transaction-table .table tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none;
}

.transaction-table .table > thead > tr {
    vertical-align: bottom;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 12px;
}

.transaction-table .table > thead > tr > th {
    font: normal normal 500 15px/12px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    padding: 20px;
}

.transaction-table .table tbody tr {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000000f;
    border-radius: 20px;
}

.transaction-table .table tbody tr td {
    font: normal normal normal 14px/20px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    align-items: center;
    vertical-align: middle;
}

.transaction-table .table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.transaction-table .table > thead > tr > th:first-child,
.transaction-table .table tbody tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.transaction-table .table > thead > tr > th:last-child,
.transaction-table .table tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.sent-grn {
    color: #029124 !important;
}

.pop-up-inner {
    /* padding: 0 20px 0px 20px; */
}

.pop-up .modal-dialog {
    max-width: 786px;
}

.inr-cntnt h4 {
    font: normal normal 500 16px/30px Poppins;
    letter-spacing: 0px;
    color: #e9b43a;
    margin-bottom: 10px;
}

.inr-cntnt-list {
    list-style: none;
}

.inr-cntnt-list li {
    font: normal normal 400 15px/32px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.pop-up .modal-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #0000001c;
    border-radius: 14px !important;
    padding: 0 20px;
}

.inr-cntnt {
    padding-right: 47px;
    position: relative;
}

.inr-cntnt::before {
    position: absolute;
    content: "";
    background: #dee2e6;
    right: 0;
    height: 233px;
    width: 1px;
}

.inr-cntnt.last::before {
    position: unset;
}

.pop-up .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.pop-up .btn-close {
    opacity: 1;
    /* filter: invert(17%) sepia(98%) saturate(2143%) hue-rotate(321deg) brightness(107%) contrast(93%); */
    filter: invert(27%) sepia(76%) saturate(1540%) hue-rotate(342deg)
        brightness(91%) contrast(103%);
}

.stellarnav {
    z-index: 990;
}

.btn-popup {
    width: 70px;
}

/* best-tutor */
.toggle-cntnt {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.left-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.toggle-cntnt img {
    width: 39px;
}

.toggle-cntnt h6 {
    color: #e9b43a;
    margin: 0;
}

.tutor-drpdwn #dropdownMenuButton1 {
    border: unset;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    width: 100%;
}

.tutor-drpdwn .dropdown-menu.show {
    width: 300px;
}

.best-online-tutor .form-select {
    border: unset;
    font: normal normal normal 16px/28px Poppins;
    letter-spacing: 0px;
    color: #021c24;
    padding: 13px 13px;
    border: 1px solid #70707040;
    border-radius: 10px;
}

.best-online-tutor h2 {
    font: normal normal 500 19px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
}

.tutor-drpdwn {
    margin-bottom: 30px;
}

.tutor-info .tutor_singlebox {
    border: 0;
}

.tutor-info .tutsbm_single {
    min-height: unset;
}

.tutr-info .tutsbm_single.classtime_box {
    border-right: 0;
}

.tutor_singlebox.tutor-info .tutsb_left .wishlist {
    top: 1%;
    right: 2%;
}

/* fav-tutor */
.fav-tutor-card {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border-radius: 15px;
    padding: 10px;
}

.fav-tutor-card .wishlist {
    position: absolute;
    top: 2px;
    right: 4px;
}

.fav-tutor-card .c-img img {
    width: 100% !important;
}

.fav-tutor-card .class-content {
    padding: 11px 5px;
}

.tutr-info .bnr-first {
    letter-spacing: 0.87px;
}

/* plans */

.planns-inner .transaction-top {
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0px 0px 5px #3333332b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.planns-inner .transaction-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transaction-top .class_time {
    font: normal normal 500 12px/13px Poppins;
    letter-spacing: 1.14px;
    color: #ffffff;
    border: unset;
    background: #e9b43a 0% 0% no-repeat padding-box;
    border: 1px solid #e9b43a;
    border-radius: 40px;
    display: flex;
    width: 150px;
    height: 39px;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
}

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

.btn_click .dropdown-toggle {
    background: transparent;
    border: none;
    font-size: 23px;
}

.btn_click .dropdown-toggle i {
    color: #d1d1d1;
    font-weight: 600;
}

.btn_click .dropdown-item {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 23px;
}

.btn_click .dropdown-item span {
    padding-right: 10px;
}

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

.table.plans tbody tr td {
    font: normal normal 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding: 16px;
}

.table.plans.span-cls tbody tr td span {
    font-size: 13px !important;
    color: #e9b43a;
    display: block;
}

.publish button,
.draf button {
    font: normal normal 500 12px/9px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    border: unset;
    border-radius: 25px;
    background-color: #029124;
    padding: 10px;
    display: inline-block;
    width: 91px;
    max-width: 100%;
}

.draf button {
    color: #666666 !important;
    background-color: #d1d1d1 !important;
}

.planns-inner {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 26px 27px;
    box-shadow: 0px 0px 5px #3333332b;
}

.draf {
    text-align: center;
}

.table.plans tbody tr {
    box-shadow: 0px 0px 20px #0000000f;
}

.nav-menu.plans {
    justify-content: flex-end;
}

.plan-popup .signin-input {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.plan-popup .signin-input .form-label {
    font: normal normal 500 17px/23px Poppins;
    width: 100%;
}

.plans-login {
    margin: 37px 0 36px 0;
}

.plans-login .login-check {
    margin-top: 5px;
}

.plans-login .login-check .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.plans-ft .btn.btn-secondary {
    width: 150px;
    border-radius: 50px;
    height: 40px;
}

.plans-ft .btn-primary {
    background-color: #4a9bff;
    border-color: #4a9bff;
    border-radius: 25px;
    min-width: 150px;
    padding: 5px 0;
    height: 40px;
}

.plans-ft button {
    font: normal normal 500 16px/27px Poppins;
    letter-spacing: 0px;
    background: #d1d1d1;
    border: unset;
    color: #0a3745;
}

.plans-ft .btn.btn-primary {
    color: #fff !important;
    background-color: #5ba4ff !important;
}

.plan-popup .signin-input .form-label {
    color: #666666;
    font: normal normal normal 15px/18px Poppins;
    letter-spacing: 0px;
}

.plans-login .login-check label.form-check-label {
    color: #666666 !important;
}

/* transation-last */
.choose-date {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1.5px solid #7a7a7a6e;
    padding-bottom: 5px;
}

.date-here input {
    border: unset;
    font: normal normal 500 14px/25px Poppins;
    letter-spacing: 0px;
    color: #7a7a7a;
    background: unset;
}

.date-here:last-child {
    border-left: 1px solid #7a7a7a;
    padding-left: 12px;
}

/* new-add-css */
.transtion-id {
    border-right: 1px solid #66666685;
}

.transtion-id p {
    font: normal normal normal 13px/27px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.transtion-id h6 {
    font: normal normal 500 13px/11px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 2px;
}

.testi-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #66666685;
    min-height: 92px;
    padding-right: 6px;
}

.testi-img img {
    width: 69px;
}

.testi-cntnt p {
    font: normal normal normal 13px/27px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.testi-cntnt h6,
td.earned-amnt h6,
.earned-amnt h6 {
    font: normal normal 500 14px/16px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.testi-cntnt span {
    font: normal normal normal 13px/27px Poppins;
    letter-spacing: 0px;
    color: #e9b43a;
    display: block;
}

.earned-amnt p {
    font: normal normal normal 13px/27px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.earned-amnt span {
    font: normal normal normal 12px/13px Poppins;
    letter-spacing: 0px;
    color: #e9b43a;
    display: block;
}

.success p {
    font: normal normal normal 13px/13px Poppins;
    color: #029124;
}

.success p span {
    background-color: #029124;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.success p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.failed p {
    font: normal normal normal 13px/13px Poppins;
    color: #db323a;
}

.failed p span {
    background-color: #db323a;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.failed p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.table.plans.last tbody tr td:first-child {
    width: 24%;
}

.earned-amnt {
    border-right: 1px solid #66666685;
    min-width: 92px;
}

.table.plans.last tbody tr td {
    padding: 9px 15px 5px 15px;
}

.testi-img {
    justify-content: start;
    gap: 10px;
    border-right: 0;
    align-items: start;
    vertical-align: bottom;
}

table.table.plans.rvw .testi-cntnt h6 {
    font: normal normal 500 14px/42px Poppins;
}

/* ==============pallavi css end=========================== */

/* ===========diksha's css=============*/
.top-profile {
    background-color: #f8f8f8;
    display: block;
}

.profile-edit a {
    background: #e9b43a 0% 0% no-repeat padding-box;
    border-radius: 19px;
    font: normal normal 10px/9px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 37%;
}

.profile-edit {
    display: grid;
    justify-content: center;
    position: relative;
}

.top-profile h4 {
    font: normal normal 600 18px / 20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 10px 0px 0px 0px;
    position: relative;
    display: inline-block;
    padding: 0 36px 0;
    word-break: break-all;
    width: 100%;
}
.top-profile h4 a{
    position: absolute;
    right: 12px;
    top: 0;
}
.top-profile p {
    font: normal normal normal 15px/26px Poppins;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
}

.top-profile {
    padding: 35px 0px 15px 0px;
}

.dash-left-menu ul {
    list-style: none;
    background-color: #f9fdff;
    margin: 0;
    padding-bottom: 80px;
}

.dash-left-menu ul li {
    padding: 10px 20px;
}

.dash-left-menu ul li.hdr-li {
    font: normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #00479f;
    background-color: white;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 500;
}

.dash-left-menu ul li.hdr-li.active {
    color: #e9b43a;
}

.dash-left-menu ul li a {
    text-align: left;
    font: normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    font-weight: 500;
}

.dash-left-menu ul li a.active {
    color: #029124;
}

.dashboard-full {
    background: #fbfbfb 0% 0% no-repeat padding-box;
    position: relative;
}

.dash-right-content {
    position: relative;
    padding: 0px 0px;
    display: block;
}

.dash-left-menu ul li a:hover {
    color: #029124;
}

.class-sec {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 12px;
    position: relative;
    border-radius: 20px;
}

.currnt-sec {
    padding: 36px 15px;
    background-color: white;
    border-radius: 8px;
}

.c-img img {
    width: 90px !important;
}

.c-place {
    display: flex;
    align-items: center;
    gap: 10px;
    text-wrap: nowrap;
    width: max-content;
}

.dash-right-content h4 {
    font: normal normal 600 18px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
}

.c-place span {
    font: normal normal normal 10px/12px Poppins;
    letter-spacing: 0px;
    color: #021c24;
    font-weight: 500;
}

.c-place i {
    color: #e9b43a;
}

.class-content p {
    font: normal normal normal 13px/13px Poppins;
    letter-spacing: 0px;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 8px 0px 0px 0px;
}

.class-content span.top-date {
    max-width: 18%;
    font: normal normal 11px/12px Poppins;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    top: 11px;
    right: 3px;
    font-weight: 600;
}

.top-date i {
    font-weight: 400;
    font-size: 10px;
}

.class-sec.slider-cls {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0px solid white;
}

.top-wishlist {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca2e3a;
}

.top-wishlist a {
    color: #ca2e3a;
}

a.time-link {
    text-decoration: underline;
    font: normal normal 600 14px/20px Poppins;
    letter-spacing: 0px;
    color: #00479f;
    text-transform: uppercase;
    position: absolute;
    right: 8px;
    bottom: 22px;
}

.total-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.total-class h6 {
    font: normal normal 13px/15px Poppins;
    letter-spacing: 0px;
    color: #000000;
    max-width: 15%;
    font-weight: 500;
}

.consume-cls {
    min-width: 220px;
}

.total-class span {
    background: #ca2e3a 0% 0% no-repeat padding-box;
    font: normal normal 14px/20px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.consume-cls p {
    font: italic normal normal 12px/14px Poppins;
    letter-spacing: 0px;
    color: #021c24;
}

.slider-cls {
    background-color: white;
    border-radius: 8px;
    padding-bottom: 22px;
}

progress {
    vertical-align: baseline;
    width: -webkit-fill-available;
    height: 8px;
    border: 1px solid #9e9e9e;
    border-radius: 16px;
}

.colored {
    accent-color: #d1d1d1;
}

progress::-webkit-progress-bar {
    background-color: #d1d1d1;

}

progress::-webkit-progress-value {
    background-color: #029124;
}

.slider-cls .class-sec {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0px solid white;
    padding: 14px;
}

.dash-top-sec h4 {
    margin-bottom: 20px;
}

.class-content h4 {
    margin-bottom: 7px;
}

#acc-sldr button.owl-dot {
    width: 20px;
    height: 2px;
    background-color: #d1d1d1;
}

#acc-sldr .owl-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    /* position: absolute; */
    /* left: 42%; */
    /* bottom: 10px; */
}

#acc-sldr button.owl-dot.active {
    background-color: #616161;
}

.class-content p img {
    width: 12px !important;
}

#acc-sldr.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.book-ses-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0px 0px 5px #3333332b;
    margin-bottom: 10px;
}

.book-ses-top .nav-pills .nav-link {
    background: #d1d1d1 0% 0% no-repeat padding-box;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    font: normal normal 14px/14px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 8px 8px;
}

.book-ses-top .nav-pills .nav-link.active {
    background: #02cab9 0% 0% no-repeat padding-box;
    border: 1px solid #02cab9;
    border-radius: 8px;
}

.book-ses-top .nav {
    gap: 25px;
}

.sessions-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    margin: 30px 0px 0px 0px;
    box-shadow: 0px 0px 2px #3333332b;
    padding: 15px;
}

.book-ses-bottom .class-sec {
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 0px;
    border-radius: 20px;
}

.book-ses-bottom .total-class {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    gap: 16px;
}

.class-count {
    display: flex;
    align-items: center;
    gap: 20px;
}

.book-ses-bottom .total-class h6 {
    max-width: 100%;
    margin: 0;
}

.scheduled-action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.scheduled-action-btn [type="button"] {
    border: 0;
    background-color: none;
}

.scheduled-date {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.scheduled-date h6 {
    font: normal normal 13px/15px Poppins;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

span.top-fxd {
    background: #e9b43a 0% 0% no-repeat padding-box;
    border-radius: 0px 15px;
    opacity: 1;
    position: absolute;
    top: -30px;
    right: -16px;
    font: normal normal 13px/13px Poppins;
    letter-spacing: -0.2px;
    color: #fffaef;
    padding: 7px 20px;
}

.scheduled-box {
    position: relative;
}

.scheduled-action-btn img {
    width: 30px;
}

.sessions-details .class-sec::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #7070701c;
    right: -25px;
}

.total-class {
    position: relative;
}

.sessions-details .total-class::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #7070701c;
    right: -25px;
}

.c-img {
    position: relative;
    width: 100px;
}

.sessions-details .wishlist {
    background: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ca2e3a;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
}

.dash-right-content h4.single-hdng {
    font: normal normal 600 18px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    padding: 13px 0px;
    margin: 0;
}

.tutor-secc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    background-color: white;
    box-shadow: 0px 0px 2px #3333332b;
    border-radius: 15px;
    margin: 30px 0px 0px 0px;
    padding: 15px;
}

.tutor-secc .c-img img {
    width: 300px !important;
    height: auto;
    object-fit: cover;
    max-height: 160px;
    border-radius: 10px;
}

.tutor-secc .wishlist {
    background: #f3f3f3;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ca2e3a;
    position: absolute;
    font-size: 14px;
    top: 5px;
    right: 5px;
}

.tutor-details {
    display: flex;
    align-items: center;
    gap: 46px;
}

a.timing-btn {
    font: normal normal 600 14px/36px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    background: #5ba4ff 0% 0% no-repeat padding-box;
    border: 1px solid #5ba4ff;
    border-radius: 34px;
    font-weight: 400;
    padding: 0px 30px;
}

.class-timing {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 35px 0px 0px 0px;
    position: relative;
}

.class-timing .mesage_box {
    position: relative;
    background: radial-gradient(#09b733, #029124);
    padding: 7px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 5;
    left: 0;
    box-shadow: 0px 2px 5px 0px #3336;
}

.tutor-bottom-sec {
    position: relative;
    width: 100%;
}

.tutor-details .total-class {
    width: 100%;
}

.tutor-bottom-sec .class-timing::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    top: -14px;
    background-color: #7070701c;
}

.tutor-details .class-content {
    position: relative;
    min-width: 35%;
}

.tutor-details .class-content::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #7070701c;
    right: -25px;
}

.tutor-details .korean-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tutor-details .eng-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tutor-details .consume-cls {
    min-width: 305px;
}

.packages-table .table tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none;
}

.packages-table .table > thead > tr {
    vertical-align: bottom;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 12px;
}

.packages-table .table > thead > tr > th {
    font: normal normal 500 15px/12px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    padding: 20px;
}

.packages-table .table tbody tr {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 20px;
}

.packages-table .table tbody tr td {
    font: normal normal normal 14px/20px Poppins;
    letter-spacing: 0px;
    color: #0a3745;
    align-items: center;
    vertical-align: middle;
    padding: 15px;
}

.packages-table .table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.packages-table .table > thead > tr > th:first-child,
.transaction-table .table tbody tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.packages-table .table > thead > tr > th:last-child,
.transaction-table .table tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.packages-table .table > tbody > tr > td:first-child,
.transaction-table .table tbody tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.packages-table .table > tbody > tr > td:last-child,
.transaction-table .table tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.packages-table .class-sec {
    background: #ffffff 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 12px;
    position: relative;
    border-radius: 20px;
}

.packages-table .total-class {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    gap: 8px;
}

.tooltip-btn {
    border: 0;
    background-color: transparent;
}

.packages-table .c-place {
    text-wrap: nowrap;
}

.packages-table .class-count h6 span {
    color: #e9b43a;
    display: block;
    background: #49303000;
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.packages-table .total-class h6 {
    font: normal normal 13px/15px Poppins;
    letter-spacing: 0px;
    color: #000000;
    max-width: 100%;
    font-weight: 500;
    display: flex;
    text-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.packages-table h4 {
    font: normal normal 500 14px/15px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
    width: -webkit-fill-available;
}

.packages-table .c-img img {
    width: 70px !important;
}

.class-count {
    gap: 12px;
}

.tooltip-inner {
    background-color: rgb(255, 255, 255) !important;
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0.2px;
    color: #021c24;
}

.tooltip-inner {
    /* box-shadow: 0px px 10px #0000000F;  */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tooltip.top .tooltip-arrow {
    border-color: white;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
}

.tutorregis_sec {
    margin: 5px 0px 0px 0px;
    position: relative;
    display: block;
}

.country .select {
    height: 43px;
}

.upload-imgg .form-group .img-upload {
    background: #efefef 0% 0% no-repeat padding-box;
    border-radius: 8px;
    position: relative;
    width: 100%;
    height: 150px;
    color: #666666;
    margin-top: 10px;
}

.upload-imgg .form-group .img-upload label img {
    filter: invert(0%) sepia(30%) saturate(23%) hue-rotate(380deg)
        brightness(0%) contrast(112%);
    margin-bottom: 10px;
}

.upload-imgg .form-group .img-upload label {
    color: #021c24;
}

.upload-imgg .form-group .succ-img img {
    width: 100%;
    height: 100%;
    -webkit-mask-size: cover;
}

.dlt-img {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
}

.dlt-img img {
    width: 13px !important;
    height: 15px !important;
}

.vdo-link {
    background: #f9fdff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    display: block;
    width: 100%;
    padding: 20px;
    margin: 20px 0px 0px 0px;
}

.vdo-link label {
    font-size: 13px;
    margin-bottom: 10px;
    color: #5ba4ff !important;
    font-weight: 500;
}

.vdo-link .form-control {
    appearance: auto;
    font: normal normal 600 13px/13px Poppins;
    letter-spacing: 0px;
    color: #021c24;
    padding: 10px 20px;
    height: 60px;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #02cab9;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 8px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #02cab9;
    border-color: #02cab9;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.language-box h6 {
    font: normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    background: #02cab9 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 0px 0px;
    padding: 15px 20px;
    margin: 0;
}

.language-box {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 0px 10px;
}

.place-chk-box {
    height: 350px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d1d1d1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00479f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d1d1d1;
}

.place-chk-box .form-group {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #d1d1d1;
}

.place-chk-box .form-group label {
    color: #666;
    font-size: 13px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-box .place-chk-box label img {
    width: 36px;
    height: 36px;
    border: 1px solid;
    border-radius: 50%;
    padding: 2px;
}

.upload-diff textarea.form-control {
    min-height: 200px;
    width: -webkit-fill-available;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-style: italic;
}

.upload-diff .form-group .img-upload {
    border-radius: 10px;
    position: relative;
    background: #f5f5f5;
    max-width: 100%;
    width: -webkit-fill-available;
    height: 200px;
    color: #666666;
    margin-top: 0px;
    /* border: 1px solid #f5f5f5; */
}

.add-certificate .form-group .img-upload {
    height: 50px;
}

.add-certificate .form-group .img-upload {
    background: none;
}

.add-certificate .form-control {
    appearance: auto;
    font-size: 13px;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #f5f5f5;
}

.add-certificate .form-group {
    margin-bottom: 0px;
}

.add-c i {
    color: #029124;
    background-color: white;
    border: 2px solid #029124;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 8px 10px;
    font-weight: 700;
}

.add-certificate {
    background: #f9fdff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}

.add-certificate .form-group .img-upload label {
    top: 0;
    justify-content: flex-start;
    color: #666666;
    flex-direction: row;
    gap: 20px;
    min-width: max-content;
    margin: 0;
}

.side-img {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-certificate .form-group .img-upload label img {
    /*filter: invert(0%) sepia(30%) saturate(23%) hue-rotate(380deg) brightness(210%) contrast(112%);*/
    margin-bottom: 0px;
    width: 20px;
}

.add-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-diff .img-upload i {
    font-weight: 200;
    font-size: 12px;
}

.add-c i.fa-minus {
    border-color: #ca2e3a;
    color: #ca2e3a;
}

.info-sec {
    list-style: auto;
    padding-left: 30px;
}

li::marker {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.info-sec li {
    font-size: 12px;
    color: #8a8a8a;
    padding-left: 8px;
    margin-bottom: 15px;
}

.cus-acc .round {
    position: relative;
    margin-right: 20px;
}

.cus-acc .round label {
    background-color: #fff;
    border: 1px solid #e9b43a;
    border-radius: 10%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 25px;
}

.cus-acc .accordion-button {
    color: #0c63e4;
    background-color: #f9f9f9;
    box-shadow: none;
    font: normal normal 15px/18px Poppins;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 500;
}

.cus-acc .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fbfbfb;
}

.cus-acc .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(255 255 255 / 0%);
    margin-bottom: 30px;
}

.search-box p {
    font: normal normal normal 18px/25px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.search-box {
    margin-bottom: 50px;
}

.process-img::before {
    border-radius: 10px;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #808080 100%)
        0% 0% no-repeat padding-box;
}

.process-img .lt-up {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tutor-registrn {
    background: #f9fdff 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 20px;
}

.tutor-registrn .nav-pills .nav-link {
    font: normal normal 15px/15px Poppins;
    letter-spacing: 0px;
    color: #000000;
    background: #d1d1d100 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 12px 0px;
    font-weight: 500;
    border: 0px;
}

.tutor-registrn .nav-pills .nav-link.active {
    background: #5ba4ff00 0% 0% no-repeat padding-box;
    border-bottom: 2px solid #e9b43a;
    border-radius: 0px;
    color: #029124;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.tutor-registrn .book-ses-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px 15px 0px 15px;
    box-shadow: none;
}

.revw-btnnn {
    background: #029124 0% 0% no-repeat padding-box;
    border-radius: 9px;
    font: normal normal 13px/17px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 0;
}

.details-btnnn {
    background: #00479f 0% 0% no-repeat padding-box;
    border-radius: 9px;
    font: normal normal 13px/17px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 31px;
    border: 0;
}

.select2-selection__choice {
    background-color: var(--bs-gray-200);
    border: none !important;
    font-size: 12px;
    font-size: 0.85rem !important;
}

.select2-selection__rendered [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: 10px; */
    color: #0a3744 !important;
    opacity: 0.6;
    border-radius: 0.6rem;
    padding: 11px 10px 11px 20px !important;
    font-size: 13px;
    width: 100% !important;
}

.select2-selection__rendered {
    list-style: none;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
    display: none;
}

.select2-results__options {
    list-style: none;
    background-color: #f4f4f4;
    width: 100%;
    min-width: 490px;
    padding: 10px 20px;
}

.select2-selection__rendered {
    list-style: none;
}

.select2-selection__choice {
    background-color: var(--bs-gray-200);
    border: none !important;
    font-size: 12px;
    font-size: 0.85rem !important;
    bottom: -50px;
    background-color: #f5f5f5;
    font: normal normal 12px/36px Poppins;
    letter-spacing: 0px;
    color: #e9b43a;
    padding: 10px 10px;
    border-radius: 30px;
    width: max-content;
    display: inline;
    margin-right: 10px;
    /* margin-top: 30px; */
}

.dash-left-menu ul li a.active:before {
    content: "";
    position: absolute;
    background: #e9b43a 0% 0% no-repeat padding-box;
    border-radius: 0px 15px 15px 0px;
    width: 4px;
    height: 48px;
    left: -20px;
    top: -15px;
    bottom: 0;
}

.dash-left-menu ul li a {
    position: relative;
}

.upload-photo input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.sess-table .wishlist {
    background: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ca2e3a;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 10px;
    border: 1px solid;
    cursor: pointer;
}

.sess-table tr {
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    margin: 30px 0px 0px 0px;
    box-shadow: 0px 0px 2px #3333332b;
}

.sess-table > tbody > tr > td:first-child,
.sess-table tbody tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.sess-table > tbody > tr > td:last-child,
.sess-table tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.sess-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.sess-table tbody tr td:first-child {
    width: 35%;
}

.sess-table tbody tr td:nth-child(2) {
    width: 35%;
}

.sess-table tbody tr td:last-child {
    width: 30%;
}

.sess-table > tbody {
    vertical-align: middle;
}

.sess-table > tbody tr td {
    padding: 9px 15px 5px 15px;
}

.sess-table > tbody tr {
    box-shadow: 0px 0px 20px #0000000f;
}

.packages-table .table tbody tr {
    box-shadow: 0px 0px 20px #0000000f;
}

.tutor-tbll .c-img img {
    width: 300px !important;
    height: auto;
    object-fit: cover;
    max-height: 160px;
    border-radius: 10px;
}

.tutor-tbll .sess-table tbody tr td {
    padding: 9px 15px 5px 13px !important;
}

.publish {
    text-align: center;
}

.cus-hdrr {
    background-color: transparent;
    box-shadow: none !important;
    margin: 0;
    padding: 0 !important;
}

.plan .modal-title {
    font: normal normal 20px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 500;
}

.plan .signin-input .form-control {
    color: #0a3744 !important;
    opacity: 0.6;
    border-radius: 0.6rem;
    padding: 15px 10px 15px 20px;
}

.tab-table-clss tbody tr td:first-child {
    width: 38%;
}

.tab-table-clss tbody tr td:nth-child(2) {
    width: 34%;
}

.tab-table-clss tbody tr td:last-child {
    width: 28%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: url("../images/calendar-alt.png") no-repeat;
    width: 12px;
    height: 12px;
    border-width: thin;
    background-size: contain;
    object-fit: contain;
    background-position: center;
}

.btn-shop1 {
    background: #00479f;
    color: #fff;
    outline: none;
    border: 1px solid #00479f;
    padding: 7px 20px;
    border-radius: 25px;
    font-size: 12px;
}

.bottom-sub-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.min-hght {
    min-height: auto;
}

/* -------------- end diksha's css --------------- */

.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.8),
        rgba(0, 0, 0, 0.8)
    ); */
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

.single_date p {
    margin-bottom: 7px;
    text-align: center;
}

.profile-edit > img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #6fc9f5;
}

.profileimg-learner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #6fc9f5;
}

.ava_calender {
    max-height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.single_day {
    position: sticky;
    top: 0;
    background: #fff;
    text-align: center;
    border-bottom: 3px solid #02cab9;
}

.avacal_day_class_time {
    display: grid;
    grid-template-columns: repeat(7, 48px);
    gap: 21px;
}

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

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

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

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

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

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

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

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

/* .select2-container {
    width: 100%;
} */

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
    margin: 0;
    width: 100% !important;
    /* border: 1px solid #ced4da ; */
    border-radius: 8px !important;
    padding: 5px !important;
}

.new-input .select2-container .select2-selection--multiple .select2-selection__rendered{
    border: 1px solid #ced4da ;
}
.new-input.select2-container--default .select2-selection--single .select2-selection__placeholder
.details_img,
.details_name {
    cursor: pointer;
    font-size: 14px;
}

.countb_single img {
    width: 20px;
}

.becometutor_txt {
    padding: 0;
}

.becomtutor_inner {
    /* padding: 8% 0 4%; */
    padding: 50px 0 40px;
}

.herobnr-left.becometutor_txt h5 {
    color: #ca2e3a;
}

.herobnr-left.becometutor_txt ul li,
.globalr_txt ul li {
    color: #dfa113;
    font-weight: 600;
}

.globalr_txt > h4 {
    font: normal normal bold 38px / 48px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
}

.global-english-right.globalr_txt p {
    padding: 6px 0 35px 0;
}

.liveclass_list ol li {
    margin-bottom: 15px;
}

.corporat_lang {
    padding: 70px 0 50px;
    background: #fffaf059;
}

.corporat_lang h2 {
    font: normal normal bold 38px / 48px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
}

.corporat_lang p {
    font: normal normal normal 15px / 26px Poppins;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    padding: 14px 0;
}

.choose_box {
    padding: 20px 0;
}

.choose_box h3 {
    color: #dfa113;
    font-weight: 600;
}

/*
.corpotles_student .student-card{
  min-height: 565px;
}*/

.live-class-left.liveclass_list h3 {
    font: normal normal bold 38px / 48px Poppins;
    letter-spacing: 0px;
    color: #1d1e3c;
}

.benefit_img .frst-pstn {
    border-radius: 30px;
}

.fittedimg.img-upload label {
    top: 0;
}

.fittedimg.img-upload label img {
    width: 155px;
    border-radius: 15px;
    height: 125px;
    object-fit: cover;
}

.img-upload label p {
    font-size: 12px;
}

.img-upload.fittedimg label p {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #3333336b;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.termscontent p,
.privacycontent p,
.privacycontent ul li {
    text-align: justify;
}

.privacycontent ul li {
    font: normal normal normal 15px / 26px Poppins;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    padding: 14px 0;
}

.formc_field .form-group .fittedimg.img-upload label img {
    width: 160px;
    height: 170px;
    margin-bottom: 0;
}

.formc_field .form-group .img-upload.fittedimg label p {
    bottom: -8px;
}

/*.add-certificate .form-group .img-upload.fittedimg .side-img {
  width: 100%;
}*/
.add-certificate .form-group .img-upload.fittedimg label img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.tutsb_right img, .tutsb_left img{
    width: 100% !important;
    height: 150px !important;
    object-fit: contain;
}

/* .tutsb_right img,
.tutsb_left img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 8px;
} */

.contactus_form form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contactus_form form input {
    border: 1px solid #a8c8d6;
    border-radius: 7px;
    height: 50px;
    margin-bottom: 20px;
}

.contactus_box {
    background: #7fdfd7;
    padding: 6% 0;
    margin: 0 auto 5%;
}

.contactub {
    max-width: 558px;
    margin: auto;
    color: #fff;
}

.mobno_box {
    display: flex;
    align-items: center;
    border-radius: 0.6rem;
    border: 1px solid #ced4da;
}

.mobno_box .form-control {
    border: 0;
}

.mobno_box .select2-container .select2-selection--single {
    border: 0;
}

.mobno_box span.select2.select2-container.select2-container--default {
    width: 200px !important;
    height: 100%;
}

.mobno_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 60px;
    display: flex;
    align-items: center;
    width: 200px;
    font-size: 13px;
}

.mobno_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: -19px;
    top: 12px !important;
}

.actmob_box.mobno_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 35px;
    width: 165px;
}

.mobno_box.actmob_box
    span.select2.select2-container.select2-container--default {
    width: 150px !important;
    overflow: hidden;
}

.mobno_box.actmob_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 0px;
    top: 0px !important;
}

.mobno_box.actmob_box {
    border-radius: 5px;
}

.calendarview.avacal_day {
    display: grid;
    grid-template-columns: repeat(7, 13%) !important;
    gap: 16px !important;
}
.calendarview.avacal_day p {
    text-align: center !important;
    border-top: 3px solid #02cab9;
    padding-top: 12px;
}
.calendarview .single_date p {
    margin-bottom: 7px;
    border: transparent 1px solid;
    text-align: center;
    padding: 7px 2px !important;
}
.calendarview .single_date .text-blue:hover {
    border: #02cab9 1px solid !important;
    color: #03b5a6 !important;
    font-size: 20px;
    border-radius: 10px;
}

.modal {
    z-index: 999999999;
}

.zoom_joinbox {
    width: 50%;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 5px 5px 15px rgba(51, 51, 51, 0.2196078431);
}

.zoom_joinbox .class-sec {
    background: #02cab912 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.single_zoomdetails {
    border-bottom: 1px solid #f2ebeb;
    padding: 0 0 15px;
    margin: 0 0 15px;
    min-height: 90px;
}

.single_zoomdetails h3 {
    font-size: 22px;
    font-weight: 600;
}

.dash-right-content .single_zoomdetails h4 {
    font-weight: 500;
    font-size: 15px;
}

.zoom_clientbtn {
    text-align: center;
}

.single_zoomdetails .scheduled-date {
    margin: 10px 0 7px;
}

.dash-left-menu .top-profile h4 .suptext {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 0;
}

.dash-left-menu .top-profile h4 .suptext small i {
    font-size: 16px;
}

.dash-left-menu .top-profile h4 .suptext span {
    position: absolute;
    background: #ede2e2;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -8px;
    right: -5px;
    font-size: 12px;
}

/* availability calender view change */
.avail_calender table.fc-scrollgrid {
    border: 0 !important;
}

/* .avail_calender .fc-theme-standard td,
.avail_calender .fc-theme-standard th {
    border: 0 !important;
} */

.avail_calender tbody {
    font-size: 14px;
    text-align: center;
}

.avail_calender .fc .fc-col-header-cell-cushion {
    border-top: 3px solid #02cab9;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.avail_calender
    span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.avail_calender .fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: center !important;
    color: #d1d1d1;
    font-weight: 600;
}

.timetext .pl_1 {
    padding-left: 5px;
}

.weekly_calender .fc .fc-col-header-cell-cushion {
    border-top: 3px solid #02cab9;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.weekly_calender
    span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

/* calender scrollbar change*/
.fc-scroller {
    margin-bottom: 0px !important;
}

/* SCROLLBAR - START - */

/* width */
.fc-scroller::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.fc-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fefefe;
    border-radius: 0px;
}

/* Handle */
.fc-scroller::-webkit-scrollbar-thumb {
    background: #02cab9;
}

/* Handle on hover */
.fc-scroller::-webkit-scrollbar-thumb:hover {
    background: #0e847a;
}

/* Firefox Integration */

.fc-scroller {
    scrollbar-color: #02cab9;
}

/* SCROLLBAR - END - */

.logedin.home_footer {
    padding: 65px 0 10px;
}
.withzoomview {
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.fc-button {
    background-color: #02cab9 !important;
    border-color: #02cab9 !important;
}
.fc-prev-button {
    background-color: #02cab978 !important;
    border-color: #02cab9 !important;
}
.fc-timegrid-slot-label-cushion {
    color: #02cab9d9;
}
.fc-timegrid-slot-label-frame {
    font-weight: 600 !important;
}
/* payment page */
.productb_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.singleproduct_right {
    min-width: 145px;
}
.paymethod_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.plandetails_wrap {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 30px;
}

.singleproduct_right p.subtotal_no {
    border-bottom: 1px solid #d0d0d0;
    font-weight: 400;
    padding-bottom: 10px;
}
.singlepaym_box label img {
    width: 75px;
}

.prob_details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product_box > h6 {
    font-size: 14px;
}

.payment_box h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 25px;
}

h6.techr_name {
    font-size: 15px;
    font-weight: 500;
}
.summary_box {
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}

.summpro_details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.summary_box .summpro_details:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.singleproduct_right p {
    font-size: 15px;
    font-weight: 500;
}

.sumprod_left h6 {
    font-size: 15px;
    font-weight: 500;
}

.sumprod_left p {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
}

.payment_box {
    margin: 15px 0 30px;
}

.singlepaym_box input[type="radio"] {
    appearance: none;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    display: inline-grid;
    place-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.singlepaym_box input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

.singlepaym_box input[type="radio"]:checked::before {
    transform: scale(1);
}
.singlepaym_box input[type="radio"]:checked {
    background-color: #0075ff;
    border: 2px solid #0075ff;
}


.singlepaym_box label{
    position: relative;
    border: 1px solid #bebebe;
    width: 200px;
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.singlepaym_box input[type="radio"]:checked + .singlepaym_box label{
    border: 1px solid red;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 168px !important;
}
.signin-input.position{
    position: relative;
}
.signin-input.position label#phone_code-error {
    position: absolute;
    top: 100%;
}
.signin-input.position label#mobile_number-error{
    position: absolute;
    top: 100%;
    right: 0;
}
.modal-backdrop{
    z-index: 999999;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    opacity: 1 !important;
}


.blog-box{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.blog-box .herobnr-left.becometutor_txt{
    padding: 15px;
}
.blog-box .herobnr-left p{
    width: 100%;
    padding: 0px;
    margin: 15px 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 77px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.viewBtn{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border:2px solid;
    background-color: #fff;
    border-color: #4a9bff;
    border-radius: 25px;
    padding: 8px 30px;
    color: #4a9bff;
    transition: all 300ms ease-in-out;
}
.viewBtn:hover{
    background-color:#4a9bff;
    color: #fff;
}

.blogStatus-info{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blogStatus-info li{
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #ccc;
    font-size: 12px;
    color: rgba(0,0,0,1);
}
.blogStatus-info li span,
.blogStatus-info li i{
    color: rgba(0,0,0,.5);
}
.blogStatus-info li:last-child{
    border-right: none;
}
.blog-box .herobnr-left.becometutor_txt h6{
    font-size: 20px;
}
.blog-box .herobnr-left.becometutor_txt h6 a{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-box .tham{
    height: 230px;
}
.blog-box .tham img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-sidebar {
    position: sticky;
    top: 80px;
}
.sidebar-card{
    background: #fff;
    padding: 15px;
    margin: 0 0 30px;
    border-radius: 5px;
}
.sidebar-card:last-child{
    margin-bottom: 0;
}
.sidebar-card h3{
    font-size: 30px;
    line-height: 1.2;
    font-family: "Anton", sans-serif;
    padding: 0;
    margin: 0 0 20px;
    color: #212529;
}
.sidebar-card h3 span{

}
.sidebar-panel{
    display: flex;
    align-items: flex-start;
    padding: 0 0 15px;
    margin: 0 0 16px;
    border-bottom: 1px solid #ccc;
}
.sidebar-panel:last-child{
    padding: 0;
    margin:0;
    border-bottom:none;
}
.sidebar-panel .tham{
    width: 80px;
    height: 80px;
}
.sidebar-panel .tham img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.sidebar-panel .desc{
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
}
.sidebar-panel .desc h6{
    font-size: 14px;
}
.sidebar-panel .desc .blogStatus-info li {
    list-style: none;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 11px;
    color: rgba(0,0,0,1);
}

.blog-details-info-auth {
    padding: 0;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.blog-details-info-auth .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-details-info-auth .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details-info-auth .text{
    width: calc(100% - 60px);
    padding: 0 0 0 10px;
}
.blog-details-info-auth .text p{
    font-size: 16px;
    line-height: 1.2;
    font-size: 600;
    padding: 0;
    margin: 0 0 0px;
}
.blog-details-info-auth .text span{
    font-size: 14px;
    color: #9d9d9d;
}

.planns-inner .nav-link{
    color: #02cab9;
    font-size: 14px;
    font-weight: 600;
}
.planns-inner .nav-link.active,
.planns-inner .nav-link:hover{
    background-color: #20c997cc;
    color: #fff;
    border-color: transparent;
}
.slider-cls.slider-cus{
    padding: 14px;
    background: #f5f5f5;
    box-shadow: 0px 0px 5px #3333332b;
    border-radius: 5px;
    min-height: 200px;
}
.slider-cls.slider-cus .class-sec{
    padding: 0;
    gap: 0;
    background: transparent;
}
.slider-cls.slider-cus .class-sec  .c-img{
    width: 50px;
}
.slider-cls.slider-cus .class-content{
    width: calc(100% - 50px);
    padding: 0 0 0 10px;
}
.slider-cls.slider-cus .class-content .top-date{
    max-width: inherit;
    top: 0;
}
.slider-cls.slider-cus .class-content .c-place{
    justify-content: space-around;
    width: 100%;
}
.slider-cls.slider-cus .class-content .c-place .eng-img{
    margin: 0;
}
.slider-cls.slider-cus .class-content .c-place .eng-img img{
    margin: 0 auto;
}
.slider-cls.slider-cus .class-content .c-place .eng-img span,
.slider-cls.slider-cus .class-content .c-place .korean-img span{
    display: block;
    text-align: center;
    margin: 3px 0 0;
}
.slider-cls.slider-cus .class-content .c-place .img{
    object-fit: contain;
}

.slider-cls.owlSlider-cls .class-sec{
    gap: 0;
}

.slider-cls.owlSlider-cls .class-sec .c-img{
    width: 50px;
}

.slider-cls.owlSlider-cls .class-sec .class-content{
    width: calc(100% - 50px);
    padding: 0 0 0 10px;
}

.slider-cls.owlSlider-cls .class-sec .class-content .c-place{
    justify-content: space-around;
    width: 100%;
}
.slider-cls.owlSlider-cls .class-sec .class-content .c-place .korean-img,
.slider-cls.owlSlider-cls .class-sec .class-content .c-place .eng-img{
    text-align: center;
    margin: 0;
}
.slider-cls.owlSlider-cls .class-sec .class-content .c-place .img{
    object-fit: cover;
    margin: 0 auto;
}
.slider-cls.owlSlider-cls .total-class{
    padding: 0 14px;
}
.slider-cls.owlSlider-cls .total-class  .consume-cls{
    min-width: inherit;
    width: 100%;
    max-width: 200px;
}
.slider-cls.owlSlider-cls .total-class h6{
    margin: 0;
    max-width: inherit;
}
.tu-address{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tu-address .time-link{
    font: normal normal normal 13px / 13px Poppins;
    position: inherit;
}
.select2-results .select2-results__option{
    font-size: 12px;
    padding: 3px;
    align-items: center;
}
.select2img img{
    object-fit: contain;
}
.ck-special-characters{
    z-index: 999999999999999;
}






.avavailableWrap{
    position: relative;

}
.avavailableWrap.active{
    z-index: 6;
}
.avavailableWrap label{
    color: #e9b43a;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}
.avavailableWrap .avavailableWrapField {
    border: 1px solid #ced4da;
    font-size: 13px;
    padding: 11px 10px;
    width: 100%;
    text-align: left;
    height: 42px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    gap: 6px;
    justify-content: space-between;
}
.avavailableWrap .avavailableWrapField strong {
    display: flex;
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.avavailableWrap .avavailableWrapField strong svg{
    width: 16px;
    fill: rgb(255 255 255);
}

.gd-sldm {
    cursor: default;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    border: 2px #ccc solid;
    border-radius: 7px;
    background-color: #fff;
    z-index: -1;
    width: calc(100% + 150px);
    display: none;
}
.gd-sldm.sldm-active{
    display: block;
}

.sldm{
    width:100%;
    padding: 16px;
}
.sldm-overlay,
.sldm-overlas{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 3;
    display: none;
}
.sldm-overlay.active,
.sldm-overlas.active{
    display: block;
}


/*=============== availableTime Css Start ========== */
.availableTime{
    padding: 0;
    margin: 0;
}
.availableTime h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #121117;
    padding: 0;
    margin: 0 0 15px;
}

.availableTime .timePanel{
    padding: 0;
    margin: 0 0 3px;
}
.availableTime .timePanel:last-child{
    margin-bottom: 0;
}

.availableTime .timePanel h3{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        color:#4d4c5c;
        padding: 0;
        margin:0 0 6px;
}
.tlistPanel{
    /* display: flex;
    flex-wrap: wrap;*/
     gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}
.timeCheckBox input{
    display: none;
}
.timeCheckBox label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #121117;
    background-color: #fff;
    border-radius: 8px;
    border: 2px #dcdce5 solid;
    flex: 1 0;
    width: 100%;
    padding: 8px 4px;
    cursor: pointer;
    height: 68px;
    margin: 0;
}
.timeCheckBox input:checked + label{
    border-color: #121117;
    background: #f4f4f8;
}

.timeCheckBox label:hover{
    background: #ebebf1;
}

.tlistPanel.daysList {
    grid-template-columns: repeat(4, 1fr);
}
.tlistPanel.daysList label{
    height: 40px;
}

.video-slider button{
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    background: #fff !important;
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08) !important;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75;
}
.video-slider button i{
    font-size: 12px;
    line-height: 1;
}
.video-slider button.owl-prev{
    left: 5px;
}
.video-slider button.owl-next{
    right: 5px;
}

.tutor_singlebox:hover .video-slider button{
    opacity: 1;
}

strong.activeStatus {
    height: 16px;
    width: 16px;
    display: block;
    background: #aeb5bc;
    border: 2px solid #fff;
    position: absolute;
    bottom: 6px;
    border-radius: 50%;
    right: 5px;
}
strong.activeStatus.online{
    background: #32bd00;
}



.blog-details-page{
    padding: 60px 0;
    margin: 0;
}
.blog-details-page .blogTextInfo ul{
    margin-left: 15px;
}























.range-slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 300px;
    padding: 0 0 20px;
}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}

.range-slider input[type=number] {
	border: none;
	text-align: center;
	font-size: 18px;
    font-weight: bold;
	-moz-appearance: textfield;
    appearance: textfield;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
    appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
	border:none;
}

.range-slider input[type=range] {
	-webkit-appearance: none;
	width: 100%;
    /* border: 1px solid #000; */
}

.range-slider input[type=range]:focus {
	outline: none;
    background: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
	background: #2497e3;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
	background: #2497e3;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-radius: 10px;
	box-shadow: none;
	border: 0;
    border: 1px solid #000;
}

.range-slider input[type=range]::-webkit-slider-thumb {
		z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #000;
	height: 18px;
	width: 18px;
	border-radius:0;
	background: #fff;
	cursor: pointer;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08) !important; */
    margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 2px solid #000;
	height: 18px;
	width: 18px;
	border-radius:0;
	background: #fff;
	cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08) !important;
}

.range-slider input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-slider input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.avavailableWrap.pricerangeWrap .gd-sldm{
    width: 100%;
}
.blogTextInfo p{
    color: #666666;
}


.fagSec{
    padding: 40px 0;
    margin: 0;
}
.fagSec .fagSecWrap{
    max-width: 850px;
    margin: 0 auto;
}


.fagSec .accordion .accordion-item {
    border: none;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin:0 0 20px;
    overflow: hidden;
}
.fagSec .accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.fagSec .accordion .accordion-item .accordion-button{
    font-size: 18px;

    color: #dfa113;
    font-weight: 600;
}
.fagSec .accordion-button:not(.collapsed){
    color:  #212529;
    background-color: transparent;
    box-shadow:none;
}
.fagSec .accordion .accordion-item .accordion-button.collapsed{
    /* color: #dfa113; */
    color: #212529;
}
.fagSec .accordion-body{
    padding-top: 0;
}
.fagSec .accordion-body p{
    font-size: 15px;
    line-height: 1.6;
    /* color:#212529; */
    /* font-weight: 500; */
    color: #666666;
    padding: 0;
    margin: 0 0 10px;
}
.fagSec .accordion-body p:last-child{
    margin-bottom: 0;
}


.cmsTextBlock p{
    font-size: 15px;
    line-height: 1.6;
    /* color:#212529; */
    /* font-weight: 500; */
    color: #666666;
    padding: 0;
    margin: 0 0 15px;
}

.cmsTextBlock ol,
.cmsTextBlock ul{
    padding: 0 0 0 30px;
    margin: 0 0 30px;
}
.cmsTextBlock ol li,
.cmsTextBlock ul li{
    font-size: 14px;
    line-height: 1.6;
    /* color: #666666; */
    color: #dfa113;
    /* font-weight: 600; */
    padding: 0;
    margin: 0 0 10px;
}
.cmsTextBlock ol li:last-child,
.cmsTextBlock ul li:last-child{
    margin-bottom: 0;
}
.cmsTextBlock ol li::marker,
.cmsTextBlock ul li::marker{
    color: #dfa113;
}
.cmsTextBlock{
    padding: 40px 0;
    margin: 0;
}
.cmsTextBlock h2{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 30px;
}
.cmsTextBlock h5{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px;
}

.blogTtl h2{
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #dfa113;
}

.tutortl_detailsPage .tutortl_details{
    margin-top: 0;
}

/*============== Chat css Start ==============*/
.chatPage{
    padding: 30px 0;
    margin: 0;
    min-height: 100vh;
}
.chatPage .chatwrap{
    display: flex;
    padding: 0;
    margin: 0;
    height: calc(100vh - 96px);
}

.chatPage .chatwrap .chatsidebar{
    width: 350px;
}
.chatPage .chatwrap .chatsidebar .headerWrap{
    background: #EBF2FF;
    height: 81px;
    border-radius: 10px 0 0 0;
    display: flex;
    align-items: center;
}
.chatPage .chatwrap .chatsidebar .header {
    background: #F4F8FF;
    border-radius: 10px 10px 0 0;
    height: 100%;
    display: flex;
    align-content: center;
    width: 100%;
    padding: 26px 30px;
}
.chatPage .chatwrap .chatsidebar .header h3{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #00479F;
    padding: 0;
    margin: 0;
}
.chatPage .chatwrap .chatsidebar .header strong{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #00479F;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;

    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #00479F;

}

.people-list .chat-list li .tutorchatcount{
    color: #CCCCCC;
    line-height: 0;
}
.people-list .chat-list li .pinCount{
    gap: 10px;
    align-items: center;
}
.people-list .chat-list li .pinCount .chatCount {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E80909;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}


.chatPage .chatwrap .chatBody{
    width: calc(100% - 350px);
    background: #F4F8FF80;
    /* border-radius: 10px;
    overflow: hidden; */
    /* padding-bottom: 82px; */
    border-radius: 0 0 10px 0;
    position: relative;
}


.chatPage .chatwrap .chatBody .header{

    background: #EBF2FF;
    border-radius:0 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin: 0;
    max-height: 80px;
}
.chatPage .chatwrap .chatBody .header .userinfo{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.chatPage .chatwrap .chatBody .header .userinfo .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.chatPage .chatwrap .chatBody .header .userinfo .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chatPage .chatwrap .chatBody .header .userinfo .text{
    padding: 0;
    margin: 0;
}
.chatPage .chatwrap .chatBody .header .userinfo .text p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}
.chatPage .chatwrap .chatBody .header .useroption button{
    border: none;
    box-shadow: none;
    outline: none;
    color:#B7B7B7;
    padding: 0;
    margin: 0;
    background: none;
}
.chatPage .chatwrap .chatBody .header .useroption{
    position: relative;
}
.chatPage .chatwrap .chatBody .header .dropdownmenu-content{
    position: absolute;
    right: 0;
    box-shadow: 0px 0px 14px 0px #00000014;
    background: #fff;
    border-radius: 10px;
    min-width: 133px;
}
.chatPage .chatwrap .chatBody .header .dropdownmenu-content ul{
    padding: 10px;
    margin: 0;
}
.chatPage .chatwrap .chatBody .header .dropdownmenu-content ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.chatPage .chatwrap .chatBody .header .dropdownmenu-content ul li a{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.chatfooter{
    padding: 0 15px;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.chatfooterwrap {
    display: flex;
    padding: 0;
    margin: 0;
}
.chatfooterwrap .fieldarea{
    width: 100%;
    position: relative;
}
.chatfooterwrap .fieldarea .field{
    width: 100%;
    border: 1px solid #00479f;
    border-radius: 10px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 6px 120px 6px 10px;
    margin: 0;
    height: 60px;
    outline: none;
    box-shadow: none;
}

.chatfooterwrap .fieldarea .subBtn{
    position: absolute;
    right: 0;
    top: 0;
}
.chatfooterwrap .fieldarea .subBtn .sentchat{
    background: #00479F;
    border-radius: 0 10px 10px 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}
.chatfooterwrap .fieldarea .emojiatc{
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
}
.chatfooterwrap .fieldarea .emojiatc a i{
    color: #00479F;
}
.chatarea {
    height: calc(100% - 146px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: #F4F8FF;
    padding: 10px 15px;
    height: calc(100% - 80px);
    overflow-y: auto;
    border-radius: 0 0 0 10px;
    scrollbar-width: thin;
}
.people-list .chat-list{
    margin: 0;
}
.people-list .chat-list li {
    padding: 10px 10px;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px #0000000F;
    margin-bottom: 2px;
    background: #fff;
    margin: 0 0 15px;
    border:1px solid transparent;
}

.people-list .chat-list li:hover,
.people-list .chat-list li.activ {
    background: #fff;
    cursor: pointer;
    border: 1px solid #61A1FE87;
}

/* .people-list .chat-list li.active {
    background: #02cab9;
    border-radius: 10px;
    color: white;
} */

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.people-list .chat-list .icom{
    position: relative;
    width: 40px;
    width: 40px;
    border-radius: 50%;
}
.people-list .chat-list .icom .onlinestatus{
    position: absolute;
    bottom: -2px;
    right: 0;
}
.people-list .chat-list .icom .onlinestatus small{
    font-size: 10px;
    line-height: 0;
    color: #49F540;
}

.people-list .chat-list img {
    width: 40px;
    height: 40px;
    border: 1px solid #61A1FE;
    border-radius: 50%;
    object-fit: cover;
}

.people-list .chat-list .tutorlisting{
    display: flex;
    align-items: center;
}
.people-list .chat-list .tutorlisting .name{
    width: calc(100% - 40px);
    padding: 0 0 0 10px;
}
.people-list .chat-list .tutorlisting .name p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.people-list .chat-list .tutorlisting .name span{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.people-list .chat-list .learnerlisting{
    display: flex;
    align-items: center;
}
.people-list .chat-list .learnerlisting .name{
    width: calc(100% - 40px);
    padding: 0 0 0 10px;
}
.people-list .chat-list .learnerlisting .name p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.people-list .chat-list .learnerlisting .name span{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.people-list .about {

    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}


.chatuserInfo{
    padding: 0;
    margin: 0;
}

.chatuserInfo .tham{
    height: 100px;
    width: 100px;
    border-radius: 9px;
    border: 3px solid #61A1FE;
    overflow: hidden;
    margin: 0 auto 30px;
}
.chatuserInfo .tham img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chatuserInfo .desc{
    padding: 0;
    margin: 0;
}
.chatuserInfo .desc .topbar{
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.chatuserInfo .desc .topbar h3{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height:1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0 0 15px;
}
.chatuserInfo .desc .topbar span{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height:1.2;
    display: block;
    color: #61A1FE;
    text-align: center;
    padding: 0 0 0px;
    margin: 0 0 10px;
}

.chatuserInfo .desc .topbar span strong{
    font-weight: 600;
}
.chatuserInfo .desc .topbar ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.chatuserInfo .desc .topbar ul li{
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
}

.chatuserInfo .desc .topbar ul li:nth-child(2){
    color: #FFB817;
    font-family: 8px;
}

.chatuserInfo .desc .text p{
    font-family: "Poppins", sans-serif;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
    color: #666666;
    padding: 0;
    margin: 0;
}



.totalreview{
    background: #61A1FE0D;
    border-radius: 16px;
    padding: 15px;
    margin-top: 30px;
}
.totalreview .ttl{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0 0 10px;
}
.totalreview .ttl h4{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12.8px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.totalreview .ttl span{
    display: inline-block;
    border: 0.8px solid #00479F;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 9.6px;
    line-height: 1.2;
    color: #00479F;
    padding: 6px 14px;
    border-radius: 17px;
    margin: 0;
}
.rvprogresspanel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rvprogresspanel ul{
    padding: 0;
    margin: 0;
    min-width: 66.94px;
}
.rvprogresspanel ul li{
    list-style: none;
    font-size: 10px;
    color: #FFB817;
    padding: 0;
    margin: 0;
}
.rvprogresspanel .number{
    line-height: 0;
}
.rvprogresspanel .number span{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 9.6px;
    line-height: 1.2;
    color: #000000;
}

.rvprogresspanel .barpanel {
    background: #EEEEEE;
    width: calc(100% - 100px);
    height: 5px;
    border-radius: 10px;
    position: relative;
}
.rvprogresspanel .barpanel .subar{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* width: 85%; */
    background: #14CE03;
    border-radius: 10px;
    color: #dfa113;
}
.planns-inner .nav-link.active,
.planns-inner .nav-link:hover{
    background-color: #4a9bff;
    color: #fff;
    border-color: transparent;
}

.chat-history ul{
    list-style-type: none;
    padding: 10px 12px 10px 12px;
}

li.clearfix.text-center.chat-date {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #666666;
    top: 0px;
    background-color: #f7f9fd;
    position: sticky;
    z-index: 99;
}

li.clearfix.sender-chat-li {
    display: flex;
    justify-content: flex-end;
}
li.clearfix.sender-chat-li .ctdard {
    background: #f4f8ff;
    padding: 15px 42px 15px 15px;
    border-radius: 10px;
    position: relative;
}

li.clearfix.sender-chat-li .ctdard .message{
    line-height: 1.2;
}
li.clearfix.sender-chat-li .ctdard .message span{
    font-size: 12px;
    color: #666666;
}
li.clearfix.sender-chat-li .ctdard .message.sender-time.msg-time {
    position: absolute;
    right: 7px;
    font-size: 8px !important;
    bottom: 3px;
}



li.clearfix.reciver-chat-li {
    display: flex;
    justify-content: flex-start;
}

li.clearfix.reciver-chat-li .ctdard {
    background: #E9FFEE;
    padding: 15px 42px 15px 15px;
    border-radius: 10px;
    position: relative;
}


li.clearfix.reciver-chat-li .ctdard .message{
    line-height: 1.2;
}




li.clearfix.reciver-chat-li .message span{
    font-size: 12px;
    color: #666666;
}


li.clearfix.reciver-chat-li .ctdard .message.receiver-time.msg-time {
    position: absolute;
    right: 7px;
    font-size: 8px !important;
    bottom: 3px;
}





















































.otpcontainer {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}
.otpcontainer .modalcloseBtn {
    background: transparent;
    position: absolute;
    font-size: 18px;
    padding: 10px;
    top: 0;
    right: 0;
    color: red;
    line-height: 1;
}
.otpcontainer h2 {
    margin-bottom: 1rem;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}
.otpcontainer .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.otpcontainer .otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
}
.otpcontainer .otp-input input::-webkit-outer-spin-button,
.otpcontainer .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otpcontainer .otp-input input[type=number] {
    -moz-appearance: textfield;
}
/* .otpcontainer button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px;
} */
/* .otpcontainer button:hover {
    background-color: #45a049;
} */
.otpcontainer button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}
.otpcontainer #timer {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ff9800;
}

.otp-verification .modal-content{
    background: none;
    border: none;
}

.otpcontainer .verifyBtn{
    background-color: #4a9bff;
    border-color: #4a9bff;
    border-radius: 25px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    transition: all 300ms ease-in-out;
    margin-bottom: 15px;
}
.otpcontainer .verifyBtn:hover{
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.otpcontainer .resendCode p{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.otpcontainer .resendCode p button{
    font-size: 14px;
    color: #4a9bff;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.vfopenmodal{
    background-color: #20c997;
    border-color: #20c997;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 30px;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fakelabel {
    height: 33px;
    display: block;
}
.idle_time{
    color: #fe9d2b;
}

.contact-page{
    padding: 60px 0 60px;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    z-index: 999;
}


.prttl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    background-color: white;
}
.prttl h4{
    font: normal normal 15px / 20px Poppins;
    letter-spacing: 0px;
    color: #e9b43a;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.prttl button{
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    border: none;
    color: #666666;
    display: none;
}

.swal-popup-top {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}


/* new work */


.newCheckbox input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}


.newCheckbox input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}


.newCheckbox input[type="checkbox"]:checked {
  background-color: #018786;
  border-color: #018786;
}


.newCheckbox input[type="checkbox"]:disabled {
  background-color: #a5d6d3;
  border-color: #a5d6d3;
  cursor: not-allowed;
}

.newCheckbox input[type="checkbox"]:disabled::before {
  border-color: #777;
  border-color: #fff;
}


.newCheckbox label {
  cursor: pointer;
  color: #333;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.chatbutton{
    position: fixed;
    right: 2.5%;
    bottom: 20%;
}

.chatbutton a button{
    background-color: #ffffff;
}


/* stars */
.rate {
    display: flex;
    gap: 8px;
    margin: 10px 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #02cab9;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #02cab9;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #02cab9;
}

.main-wrapper{
    box-shadow: 0 0 10px #00479f42;
    border-radius: 10px;
    padding: 0 20px 0 20px;
}

.images img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.images{
    align-items: center;
    height: 80px;
}

.stars{
    display: flex;
    flex-direction: column;
}

.timing p{
    font-size: 14px;
    color: #00479F;
}
.timing p span{
    color: #20c997;
}
.images h6{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #00479f;
}
.newOne{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timing{
    justify-content: space-between;
    align-items: center;
}
.timing p em{
    padding-right: 10px;
    padding-left: 10px;
}
.comment p{
    padding-left: 10px;
    color: #ccc;
    font-size: 12px;
}
.comment p span{
    padding-right: 6px;
}
