@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', system-ui;
}

main {
    /* margin-top: 5rem; */
    padding-bottom: 3rem;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.bodybg {
    background-color: #eff2f6 !important;
    font-family: 'Roboto', system-ui !important;
    min-height: 500px;
}

.bold {
    font-weight: 700 !important;
}

.text-right {
    text-align: right !important;
}

.obstepcard {
    /* background-color: #fff; */
    width: 900px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    /* gap: 40px; */
    align-items: center;
}

.obstepcard .obstepcard_left {
    background: url("../images/sfimg.png");
    min-height: 400px;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    width: 40%;
}

.image__round__user {
    padding: 12px !important;
}

.obstepcard .obstepcard_right {
    width: 60%;
}

.obstepcard {}

.stepinput_form .form-control {
    height: 45px;
    max-width: 400px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
}

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

.obstepcard_right .ob_title {
    font-family: 'Roboto', system-ui !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.btn.primaryBtn {
    font-family: 'Roboto', system-ui !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    background: #92278F;
    min-width: 212px;
    border-radius: 30px;
    padding: 10px 30px;
    color: #FFFFFF;
}

.btn.primaryBtn:hover {
    color: white;
}

.obstepcard_left .profile_img {
    width: 110px;
    height: 110px;
    margin: 75px auto auto;
}

.obstepcard_left .profile_img img {
    width: 100%;
    border-radius: 100%;
    border: 1px solid #DFDFDF;
}

.obstepcard_left .profile_name {
    font-family: 'Roboto', system-ui !important;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    margin-top: 21px;
    color: #001E00;
}

.obstep3 {
    /* background-color: white; */
    /* width: 900px; */
    margin: 0 auto;
    padding: 10px;
}

.obstep3 .ob_title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    /* margin-top: 20px; */
    font-size: 38px;
    line-height: 34px;
    text-align: center;
    color: #001E00;
}

.obstep3 .ob_para {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.input_form label {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #001E00;
}

.primg {
    width: 110px;
    height: 100px;
    margin: auto;
    border-radius: 100%;
    margin-top: 3rem;
}

.profileimg2 {
    text-align: center;
    margin-top: -120px;
}

.card.pr_progress {
    background-color: linear-gradient(94.16deg, #FFDDB6 -2.91%, #FFE9CA 102.45%) !important;
}

.pr_progress .progress {
    height: 10px;
}

.pr_progress .progress-bar {
    background-color: #F8C922;
}

/*Booking Flow Custome CSS*/
.navbar_padd .badge-notif {
    right: unset !important;
}

.btn-primary-soft {
    color: #92278f;
    background-color: #e7e4ee;
}

.btn-primary-soft:hover {
    color: #fff;
    background-color: #92278f;
}

.nav.nav-bottom-line .nav-link.active {
    background: 0 0;
    color: #92278f;
    border-bottom: 3px solid #92278f;
}

.nav-link:focus,
.nav-link:hover {
    color: #92278f !important;
}

.btn-book {
    color: #fff;
    background-color: #92278f;
    height: 40px;
    width: 150px;
    border: 0.25px solid #92278f;
    border-radius: 150px;
}

.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover,
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #92278f;
}

.btn-book:hover {
    color: #fff;
}

.user-color {
    color: #65735b;
    font-size: 18px;
}

.user_proflie_select {
    height: 35px;
    border: 0.25px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    font-size: 14px;
    padding-left: 3px;
}

.ratings_five span {
    font-size: 11px;
}

.ratings_five p {
    font-weight: 900;
}

.listitems {
    margin-top: -18px;
}

.userlist_sect .para_sec {
    margin-top: -15px;
}

.fa-linkedin {
    color: #2786ca;
}

.addskillbg_sec {
    background: rgba(217, 217, 217, .2);
    border: 0.25px solid #CACACA;
    border-radius: 2px;
    padding: 20px;
}

.cancel_btn p {
    font-weight: 600;
    line-height: 0;
    color: #1B1B1B;
}

.skill_sec .skill_btn {
    border: 0.25px solid #92278f;
    background: rgba(95, 74, 139, .12);
    border-radius: 150px;
    font-size: 13px;
    color: #3E3F40;
}

.skill_sec .skill_btn:hover {
    color: #92278f;
    background: #fff;
}

.update_btn {
    background: rgba(95, 74, 139, .12);
    color: #92278f;
    border-radius: 150px;
    padding: 5px 20px;
}

.add_language {
    padding: 10px;
}

.add_language .form-check {
    margin-top: 15px;
}

.seemore_btn {
    border: unset;
    background: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 39px;
    color: #92278f;
}

.seemore_btn i {
    font-size: 10px;
}

.btn-purple-soft {
    transition: 0.3s ease-in-out;
}

.btn-purple-soft:hover {
    background-color: #92278f;
    color: #fff;
}

.day_section a {
    text-decoration: none;
    font-size: 13px;

    font-weight: 400;
    color: #444;
    padding: 2px 3px;
    border-radius: 2px;
    border: 0.25px solid rgba(103, 106, 125, .12);
    margin-top: 2px;
}

.day_section a:nth-child(1) {
    background: #0F6FEC;
    color: #fff;
}

.session_color {
    color: #298A33;
}

.progresbar_bg {
    background: #298A33;
}

.search_group {
    width: 100%;
    padding-top: 25px;
}

.user_search {
    padding-top: 0;
}

.search_group input[type=text] {
    height: 45px;
    border: 1px solid #92278f;
    margin-left: 0;
    border-radius: 230px;
    padding-left: 40px;
}

.share_input {
    padding: 0;
    position: relative;
}

.btn_edit {
    border-radius: 5px;
    background: #fbe9eb;
    color: #d63e4f;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.btn-outline-short {
    border: 1px solid #ced4da;
    color: #29292e;
    background: #fff;
}

.share_input input[type=text] {
    height: 44px;
    border: 1px solid #92278f;
    margin-left: 0;
    border-radius: 8px;
    padding-left: 40px;
}

.share_input button {
    height: 44px;
    background: #92278f;
    border-radius: 0 8px 8px 0;
}

.share_input::after {
    content: url("../images/myimages/haederbg.png");
    position: absolute;
    left: -10px;
    top: 0;
}

.search_group button {
    height: 45px;
    background: #92278f;
    border-radius: 0 230px 230px 0;
}

.squre_btn {
    border-radius: unset;
}

.card_corn_bg {
    position: relative;
}

.card_corn_bg::after {
    content: url("../images/myimages/table_side.png");
    background-repeat: no-repeat;
    transform: scale(.4);
    position: absolute;
    top: -57px;
    left: -62px;
}

.event_btn {
    background: #92278f;
    color: #fff;
}

.heart_icon i {
    color: #92278f;
}

.image_img {
    height: 25px;
}

.durtion_color {
    color: #65735B;
}

.card_inner h6,
.card_inner p {
    text-align: left;
}

.para_head_color {
    color: #92278f;
}

.form_select1 {
    width: 300px;
}

.marginright {
    margin-right: -20px;
}

.text-area-width {
    width: 300px;
}

.para_pur_col {
    color: #401B70;
}

.bg-purple,
.bg-purple:hover {
    background-color: #92278f;
    color: #fff;
}

.btn-outline-pur {
    border: 0.25px solid #92278f;
    color: #92278f;
    background: unset;
}

.btn-outline-pur:hover {
    background-color: #92278f;
    color: #fff;
}

.btn-outline-pur:hover i {
    color: #fff;
}

.btn-outline-free {
    border: 0.25px solid #92278f;
    color: #92278f;
    background: unset;
    border-radius: 40px;

    padding: 3px 10px;
}

.btn-radius {
    border-radius: 150px;
}

.btn-purple {
    background-color: #92278f;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.btn-danger1 {
    background-color: red;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.btn-danger1:hover {
    background-color: #fff;
    color: red;
    border: 0.2px solid red;
}

.btn-purple:hover {
    background-color: #fff;
    color: #92278f;
    border: 0.2px solid #92278f;
}

.text-purple {
    color: #92278f;
}

.apply_now_btn span {
    background-color: #92278f;
    color: #fff;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    padding: 10px;
}

#PromoCode {
    height: 46px;
    margin-right: -20px;
    margin-top: 9px;
}

.card_inner_payout {
    background: rgba(217, 217, 217, .2);
    border: 0.25px solid #CACACA;
    border-radius: 2px;
    padding: 10px;
}

.cvc_img {
    margin-top: 60px;
}

.cvc_img img {
    height: 30px;
}

.cvc_img p {
    line-height: 13px;
}

.text-dull {
    color: #8F8F8F;
}

.text-star {
    color: #FFCE31;
    font-size: 17px;
}

#modalCreatePost .form-control {
    border: unset;
}

.color_icon_pop {
    color: rgba(0, 0, 0, .3);
    margin-bottom: 0;
    margin-top: 5px;
}

.text-green {
    letter-spacing: 0.02em;
    color: #298A33;
}

.red_bullet {
    position: relative;
}

.red_bullet::befor {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #E03434;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

.month {
    padding: 15px 20px;
    width: 95%;
    margin-bottom: -20px;
}

.month ul {
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
}

.month {
    margin-left: -5px;
}

.month ul li {
    color: #231F21;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    list-style: none;
    display: flex;
}

.month .prev {
    margin-right: 20px;
    cursor: pointer;
}

.month .next {
    margin-left: 20px;
    color: #92278f;
    cursor: pointer;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
}

.weekdays li {
    display: inline-block;
    width: 12.6%;
    color: #231F21;
    text-align: center;
}

.days {
    padding: 12px 0;
    background: #fff;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 12.6%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    color: #777;
}

.days li .active {
    background: rgba(15, 111, 236, .12);
    color: #92278f !important;
    font-weight: 400 !important;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.days li .active1 {
    background: #92278f;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.side_button {
    /* padding-top: 30px; */
    padding-right: 10px;
}

.side_time {
    border: 1px solid rgba(35, 31, 33, .45) !important;
    /* width: 100px; */
    /* height: 35px; */
    text-align: center;
    /* margin-bottom: 15px; */
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 0px 10px;
}

.side_time:hover {
    background: #92278f;
}

.side_time:hover a {
    color: #fff;
}

.side_time a {
    line-height: 35px;
    color: rgba(35, 31, 33, .45);
    font-size: 13px;
    font-weight: 500;
}

.side_confirm_btn {
    background: #92278f;
    margin-left: 15px;
    color: #fff;
    padding: 7px 10px !important;
}

.side_confirm_btn:hover {
    background: #fff;
    margin-left: 15px;
    color: #92278f;
}

.side_confirm_btn:hover a {
    color: #0F6FEC;
}

.side_confirm_btn a {
    color: #fff;
}

.side_time1 {
    display: flex;
    /* justify-content: center */
    align-items: center;
    padding: 10px;
}

.gs_name {
    margin-top: 10px;
    font-weight: 600;
    color: #92278f;
}

.post_btn {
    width: max-content;
    padding: 3px 20px;
}

.bg-grey {
    background: #D9D9D9;
    color: #AFABAB;
}

.nav-tabs-red .nav-item .nav-link {
    font-weight: 600;
}

.nav-tabs-red .nav-item .nav-link.active {
    background: rgba(95, 74, 139, .1);
    color: #92278f;
    border-radius: 4px;
    font-weight: 600;
}

.session_box {
    width: 100%;
    height: 170px;
    border-radius: 4px;
    border: 0.25px solid #beb7b7;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.d-flex-prop {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-template-rows: repeat(auto, minmax(auto, 1fr));
}

.d-flex-prop1 {
    display: grid;
    grid-template-columns: repeat(5, minmax(auto, 1fr));
    grid-template-rows: repeat(auto, minmax(auto, 1fr)) !important;
    column-gap: 0 !important;
}

.myDiv,
.myDiv1 {
    display: none;
}

.navbar_padd li a {
    position: relative;
}

.navbar_padd .nav-item {}

.navbar_padd {
    gap: 20px;
}

.navbar_padd .icon-md {
    height: unset !important;
}

.navbar_padd li.active a {
    color: #92278f !important;
}

.haeder_haed .bi-bell-fill {
    position: relative;
}

.navbar_padd li.active a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #92278f;
    position: absolute;
    left: 0;
    bottom: -10px;
    color: unset;
}

.accordion-item {
    background-color: #fff;
    border: unset;
}

.session1-acc .accordion-header {
    color: #676a79;
}

.session1-acc .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.session1-acc .accordion-body {
    padding: 0;
}

.session1-acc .accordion-collapse .collapse {
    margin-top: -30px;
}

.haeder_haed {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    white-space: nowrap;
    align-items: center;
    display: flex
;
}

.icon_size {
    font-size: 18px !important;
}

.topserachbar .form-control {
    width: 400px;
    /* width: 100%; */
    background: #F0F2F7 !important;
    border: 1px solid #DFDFDF;
}

.stbtn {
    padding: 5px 10px !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #92278F !important;
    color: white !important;
    border-radius: 0 7px 7px 0 !important;

}

.icon-md:hover {
    color: #401B70;
}

.user_proflie_select1 {
    background-color: #401B70;
    color: white;
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
    font-weight: normal;
}

.boxMonth {
    display: none;
}

.Seract-form-learn {
    width: 100%;
}

/*Booking Flow Custome CSS End*/

/* OnBording CSS */
@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-Bold.eot');
    src: url('../fonts/ZillaSlab-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-Bold.woff2') format('woff2'), url('../fonts/ZillaSlab-Bold.woff') format('woff'), url('../fonts/ZillaSlab-Bold.ttf') format('truetype'), url('../fonts/ZillaSlab-Bold.svg#ZillaSlab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-BoldItalic.eot');
    src: url('../fonts/ZillaSlab-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-BoldItalic.woff2') format('woff2'), url('ZillaSlab-BoldItalic.woff') format('woff'), url('../fonts/ZillaSlab-BoldItalic.ttf') format('truetype'), url('../fonts/ZillaSlab-BoldItalic.svg#ZillaSlab-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-Italic.eot');
    src: url('../fonts/ZillaSlab-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-Italic.woff2') format('woff2'), url('../fonts/ZillaSlab-Italic.woff') format('woff'), url('../fonts/ZillaSlab-Italic.ttf') format('truetype'), url('../fonts/ZillaSlab-Italic.svg#ZillaSlab-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-Light.eot');
    src: url('../fonts/ZillaSlab-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-Light.woff2') format('woff2'), url('../fonts/ZillaSlab-Light.woff') format('woff'), url('../fonts/ZillaSlab-Light.ttf') format('truetype'), url('../fonts/ZillaSlab-Light.svg#ZillaSlab-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-LightItalic.eot');
    src: url('../fonts/ZillaSlab-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-LightItalic.woff2') format('woff2'), url('../fonts/ZillaSlab-LightItalic.woff') format('woff'), url('../fonts/ZillaSlab-LightItalic.ttf') format('truetype'), url('../fonts/ZillaSlab-LightItalic.svg#ZillaSlab-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-Medium.eot');
    src: url('../fonts/ZillaSlab-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-Medium.woff2') format('woff2'), url('../fonts/ZillaSlab-Medium.woff') format('woff'), url('../fonts/ZillaSlab-Medium.ttf') format('truetype'), url('../fonts/ZillaSlab-Medium.svg#ZillaSlab-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-MediumItalic.eot');
    src: url('../fonts/ZillaSlab-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-MediumItalic.woff2') format('woff2'), url('../fonts/ZillaSlab-MediumItalic.woff') format('woff'), url('../fonts/ZillaSlab-MediumItalic.ttf') format('truetype'), url('../fonts/ZillaSlab-MediumItalic.svg#ZillaSlab-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-Regular.eot');
    src: url('../fonts/ZillaSlab-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-Regular.woff2') format('woff2'), url('../fonts/ZillaSlab-Regular.woff') format('woff'), url('../fonts/ZillaSlab-Regular.ttf') format('truetype'), url('../fonts/ZillaSlab-Regular.svg#ZillaSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-SemiBold.eot');
    src: url('../fonts/ZillaSlab-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-SemiBold.woff2') format('woff2'), url('../fonts/ZillaSlab-SemiBold.woff') format('woff'), url('../fonts/ZillaSlab-SemiBold.ttf') format('truetype'), url('../fonts/ZillaSlab-SemiBold.svg#ZillaSlab-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', system-ui !important;
    src: url('../fonts/ZillaSlab-SemiBoldItalic.eot');
    src: url('../fonts/ZillaSlab-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ZillaSlab-SemiBoldItalic.woff2') format('woff2'), url('../fonts/ZillaSlab-SemiBoldItalic.woff') format('woff'), url('../fonts/ZillaSlab-SemiBoldItalic.ttf') format('truetype'), url('../fonts/ZillaSlab-SemiBoldItalic.svg#ZillaSlab-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-BlackItalic.eot');
    src: url('../fonts/Inter-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-BlackItalic.woff2') format('woff2'), url('../fonts/Inter-BlackItalic.woff') format('woff'), url('../fonts/Inter-BlackItalic.ttf') format('truetype'), url('../fonts/Inter-BlackItalic.svg#Inter-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-BoldItalic.eot');
    src: url('../fonts/Inter-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-BoldItalic.woff2') format('woff2'), url('../fonts/Inter-BoldItalic.woff') format('woff'), url('../fonts/Inter-BoldItalic.ttf') format('truetype'), url('../fonts/Inter-BoldItalic.svg#Inter-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBoldItalic.eot');
    src: url('../fonts/Inter-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Inter-ExtraBoldItalic.woff') format('woff'), url('../fonts/Inter-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Inter-ExtraBoldItalic.svg#Inter-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLightItalic.eot');
    src: url('../fonts/Inter-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Inter-ExtraLightItalic.woff') format('woff'), url('../fonts/Inter-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Inter-ExtraLightItalic.svg#Inter-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-LightItalic.eot');
    src: url('../fonts/Inter-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-LightItalic.woff2') format('woff2'), url('../fonts/Inter-LightItalic.woff') format('woff'), url('../fonts/Inter-LightItalic.ttf') format('truetype'), url('../fonts/Inter-LightItalic.svg#Inter-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-MediumItalic.eot');
    src: url('../fonts/Inter-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-MediumItalic.woff2') format('woff2'), url('../fonts/Inter-MediumItalic.woff') format('woff'), url('../fonts/Inter-MediumItalic.ttf') format('truetype'), url('../fonts/Inter-MediumItalic.svg#Inter-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBoldItalic.eot');
    src: url('../fonts/Inter-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Inter-SemiBoldItalic.woff') format('woff'), url('../fonts/Inter-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Inter-SemiBoldItalic.svg#Inter-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ThinItalic.eot');
    src: url('../fonts/Inter-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-ThinItalic.woff2') format('woff2'), url('../fonts/Inter-ThinItalic.woff') format('woff'), url('../fonts/Inter-ThinItalic.ttf') format('truetype'), url('../fonts/Inter-ThinItalic.svg#Inter-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

* {
    margin: 0;
    padding: 0;
}

/*body{  font-family: 'Roboto',system-ui !important;color: #001E00;font-size: 16px;line-height: 16px; word-wrap: break-word;}*/

a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    overflow-x: hidden;
}

/* Common CSS */

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr10 {
    margin-right: 10px;
}

.p0 {
    padding: 0 !important;
}

.p20 {
    padding: 20px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.inner_container {
    margin-left: 5%;
    margin-right: 5%;
}

.padding100 {
    padding: 100px 0;
}

/*Header*/

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

.header {
    padding: 25px 0;
}

.header .nav_header {}

.header .nav_header .logo img {

    width: 200px;
}

.header .nav_header .top_menu {}

.header .nav_header .top_menu a {
    font-weight: 400;
    font-size: 20px;
    line-height: 49px;
    color: #92278f;
}

.header .nav_header .top_menu a+a {
    margin-left: 50px;
}

/*main Section*/

.main_body {
    margin-top: 80px;
}

.main_body .content .welcome {
    font-size: 70px;
    margin-bottom: 50px;
}

.main_body .text_rapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*Footer*/

.footer {
    padding: 25px 0;
    color: #92278f;
}

.footer .bottom_menu a {
    font-weight: 400;
    font-size: 16px;
    color: #92278f;
}

.footer .bottom_menu a+a {
    margin-left: 35px;
}

.copy {
    margin-bottom: 0;
}

.copy a,
.copy a:hover {
    color: #92278f;
}

/*Buttons*/

.btn_primary {
    color: #fff !important;
    background-color: #92278f !important;
    border-color: #92278f !important;
    transition: all 0.5s ease-in-out;
    font-size: 20px;
    padding: 13px 30px !important;
}

.btn_primary:hover {
    background: transparent !important;
    border: 1px solid #92278f;
    color: #92278f !important;
}

.btn_primary:focus {
    color: #fff;
}

.btn_primary.radius {
    border-radius: 50px;
}

.btnlg {
    min-width: 400px;
    display: flex;
    justify-content: center;
}

.btnsm {
    font-size: 18px;
    padding: 6px 20px;
}

.ob_title {
    font-size: 32px;
    font-weight: 400;
}

.ob_para {
    font-size: 20px;
    line-height: 32px;
}

.ob_para2 {
    font-size: 18px;
    line-height: 30px;
    color: #001E00;
    font-family: 'Roboto', system-ui !important;
}

.title_wrap {
    width: 50%;
    margin: auto;
    text-align: center;
}

.bg_primary {
    background-color: rgba(64, 27, 112, 0.12);
}

.profile_box {
    border-radius: 4px;
    max-width: 500px;
    margin: 100px auto 0;
    padding: 30px;
}

.profile_box .profile_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    margin: -90px auto 30px;
}

.profile_box .profile_img img {
    width: 100%;
    height: auto;
}

.profile_box .profile_name {}

.input_form .form-group {
    margin-bottom: 20px;
}

.input_form .form-group.relative {
    position: relative;
}

.input_form .form-control {
    height: 45px;
    max-width: 520px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 10px;
}

.form_box {
    max-width: 520px;
    margin: 40px auto 0;
}

.linkbtn {
    color: #0B69C7;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto', system-ui !important;
    text-decoration: underline !important;
}

.form_skills label {
    font-family: 'Roboto', system-ui !important;
}

.text-decoration {
    text-decoration: underline !important;
}

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

.over16 .yes {
    font-weight: 500;
    font-size: 20px;
    color: #4D8F2D;
    margin-right: 10px;
}

/*switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 25px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked+.slider {
    background-color: #4D8F2D;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.otp_wrap {
    font-family: 'Roboto', system-ui !important;
}

.otp_wrap p {
    font-size: 20px;
    line-height: 30px;
    color: #65735B;
}

.otpinput .form-control {
    background: rgba(95, 74, 139, 0.15);
    width: 50px;
    margin: 0 6px;
    display: inline-block;
}

.otpinput .otp_bg {
    background: rgba(95, 74, 139, 0.15);
    width: 50px;
    margin: 0 6px;
    display: inline-block;
}

.filter-header {
    display: block;
    /* display: flex; flex-wrap: wrap; */
    padding: 10px;
}

.filter-header .filter-list {
    padding: 5px 7px;
    border-radius: 10px;
    color: #65943B;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    background: #F8FFF1;
    border: 1px solid #A1CF78;
}

.filter-header .filter-list img {
    width: 8px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 8px;
}

.form_skills {
    max-width: 600px;
    margin: 40px auto 0;
}

.skills {
    /* border:1px solid #ddd; */
    width: 100%;
    border-radius: 4px;
}

.Agreecheck img {
    width: 30px;
}

.Agreecheck {
    display: flex;
    gap: 10px;
}

.Agreecheck input[type="checkbox"] {
    height: 23px;
    width: 23px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

.Agreecheck input[type="checkbox"]:checked {
    border: 1px solid #654DCB ;
    background: #654DCB ;
}

.Agreecheck input[type="checkbox"]:checked:after,
.Agreecheck input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
}

.Agreecheck input[type="checkbox"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

.Agreecheck input[type="checkbox"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

.Agreecheck input[type="checkbox"]:focus {
    outline: none;
}

.mentor_title {
    text-align: center;
}

.mentor_title p {
    color: #65735B;
    font-weight: 500;
}

.card_container {
    width: 70%;
    margin: 0 auto 10%;
}

.mentor_container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.mentor_container .mentor_card {
    width: 23%;
    position: relative;
    padding: 30px;
    text-align: center;
    background: #FFFFFF;
    min-height: 320px;
    border-radius: 10px;
    border-radius: 15px;
}

.mentor_container .mentor_card .photo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
    border: 1px solid #ddd;
}

.mentor_container .mentor_card .photo img {
    width: 100%;
    height: auto;
}

.mentor_container .mentor_card h4 {
    font-family: 'Roboto', system-ui !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    color: #001E00;

}

.mentor_container .mentor_card p {
    font-family: 'Roboto', system-ui !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #606060;
    padding-bottom: 30px;
}

.mentor_container .mentor_card .closebtn {
    font-size: 25px;
    color: #8B9EA2;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.btn.addbtn {
    font-family: 'Roboto', system-ui !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

    text-align: center;
    color: #92278F;
    border: 1px solid #92278f;
    border-radius: 25px;

    padding: 6px 20px;
}

.add_connection {
    text-align: right;
}

/*Public Pages CSS*/

ul {
    padding-left: 0;
}

.span {
    font-weight: 600;
}

.hero_heading h1 {
    font-size: 62px;
    color: #001E00;
    font-weight: 400;
    font-family: 'Roboto', system-ui !important;
}

.comman_heading h2 {
    font-size: 50px;
    color: #001E00;
    font-weight: 400;
    font-family: 'Roboto', system-ui !important;
}

.comman_padding {
    padding: 70px 100px;
}

.navbar-brand img {
    width: 200px;
}

.home_header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

.home-navbar .navbar-toggler:focus {
    box-shadow: unset;
}

.home-navbar .navbar-light .navbar-toggler {
    border-color: unset;
}

.navbar-light .navbar-toggler {
    border: 0 solid #fff;
}

.mynavbar .nav-item .nav-link {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}

.mynavbar .nav-item+.nav-item {
    margin-left: 30px !important;
}

/* .mynavbar .nav-item .btnnav { border: 1px solid #525252; color: #525252; border-radius: 30px; padding: 12px 30px !important;  transition: .5s;  background-color: transparent
} */
.mynavbar .nav-item .btnnav {
    border: 1px solid #92278f;
    border-radius: 30px;
    padding: 12px 30px !important;
    background-color: #fff;
    color: #92278f !important;
}

.mynavbar .nav-item .btnnav:hover {
    border: 1px solid #832381;
    border-radius: 30px;
    padding: 12px 30px;
    background-color: #832381;
    color: #fff !important;
    transition: 0.3s;
}

.mynavbar .nav-item .btngetstart {
    border: 1px solid #832381;
    border-radius: 30px;
    padding: 12px 50px;
    background-color: #832381;
    color: #fff !important;
    transition: 0.3s;
}

.mynavbar .nav-item .btngetstart:hover {
    border: 1px solid #832381;
    border-radius: 30px;
    padding: 12px 50px;
    background-color: #832381;
    color: #fff !important;
    transition: 0.3s;
}

.btnjoinsesson {
    border: 1px solid #832381;
    border-radius: 30px;
    padding: 5px 50px;
    background-color: #832381;
    color: #fff !important;
    transition: 0.3s;
    border-radius: 5px;
}

.btnjoinsesson.disabled {
    border: 1px solid #ece9e9 !important;
    border-radius: 30px;
    padding: 5px 50px;
    background-color: #ccc !important;
    color: #fff !important;
    transition: 0.3s;
    border-radius: 5px;
}

.mynavbar.navbar-nav {
    align-items: center;
}

.hero_section {
    padding-left: 100px;
    overflow: hidden;
}

.hero_text_section {
    padding-top: 60px;
}

.hero_section .input-group {
    margin-top: 30px;
    width: 90%;
}

.hero_text_section .input-group i {
    color: #fff;
}

.hero_text_section .input-group input[type=text] {
    height: 60px;
    width: 80%;
    border-radius: 250px;
    padding-left: 50px;
    border: unset;
}

.btn-secondary {
    background-color: #92278f !important;
    height: 60px !important;
    width: 60px !important;
    border-radius: 0 250px 250px 0 !important;
    border: unset;
}

.btn-secondary:hover {
    background-color: #92278f;
}

.hero_heading span {
    font-weight: 900;
}

.hero_sub_position img {
    width: 100%;
}

.herobg {
    background: url("../images/public-pages/herobg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
}

#mobleview {
    display: none;
}

.join_learnet .card {
    background: #EEF3F4;
    border-radius: 10px;
    border: none;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 250px;
}

.join_learnet .card_body h4 {
    margin-bottom: 15px;
    font-family: 'Roboto', system-ui !important;
}

.join_learnet .card_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #CEE9CF;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px;
}

.join_learnet .card_icon i {
    color: #72AC75;
    font-size: 17px;
}

.join_learnet .card_icon i:hover {
    font-weight: 400;
}

.join_learnet .card_icon2 {
    background: #ECD3D9;
}

.join_learnet .card_icon2 i {
    color: #C58090;
}

.join_learnet .card_icon3 {
    background: #D0DFE8;
}

.join_learnet .card_icon3 i {
    color: #738893;
}

.join_learnet .card_icon4 {
    background: #F8DEBE;
}

.join_learnet .card_icon4 i {
    color: #E3AE4E;
}

.join_learnet .join_learnet .card_body h4 {
    font-size: 30px;
    color: #000;
}

.nav-pills .show>.nav-link,
.tabbing_section .nav-link.active {
    color: #92278f;
    background-color: #fff;
    border-bottom: 2px solid #92278f;
    border-radius: 0;
    font-size: 20px;
    padding: 0;
    margin: 0 28px;
}

.tabbing_section ul {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.tabbing_section li a {
    color: #525252;
    font-size: 20px;
    font-family: 'Roboto', system-ui !important;
    padding: 0;
    margin: 0 28px;
}

.bg-slider {
    margin-top: 30px;
}

#owl-theme-demo {
    position: relative;
}

.bg-slider .owl-carousel__prev {
    position: absolute;
    left: 85px;
    top: 60%;
    background: #D6C2E4;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.bg-slider .owl-carousel__next {
    position: absolute;
    right: 85px;
    top: 60%;
    background: #D6C2E4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.owl-carousel__next i,
.owl-carousel__prev i {
    font-size: 12px;
}

.card_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    line-height: 0;
}

.heart_icon i {
    color: #92278f;
    font-size: 20px;
}

.heart_icon i:hover {
    color: #92278f;
}

.slider_section .card {
    border: unset;
    background: unset;
}

.slider_section .card-img img {
    width: 100%;
}

.slider_section .card-text-body {
    padding: 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03);
    border-radius: 10px;
}

.card-text-body .duration_text h6 {

    font-weight: 500;
    font-size: 14px;
    color: #65735B;
}

.bg-slider .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next {
    display: none;
}

.card-text-body h4 {
    font-size: 16px;
    color: #1B1B1B;
    line-height: 25px;
    font-family: 'Roboto', system-ui !important;
}

.card-text-body h6 {
    color: #92278f;
}

.card-text-body .slider-icon i {
    color: #FFCE31;
    padding: 0 3px;
    font-size: 16px;
    margin-bottom: 15px;
}

.card-text-body .slider-icon p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 10px;
}

.card-text-body .slider-icon p span {
    opacity: 0.5;
}

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

.bottom_block i {
    font-size: 20px;
    margin-bottom: 0;
}

.bottom_block p {
    font-weight: 600;
    font-size: 16px !important;
    color: #92278f;
    line-height: 0;
    margin-bottom: 0;
}

.bottom_block span {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #65735B;
}

.bottom_block img {
    width: 10% !important;
}

.card-text-body .slider-icon .star1 {
    color: #E6E6E6;
}

.card_flex p {
    font-family: 'Roboto', system-ui !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.border-none {
    border: none !important;
}

.card_flex span {
    font-weight: 400;
    font-size: 16px;
    color: #65735B;
}

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

.bottom_body img {
    width: 30% !important;
}

.btn-button {
    width: max-content !important;
    height: auto !important;
    background: #92278f !important;
    border-radius: 200px !important;
    color: #fff !important;
    padding: 10px 30px !important;
    font-size: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: 0.3s ease-in-out !important;
}

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

.btn-btn-join {
    display: flex;
    justify-content: center;
}

.fewclick_section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #92278f;
    background: #F4DFFF;
    font-family: 'Roboto', system-ui !important;
    font-size: 20px;
    border-radius: 54px;
    width: 150px;
    height: 50px;
}

.fewclick_section button {
    font-family: 'Roboto', system-ui !important;
    font-size: 20px;
    color: #B0B0B0;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 54px !important;
}

.fewclick_section_items {
    display: flex;
    justify-content: space-around;
    margin-left: 150px;
    margin-top: 20px;
}

.fewclick_section_items ul li {
    list-style: none;
    margin-bottom: 15px;
}

.fewclick_section_items ul li a {
    text-decoration: none;
    color: #65735B;
    font-size: 15px !important;
    line-height: 30px !important;
}

.ulitemssecond ul {
    margin-left: 100px;
}

.underline_view {
    position: relative;
}

.underline_view::after {
    content: '';
    height: 1px;
    width: 85%;
    background: rgba(136, 150, 126, .17);
    position: absolute;
    top: 50%;
}

footer {
    border-top: 1px solid #dbdbdb;
}

.footer-brand img {
    width: 12%;
}

.footer_padding {
    padding: 3px 100px;
}

.footer_icon li a {
    text-decoration: none;
    color: #8C9EAF;
    font-size: 24px;
}

.footer_icon li a:hover {
    color: #92278f;
}

.footer_icon li {
    list-style: none;
    margin-left: 25px;
}

.footer_icon ul {
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
}

.footer_section {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}

.footer_section a {
    color: #8C9EAF;

    font-size: 14px;
    text-decoration: none;
}

.privacy_section a {
    margin-right: 50px;
}

.footer_section h5 a {
    color: #8C9EAF;

    font-size: 14px;
    text-decoration: none;
}

.footer_section_second {
    margin-top: 30px;
}

.hero-section-privacy {
    background: url("../images/public-pages/privacy-policy-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    /* margin-top: 40px; */
    display: grid;
    place-items: center;
}

.term_condition_bg {
    /* background: url("../images/public-pages/temsconditionbg.jpg"); */
    background: linear-gradient(91.67deg, #654DCB -7.47%, #4E6AE6 104.82%);
    display: flex
    ;
        align-content: center;
        align-items: center;

}

.privacy_heading {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Roboto', system-ui !important;
}

.privacy_heading5 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto', system-ui !important;
}

.faq_padd,
.privacy_padd {
    padding: 50px 0;
    max-width: 890px;
    margin: 0 auto;
    min-height: 400px;

}

.faq_padd {
    background-color: #ffffff;
    max-width: 1000px;
    padding: 20px;
    margin-top: 40px;
}

.heading2 {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    font-family: 'Roboto', system-ui !important;
}

.privacy_para {
    font-size: 14px;
}

.breadcrumb_page .breadcrumb {
    justify-content: center !important;
}

.breadcrumb_page .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb_page .breadcrumb .breadcrumb-item {
    color: #f5f5f5;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    height: 45px;
    border: 1px solid #d6d4d4;
    width: 600px;
}

.search .fa-search {
    position: absolute;
    top: 15px;
    right: 16px;
    font-size: 16px;
    color: #65735B;
}

.view_color {
    font-weight: 400;
    font-size: 14px;
    color: #92278f;
}

.no-article_bg {
    width: 40%;
}

.view_color:hover {
    text-decoration: underline;
}

.card_box {
    padding: 20px;
    height: auto;
    display: grid;
    place-items: center;
    border: 1px solid #8C9EAF;
    border-radius: 4px;
    position: relative;
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.heading5 {
    font-weight: 400;
}

.card_box:hover .heading5 {
    text-decoration: underline;
}

.heading4 {
    font-family: 'Roboto', system-ui !important;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.heading41 {
    font-family: 'Roboto', system-ui !important;
    font-weight: 500;
    font-size: 25px;
    color: #000;
}

.heading4:hover {
    text-decoration: underline;
    color: #92278f;
}

.text-pink {
    color: #92278f;
}

.artice_para {

    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #65735B;
}

.heading6 {

    font-weight: 400;
    color: #858585;
}

.main_para {
    font-weight: 400;
    font-size: 14px;
    color: #858585;
}

.ancor_color {
    color: #000;
}

.ancor_color span:hover {
    color: #92278f;
}

.ancor_color .heading5:hover {
    color: #92278f;
    text-decoration: underline;
}

.list_article ul li {
    font-size: 14px;
    line-height: 30px;
    color: #65735B;
    margin-bottom: 15px;
}

.list_article ul li span {
    font-weight: 500;
}

.list_article ul li span:hover {
    text-decoration: underline;
}

.btn-support {
    width: 250px;
    height: 20px;
    line-height: 0;
    background: #92278f;
    color: #fff;
    border-radius: 150px;
    padding: 22px 40px;
    margin-bottom: 0;
    border: 0.25px solid #92278f;
    transition: 0.3s ease-in-out;
    font-size: 14px;
}

.btn-support:hover {
    background-color: #fff;
    color: #92278f;
}

.help_form_section {
    max-width: 450px;
    border: 0.25px solid #ced4da;
    border-radius: 4px;
    margin: 0 auto;
    padding: 30px;
}

.btn-submit {
    width: 450px;
    height: 20px;
}

.correct_sign {
    font-size: 100px;
    color: #298A33;
    margin: 30px 0;
}

.text-grey {
    color: #65735B;
}

.label_size {
    font-size: 14px;
}

.acc__card {
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}

.acc__card .active {
    display: block;
}

.acc__title {
    cursor: pointer;
}

.acc__title h4 {
    font-family: 'Roboto', system-ui !important;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 25px;
    transform: rotate(225deg);
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    display: none;
    margin: 0;
    padding-left: 0;
    padding-top: 15px;
}

.acc__panel p {

    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #65735B;
}

#search-box {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 12px;
    margin-top: 10px;
    border-radius: 4px;
}

.searchlist {

    padding: 0 10px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-top: -1px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
}

.checked {
    color: orange;
}

.checked:hover {
    color: orange;
    font-size: 19px;
}

.justify-content-between:hover .btn {
    opacity: 1;
    transition: 0.3s;
}

.btn-success-soft {
    border-radius: 30px;
}

.modal-dialog .justify-content-between .btn {
    opacity: 1;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    width: 100px;
    height: 100px;
    z-index: 99;
}

.profile-pic input {
    display: none;
}

img.mentorbage-search {
    position: absolute;
    object-fit: cover;

    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35); */
    border-radius: 50%;
    z-index: 0;

}

.profile-pic .-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100001;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
    width: 70px !important;
    height: 70px !important;
    position: absolute;

    top: 50%;
    left: 50%;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

.profile-cover {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    height: 200px;
    z-index: 95;
}

.profile-cover input {
    display: none;
}

.profile-cover img {
    position: absolute;
    object-fit: cover;
    background: "no-repeat center";
    width: 100%;
    height: 100%;
    z-index: 0;

}

.profile-cover .-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.profile-cover:hover .profile-mentor-images {
    margin-left: 12px !important;
}

.profile-cover:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 0;
    opacity: 0.5;
}

.profile-cover span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0 !important;
}

.bg-mode[style] {
    padding-right: 0 !important;
}

.defaultloader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    z-index: 9999;
}

.spinnercontainer {
    display: inline-block;
    padding-right: 10px;
}

.content1 .field {
    margin: 12px 0 -5px;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.field.active {
    border-color: #92278f;
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.field.active i {
    color: #92278f;
}

.field input {
    width: 78%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    padding-right: 10px;
}

.field button {
    color: #fff;
    padding: 5px 22px;
    background: #92278f;
    border: none;
}

.field button:hover {
    background: #92278f;
}

/* body {
    overflow: auto !important;
} */

body>#zmmtg-root {
    display: none !important;
}

#zmmtg-root,
.meeting-client,
.meeting-client-inner {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

#wc-footer {
    bottom: auto !important;
    width: 100% !important;
}

#dialog-join {
    width: 100% !important;
}

#sv-active-speaker-view,
#sv-active-video,
.active-main,
.main-layout {
    height: 100% !important;
    width: 100% !important;
}

.suspension-window {
    transform: translate(-444px, 10px) !important;
}

.css-3besu:before {
    bottom: unset !important;
    top: -8px !important;
}

.css-3besu {
    top: 58px !important;
}

.css-nnid7-MuiSlider-valueLabel:before {
    bottom: unset !important;
    top: -8px !important;
}

.css-nnid7-MuiSlider-valueLabel {
    top: 58px !important;
}

.days_confirm_btn {
    background: #fff;
    margin-left: 3px;
    color: #92278f;
    border: 1px solid #92278f;
    padding: 3px 12px;
}

.days_confirm_btn:hover {
    background: #92278f;
    margin-left: 3px;
    color: #fff;
    border: 1px solid #92278f;
    padding: 3px 12px;
}

.days_confirm_btn.active {
    background: #92278f;
    margin-left: 3px;
    color: #fff;
    border: 1px solid #92278f;
    padding: 3px 12px;
}

/* popup threedot button */

.showLeft {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    text-shadow: transparent !important;
    color: black !important;
    padding: 5px;
}

.icons li {
    background: none repeat scroll 0 0 #000;
    height: 3px;
    width: 3px;
    line-height: 0;
    list-style: none outside none;
    margin-top: 3px;
    vertical-align: top;
    border-radius: 50%;
    pointer-events: none;
}

.btn-left {
    left: unset;
}

.btn-right {
    right: 0;
}

.btn-left,
.btn-right {
    position: absolute;
    top: 0.1em;
}

.dropbtn {
    background-color: #4caf50;
    /* position: fixed; */
    color: transparent;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:focus,
.dropbtn:hover {
    background-color: #3e8e41;
}

.threedot .dropdown {
    position: absolute !important;
    display: inline-block;
    right: 0.1em;
}

.dropdown-content {
    display: none;
    position: relative;
    margin-top: 30px;
    background-color: #f9f9f9;
    min-width: 80px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown a:hover {
    background-color: #f1f1f1;
}

.showdopcan {
    display: block;
}

.btn-success-soft {
    border: 1px solid #92278f !important;
    background-color: #fff !important;
    color: #92278f !important;
}

.btn-success-soft:hover {
    border: 1px solid #92278f !important;
    background-color: #92278f !important;
    color: #fff !important;
}

.btn-success-soft.active {
    border: 1px solid #92278f !important;
    background-color: #92278f !important;
    color: #fff !important;
}

.unfollow-img {
    border: 2px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 2rem;
}

button.follow-unfollow {
    padding: 0.5rem 2rem;
    border-radius: 5px;
    background-color: #92278F;
    color: white;
    border: none;
}

.user-se-img h6 {
    text-align: center;
}

.unfollow-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.card.dbug {
    display: flex;
    margin-top: 1rem;
    width: 100%;
    margin-right: 2rem;
    padding: 1rem 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.user-se-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu.dropdown-animation.dropdown-menu-end.dropdown-menu-size-md.p-0.shadow-lg.border-0 {
    right: 0 !important;

}

.mentorbage {
    width: 134px !important;
    top: 0;
    right: -4px;
    left: -3px;
    /* max-width: unset;
    height: unset !important; */
}

.mentorbage-search {
    /* width: 110px !important; */
    top: 0;
    right: 0;
    /* left: 8px; */
    /* max-width: unset;
    height: unset !important; */
}

.mentorbage-network {
    width: 90px !important;
    top: -2px;
    right: 0;
    left: -3px;
    max-width: unset;
    height: unset !important;
    position: absolute;
}

.searched-articles {
    display: flex;
    flex-direction: column;
    max-height: 165px;
    background-color: white;
    margin-top: 10px;
    overflow-y: auto;
}

.searched-articles a {
    padding: 16px;
    margin-bottom: 0;
    color: black;
}

main.sssion-name-main {
    margin-top: 2rem;
}

li.nav-item.border-bottom-none {
    border: none !important;
}

.hide_scrollbar::-webkit-scrollbar {
    display: none;
}

.hide_scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.top_mentor {

    z-index: 1;
    right: 0;
    /* margin-right: 0rem; */
    position: absolute;
    /*  bottom: 61px; */
}

.top_mentor_network {
    width: unset !important;
    height: unset !important;
    max-width: unset;
    top: 12px;
    right: -6px;
    position: absolute;
}

.mmenuleft-margin-bartab {
    margin-left: auto;
    align-items: center;
}

.edit-button {
    display: block;
    float: right;
}

textarea::-webkit-scrollbar {
    width: 12px;
    /* Set the width of the scrollbar */
    height: 12px;
    /* Set the height of the scrollbar */
}

img.mtstyle-chang {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-mentor-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 2rem;
    /* padding: 12px; */

}

.leble-fix {
    transform: translate(-50%, -50%);
}

.date-scroll {
    max-height: 350px;
    overflow-y: scroll;
}

.date-scroll::-webkit-scrollbar {
    width: 3px;
}

.date-scroll::-webkit-scrollbar-thumb {
    background: #92278f;
    border-radius: 20px;
}

.form-group.mb-3 i.bi.bi-pencil-fill.pe-1 {
    display: block;
    text-align: right !important;
    transform: translate(-12px, -30px);
    padding-right: 16px;
}

.reject-option {
    padding-top: 7px;
    text-decoration: underline !important;
    color: #000 !important;
}

.react-calendar__month-view__days__day--weekend {
    color: #000 !important;
}

button.react-calendar__tile--active {
    color: #92278F !important;
}

.highlightoncalender1 {
    color: #92278F !important;
    font-weight: 800 !important;
}

.exprience-myprofile- {
    margin-top: 1rem;
}

a.nav-link.vtab-top {
    text-align: left;
    margin-bottom: 0;
    color: #0f6fec !important;
    padding-left: 15px;
}

/* a.btn-sm.reject-option{
        padding: 0.5rem 1rem;
        border-radius: 5px;
        background-color: #e8e6e3 !important;
        color: #000 !important;
        border: none;

    } */

ul.dropdown-menu.dropdown-animation.dropdown-menu-end.pt-3.small.me-md-n3 {
    right: 0;
}

a.rejected-btn {
    background: rgb(146, 39, 143);
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}

img#output {
    /* padding: 12px; */
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', system-ui !important;
}

button.close {
    font-size: 46px;
}

.height-100 {
    height: 90vh;
}

p.btn.btn-sm.btn-success-soft {
    border-radius: 30px;
}

a.nav-link.active.join-learnet-links-active {
    background: inherit !important;
    color: purple !important;
}

.height-40 {
    height: 40vh;
}

.react-date-picker__wrapper {
    padding: 0.4rem 1rem;
    border: 1px solid #cccc !important;
    border-radius: 4px !important;
}

.disflex-back {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .font-fmaily-none {
    font-family: none !important;
} */

.over-time {
    height: 245px;
    overflow-y: scroll;
    padding: 0px 10px 10px
}

.name-video-self p {
    margin-bottom: 0px !important;
}

.search-send.mt-3 {
    padding: 7px 8px;
}

.fle-video-message a p span.material-symbols-outlined {
    font-size: 33px !important;
    color: black;
}

button.btn.btn-primary.position-fixed-top {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    background: transparent !important;
    border: none;
    padding: 5px !important;
}

.fle-video-message a {
    margin-right: 10px;
}

.messages-box-to {
    background: white;
    padding: 10px;
    height: 457px;
}

/* width */
.over-time::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
.over-time::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.over-time::-webkit-scrollbar-thumb {
    background: #92278f;
    border-radius: 10px;
}

.btn-video-front {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: black;
}

.btn-video-front button.btn.btn-primary {
    margin: 0 10px;
}

.search-send input[type="text"] {
    padding: 0.5rem;
    width: 100%;
}

.search-send {
    display: flex;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

#suggestions option {
    padding: 5px;
    font-weight: bold;
    background-color: #f0f0f0;
    color: #333;
}

#suggestions option:hover {
    background-color: #ccc;
}

.suggestions-list {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
}

.nav__hover__effect:hover {
    color: #fff !important;

}

.sav__btn__hover:hover {
    background-color: #92278f !important;
    color: #ffff !important;
}

.hero-section-privacy.term_condition_bg {
    /* height: 30vh; */
}


.position-relative.threedot .dropdown .dropdown-content {
    box-shadow: 0 !important;

}

.m-notification {
    margin-top: 0px !important;
    display: none;
}

.session-topics {
    display: flex;

}

.sessio-local-date p {
    margin-bottom: 0px !important;
}

.sessio-local-date {
    margin: 0 20px;
}

h6.red_bullet.text-purple {
    padding: 13px !important;
}

h4.modal-title.text-light button.btn-close {
    color: #fff !important;
}

/*canvas#participant-videos-canvas {
    width: 100% !important;
    height: 100%;
}

 canvas#participants-screen-share-content-canvas{
    width: 100% !important;
} */

video,
canvas {
    height: 100% !important;
    width: 100% !important;
}

.video__front,
.self-video {
    width: 100% !important;
    height: 120px !important;
}

/* .video__front {
    background-color: black;
    position: relative;
} */

.participent-video,
.video__front,
.self-video {
    background-color: black;
}

.other-view {
    height: 120px;
    /* background: black;
    margin: 10px;
    width: 45% !important; */
}

.participent-video-messanger {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

/* canvas#participants-screen-share-content-canvas{
    width: 100% !important;
    height: 500px !important;
} */
.normalscreen {
    width: 100% !important;
    height: 410px !important;
}

.zoom-container .fullscreen {
    width: 100% !important;
    height: 770px !important;
}

.desk-mobile {
    display: none !important;
}

.fle-video-message {
    display: flex;
    align-items: flex-start;
}

p.btn-outline-free.text-center.mb-0.d-flex.justify-content-center {
    display: flex !important;
    align-items: center !important;
}

p.btn-outline-free.text-center.mb-0.d-flex.justify-content-center span.material-symbols-outlined.me-2 {
    font-size: 18px;
}

/*===================== Search css ===================== */

.suggestions-list {
    list-style-type: none;
    padding: 0;
}

.profile-container {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.profile-container:last-child {
    border-bottom: none;
}

.profile-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.profile-details {
    display: flex;
    flex-direction: column;
}

.profile-name {
    margin: 0;
    font-weight: bold;
}

.profile-details p:not(:first-child) {
    margin-top: 5px;
}

.bg-light.p-3.rounded p {
    margin-bottom: 0px !important;
}

/* side menu active color css   */
.nav .nav-item .nav-link.active {
    color: purple !important;
    background: rgb(231, 228, 238);
}

.avatar.text-center.d-none.d-sm-inline-block span.material-symbols-outlined {
    font-size: 38px;
}

p.btn-type-dollar.text-center.mb-0.d-flex.justify-content-center.align-items-center {
    color: purple !important;
    /* background: rgb(231, 228, 238); */
    /* padding: 6px 20px; */
    border-radius: 30px;
}

p.btn-type-dollar.text-center.mb-0.d-flex.justify-content-center.align-items-center span.material-symbols-outlined.me-2 {
    font-size: 19px;
}

.sessio-local-date.pb-4.mx-0 {
    padding-left: 0.75rem !important;
}

a.nav-link.icon-md.btn.p-0.d-block.active {
    background: transparent !important;
}

.avatar-story:after {
    border: 2px solid purple !important;
}

.seen-tick {
    color: #92278f !important;
}

.badge-unread:before {
    background: purple !important;
    top: 23px !important;
}

.status-online:before {
    background-color: #92278f !important;
}

.comment-wrap {
    margin-top: 0;
    margin-bottom: 8px;
}

.bottom-to-fix {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
}

.d-none {
    display: none !important;
}

.card-body video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    overflow: hidden !important;
    height: 60vh !important;
}

.dropdown-toggle:after {
    display: none !important;
}

.width190p {
    min-width: 190px !important;
    width: 100% !important;
}

.share-thoughts {
    background-color: transparent !important;
}


.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initial-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 24px;
    pointer-events: none;
    transition: opacity 0.3s;
    white-space: break-spaces;
    padding: 12px;
    text-align: center;
}

.mt-70 {
    margin-top: 70px !important;
}

.session-booking-started {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-parent {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-payment {
    min-height: 215px !important;
}

.custom-label {
    position: relative;
}

.tooltip-text {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    top: 70px;
    left: 0;
    white-space: nowrap;
}

.tooltip-text-cover {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    top: 120px;
    text-align: center;
    white-space: nowrap;
}

.custom-label:hover .tooltip-text {
    display: block;
}

.custom-label:hover .tooltip-text-cover {
    display: block;
}


.video-call.bs-tooltip-top .tooltip-arrow::before,
.video-call.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
}

.video-call .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #000 !important;
    text-align: center;
    background-color: #fff !important;
    border-radius: 0.25rem;
}

.text-small-comment {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.review-comment-card {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

.card-max-heigthscroll {
    max-height: 50vw;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.card-max-heigthscroll::-webkit-scrollbar {
    width: 5px;

}

/* Track */
.card-max-heigthscroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.card-max-heigthscroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;

}

/* Handle on hover */
.card-max-heigthscroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.profile-availability {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}

.user-profile hr {
    margin: 8px 0 0 0;
}

.btn-calender {
    width: 100%;
}

.btn-cut-call {
    color: #fff !important;
    background-color: red !important;
    border-color: red !important;
}

.btn-video-front button.btn.btn-cut-call {
    margin: 0 10px;
}

/*===================== Star css ===================== */
.star-rating {
    display: inline-block;
    font-size: 24px;
}

.star {
    color: gray;
}

.filled {
    color: gold;
}

.half-filled {
    position: relative;
    display: inline-block;

}

.half-filled::before {
    content: "\2605";
    position: absolute;
    color: gold;
    top: 0;
    overflow: hidden;
    width: 50%;
}

.card-mentor-rating {
    max-height: 40vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.card-mentor-rating::-webkit-scrollbar {
    width: 0px;
}

/*===================== divakar 04/03/2024 ===================== */
.msg-bubble {
    max-width: 356px;
    padding: 5px 10px !important;
    border-radius: 15px;
    background: var(--left-msg-bg);
}

.mat-mdc-form-field-infix {
    min-height: 26px !important;
   
}



.msger-chat[_ngcontent-ng-c2110015879] {
    height: 90% !important;
}

.mat-mdc-floating-label {
    left: auto;
    right: auto;
    display: none;
}

.header-txt {
    display: inline-block;
    width: 80%;
    padding-left: 77px;
    font-weight: 700 !important;
}

.msger-input-textarea {
    height: 16px;
    max-height: 36px;
    min-height: 16px;
    position: relative;
    top: 0px !important;
}

.msger {
    width: 293px !important;
    height: 95% !important;
}

.detail-topic-card {
    height: 227px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 2560px) {

    /*CSS code by KK for Zoom Video*/
    app-uitoolkit {
        display: flex;
        flex-direction: row-reverse;
        padding-bottom: 0px !important;
        align-items: center;
        justify-content: center;
    }

    app-uitoolkit .videokit {
        flex-direction: column !important;
        gap: 20px;
    }

    app-uitoolkit app-controlskit {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        margin-bottom: 0px;
    }

    app-uitoolkit .ctrl-btn {
        width: 34px !important;
        height: 34px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    app-uitoolkit .material-icons {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    app-uitoolkit mat-card {
        top: 5px !important;
    }

    app-uitoolkit .header-txt {
        padding-left: 0px !important;
        text-align: left !important;
        font-weight: 600 !important;
    }

    .zoom-container {
        width: 98% !important;
        margin: auto !important;
        height: 90vh;
    }


    .controlskit {
        width: 100% !important;
        display: flex !important;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
        height: 77px !important;
        padding-top: 0;
        align-items: center;
        justify-content: center;

        background-color: #eff2f6 !important;
    }

    .ctrl-btn {
        width: 40px !important;
        height: 40px !important;
        border: none !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        cursor: pointer !important;
    }

    app-sharekit {
        margin: 20px;
    }

    app-sharekit .column {
        aspect-ratio: 16 / 7.6 !important;
    }

    .user-view {
        max-height: 58vh;
    }

    #gallery-vdieo-container {
        height: 88vh;
        align-items: unset !important;
    }

    /*
.self-view{height:22vh; max-width:40vh!important;}
.user-view{height:60vh; max-width:106vh!important;}
*/

}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    .controlskit {
        justify-content: space-between;
        /* Adjust layout for very tight spaces */
        padding-right: 10px !important;
        /* Reduce padding */
        padding-left: 10px !important;
        /* Add padding to the left for symmetry */
    }

    .controlskit {
        padding-right: 5% !important;
        /* Adjust padding for smaller screens */
    }

    .ctrl-btn {
        width: 35px !important;
        /* Adjust control button sizes for smaller screens */
        height: 35px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        cursor: pointer !important;
    }

    .videokit {
        flex-direction: column !important;
        /* Stack elements vertically on small screens */
        gap: 5px;
        /* Reduce gap for compact layout */
    }

    .border-dark {
        border: 2px solid #000 !important;
    }

    .bg-color-groupsession {
        background-color: #92278F;
    }

    .h-243 {
        height: 243px;
    }

    .active-session {
        color: purple !important;
    }

    .fs-12 {
        font-size: 12px !important;
    }

    .right-zero {
        right: 0 !important;
    }

    .vertical-align-baseline {
        vertical-align: baseline !important;
    }


}


.max-width-360 {
    max-width: 360px !important;
}



.min-width-25 {
    min-width: 25px;
}


.new-pluseicon{
    position: absolute;
    right: 0;
    top: 26px;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-con-w-500{
    width: 500px;
}

.onbording-signup-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-image: url('/assets/images/newHome/onbording-signup.png');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.onbord-img-div{
    height: 100vh;
    overflow: hidden;
}

.onbord-img-div2{
    height: 100vh;
    overflow: hidden;
}

.onbord-logo-div{
    position: absolute;
    top: 0;
    left: 0;
  
}

.onbord-logo-div img{
    height: 80px;
    padding-left: 33px;
    padding-top: 17px;
}

.onbord-text-div-bottom {
    position: absolute;
    color: #fff;
    bottom: 152px;
    padding: 10px 57px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.04em;
}
.onbord-text-div-bottom2 {
    position: absolute;
    color: #fff;
    bottom: 10px;
    padding: 10px 57px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.04em;
}

.onboard-profile-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.onboard-profile-img p{
line-height: 20px ;
}

.line-height-0{
    line-height: 0;
}

.profile-designation{
    margin-top: -5px;
    font-size: 15px;
}

.cot-div img{
    width: 35px
}