* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Poppins', sans-serif;
}

.navbar_wrapper {
    background-color: #fff;
}

.navbar_brand img {
    width: 100% !important;
}

.custom_navbar_header li.nav-item a.nav-link {
    color: #000000;    
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.register_btn {
    background-color: #755c9f;
    color: #fff;
    padding: 8px 30px !important;
    border-radius: 2px;
    color: #fff !important; font-weight: 500 !important ;
}

.custom_navbar_header li a {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.custom_navbar_header li.nav-item a.nav-link:hover {
    color: #000;
}

.custom_navbar_header li.nav-item a.nav-link:focus {
    color: #000;
}

.banner_bg {
    background-image: url(../images/banner.png);
    width: 100%;
    height: auto;
    padding: 240px 0px 240px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_bg::before {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
}

.banner_text_content {
    position: relative;
}

.banner_text_content {
    z-index: 1;
}

.banner_text_content h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 8px;
    font-weight: 700;
}

.banner_text_content h1 span {
    color: #ff6804;
}

.banner_text_content p {
    color: #fff;
    font-size: 20px; max-width: 790px; margin : auto;
}

.container_blur_bg {
    position: relative;
}

.container_blur_bg:before {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    /*background-color : #755c9f;*/
    position: absolute;
    opacity: .2;
    backdrop-filter: blur(10px);
}

.number_grid_height {
    height: 110px;
    background: #fff;
    border-bottom: 3px solid #755c9f;
    box-shadow: 0px 0px 10px #755c9f;
    transition: all .3s;
    transform: scale(1.05);
}

.number_grid_height .number_content {
    margin-left: 15px;
}

.number_grid_height .number_content h3 {
    color: #555555;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 3px;
}

.number_grid_height .number_content p {
    color: #555555;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

.section_heading_text h2 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
}

.section_heading_text h2 u {
    text-decoration: none;
    border-bottom: 3px solid #ff6804;
}

.section_heading_text p {
    max-width: 767px;
    margin: auto;
}

.custom_btn_drop button {
    border: 1px solid #785fa1;
    width: 350px;
    border-radius: 50px;
    color: #785fa1;
    background-color: transparent;
    box-shadow: 0px 5px #785fa1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    transition: all .6s;
    font-weight: 600;
}

.custom_btn_drop button.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 22px;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    transition: all .6s;
}

.custom_btn_drop button.dropdown-toggle::before {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 17px;
    content: ' ';
    left: 20px;
    background-color: #785fa1;
    border-radius: 50%;
    opacity: .6;
    transition: all .6s;
}

.dropdown_menu {
    width: 100%;
}

.custom_btn_drop {
    width: 350px;
    max-width: 350px;
    margin: auto;
}

.custom_btn_drop button:hover {
    background-color: #785fa1;
    color: #fff;
    border: 1px solid #785fa1;
}

.custom_btn_drop button:hover::before {
    background-color: #fff;
}

.custom_btn_drop button:focus {
    background-color: #785fa1 !important;
    color: #fff;
    border: 1px solid #785fa1 !important;
    box-shadow: 0px 2px #785fa1 !important;
}

.custom_btn_drop button:focus::before {
    background-color: #fff !important;
}

.brown {
    color: #555555
}

.search_with_brown {
    font-size: 16px;
    font-weight: 600;

}

.search_with_brown i {
    margin-left: 10px;
}

.ambassadors_grid {
    padding: 15px 15px;
}

.ambassadors_grid_heading {
    background-color: #fdfbff;
    padding: 30px 20px;
}

.ambassadors_grid_content {
    position: relative;
    top: -40px;
}

.ambassadors_grid_content p.brown {
    font-size: 13px;
}

.ambassadors_grid_content p.font14 {
    font-size: 14px;
    margin-bottom: 0px;
}

.ambassadors_grid_content img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    transform: translateY(0px);
}

.ambassadors_grid {
    box-shadow: 0px 0px 10px #785fa1;
}

.ambassadors_grid_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px !important;
}

/* .tick_wrapper img {width: 70% ;} */
.blank_btn_bg {
    padding: 6px 20px;
    background-color: transparent;
    border: 1px solid #785fa1;
    border-radius: 4px;
    font-weight: 600;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blank_btn_bg {
    color: #785fa1;
}

.blank_btn_bg:hover {
    color: #fff;
    background-color: #785fa1;
}

.fill_btn_bg {
    padding: 6px 20px;
    background-color: #ddd4ef;
    border: 1px solid #ddd4ef;
    border-radius: 4px;
    font-weight: 600;
    /* color : #948f9e;  */
    color: #785fa1;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill_btn_bg:hover {
    color: #fff;
    background-color: #785fa1;
}

.skew_pro {
    width: 45px;
    height: 65px;
    background-color: #f66505;
    top: -16px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 24px;
    z-index: 1;
}

.skew_pro::after {
    content: ' ';
    position: absolute;
    bottom: -2px;
    display: inline-block;
    margin: 0 5px;
    left: -10px;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    border-bottom: solid 26px #fff;
    border-left: solid 26px transparent;
    border-right: solid 26px transparent;
}

.skew_pro::before {
    content: ' ';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    margin: 0 5px;
    left: -21px;
    vertical-align: middle;
    top: 0px;
    width: 10px;
    height: 8px;
    border-bottom: solid 8px #f66505;
    border-right: solid 8px #f66505;
    border-left: solid 8px transparent;
    border-top: solid 8px transparent;
}

.skew_pro i,
.skew_pro {
    font-size: 13px;
}

.white {
    color: #fff;
}

.skew_pro i {
    display: block;
}

.font14 {
    font-size: 14px;
}

.tick_wrapper {
    right: 45px;
    top: -4px;

}

.step_6_mob .abs_how_icon,
.step_4_mob .abs_how_icon,
.step_2_mob .abs_how_icon {
    left: 0;
    right: 0;
}

.step_6_mob .step_grid_content,
.step_4_mob .step_grid_content,
.step_2_mob .step_grid_content {
    text-align: right;
}

.purple_btn {
    padding: 8px 20px;
    background-color: #785fa1;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}

.purple_text_anchor {
    text-decoration: underline;
    font-size: 13px;
    color: #785fa1;
    font-weight: 600 !important;
}

.purple_btn:hover {
    color: #fff;
}

.step_grid_bg {
    background-color: #fff;
    box-shadow: 0px 0px 10px #785fa1;
}

.step_grid_content {
    text-align: left;
    padding: 20px 20px;
}

.step_grid_content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.step_grid_content p {
    font-size: 12px;
    font-weight: 300;
    color: 000;
    /*max-width: 220px;*/
}

.abs_how_icon {
    right: 0;
    top: 0;
    width: 17%;
}

.step_grid_single {
    max-width: 320px;
    width: 320px;
}

.before_right_one::after {
    position: absolute;
    content: ' ';
    width: 56%;
    height: 4px;
    top: auto;
    bottom: 13px;
    left: auto;
    right: -30px;
    background-color: #785fa1;
}

.before_left_one::before {
    position: absolute;
    content: ' ';
    width: 45%;
    height: 4px;
    bottom: auto;
    top: 13px;
    left: 0;
    right: auto;
    background-color: #785fa1;
}

.before_left_one::after {
    position: absolute;
    content: ' ';
    width: 45%;
    height: 4px;
    bottom: auto;
    top: 13px;
    left: auto;
    right: 0;
    background-color: #785fa1;
}

.before_left_one_none::after {
    display: none;
}

.bottom_steps_row {
    top: -30px;
}

.before_right_both::before {
    position: absolute;
    content: ' ';
    width: 57%;
    height: 4px;
    bottom: 13px;
    top: auto;
    left: -33px;
    right: auto;
    background-color: #785fa1;
    
    /* position: absolute;
    content: ' ';
    width: 57%;
    height: 4px;
    bottom: 13px;
    top: auto;
    left: -30px;
    right: auto;
    background-color: #785fa1; */
}

.before_right_both::after {
    position: absolute;
    content: ' ';
    width: 56%;
    height: 4px;
    bottom: 13px;
    top: auto;
    left: auto;
    right: -30px;
    background-color: #785fa1;
}

.more_purple span {
    font-weight: 600;
    font-size: 14px;
    color: #785fa1;
}

.more_purple span::after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #785fa1;
}

.category_img_grids_wrapper {
    margin-bottom: 20px;
}

.category_img_grids_wrapper img {
    width: 100%;
}

.issue_one img {
    height: 400px;
    object-fit: cover;
}

.issue_four img {
    height: 400px;
    object-fit: cover;
}

.issue_two img,
.issue_three img {
    height: 190px;
    object-fit: cover;
}

.w_30 {
    width: 30%;
}

.w_40 {
    width: 40%;
}

.category_img_grids {
    position: relative;
}

.category_img_grids::before {
    content: ' ';
    position: absolute;
    top: auto;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(../images/layer.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.will_text {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    align-items: flex-end;
    padding: 20px 20px;
}

.will_text p {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    z-index: 9;
    margin-bottom: 0;
}

.issue_two .will_text {
    align-items: center;
    justify-content: center;
}

.issue_two {
    position: relative;
}

.issue_two::after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
}

.footer_bg {
    background-color: #16141a;
}

.menu_icon {
    padding: 4px 16px;
    background-color: #1f1d24;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.menu_icon:hover {
    color: #fff;
}

.footer_bottom p {
    color: #39373c;
    margin-bottom: 0px;
}

.footer_bottom {
    border-top: 1px solid #39373c;
}



.curve_bg {
    background-image: url(../images/wave.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 110px 0px 110px 0px;
    background-repeat: no-repeat;
}

.abs_curve {
    position: absolute;
    left: 0;
    top: 80px;
}

.navbar_wrapper {
    position: relative;
}

.mobile_navbar_wrapper {
    width: 265px;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .6s;
    transform: translateX(-100%);

    background: #444;
    z-index: 99;
}

.custom_toggler {
    color: #000;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.custom_toggler span {
    color: #000;
}

.custom_toggler {}

.custom_toggler .navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #000;
}

.cross_mobile_menu {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #fff;
}

.cross_mobile_menu:hover {
    color: #fff;
}

.mobile_custom_nav li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.mobile_custom_nav li {
    margin-bottom: 15px;
}

.bottom_steps_row .abs_how_icon {
    left: 0;
}

.bottom_steps_row .step_grid_content {
    text-align: right;
}

.multy_color {
    background: -webkit-linear-gradient(#785fa1, #f7f7f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 800;
}

.abs_multy_color {
    position: absolute;
    left: 0;
    top: -30px;
}

.steps_mobile_container {
    display: none;
}

.modal_content_inner {
    padding: 30px 25px;
}

.modal_list_wrapper {
    column-count: 3;
}

.modal_list_wrapper li {

    margin-bottom: 20px;
}

.modal_list_wrapper li p {
    color: #555555;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

.modal_xl {
    max-width: 1079px;
    position: relative;
    top: 40%;
    transform: translateY(-50%) !important;
    margin: auto !important;
}

.close_modal {
    position: absolute;
    top: -33px;
    right: -27px;
}






/*START CSS FOR ACTIVATE-ACCOUNT.HTML PAGE*/
.act_form_wrapper {
    margin-top: 40px;
}

.act_form_outsider {
    width: 480px;
    margin: auto;
    padding: 40px 80px;
    box-shadow: 0px 0px 12px grey;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 8px solid #fccbb2;
}

.img_wrapper_act {
    padding: 20px 0px;
}

.content_form_wrapper {}

.content_form_wrapper_sec h3 {
    color: #393a3f;
    font-weight: 700;
    font-size: 22px;
}

.content_form_wrapper_sec p {
    color: #88898c;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 25px;
}

.form_check {
    padding-left: 0;
}

.form_check label.form-check-label {
    margin-bottom: 15px;
    padding: 16px 32px;
    background-color: #fafbfe;
    border-radius: 6px;
    width: 100%;
    border: 1px solid transparent;
}

/* input[type="radio"]:checked+label {
    border : 1px solid #1a75bc ; 
    font-weight: 800 ;
} */

.form_check label span {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-left: 10px;
}

.form_check label .form-check-input {
    margin-top: 8px;
}

.send_btn_acc {
    width: 100%;
    padding: 14px 0px;
    border-radius: 6px;
    color: #fff;
    background-color: #1a75bc;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.send_btn_acc:hover {
    color: #fff;
}

.register_text {
    text-decoration: underline;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.inputWithIcon {
    position: relative;
    margin-bottom: 15px;
}

.inputWithIcon.checkin {}

.inputWithIcon input {
    width: 100%;
    padding: 14px 50px;
    border-radius: 6px;
    color: #000;
    background-color: #fafbfe;
    border: 1px solid #d3d5db;
    font-size: 18px;
}

.inputWithIcon.checkin .input_icons_active_wrapper {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #755c9f;
}

.inputWithIcon.checkin .input_icons_active_wrapper::before {
    opacity: 1;
}

.inputWithIcon input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.inputWithIcon input::placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    margin-left: 10px;
}

.inputWithIcon .input_icons_active_wrapper {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #d3d5db;
}

.inputWithIcon .input_icons_active_wrapper::before {
    position: absolute;
    content: ' ';
    top: 4.5px;
    border-radius: 50%;
    left: 5px;
    background-color: #755c9f;
    width: 11px;
    height: 11px;
    opacity: 0;
}

/*END CSS FOR ACTIVATE-ACCOUNT.HTML PAGE*/

/*start css for signin_done.html */
.content_text_links h2 {
    font-size: 24px;
    color: #393a3f;
    font-weight: 800;
    line-height: 46px;
}

.plain_blank_btn {
    padding: 10px 15px;
    border: 2px solid #755c9f;
    color: #755c9f;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
}

.plain_blank_btn:hover {
    color: #fff;
    background-color: #755c9f;
}

.plain_fill_btn {
    padding: 10px 15px;
    border: 1px solid #755c9f;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #755c9f;
}

.plain_fill_btn:hover {
    color: #fff;
    background-color: #755c9f;
}

/*end css for signin_done.html */

/*start css for sign_in_form.html */

.left_sign_in {
    background-color: #755c9f;
    width: 45%;
}

.right_sign_in {
    background-color: #f2eef8;
    width: 55%;
    padding: 0px 0px 80px 0px;
    /*height: 600px;*/
}

.right_signin_form_wrapper {
    padding: 80px 0px 0px 0px;
}

.left_text_wrapper_sign h2 {
    color: #fff font-size: 52px;
    color: #fff;
    margin-bottom: 40px;
}

.left_text_wrapper_sign p {
    color: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    max-width: 420px;
    text-align: left;
}

.left_text_wrapper_sign {
    margin-top: 220px;
}

.logo_white_tiff {
    left: 0;
    top: 0;
}

.pinkish_form_wrapper {
    width: 100%;
    margin: auto;
    padding: 20px 40px 60px 40px;
    box-shadow: 0px 0px 12px grey;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 8px solid #fccbb2;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    left: -60px;
}

.sign_label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    min-height: 16px;
}

.form_input_wrapper {
    margin-bottom: 20px;
}

.bluish_input {
    width: 100%;
    padding: 0px 20px;
    border-radius: 6px;
    color: #000;
    background-color: #fafbfe;
    border: 1px solid #d3d5db;
    font-weight: 600;
    font-size: 14px;
    height: 45px;
}

.bluish_input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9d;
    margin-left: 10px;
}

.bluish_input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.toggle_password {
    background: none;
    border: none;
    color: #9c9c9d;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 9;
}

.toggle_password:focus {
    outline: none;
    border: none;
}

.toggle_password {
    font-size: 1rem;
}

.purple_anchor {
    padding: 14px 45px;
    border: 1px solid #8b6cbd;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    width: 320px;
    display: inline-block;
    background-color: #8b6cbd;
}

.purple_anchor:hover {
    color: #fff;
}

.purple_text {
    color: #8b6cbd;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.purple_text:hover {
    color: #8b6cbd;
    text-decoration: underline;
}

.left_sign_in {
    background-image: url('../images/bg-shape.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.checkbox_wrapper_sign_lists {
    list-style: none;
}

.checkbox_wrapper_sign_lists li .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
}

.checkbox_label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.checkbox_wrapper_sign_lists li {
    margin-right: 10px;
}

/*end css for sign_in_form.html */


/*start css for coupon1.html */
.coupon_inside_in .coupon_input_text {
    width: 50px;
    border-radius: 6px;
    color: #000;
    height: 40px;
    padding-left: 10px;
    background-color: #fafbfe;
    border: 1px solid #d3d5db;
    font-size: 18px;
    margin-right: 10px;
}

.coupon_inside_in .coupon_input_text:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.received_text {
    color: #000 !important;
    font-size: 14px !important;
    opacity: 1;
}

.received_text a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #8b6cbd;
    text-decoration-thickness: 2px;
}

/*end css for coupon1.html */


/*start css for information.html */
.info_sec {
    background-color: #f8f8f8;
}

.banner_bg_info {
    background-image: url(../images/bg_image_info.png);

    width: 100%;
    height: auto;
    padding: 120px 0px 120px 0px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_text_content_info {
    position: relative;
}

.banner_text_content_info {
    z-index: 1;
}

.banner_text_content_info h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 8px;
    font-weight: 700;
}

.banner_text_content_info h1 span {
    color: #fff;
}

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

.white_grids_collapse_bg {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #ccc;
    padding: 30px 15px;
}

.custom_info_tabs {
    flex-direction: column;
}

.custom_info_tabs .nav-link.active {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    background-color: #755c9f;
    display: block;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
}

.custom_info_tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgb(102, 99, 107);
    padding: 10px 15px;
    border-radius: 4px;
}
.custom_info_tabs .nav-link:hover , .custom_info_tabs .nav-link:active  {
    border-color: transparent; background-color: #755c9f ;  color : #fff;
}
.custom_info_tabs {
    border-bottom: none;
}

.menu_list_wrapper li a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(102, 99, 107);
}

.custom_info_tabs .nav-link i {
    font-size: 18px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.custom_info_tabs .nav-link {
    display: flex !important;
    width: 100%;
}

.tree li {
    position: relative;

}

.tree {
    /*padding : 0px 15px;*/
}

.menu_info_list_inner li {
    margin-bottom: 10px !important;
}

.tree li a {
    padding: 10px 15px;
    display: block;
}

.tree li i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 12px;
}

.tree li.branch {
    margin-top: 15px;
}

.tree li ul {
    /*padding-left: 20px;*/
}

i.fa-pencil-square {
    display: inline-block !important;
    position: relative !important;
    right: 0 !important;
    top: 2px !important;
    font-size: 18px !important;
    margin-right: 7px !important;
}

.menu_info_list_inner {
    padding-left: 45px;
    margin-bottom: 15px;
}

.menu_info_list_inner li a {
    padding: 10px 0px;
}

.bluish_anchor {
    padding: 18px 15px !important;
    border-radius: 6px;
    background-color: #fafbfe;
    color: #000;
}

.menu_info_list_inner li i {
    top: 18px;
}

.menu_inner_inner_lists {
    margin: 10px 0px;
}

.menu_inner_inner_lists li a {
    font-size: 13px !important;
    padding-left: 20px !important;
}
.menu_inner_inner_lists li a:hover {
    color : #785fa1 ; background-color: #f5f5f5 ;
}
.menu_inner_inner_lists li {
    margin-bottom: 0px !important;
}

.menu_inner_inner_lists li img {
    margin-right: 10px;
}

.menu_info_list_inner::before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 20px;
    content: ' ';
    background-color: #ebebeb;
    position: absolute;
}

.tabs_info_form_wrapper {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 8px;
}

.pro_info_heading {
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.img_info_bg {
    border-radius: 8px;
    border: 2px dashed #bfc1cd;
    padding: 20px 15px;
    background-color: #f8f9fd;
}

.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-weight: 14px;
    color: #fff;
    border-radius: 4px;
    background-color: #755c9f;
    border: 1px solid #755c9f;
    padding: 8px 26px;
    outline: none;
}

.btn_upload:hover,
.btn_upload:focus {
    background-color: #755c9f;
    border: 1px solid #755c9f;
}

.btn_upload input {
    border: none;
    outline: none;
}

.preview_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.preview_name {
    width: 125px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: 7px;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-right: 15px;
    color: #ff5e5e;
    font-size: 14px;
    font-weight: 600;
}

.btn-rmv2 {
    background-color: #755c9f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #755c9f;
    width: 30px;
    height: 30px;
}

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

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    height: 100px;
    margin-left: 10px;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    /*display: none;*/
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-flex;
    ;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
    font-size: 14px;
}

.rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-flex;
    ;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}

.bluish_input_area {
    width: 100%;
    padding: 20px 20px;
    border-radius: 6px;
    color: #000;
    background-color: #fafbfe;
    border: 1px solid #d3d5db;
    font-weight: 600;
    font-size: 14px;
    height: 180px;
}

.bluish_input_area::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9d;
    margin-left: 10px;
}

.bluish_input_area:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.font_light {
    font-weight: 500;
}

.small_input_receive {
    background-color: #f4eeff;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 22px;
}

.small_input_receive span {
    margin-right: 8px;
    color: #755c9f;
}

.small_input_receive a {
    color: #755c9f;
}

.btn_edit {
    padding: 6px 24px;
    border: 1px solid #755c9f;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    background-color: #755c9f;
}

.btn_edit:hover {
    color: #fff;
}

.flex_inner_labels {
    background-color: #f4f6fd;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
}

.text_socia_acc p {
    margin-bottom: 0px;
    color: #555;
}

.form_ctr_textarea {
    background-color: #f4f6fd;
}

.not_act_width {
    width: 70%;
}

.broadcast_btn {
    padding: 6px 18px;
    border: 1px solid #f4f6fd;
    color: #75767a;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 500;

    display: inline-block;
    background-color: #f4f6fd;
}

.info_team_bg {
    background-color: #f4f6fd;
    padding: 40px 15px 30px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #ccc;
}

.team_info_img {
    border: 2px solid #fff;
    border-radius: 50%;
}

.eti_team_name h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

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

.whiteish_bg_number {
    padding: 4px 16px;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.whiteish_bg_number {
    font-size: 12px;
    color: #000;
}

.pos_comment {
    right: 10px;
    top: 10px;
}

.add_team_grid {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #ccc;
    margin-right: 20px;
    margin-bottom: 10px;
}

.add_img_grid img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.cross_add_team {
    right: -10px;
    top: -10px;
}

.cross_add_team {
    cursor: pointer;
    color: #fff;
    /*border-radius: 30px;*/
    border: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5e5e;
    /*margin: -5px -10px;*/
    font-size: 14px;
    width: 30px;
    height: 28px;
    border-radius: 50px;
}

.cross_add_team:hover {
    color: #fff;
}

.add_per_imgies img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
}

.add_per_imgies {
    box-shadow: none;
}

.span_manda {
    color: #ccc;
}

.font12 {
    font-size: 12px;
}

.error span {
    color: #ff8d8d;
    font-weight: 600;
}

.error input {
    border: 2px solid #ff8d8d;
    color: #ff8d8d;
    background-color: #fefafa;
}

.error button {
    color: #ff8d8d;
}

.btn_upload:hover {
    color: #fff;
}

.reset_btn {
    padding: 8px 18px;
    border: 1px solid #f8f9fd;
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-block;
    background-color: #f8f9fd;
}

.img_info_bg_pass {
    border-radius: 8px;
    border: 2px dashed #bfc1cd;
    padding: 40px 15px;
    background-color: #f8f9fd;

}

.upload_img_text span {
    font-weight: 600;
    color: #755c9f;
}

.upload_img_text a {
    font-size: 12px;
    color: #fff;
    background-color: #755c9f;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

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

.reset_btn img {
    border-radius: 50%;
}

.person_add_team {
    flex-wrap: wrap;
}

/*end css for information.html */



/*CSS START FOR ACCOCNT CREATION.HTML */
.banner_bg_inner {
    background-image: url(../images/inner-banner.jpg);
    width: 100%;
    height: auto;
    padding: 130px 0px 250px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_bg_inner::before {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
}

.banner_img_content_inner {
    position: relative;
}

.banner_img_content_inner {
    z-index: 1;
}

.banner_img_content_inner h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 8px;
    font-weight: 700;
}

.banner_img_content_inner p {
    color: #fff;
    font-size: 15px;
}

.middle_wrapper {
    background-color: #fafbfe;
}

.middle_creation_outer_wrapper {
    /*padding : 40px 30px;*/
    background-color: #ffffff;
    box-shadow: 0px 0px 8px grey;
    margin-top: -200px;
}

.creation_bg {
    padding: 50px 0px 50px 0px;

}

.creation_bg::before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 285px;
    width: 100%;
    background-image: url(../images/circle.png);
    background-size: cover;
    background-position-x: center;
    background-position-y: -116px;
    background-repeat: no-repeat;
}

.creation_heading_wrapper {
    z-index: 1;
}

.creation_heading_wrapper h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.creation_heading_wrapper h2 span {
    color: #755c9f !important;
}

.creation_heading_wrapper p {
    color: #525151;
    font-size: 15px;
    font-weight: 500;
}

.creation_middle_wrapper {
    padding: 40px 60px;
}

.label_form_creation_inner {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.creation_input {
    background-color: #f4f6fd;
    border: none;
    height: 45px;
    width: 100%;
    border-radius: 4px;
    padding: 15px 25px;
}

.creation_input::placeholder {
    color: #525151;
    font-size: 14px;
    font-weight: 500;
}

.creation_form_group {
    margin-bottom: 45px;
}

.flex_inner_labels {
    background-color: #f4f6fd;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
}

.text_socia_acc p {
    margin-bottom: 0px;
    color: #555;
}

.form_ctr_textarea {
    background-color: #f4f6fd;
}

.label_form_creation_inner p {
    color: #555;
    font-weight: 600;
    font-size: 13px;
}

.team_grid_bg {
    background-color: #fff;
    box-shadow: 0px 0px 8px grey;
    padding-top: 30px;
    padding-bottom: 40px;
}

.bluish_bg_number {
    padding: 4px 16px;
    background-color: #f4f6fd;
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.bluish_bg_number {
    font-size: 12px;
}

.team_grid_bg:last-child {
    margin-right: 0px;
    margin-left: 0px;
}

.team_girds_wrapper {
    margin-bottom: 25px;
}

.team_girds_wrapper h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 6px;
}

.bluish {
    height: 300px;
    background-color: #f4f6fd;
}

.bluish .d-flex {
    height: 100%;
}

.font13 {
    font-size: 13px;
}

.upper_footer {
    padding: 85px 0px;
    width: 100%;
    /* background-image: url(../images/up.png); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
}

.btn_send {
    padding: 15px 86px;
    border-radius: 4px;
    color: #fff;
    background-color: #755c9f;
}

.abs_dropdown_links {
    background-color: #fff;
    box-shadow: 0px 0px 8px #ccc;
    padding: 20px 15px;
    border-radius: 8px;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 100%;
    width: 280px;
}

.content_social_links a img {
    width: 60%;
}

.content_social_links a {
    width: 40px;
    height: auto;
    display: inline-block;
}

.content_social_links span {
    font-size: 14px;
    color: #98969b;
    font-weight: 600;
}

.not_dark {
    color: #333 !important;
}

.dropdown_more_link {
    width: 80%;
}

.click_to_links {
    cursor: pointer;
}

.creation_input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.form_ctr_textarea:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
    box-shadow: none;
}

/*CSS END FOR ACCOUNT CREATION.HTML*/

/*CSS start FOR Issue-category.HTML*/
.issue_category_banner button {
    background-color: #fff;
    box-shadow: 0px 5px #9a80c6;
}

.category_basic_pera a {
    color: #d7cee6;
}

.category_basic_pera p {
    font-size: 22px;
}

.category_basic_pera a i {
    font-size: 28px;
    margin-left: 15px;
    position: relative;
    top: 5px;
}

.banner_bg_info_basic {
    padding: 100px 0px 100px 0px;
}

.breadcrumb_wrapper a,
.breadcrumb_wrapper span {
    margin-right: 10px;
    font-size: 18px;
}

.breadcrumb_wrapper a {
    color: #000;
}

.breadcrumb_wrapper span {
    color: #787878;
}

.category_img_grid_inner {
    border-radius: 4px;
    max-height: 297px;
    min-height: 297px;
    height: 297px;
}

.category_img_grid_inner img {
    height: 100%;
    border-radius: 6px;
    min-height: 297px;
}

.category_img_grid_inner .will_text {
    border-radius: 6px;
}

.category_img_grid_inner:before {
    border-radius: 6px;
}

/*CSS END FOR Issue-category.HTML*/

/*CSS start FOR Issue-sub-category.HTML*/
.black_text {
    color: #000;
}

.under_sub_category li a {
    color: #787878;
}

.sub_category_name {
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0px 4px 6px #ccc;
}

.sub_category_name i {
    color: #755c9f;
}

/*CSS end FOR Issue-sub-category.HTML*/

.label_user {
    padding: 3px 15px;
    border-radius: 6px;
    background-color: #555;
    color: #fff;
    margin-left: 10px;
    letter-spacing: .5px;
    font-size: 16px;
}

/*CSS start FOR General-post.HTML*/
.feed_under_posts {
    font-size: 16px !important;
}

.post_per_img_wrapper {
    top: 70px;
    z-index: 1;
}

.general_post_wrapper {
    background-color: #fafbfe;
}

.general_post_banner_bg {
    background-image: url(../images/g-bg.jpg);
    width: 100%;
    height: auto;
    padding: 110px 0px 20px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post_per_name_wrapper h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.post_per_name_wrapper p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.gen_cus_row {
    align-items: bottom
}

.below_banner_follower {
    background-color: #fff;
    padding: 15px 0px;
    box-shadow: 0px 4px 8px #ccc;
}

.followers_text p {
    color: #494343;
    margin-bottom: 0px;
}

.btn_follows_wrapper {
    padding-right: 15px;
}

.followers_text {
    padding-left: 15px;
}

.followers_text p a {
    color: #494343;
}

.general_ab_bg {
    background-color: #fff;
    box-shadow: 0px 4px 8px #ccc;
    padding: 10px 15px;
}

.general_ab_bg h4 {
    color: #755c9f;
    font-size: 14px;
    font-weight: 500;
}

.general_ab_bg p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #494343;
    text-align: justify;
}

.tree_general li i {
    top: 17px;
}

.active-tree {
    background-color: #755c9f;
    color: #fff !important;
}

.branch i {
    color: rgb(102, 99, 107)
}

.active-tree-icon i {
    color: #fff;
}

.active-tree-icon .first_inner_inner_block li {
    display: block !important;
}

.treeIn {
    display: none !important;
}

.grey {
    color: #7f7b7c;
}

.black {
    color: #323233;
}

.category_over_general img {
    min-height: 230px;
    height: 230px;
}

.category_over_general {
    max-height: 230px;
    min-height: 230px;
}

.general_cate_post_content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.general_cate_post_content p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    z-index: 9;
    margin-bottom: 0;
}

.general_cate_post_content {
    height: auto;
    top: auto;
}

.dark-grey {
    color: #525151;
}

.grids_post_even span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 3px;
    margin-top: 4px;
}

.grids_post_even a img {
    width: 30%;
    position: relative;
    top: -2px;
}

.clock_web_grid_bg {
    background-color: #fff;
    box-shadow: 0px 0px 8px grey;
    padding: 10px;
}

.label_span {
    background-color: #f1f3fa;
    padding: 4px 8px;
    border-radius: 4px;
    top: 10px;
    right: 10px;
}

.web_grid_img img {
    border-radius: 6px;
}

.web_content_headings h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.label_span span {
    font-size: 12px;
}

.web_grid_img {
    margin-top: 15px;
}

.web_content_headings p {
    font-size: 15px;
    color: #525151;
    text-align: justify;
}

.web_grid_img img {
    height: auto;
    object-fit: cover;
}

.cancles_wrapper {
    position: absolute;
    top: 4px;
    right: 0px;
    display: flex;
}

.cancles_wrapper a {
    color: #34baff;
    border: 2px solid #34baff;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*start css for chat modal*/
.bg_remove_modal {
    background-color: transparent;
}

.modal_header_message {
    padding: 10px 15px;
    background-color: #755c9f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal_content_message {
    background-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal_header_message h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.modal_middle_message {
    /*height: 220px; */

    background-color: #fff;
}

.modal_days_wrapper {
    text-align: center;
}

.modal_days_wrapper span {
    color: #757474;
    font-size: 12px;
    margin-bottom: 0px;
}

.message_positions::before {
    left: 0;
    content: ' ';
    width: 35%;
    height: 2px;
    background-color: #e7e7e7;
    top: 12px;
    position: absolute;
}

.message_positions::after {
    right: 0;
    content: ' ';
    width: 35%;
    height: 2px;
    background-color: #e7e7e7;
    top: 12px;
    position: absolute;
}

.receiver_each {
    margin-bottom: 10px;
    padding: 8px 15px;
    background-color: #755c9f;
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

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

.receiver_img p {
    font-size: 13px;
    width: 60px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.each_width {
    width: 75%;
}

.sender_each {
    padding: 8px 15px;
    background-color: #e7e7e7;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    color: #534d5e;
    font-weight: 500;
}

.modal_bottom_footer_messgae {
    border-top: 1px solid #e7e7e7;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chat_input {
    background-color: #dfdfdf;
    height: 45px;
    font-weight: 600;
    color: #534d5e;
    border-radius: 50px;
    border: none;
    outline: none;
    padding: 0px 20px;
    width: 100%;
    display: block;
}

.chat_input::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #534d5e;
    margin-left: 10px;
}

.chat_input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.sender_btn {
    padding: 10px 15px 10px 20px;
    background-color: #755c9f;
    border-radius: 50px;
    display: block;
}

.writing_wrapper a {
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;

}

.sender_chatbox_input {
    width: 80%;
    margin-right: 20px;
}

.modal_middle_message {
    height: 280px;
    overflow-y: scroll;
}

.modal_middle_message::-webkit-scrollbar-track {

    border-radius: 10px;
    background-color: #fff;
}

.modal_middle_message::-webkit-scrollbar {
    width: 12px;
    background-color: #dfdfdf;
}

.modal_middle_message::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background-color: #dfdfdf;
}

/*start css for chat modal*/
/*CSS END FOR General-post.HTML*/

/*CSS START FOR resource-video.HTML*/
.video_head_img img {
    border-radius: 50%;
    width: 100%;
}

.video_head_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #785fa1;
    padding: 0px;
}

.video_head_person h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
    font-weight: 600;
}

.video_head_person span {
    padding: 3px 10px;
    border-radius: 6px;
    background-color: #555;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}

.video_head_person p {
    margin-bottom: 0px;
    font-size: 12px;
}

.video_overlay:before {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);

    position: absolute;
}

.video_duration_wrapper {
    top: 10px;
    left: 10px;
    padding: 4px 18px;
    background-color: #525351;
    color: #fff;
    font-size: 16px;
}

.video_btn_wrapper {
    padding: 6px 14px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    left: 50%;
}

.bg_white {
    background-color: #fff;
}

.shadow {
    box-shadow: 0px 2px 8px #ccc;
}

.videos_grid_wrapper {
    margin-bottom: 20px;
}

.left_inner_fac_comm {
    top: -4px;
    left: 0;
}

.left_inner_fac_comm img {
    width: 35px;
}

.fav_ambassadors_heading h3 {
    font-size: 16px;
}

.fav_red_heart {
    right: 15px;
    top: 15px;
}

.fav_red_heart {
    width: 30px;
}

.fav_red_heart a img {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px;
}

/*CSS END FOR resource-video.HTML*/


/*CSS START FOR fav_video_inner.HTML*/
.fav_video_inner_banner_bg {
    padding: 40px 0px 0px 0px;
    position: relative;

}

.fav_video_inner_banner_bg::before {
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #f2f0f7;
    position: absolute;
}

.video_contents_concepts h2 {
    font-size: 22px;
    font-weight: 700;
    color: #3a3939;
}

.video_contents_concepts p {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    line-height: 28px;
}

.font14 {
    font-size: 14px !important;
}

.video_inner_input {
    width: 100%;
    padding: 0px 20px;
    border-radius: 6px;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #d3d5db;
    font-weight: 600;
    font-size: 14px;
    height: 55px;
}

.video_inner_input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    margin-left: 10px;
}

.video_inner_input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.grey_rating {
    font-size: 24px;
    color: #dddddd;
    margin-right: 6px;
}

.grey_rating:hover {
    color: #dddddd;
}

.rating_view_heading h3 {
    padding-bottom: 15px;
    border-bottom: 2px solid #ebebeb;
    color: #777777;
    font-size: 18px;
    font-weight: 600;
}

.rating_view_heading h3 span {
    font-weight: 300;
}

.rating_person img {
    border-radius: 50%;
    width: 100%;
}

.rating_view_heading h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}

.active-rating {
    color: #ffbc54;
    font-size: 14px;
}

.rating_days {
    font-size: 16px;
    color: #8c8c8c;
}

.rating_comment_here p {
    color: #414140;
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
}

.rating_comment_here p a {
    color: #414140;
}

.rating_comment_here p a:hover {
    color: #785fa1;
}

.rating_comment_here p a i {
    margin-right: 4px;
}

.rating_grey_cover {
    padding: 20px 30px;
    background-color: #f4f4f4;
    border-radius: 6px;
}

.border_bottom {
    border-bottom: 2px solid #ebebeb;
}

/*CSS END FOR fav_video_inner.HTML*/

/*CSS START FOR public_view.HTML*/
.drops_caret_remove::after {
    display: none;
}

.drops_menus_items a {
    font-size: 14px;
    color: #494343 !important;
    padding: 8px 15px;
}

.drops_menus_items a i {
    color: #494343 !important;
}

.public_view_bg {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 6px;
}

.general_view_cut_bg {
    background-color: #fafbfe;
}

.public_grid_content h2 {
    font-size: 20px;
}

.public_grid_content p {
    text-align: justify;
}

.public_grid_content p a {
    color: #755c9f;
}

.catch_keyboard .small_input_receive {
    padding: 6px 16px;
    font-size: 12px;
}

.attachments_links a {
    margin-right: 10px;
}

.custom_select_option {
    padding: 6px 16px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    border: none;
    box-shadow: 0px 0px 6px #ccc;
}

.cross_modal_making {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    color: #fa5c5c;
    justify-content: center;
    align-items: center;
    background-color: #ffe9e9;
    border: 1px solid #ffe9e9;
}

.cross_modal_making:hover {
    color: #fa5c5c;
}

.bluish_input_select {
    width: 100%;
    padding: 0px 20px;
    border-radius: 6px;
    color: #4c4c4c;
    background-color: #fafbfe;
    border: 1px solid #d3d5db;
    font-weight: 400;
    font-size: 16px;
    height: 45px;
}

.bluish_input_select:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.label_modal {
    color: #000;
}

.error_btn {
    background-color: #ffe9e9;
    color: #fa5c5c;
    border: 1px solid #ffe9e9;
}

.error_btn:hover {
    color: #fa5c5c;
}

.bluish_input_place::placeholder {
    font-weight: 400;
    font-size: 16px;
}

.close_modals_red {
    top: -20px;
    right: -15px;
}

.listing_pagination li.active .page-link {
    background-color: #785fa1 !important;
    border-color: #785fa1 !important;
}

.tabs_horizontal_lists li.nav-item .nav-link.active {
    color: #755c9f !important;
    border: none;
    border-bottom: 2px solid #755c9f !important;
    background-color: transparent;
    margin-top: 1px;
}

.tabs_horizontal_lists li.nav-item .nav-link {
    color: #7f7f7f;
    border-bottom: 2px solid #c6c6c6 !important;
    font-weight: 500;
}

.tabs_horizontal_lists {
    border-bottom: 0px;
}

.brown_grey_bg {
    padding: 4px 12px;
    background-color: #f5f5f8;
    border-radius: 50px;
}

.purple_text {
    color: #755c9f;
}

.top_relative_manage {
    top: -20px;
}

.padding_reduce {
    padding: 20px 20px;
}

.all_para_text {
    max-width: 768px;
    margin: 15px auto;
    color: #fff;
}

.purple_btn_blank {
    padding: 12px 30px;
    background-color: #fff;
    color: #755c9f;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    border: 2px solid #755c9f;
}

.purple_btn_blank:hover {
    color: #fff;
    background-color: #755c9f;
}

.pd_btn_reduce {
    padding: 6px 22px;
    font-size: 14px;
    border: 1px solid #755c9f;
}

.search_input_wrapper input {
    width: 220px;
    padding: 0px 20px;
    border-radius: 6px;
    color: #7f7b7b;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
}

.search_input_wrapper input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #7f7b7b;
    margin-left: 10px;
}

.search_input_wrapper input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.search_input_wrapper a {
    top: 8px;
    right: 10px;
    color: #7f7b7b;
}

.posts_general_breadcrumb span {
    font-weight: 600;
}

/*CSS END FOR public_view.HTML*/


.theme_brands_wrapper .owl-item img {
    opacity: 1;
    height: 154px !important;
}

.theme_brands_wrapper .sell-brands-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.favour_email_input {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: #fafbfe;
    padding-left: 20px;
    border: 1px solid #efefef;
}

.favour_email_input::placeholder {
    font-weight: 600;
    font-size: 16px;
    color: #555555;
}

.act_form_wrapper_sec {
    margin-top: 40px;
}

.act_form_outsider_sec {
    width: 480px;
    margin: auto;
    padding: 20px 40px 60px 40px;
    box-shadow: 0px 0px 12px grey;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 8px solid #fccbb2;
}

.purple_text {
    color: #ac9dc5;
}

.send_btn_acc_sec {
    width: 100%;
    padding: 14px 0px;
    border-radius: 6px;
    color: #fff;
    background-color: #755c9f;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.send_btn_acc_sec:hover {
    color: #fff;
}


.form-group label {
    line-height: inherit;
    vertical-align: inherit;
}

.card-body .row {
    align-items: flex-end;
}

.card-body .row .form-group label {
    font-size: 13px;
}


.accordion .card {
    border: none;
    margin-bottom: 20px;

}

.accordion .card h2 {
    background-size: 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #755c9f;
    border-radius: 6px;


}

.accordion .card h2.show {
    color: #fff;
    background-color: #755c9f;
}

.accordion .card h2 i {
    transform: rotate(0deg);
}

.general_posts_lists_anchor ul li a {
    font-size: 14px !important;
    padding-left: 20px !important;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    color: rgb(102, 99, 107);
}

.accordion .card h2.collapsed {
    background-color: #fafbfe;
    color: rgb(102, 99, 107) !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;

}

.accordion .card h2 i {
    position: absolute;
    top: 14px;
    right: 10px;
}

.accordion .card h2.collapsed i {
    transform: rotate(-90deg);
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-align: justify;
    padding: 0;
}

.accordion .card-body p {
    font-size: 14px;
    color: #808080 !important;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 20px;
}




/*Css for video */
/*.video_inner_content_middle_wrapper { top : -200px;}*/
.video {
    width: 100%;

    height: 100%;
}

.video:focus {
    border: none;
    outline: none;
}

.video_banner_image_wrapper .wrapper {
    /*display:table;*/
    width: auto;
    position: relative;
    width: 100%;
    height: 425px;
    border-radius: 20px;
}

.playpause {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background-size: contain;
    background-position: center;
    /* background-image: url(../images/2.png); */
    background-repeat: no-repeat;
    border-radius: 10px;
    border-radius: 20px;
}

.video_banner {
    background-image: url(../images/video_btn.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 20%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    border-radius: 20px;
    cursor: pointer;
}

.bg_none_modal {
    background-color: #fff;
}

.each_range span {
    font-weight: 300;
    font-size: 13px;
    color: #727272;
}

.bold_range span {
    font-weight: 600;
}

.modal_with_range {
    top: 20%;
    transform: translateY(0%) !important;
}

/*---------Slider CSS---------*/
.slide {
    background: #7d63ac;
}

.rSlider input[type="range"]::-webkit-slider-thumb {
    border: 6px solid #7d63ac;
    margin-left: 8px;
}

.rSlider input[type="range"]::-moz-range-thumb {
    border-radius: 50%;
    border: 4px solid #7d63ac;
    margin-left: 8px;
}

.rSlider_small {
    position: relative;
}

.rSlider_small .slide {
    background: #7d63ac;
    height: 8px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    border-radius: 50px;
}

.rSlider_small input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #d8d0e6;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 50px;
}

.rSlider_small input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 27px;
    height: 27px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 6px solid #7d63ac;
    margin-left: 8px;
}

.rSlider_small input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #7d63ac;
    margin-left: 8px;
}

/*---------Slider CSS---------*/
.modal_change {
    column-count: 2;
}

.slect_option_change option {
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9d;

}

.slect_option_change {
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9d;
}

.blank_btn_bg {
    padding: 6px 6px;
    font-size: 13px;
}

.all_tab_content .tab-pane {
    padding-left: 0;
    padding-right: 0;
}

.info_anchor {
    font-size: 14px;
    color: #755c9f;
    font-weight: 500;
    font-style: italic;
}

/*Start Css for Message.html */
.message_box_sec {
    padding: 80px 0px 120px 0px;
}

.message_box_sec {
    background-color: #f8f8f8;
}

.chatbox_list_wrapper {
    width: 30%;

}

.chat_all_lists {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 15px;
}

.chat_all_lists::-webkit-scrollbar-track {

    border-radius: 10px;
    background-color: #fff;
    position: relative;
    right: -10px;
}

.chat_all_lists::-webkit-scrollbar {
    width: 6px;
    background-color: #dfdfdf;
    position: relative;
    right: -10px;
}

.chat_all_lists::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background-color: #dfdfdf;
    position: relative;
    right: -10px;
}

.chatbox_content_wrapper {
    width: 69%;
}

.chatbox_list_bg {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 6px#ccc;

}

.chatlist_search_wrapper {
    padding: 15px 15px;
}

.search_input_wrapper_chat input {
    width: 220px;
    padding: 0px 20px 0px 30px;
    border-radius: 6px;
    color: #7f7b7b;
    background-color: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
}

.search_input_wrapper_chat input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #7f7b7b;
    margin-left: 10px;
}

.search_input_wrapper_chat input:focus {
    border: 1px solid #755c9f;
    outline: none;
    background-color: #fff;
}

.search_input_wrapper_chat a {
    top: 8px;
    left: 10px;
    color: #7f7b7b;
}

.per_img_chat a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.per_img_chat a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.per_name_chat h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.longish_arrow {
    color: #212121;
    font-size: 18px;
    margin-top: 4px;
    margin-right: 5px;
}

.per_name_chat p {
    color: #adafb5;
    font-size: 12px;
    margin-bottom: 0px;
}

.time_number_wrapper p {
    color: #adafb5;
    font-size: 12px;
    margin-bottom: 0px;
}

.number_wrapper {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff6e6e;
    color: #fff;
    float: right;
}

.spans_activeness {
    width: 15px;
    height: 15px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 7px;
    top: auto;
    right: -5px;
}

.spans_activeness.online {
    background-color: #24bc8c;
}

.chatbox_top_name {
    padding: 15px 15px;
}

.per_img_chat_content a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.per_img_chat_content a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.per_name_chat_content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}

.per_name_chat_content p {
    color: #adafb5;
    font-size: 12px;
    margin-bottom: 0px;
}

.chatbox_top_name {
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 6px 6px #ccc;
}

.content_name_settings a {
    font-size: 18px;
    color: #adafb5;
}

.padd_chatbox {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 15px;
}

.padd_chatbox::-webkit-scrollbar-track {

    border-radius: 10px;
    background-color: #fff;
    position: relative;
    right: -10px;
}

.padd_chatbox::-webkit-scrollbar {
    width: 6px;
    background-color: #dfdfdf;
    position: relative;
    right: -10px;
}

.padd_chatbox::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background-color: #dfdfdf;
    position: relative;
    right: -10px;
}

.receiver_each_chatbox {
    margin-bottom: 10px;
    padding: 8px 15px;
    background-color: #e7e7e7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    color: #534d5e;
    font-weight: 500;
    display: inline-block;
}

.sender_each_chatbox {
    padding: 8px 15px;
    background-color: #755c9f;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

/*End Css for Message.html */

/*Start Css for feed.html */
.feed_input {
    border: 1px solid #785fa1;
    width: 350px;
    border-radius: 50px;
    color: #785fa1;
    background-color: #fff;
    box-shadow: 0px 5px #9a80c6;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    transition: all .6s;
    font-weight: 400;
    padding: 10px 15px;
}

.feed_input::placeholder {
    color: #785fa1;
}

.feed_input:focus {
    border: 1px solid #785fa1;
    outline: none;
}

.feed_heading {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.feed_attach_file img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.special_note p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(82, 81, 81);
}

.document_name {
    font-size: 14px;
    font-weight: 400;
    color: rgb(82, 81, 81);
}

.feed_img_over {
    padding: 4px 12px;
    background-color: #14141a;
    color: #fff;
    font-size: 14px;
    top: 15px;
    left: 15px;
    border-radius: 4px;
}

.feed_player_wrapper {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}

.feed_bg_shadow {
    box-shadow: 0px 4px 6px #ccc;
}

/*End Css for feed.html */

.form-group .btn-group {
    display: block;
}

.form-group .btn-group .multiselect {
    display: block;
    width: 100%;
}


.kt-notification__item-title {
    font-size: 1rem;
}

#notifyModal.modal .modal-content .modal-header .close:before {
    content: ' ';
    display: none;
}

#notifyModal.modal .modal-content .modal-header .close span {
    display: block;
}

.active {
    color: #755c9f !important;
    font-weight: 600 !important;
}

.file_input_users {
    left: -100px;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 250px;
}

.remove_link {
    float: right;
    margin-top: -30px;
}

.about_content h3 {
    color: #515151;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0px;
}

.about_content p {
    font-size: 14px;
    color: #515151;
    font-weight: 500;
    line-height: 26px;
}

.about_content_sec p {
    font-size: 14px;
    color: #515151;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}

/*End css for aboutus.html*/
.help_content h3 {
    color: #555;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0px;
}

.btn_send:hover {
    color: #fff;
}

.help_bg_handle {
    padding: 40px 40px;
    background-color: #fff;
    box-shadow: 0px 4px 6px #ccc;
    border-radius: 8px;
}

.definition h3 {
    color: #555;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 0px;
}

.defination_block h4 {
    color: #555;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 5px;
    margin-bottom: 20px !important;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0px;
    position: relative;
}

.defination_block h4::after {
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #755c9f;
    content: ' ';
    left: 0;
}

.defination_block p {
    font-size: 14px;
    color: #515151;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}

.defination_blocks {
    padding: 40px 40px;
    background-color: #fff;
    box-shadow: 0px 4px 6px #ccc;
    border-radius: 8px;
}

/*Start css for faq.html*/
.faq_wrapper .accordion .card {
    border: none;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px #c4bebe;
    background-color: #fff;
}

.faq_wrapper .accordion .card h2 {
    background: url(../images/minus-faq.png) no-repeat calc(100% - 10px) center;
    background-size: auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
    padding-right: 60px;
    color: #151518;

}

.faq_wrapper .accordion .card h2.collapsed {
    background: url(../images/plus-faq.png) no-repeat calc(100% - 10px) center;
    color: #151518;
    font-size: 16px;
    color: #151518 !important;
    font-weight: 700;
}

.faq_wrapper .accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-align: justify;
}

.faq_wrapper .accordion .card {
    padding: 20px 20px 20px 30px;
}

.faq_wrapper .accordion .card-body p {
    font-size: 13px;
    color: #4d4d50 !important;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 10px;
}

/*end css for faq.html*/

/*--------Keyword taggify--------*/
.keywords .tagify__tag {
    background-color: #f4eeff !important;
}

;

.tagify__tag>div {
    color: #755c9f !important;
}

.tagify__tag__removeBtn {
    color: #755c9f !important;
}

/*subscribe*/
.issue_categoty_grid_wrapper {
    position: relative;
}

.subscribe_btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    padding: 8px 22px;
    background: #8b6cbf;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}

.subscribe_btn:hover {
    color : #fff;
}

.custom_navbar_header li a {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.post_per_social_wrapper a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.banner_text_content {
    padding: 0px 15px;
}

.step_grid_content p {
    padding-right: 20px;
}

.bottom_steps_row .step_grid_content p {
    padding-left: 20px;
    padding-right: 0px;
}

.badges_icon {
    height: 25px;
    width: 25px;
}

.input_icons_active_wrapper input {
    visibility: hidden;
}

.inputWithIcon .input_icons_active_wrapper::before {
    top: 5px;
}

.send_btn_acc_sec {
    cursor: pointer;
    border: none;
}

.inputWithIcon .input_icons_active_wrapper {
    top: 10px;
}

.inputWithIcon.checkin .input_icons_active_wrapper {
    top: 10px
}

.pro_info_heading {
    color: #333;
}

.eti_team_name p {
    color: #212529;
    font-weight: 400;
}

.whiteish_bg_number span {
    font-weight: 400;
}

.post_per_social_wrapper a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.banner_text_content {
    padding: 0px 15px;
}

.step_grid_content p {
    padding-right: 20px;
}

.bottom_steps_row .step_grid_content p {
    padding-left: 20px;
    padding-right: 0px;
}

.badges_icon {
    height: 25px;
    width: 25px;
}

.pro_info_heading {
    color: #333;
}

.eti_team_name p {
    color: #212529;
    font-weight: 400;
}

.whiteish_bg_number span {
    font-weight: 400;
}

.ambassadors_grid_content h3 {
    color: #212529;
}

.ambassadors_grid_content p.brown {
    font-weight: 400;
}

.text_remove {
    /* margin-left: 169px; */
    float: right;
    margin-right: 10px;
    margin-top: -31px;
    color: red;
}

.notification_heading h3{
    color : #8b6cbf !important;
}
.date_notification p {
    font-size: 13px;
    font-weight: 600;
    color: #8b6cbf;
}
#profile.tab-pane .col-md-6 .ambassadors_grid_wrapper {
    height: auto;
}
#profile.tab-pane .col-md-6 .ambassadors_grid_wrapper .ambassadors_grid {
    height: 465px ;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #8b6cbd;
}

.purple_btn , .btn_edit , .purple_anchor , .send_btn_acc_sec , .plain_fill_btn , .btn_send {
    position: relative; transition: all .4s ;
}
.purple_btn:hover , .btn_edit:hover , .purple_anchor:hover , .send_btn_acc_sec:hover , .plain_fill_btn:hover , .btn_send:hover

{
    background-color: #4c3c66 ;
}
.purple_btn::after , .btn_edit::after , .purple_anchor::after , .send_btn_acc_sec::after ,  .plain_fill_btn::after , .btn_send::after {
    content: '';
  position: absolute;
  
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background: rgba(255,255,255, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transform: scale(0);
}
.purple_btn:focus::after , .btn_edit:focus::after , .purple_anchor:focus::after , .send_btn_acc_sec:focus::after , .plain_fill_btn:focus::after , .btn_send:focus::after
{
    animation: circleGrow 0.3s linear;
}
@keyframes circleGrow {
  0% {
    transform: scale(0);
    opacity: 0;
  } 
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.purple_anchor:focus , .send_btn_acc_sec:focus , .plain_fill_btn::after {outline: none; border : none;}
.custom_navbar_header li.nav-item a.nav-link , .general_posts_lists_anchor ul li a {
    position: relative;
}
.custom_navbar_header li.nav-item a.nav-link::after {
    content:'';
  position:absolute;
  top:50%;
  left:50%;
  margin:-35px 0 0 -35px;
  width:70px;
  height:70px;
  border-radius:50%;
  opacity:0;
}
.custom_navbar_header li.nav-item a.nav-link:after  {
  background:rgba(111,148,182,0.1);
}
.custom_navbar_header li.nav-item a.nav-link:focus::after  {
    -webkit-animation:anim-effect-a 0.3s forwards;
}
.custom_navbar_header li.nav-item a.nav-link:hover , .general_posts_lists_anchor ul li a:hover  {
    color : #755c9f;
}
.general_posts_lists_anchor ul li a:hover {background-color: #f5f5f5 ;}
.search_with_brown:hover {color: #785fa1;}
@-webkit-keyframes anim-effect-a {
  0% {
    -webkit-transform:scale3d(0.3,0.3,1);
  }
  25%,50% {
    opacity:1;
  }
  100% {
    opacity:0;
    -webkit-transform:scale3d(1.2,1.2,1);
  }
}
.profile_user_plaintiff .dropdown-menu {
    right: 0;
    left: auto !important;
    transform: none !important;
    top: 20px !important;
}
.subscribe_btn:hover {color : #fff;}

.register_btn:hover 
{
    background-color : #4C3C66;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #755c9f;
}
.favouritePostsWrapper .row .col-md-6.ambassadors_grid {
    flex: 31%;
    max-width: 31%;
    padding-bottom: 50px;
    margin-right: 15px;
}
.favouritePostsWrapper .ambassadors_grid .ambassadors_btn_wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px; left : 0; padding : 20px 15px;

}

.favouritePostsWrapper .ambassadors_grid_content p.font14 {
    height: auto; overflow: visible;
}