/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 3.0.3
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@font-face {
    font-family: 'BebasNeue Regular';
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('fonts/BebasNeue-Regular.woff') format('woff'),
        url('fonts/BebasNeue-Regular.otf') format('otf'),
        url('fonts/BebasNeue-Regular.eot') format('eot'),
        url('fonts/BebasNeue-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow: visible !important;
}


* {
    font-family: "Heebo", Sans-serif;
}

a:hover,
a:focus {
    color: #2E87E7;
}

ul.rating {
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

ul.rating li {
    display: inline-block;
    position: relative;
    font-family: "Heebo", Sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    fill: #54595F;
    color: #54595F;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E8F2;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 25px 7px 25px;
    margin: 0px 8px;
    line-height: 21px;
}

ul.rating li:hover img {
    animation-name: anim-hop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

ul.rating li.active img {
    animation-name: anim-hop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes anim-hop {
    0% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }
}

ul.rating li:hover {

    color: #2E87E7;
    background-color: #F4F8FB;
    border-color: #2E87E7;
}

ul.rating li.active {

    color: #2E87E7;
    background-color: #F4F8FB;
    border-color: #2E87E7;
}

ul.rating li:hover a,
ul.rating li.active a {
    color: #2E87E7;
    font-weight: 400 !important;
}

ul.rating li img {
    width: auto;
    max-height: 18px;
}

ul.rating span.count {
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1455a6;
    font-size: 9px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 10px;
    line-height: 11px;
    left: 10px;
}


span.elementor-post-date:before {
    content: "פורסם ב" !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50px;
    top: 2px;
}

span.elementor-post-date {
    position: relative;
    margin-right: 50px;
}

span.elementor-post-author {
    display: inline-block;
}

.single-post ul.rating li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-post ul.rating li a p {
    padding: 0px 6px;
    margin: 0px;
}

span.elementor-post-date:before {
    content: "• פורסם בתאריך " !important;
    position: relative;
    display: inline-block;
    width: auto;
    left: 0;
    top: 0;
}

span.elementor-post-date {
    display: inline-block;
    margin-right: 0;
}

span.count.showdiv {
    display: none !important;
}

.active>span.count.showdiv {
    display: block !important;
}

.sidenav {
    height: 100%;
    max-height: 100vh;
    width: 200px;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #0C1626;
    overflow-x: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.sidenav #wpua-add-button-existing,
.sidenav #wpua-thumbnail-existing,
.sidenav #wpua-remove-button-existing,
.sidenav p.submit,
.sidenav .wpua-edit-container h3,
.sidenav span.description,
.sidenav #wpua-undo-button-existing {
    display: none;
}

.sidenav #wpua-preview-existing {
    margin: 0px;
}

.sidenav .menu-slide-menu-container {
    margin-top: 50px;
}

.sidenav .wpua-edit-container {
    min-height: auto;
}

.sidenav .username {
    color: #fff;
    margin-bottom: 0;
}

.sidenav .sidetop-info {
    width: 100%;
    text-align: center;
}

.sidenav .sidetop-info {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 auto;
    padding-top: 80px;
}

.slideopen .sidenav #wpua-preview-existing img {
    width: 60px;
    height: 60px;
}

.sidenav #wpua-preview-existing img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-top: 15px;
}

.sidenav span.arrow {
    margin: 40px 0px 0px;
    width: 100%;
    text-align: left;
}

.sidenav span.arrow img {
    width: 32px;
    padding-left: 10px;
    padding-top: 15px;
    cursor: pointer;
}

.sidenav span.arrow i {
    padding-left: 20px;
}

.sidenav p.number {
    color: #fff;
    margin-bottom: 30px;
}

.sidenav i.fa.fa-minus {
    background: #FF1493;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.blackclick .sidenav a {
    height: 40px;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul#menu-slide-menu {
    margin: 7px;
}

ul#menu-slide-menu li {
    list-style-type: none;
    padding: 0;
    height: 50px;
}

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

li.heading a span {
    color: #5A5D72 !important;
    font-weight: 500;
}

/*.black__menu li.heading a span {
    color: #fff !important;
}*/
#buttonclose {
    display: none;
}

.slideopen a.closebtn,
.slideopen a.openbtn,
.slideclose a.closebtn,
.slideclose a.openbtn {
    position: fixed;
    color: #fff;
    /* right: 14px;*/
    /*border: 2px solid #fff;*/
    font-size: 16px;
    line-height: 28px;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 46px;
    margin-left: 50px;
    z-index: 9999999999;
    transition: .6s;
}

.openbtn.close-icon {
    opacity: 0;
}

.left-tab-section form {
    background: #F4F8FB;
    padding: 0 25px !important;
}

.left-tab-section form li.one-third,
.left-tab-section form li.gfield_error.one-third {
    width: 38%;
    display: inline-block;
}

.left-tab-section form li.one-third.year,
.left-tab-section form li.gfield_error.one-third.year {
    width: 24%;
    padding-left: 0 !important;
}

.left-tab-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #fff !important;
    font-family: "Heebo", Sans-serif;
}

#validation_message_5_3 {
    display: none;
}

body .left-tab-section .gform_footer input[type="submit"] {
    width: auto !important;
    background: #2E87E7 !important;
    font-size: 14px !important;
    min-width: 100px;
    margin: 0 !important;
    text-align: center !important;
    font-family: "Heebo", Sans-serif;
}

.left-tab-section .gform_footer.top_label {
    text-align: left !important;
    display: inline-block;
    border-top: 1px solid #e9e9e9;
    padding-bottom: 0;
}

.left-tab-section form input[type=checkbox] {
    height: 0;
    width: 0;
    display: none !important;
    visibility: hidden;
}

.left-tab-section form label {
    position: relative;
    padding-left: 70px;
    max-width: 100% !important;
    width: 100% !important;
    font-size: 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 15px !important;
}

.left-tab-section form label:before {
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    height: 6px;
    top: 8px;
    background: #ddd;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-left: 20px;
    content: "";
}

.left-tab-section form label:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 15px;
    height: 15px;
    background: #666;
    border-radius: 50%;
    transition: 0.3s;
}

.left-tab-section form input:checked+label:after {
    left: calc(100% - 0px);
    transform: translateX(-100%);
    background: #2E87E7;
    width: 15px;
    height: 15px;
}

.left-tab-section form label:active:after {
    width: 15px;
}

.left-tab-section .field-heading label {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #666;
}

.left-tab-section form .field-heading label:before {
    position: absolute;
    left: 10px;
    right: auto;
    width: 35px;
    height: 10px;
    top: 8px;
    margin-left: 0;
}

.left-tab-section form .field-heading input:checked+label:after {
    left: 50px;
    right: auto;
    width: 18px;
    height: 18px;
}

.left-tab-section form .field-heading label:after {
    left: 7px;
    right: auto;
    width: 18px;
    height: 18px;
}

.left-tab-section {
    width: 70%;
    float: left;
    padding-top: 20px;
    transition: 0.5s;
}

.right-tab-section {
    width: 25%;
    float: right;
    background: #f4f8fb;
    padding: 50px 0px;
    padding-right: 65px;
    -webkit-box-shadow: 3px 3px 3px 7px rgb(175 175 175 / 20%);
    box-shadow: 3px 3px 3px 7px rgb(175 175 175 / 20%);
}

.slideopen .right-tab-section {
    padding: 50px 0;
    padding-right: 0px;
}

.slideopen .right-tab-section.tables-right-tab,
.page-template-tableshub.slideopen .right-tab-section {
    padding: 50px 15px !important;
}

.right-tab-section .tbxt_outer {
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    max-width: 78%;
    text-align: right;
}

.right-tab-section .right-top-content i.fa.fa-lock {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 20px;
    padding: 0 10px;
}

.right-top-content {
    padding-bottom: 15px;
    margin: 20px 30px 25px;
    border-bottom: 1px solid #e9e9e9;
}

.right-top-content p {
    margin: 0;
    color: #B2B4C2;
    font-size: 13px;
}

.right-top-content p a {
    color: #FF1493;
    font-weight: bold;
    text-decoration: underline;
}

.right-top-content h3 {
    margin-bottom: 0px;
    font-weight: 300;
}

.right-top-content h3 span {
    font-weight: 600;
}

.right-top-content h3 strong {
    font-weight: 700;
}

.notifiction {
    padding: 10px 0 20px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}

.notifiction ul.sub-menu.active {
    visibility: visible;
}

.message__notification {
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
}

.message__notification img {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.message__notification img.normal__image {
    opacity: 1;
}

.message__notification:hover img.normal__image {
    opacity: 0;
}

.message__notification:hover img.hover__image {
    opacity: 1;
}

.user-detail .notifiction ul.sub-menu img {
    max-width: 70px;
    width: 70px;
}

.user-profile {
    padding-bottom: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-profile:hover ul.sub-menu {
    visibility: visible;
    transition-delay: 3s;
}

.inbox__notification {
    padding: 10px 0 20px;
    margin: 0 10px;
    position: relative;
}

.inbox__notification ul.sub-menu.active {
    visibility: visible;
    transition-delay: 0s;
}

.inbox__notification ul.sub-menu li.messgae__list {
    background: #f4f8fb !important;
    border-bottom: 1px solid #E5E9F2;
    border-radius: 0px !important;
    padding: 10px;
    text-align: right;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inbox__notification ul.sub-menu li.messgae__list a {
    padding: 0 !important;
    color: #0C1626 !important;
    font-size: 14px !important;
    font-weight: 500;
    transition: none;
    position: relative;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inbox__notification ul.sub-menu li.messgae__list a p {
    width: calc(100% - 70px);
    line-height: 1.4;
    margin-bottom: 0;
}

.inbox__notification ul.sub-menu li.messgae__list p.system-data {
    font-weight: 400;
    color: #A5B5CB;
    font-size: 12px;
    margin-bottom: 0;
}

.inbox__notification ul.sub-menu li.messgae__list:first-child {
    background: #f4f8fb !important;
    text-align: right;
}

.inbox__notification ul.sub-menu li.messgae__list.last__button {
    text-align: center !important;
    background: transparent !important;
    border: none;
    padding: 0;
}

.inbox__notification ul.sub-menu li.messgae__list.last__button a,
.inbox__notification ul.sub-menu li.messgae__list.last__button a p {
    text-align: center !important;
    width: 100%;
    color: #c3c4cf;
    margin: 0 !important;
    font-weight: 400;
    margin-top: 4px !important;
}

span.msg-icon {
    margin: 0 5px;
}

.page-template-premium .left-tab-section ul.sub-menu li:first-child,
.page-template-premium .left-tab-section ul.sub-menu li:first-child:hover {
    background-image: url(/wp-content/uploads/2020/11/Premium-subscriber-icon.png), -webkit-gradient(linear, left top, right top, from(rgba(255, 20, 147, 1)), color-stop(50%, rgba(248, 61, 108, 1)), to(rgba(240, 101, 68, 1)));
    background-image: url(/wp-content/uploads/2020/11/Premium-subscriber-icon.png), -o-linear-gradient(left, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-image: url(/wp-content/uploads/2020/11/Premium-subscriber-icon.png), linear-gradient(40deg, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-position: 20px top;
    padding-bottom: 20px;
}

.page-template-expert .left-tab-section ul.sub-menu li:first-child,
.page-template-expert .left-tab-section ul.sub-menu li:first-child:hover {
    padding-top: 20px;
    background-image: url(/wp-content/uploads/2020/10/experticon.png), -webkit-gradient(linear, left top, right top, from(rgba(255, 20, 147, 1)), color-stop(50%, rgba(248, 61, 108, 1)), to(rgba(240, 101, 68, 1)));
    background-image: url(/wp-content/uploads/2020/10/experticon.png), -o-linear-gradient(left, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-image: url(/wp-content/uploads/2020/10/experticon.png), linear-gradient(40deg, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
}

.page-template-expert .left-tab-section ul.sub-menu li:first-child a {
    top: -10px;
}

.message__notify {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    cursor: pointer;
}

.message__notify img {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.message__notify img.normal__image {
    opacity: 1;
}

.message__notify:hover img.normal__image {
    opacity: 0;
}

.message__notify:hover img.hover__image {
    opacity: 1;
}

.user-profile ul.sub-menu a:hover,
.user-profile ul.sub-menu a {
    transition: none !important;
}

ul.sub-menu li.nodata__content,
ul.sub-menu li.nodata__content:hover {
    background: transparent !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
    margin-top: 25px;
    color: #C3C4CF;
    box-shadow: none !important;
    font-weight: 500 !important;
    padding-bottom: 0 !important;
}

ul.sub-menu li:first-child a.message__center {
    background: #F4F8FB;
    color: #B2B4C2;
    font-size: 14px;
    text-align: center;
    padding: 8px 15px;
    transition: none;
}

ul.sub-menu li.nodata__content p {
    margin-bottom: 0;
    color: #627388;
    font-weight: 600;
}

ul.sub-menu li.nodata__content p.nodata__icon {
    margin-bottom: 20px;
}

ul.sub-menu li.nodata__content p.nomsg__content {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 13px;
    color: #C3C4CF;
}

.nodata__icon img {
    width: 50px;
}

.username {
    direction: rtl;
    font-weight: bold;
}

.left-tab-section.full-width {
    width: 100%;
    border-bottom: 1px solid #E5E9F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-tab-section.full-width .user-detail-left {
    width: 30%;
}

.left-tab-section.full-width .user-detail-left .user-detail {
    border-bottom: none;
}

.left-tab-section.full-width .user-detail-right {
    width: 70%;
    /*padding-right: 75px;*/
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slideopen .left-tab-section.full-width .user-detail-right {
    padding-right: 15px;
}

/*.head-space .left-tab-section.full-width .user-detail-right{
     -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}*/
.user-detail-right .menu-image-title-after.menu-image-not-hovered img,
.user-detail-right .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.user-detail-right .menu-image-title-before.menu-image-title {
    padding-right: 0;
    padding-left: 15px;
    height: 18px;
}

.user-detail-right .ubermenu .ubermenu-custom-content-padded {
    padding: 0px 35px 25px 0px;
    font-size: 13px;
    color: #b2b4c2;
}

.user-detail-right .ubermenu .ubermenu-badge {
    padding: .1em .5em;
    border-radius: 4px;
}

.user-detail-right .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack {
    padding-top: 0;
    padding: 0 40px !important;
}

.user-detail-right .ubermenu .black__menu.ubermenu-item-type-column>.ubermenu-submenu-type-stack {
    padding: 0 40px;
}

.user-detail-right .ubermenu .first__menu.ubermenu-item-type-column>.ubermenu-submenu-type-stack {
    padding: 0 40px 0 0 !important;
}

.user-detail-right .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.user-detail-right .ubermenu .ubermenu-nav .ubermenu-item-level-4.ubermenu-column-1-2>ul {
    width: 100%;
    padding: 0 0px 0 20px !important;
}

.ubermenu .ubermenu-divider hr {
    border-top: 1px solid #E5E9F2 !important;
}

li.purple:hover a {
    color: #8338EB;
}

li.cyan:hover a {
    color: #25D0E7;
}

li.red:hover a {
    color: #FF4F59;
}

li.blue:hover a {
    color: #0582FF;
}

li.yellow:hover a {
    color: #F3D603;
}

li.pink:hover a {
    color: #FF1493;
}

li.green:hover a {
    color: #00BC55;
}

li.grey:hover a {
    color: #8392A5;
}

.closebtn.close-icon,
.openbtn.close-icon {
    top: 35px;
}

a#buttonclose img,
a#buttonopen img {
    width: 22px;
}

.slideopen #buttonopen {
    display: none;
}

.user-detail-right ul {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
}

.user-detail-right a {
    font-size: 13px;
    line-height: 1.8;
    color: #b2b4c2;
    font-weight: 500;
    padding: 20px 15px !important;
}

.user-detail-right a:hover {
    color: #0C1626;
    font-weight: 700 !important;
}

.user-detail-right .expert-menu a {
    background: #FF1493;
    color: #fff;
    padding: 5px 10px !important;
    margin: 16px 0;
    font-weight: 500;
    border-radius: 25px;
}

.user-detail-right .expert-menu a:hover {
    background: #F20079;
}

.user-detail-right .expert-menu a img {
    width: auto;
    margin-left: 10px;
    padding-left: 0 !important;
}

.hidemenu {
    display: none !important;
}

/*.user-detail-right .black__menu a,
 .user-detail-right .black__menu a:hover {
    color: #fff !important;
}*/
.search-top {
    min-width: 250px;
    padding: 5px 0 5px 15px;
    margin-left: 10px;
    position: relative;
}

.search-top:before {
    background: #D9DCEB;
    height: 20px;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
}

.search-top input[type="text"] {
    background-color: #F4F5FA !important;
    border-color: #F4F5FA;
    background-image: url(/wp-content/uploads/2020/10/loupe.png);
    background-size: 14px;
    border-right-width: 5px !important;
    background-position: 95% center;
    background-repeat: no-repeat;
    border-width: 0px;
    border-radius: 15px;
    width: 100% !important;
    font-size: 12px !important;
    height: 30px;
    padding: 4px 35px 4px 20px !important;
}

.profile-right {
    margin-right: 0;
    margin-left: auto;
}

.profile-right ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-right ul li {
    padding: 5px 20px;
    font-weight: 500;
}

.profile-right ul li.backlink {
    background: #FF1493;
    color: #fff;
    border-radius: 25px;
}

.left-tab-section header.tribe-events-header h3 {
    color: #334aff;
    font-weight: bold;
    font-size: 24px !important;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
    margin-left: 0;
    width: auto;
    border: none;
    margin: 0;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
    opacity: .5;
    margin: 0 5px;
}

.left-tab-section form.tribe-events-c-search.tribe-events-c-events-bar__search-form {
    padding: 0;
    background: transparent;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
    margin-bottom: 0;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    font-size: 14px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    margin: 0 10px;
    border-radius: 5px;
}

.left-tab-section a.eventadd {
    font-size: 14px;
    line-height: 1.62;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    height: auto;
    text-decoration: none;
    width: auto;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: background-color .2s ease;
    background-color: #334aff;
    padding: 8px 20px;
    margin-right: 25px;
}

.left-tab-section .tribe-common .tribe-common-c-btn,
.left-tab-section .tribe-common a.tribe-common-c-btn {
    padding: 8px 20px;
}

.left-tab-section .tribe-common * {
    box-sizing: border-box;
    font-size: 16px !important;
    font-family: "Heebo", Sans-serif !important;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-day-selector__day-daynum {
    margin-bottom: 4px;
    font-family: "Heebo", Sans-serif !important;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    line-height: 1.42;
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    color: #929292;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link:before {
    height: 15px;
    width: 12px;
}

.left-tab-section .tribe-events .tribe-events-c-top-bar__nav-list-item {
    flex: none;
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    color: #929292;
    border-radius: 5px 0 0 5px;
}

.left-tab-section .tribe-events li.tribe-events-c-top-bar__nav-list-item:nth-child(1) {
    border-radius: 0 5px 5px 0;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
    margin: 0 25px 0 10px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-column-weekday {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px !important;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
    margin: 0 20px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-column-datetime {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    font-size: 16px !important;
    line-height: 1.42;
    font-weight: 500;
    margin-right: 5px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper--active {
    overflow: hidden;
    ;
    margin-right: 0 !important;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-grid {
    display: block !important;
    visibility: visible;
    border: 2px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__events-time-tag:after {
    display: none;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-row {
    margin-top: 0;
    width: calc(100% - 125px);
}

.left-tab-section header.tribe-events-pro-week-grid__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f8fb;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__content {
    width: 100px;
    display: block;
    background-color: #E5E7F1;
    padding: 0;
    position: relative;
    right: 0;
    top: 100%;
    transform: translateY(16px);
    z-index: 30;
}

.left-tab-section ul.tribe-events-c-view-selector__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-tab-section li.tribe-events-c-view-selector__list-item {
    width: 50%;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__list-item-icon {
    display: none;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__list-item-link {
    background-color: #E5E7F1;
    padding: 0;
    text-align: center;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__list-item-link {
    padding: 0;
    text-align: center;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
    font-weight: 700;
    background-color: #334aff;
    color: #fff;
    font-size: 13px !important;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__content {
    transform: none;
    right: 10px;
    box-shadow: none;
    border: none;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-column--empty {
    display: none;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-column {
    width: 14.287%;
    border-width: 0px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row-header {
    flex: none;
    position: relative;
    width: 100px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__event--past .tribe-events-pro-week-grid__event-link-inner {
    border-right: 4px solid #FFC466;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__event-link {
    border: none;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__events-row-header {
    width: 100px;
}

.left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__events-time-tag {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
}

.left-tab-section .tribe-mini-calendar-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-tab-section .tribe-mini-calendar-event .list-info {
    padding-right: 20px;
}

.left-tab-section .tribe-mini-calendar-event .list-info h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0px;
    padding-top: 0px;
}

.left-tab-section ul.sub-menu {
    visibility: hidden;
    background: #fff;
    transition-delay: 0.3s;
    list-style-type: none;
    position: absolute;
    top: 32px;
    width: 315px;
    z-index: 11;
    border: 1px solid #E5E9F2;
    padding: 7px 7px;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(175 175 175 / 25%);
    box-shadow: 5px 5px 5px 0px rgb(175 175 175 / 25%);
}

.left-tab-section ul.sub-menu li:first-child {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 10px !important;
    background: rgb(255, 20, 147);
    background-image: url(/wp-content/uploads/2020/10/Free-subscriber-icon.png), -webkit-gradient(linear, left top, right top, from(rgba(255, 20, 147, 1)), color-stop(50%, rgba(248, 61, 108, 1)), to(rgba(240, 101, 68, 1)));
    background-image: url(/wp-content/uploads/2020/10/Free-subscriber-icon.png), -o-linear-gradient(left, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-image: url(/wp-content/uploads/2020/10/Free-subscriber-icon.png), linear-gradient(40deg, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-repeat: no-repeat !important;
    background-position: 20px bottom;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(175 175 175 / 25%);
    box-shadow: 5px 5px 5px 0px rgb(175 175 175 / 25%);
    border-radius: 10px !important;
    margin-bottom: 0px;
}

.left-tab-section ul.sub-menu li:first-child:hover {
    background: rgb(255, 20, 147);
    background-image: url(/wp-content/uploads/2020/10/Free-subscriber-icon.png), -webkit-gradient(linear, left top, right top, from(rgba(255, 20, 147, 1)), color-stop(50%, rgba(248, 61, 108, 1)), to(rgba(240, 101, 68, 1)));
    background-image: url(/wp-content/uploads/2020/10/Free-subscriber-icon.png), -o-linear-gradient(left, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-image: url(/wp-content/uploads/2020/10/Free-subscriber-icon.png), linear-gradient(40deg, rgba(255, 20, 147, 1) 0%, rgba(255, 20, 127, 1) 20%, rgba(92, 229, 213, 1) 85%);
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: 20px bottom;
}

.left-tab-section ul.sub-menu li:first-child a {
    color: #fff;
    text-align: right;
    display: inline-block;
    width: 100%;
    padding: 4px 15px 4px 28px;
    font-size: 16px;
}

.left-tab-section ul.sub-menu li:first-child a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0 5px;
}

.left-tab-section ul.sub-menu li:first-child a strong {
    font-weight: 500;
    font-size: 16px;
}

.left-tab-section ul.sub-menu li {
    text-align: center;
    direction: rtl;
    padding: 6px 0;
    margin-bottom: 5px;
}

.left-tab-section ul.sub-menu li:last-child {
    margin-bottom: 0px;
}

.left-tab-section ul.sub-menu li:hover {
    background: #F4F8FB;
}

.left-tab-section ul.sub-menu li a {
    padding: 0px 10px;
    color: #B2B4C2;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.left-tab-section ul.sub-menu li a:hover {
    color: #66778C;
}

.left-tab-section ul.sub-menu li a span.dropdown-icon {
    width: 30px;
    display: none;
}

.left-tab-section ul.sub-menu li a .dropdown-icon img {
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.left-tab-section ul.sub-menu li a img.hovered-image-dropdown.dropdown-icon {
    opacity: 0;
    transition: opacity 0.25s ease-in-out 0s;
}

.left-tab-section ul.sub-menu li:hover a img.hovered-image-dropdown {
    opacity: 0;
}

.left-tab-section ul.sub-menu li:hover a img.hovered-image-dropdown.dropdown-icon {
    opacity: 1;
}

.user-profile ul.sub-menu:hover li:last-child {
    background: none;
}

.user-profile ul.sub-menu:hover li:last-child:hover {
    background: #F4F8FB;
}

.user-detail {
    float: left;
    border-bottom: 1px solid #f4f8fb;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.user-detail .notifiction img {
    max-width: 20px;
}

.left-tab-section .user-profileimage {
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    /*     border: 1px solid #efebeb; */
    margin: 0 10px;
    position: relative;
}

.left-tab-section .user-profileimage img {
    position: absolute;
}

.user-profileimage:hover img.normal__image {
    opacity: 0;
}

.left-tab-section .user-detail {
    float: left;
    border-bottom: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0px;
    direction: ltr;
    padding-left: 10px;
}

.left-tab-section .tb_innrcont {
    display: inline-block;
    width: 100%;
    padding: 30px 60px 60px;
    margin-top: 15px;
}

.left-tab-section .gform_confirmation_message::before {
    background: #7269ff;
}

.left-tab-section .gform_confirmation_message {
    margin-top: 40px;
}

.left-tab-section .tribe-events-pro-week-grid {
    overflow: hidden;
}

.left-tab-section .tribe-events-pro-week-grid__events-row-header>time.tribe-events-pro-week-grid__events-time-tag {
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.left-tab-section .tribe-events-pro-week-grid__events-row-header>time:before {
    content: "";
    width: 2000px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: -1px;
    right: 100%;
}

.left-tab-section .tribe-events-loop>h3 {
    color: #636C77 !important;
    margin-top: 30px;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__button,
.left-tab-section .tribe-events .tribe-events-c-events-bar__search-button {
    text-align: center;
    background-color: rgba(20, 24, 39, .07);
    border-radius: 4px;
    padding: 5px !important;
    width: 28px;
    height: 28px;
    margin: 0 10px;
}

.left-tab-section .tribe-events .tribe-events-c-view-selector__button-icon,
.left-tab-section .tribe-events .tribe-events-c-events-bar__search-button-icon {
    display: block;
    height: 15px;
    width: 15px;
}

.left-tab-section ul.tribe-events-c-messages__message-list {
    margin-right: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
    display: none !important;
}

/*.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    left: auto !important;
}*/
.right-tab-section .cal-date {
    position: absolute;
    right: 0;
    top: -10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-tab-section .tribe-mini-calendar-wrapper {
    padding-top: 25px;
    position: relative;
}

.right-tab-section .calender-right .tribe-mini-calendar td span {
    color: #636C77 !important;
    color: #929292 !important;
    margin-right: 0;
    font-size: 16px;
}

.right-tab-section .tribe-events-loop>h3 {
    color: #929292 !important;
    margin-right: 0;
    font-size: 16px;
    margin-top: 30px;
}

.right-tab-section .tb_img {
    width: 40px;
    height: 40px;
    background: #2E87E7;
    display: inline-block;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
}

.right-tab-section .tb_img img {
    width: 18px;
    height: 18px;
}

.right-tab-section.tables-right-tab .tb_img {
    background: #25D0E7;
}

.right-tab-section ul {
    margin: 10px 5px;
}

.right-tab-section ul li {
    list-style: none;
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.right-tab-section li a {
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-tab-section i.fa.fa-lock {
    border: 1px solid #e1e3ee;
    box-shadow: 0 0px 2px #ccc;
    background: #f4f8fb;
    padding: 8px;
    font-size: 10px;
    border-radius: 50%;
}

.right-tab-section i.fa.fa-angle-left {
    padding: 10px;
    font-size: 20px;
}

.right-tab-section span.arr_box {
    display: block;
}

.right-tab-section span.arr_box_unclck {
    display: none;
}

.right-tab-section a.inactive span.arr_box_unclck {
    display: block;
}

.right-tab-section a.inactive span.arr_box {
    display: none;
}

.right-tab-section a:hover {
    color: #2E87E7;
}

.right-tab-section .tribe-event-image {
    display: none;
}

.right-tab-section .tribe-mini-calendar-event {
    border-bottom: none;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.right-tab-section .tribe-mini-calendar-event .list-date {
    margin: 10px 0;
}

.right-tab-section .tribe-mini-calendar-event .list-info {
    font-size: 13px;
    padding-right: 15px;
}

.tbxt_outer p {
    margin-bottom: 0px;
    font-family: "Heebo", Sans-serif;
    font-weight: 600;
    color: #001737;
}

.edit__profile .right-tab-section i.fa.fa-angle-left {
    font-size: 26px;
    font-weight: bold;
}

.progress-wrap progress#progress {
    width: 100%;
    border: 0 !important;
    background: #d9dceb !important;
    height: 6px;
    margin-top: 10px;

}

progress::-webkit-progress-value {
    background: #d9dceb !important;
}

.right-tab-section .tbxt_outer span {
    color: #B2B4C2;
    font-family: "Heebo", Sans-serif;
    font-size: 12px;
}

.form-title-main-left {
    float: left;
    text-align: left;
}

.form-title-main-right {
    /* width: 70%; */
    float: right;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-title-main-right h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Heebo", Sans-serif;
}

/*.form-title-main-left img {
    width: 29px;
    border: 2px solid #f4f8fb;
    border-radius: 5px;
    margin: 0 3px;
}*/
.form-title-main-left a.sendbtn {
    background: #2E87E7;
    color: #fff;
    padding: 5px 18px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: "Heebo", Sans-serif;
}

.tables-left-section .form-title-main-left a.sendbtn {
    background: url(/wp-content/uploads/2020/10/bg-1.png);
    background-size: cover;
}

.form-title-main-right .tb_img {
    width: 40px;
    height: 40px;
    background: #2E87E7;
    display: inline-block;
    border-radius: 5px;
    padding: 8px;
}

.tables-left-section .form-title-main-right .tb_img {
    background: #000;
}

.head-content {
    font-family: "Heebo", Sans-serif;
}

.progress-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
}

.progress-inner.table-heart {
    justify-content: left;
    padding-top: 0;
}

.shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*  -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    width: 30%;
    min-width: 200px;
}

.shortcut p {
    margin: 0 10px 0 0;
    font-family: "Heebo", Sans-serif;
}

.shortcut img {
    width: 25px;
}

.page-template-template-pdf-forms footer#footer {
    display: none;
}

#main {
    transition: .6s;
}

.slideopen main#main {
    padding-right: 200px;
}

.slideopen .left-tab-section {
    /*width: calc(70% - 50px);*/
    width: 70%;
}

.page-template-template-pdf-forms #main {
    transition: 0.5s;
}

#gform_wrapper_3 .field-heading:before {
    content: "\f053";
    position: absolute;
    right: 0;
    width: 100%;
    color: #666;
    font-family: "FontAwesome";
}

#gform_wrapper_3 .field-heading.checks:before {
    content: "\f078";
}

#gform_wrapper_3 .field-heading {
    position: relative;
}

#gform_wrapper_3 .field-heading ul.gfield_checkbox label {
    padding-right: 20px;
}

#gform_wrapper_3 li#field_3_6,
#gform_wrapper_3 li#field_3_8,
#gform_wrapper_3 li#field_3_13,
#gform_wrapper_3 li#field_3_14 {
    padding-right: 20px !important;
}


html[dir=rtl] .gform_wrapper {
    padding-right: 0;
}

.menu-slide-menu-container {
    width: 100%;
}

.menu-slide-menu-container .menu-text {
    /*   display: none;*/
    padding-right: 35px;
    color: #636C77;
    font-size: 20px;
}

.menu-slide-menu-container .current-menu-item a span {
    color: #fff !important;
}

.menu-slide-menu-container .current-menu-item a i {
    color: #FCE234;
}

.navopen .menu-item-has-children a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 10px;
}

.menu-item-has-children a {
    position: relative;
}

.menu-slide-menu-container .current-menu-parent a span {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-slide-menu-container .current-menu-parent a span.menu-text:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 12px;
}

.navopen .menu-item-has-children .sub-menu a:before {
    content: none;
}

.menu-slide-menu-container ul.sub-menu {
    padding-right: 35px;
    display: none;
}

.menu-slide-menu-container ul.sub-menu li a {
    font-size: 12px !important;
    height: 30px;
    color: #636C77;
    line-height: normal;
    margin: 4px 0;
}

.menu-slide-menu-container ul.sub-menu li a {
    font-size: 14px;
    padding: 0 15px 0 0;
}

.blackclick .sidenav li:hover .menu-text {
    color: #fff;
}

.blackclick .sidenav li:hover i {
    color: #FCE234;
}

.menu-slide-menu-container .current-menu-parent ul.sub-menu .current-menu-item a {
    color: #fff;
}

.menu-slide-menu-container .current-menu-parent a span {
    color: #fff;
}

.menu-slide-menu-container .current-menu-parent a i {
    color: #FCE234;
}

.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
}

.eael-gravity-form .gfield_description.validation_message {
    color: #FF1493;
}

body .elementor-3241 .elementor-element.elementor-element-d834d04 .eael-gravity-form .validation_error {
    display: none !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #FF1493;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper .textactive input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #EAF4F9 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #000;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input::-webkit-input-placeholder {
    /* Edge */
    color: #FF1493;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FF1493;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input::placeholder {
    color: #FF1493;
}

body .gform_wrapper .gfield_description.validation_message {
    color: #FF1493 !important;
    padding: 0 !important;
    display: block !important;
}

body .gform_wrapper ul.top_label li.gfield.gfield_error {
    margin-top: 0 !important;
}

html[dir=rtl] .gform_wrapper ul.gform_fields li.gfield.gfield_error {
    padding-right: 0 !important;
}

.page-id-3945 footer {
    display: none;
}

.calender-right {
    margin: 10px 22px 25px;
}

.calender-right table {
    margin-bottom: 0;
}

.calender-right tbody {
    background: #ffffff;
}

.calender-right .tribe-mini-calendar .tribe-events-othermonth {
    background: #ffffff;
}

.calender-right .tribe-mini-calendar td {
    background: #fff;
    border: none !important;
    color: #636C77 !important;
}

.calender-right .tribe-mini-calendar td span {
    color: #636C77 !important;
}

.calender-right .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a {
    color: #fff;
    color: #FF1493;
}

.calender-right .tribe-mini-calendar-grid-wrapper {
    margin-bottom: 10px;
    border-radius: 20px !important;
    padding: 10px;
    background: #fff;
}

.calender-right .tribe-mini-calendar th {
    background: #fff;
    border: none !important;
    color: #000;
    padding: 10px 0;
    font-weight: 700;
}

.calender-right .tribe-mini-calendar thead {
    border: none;
}

.page-id-3363 .navHeader,
.page-id-3363 .site-footer,
.page-id-3363 .topHeader,
.page-id-3241 .site-footer,
.page-id-3241 .topHeader,
.page-id-3241 .navHeader {
    display: none !important;
}

.page-id-3363 #main #content-wrap,
.page-id-3241 #main #content-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*.singlefold {
    height: 100vh;
    width: 100% !important;
}
html.js {
    overflow-y: hidden;
}
#main {
    position: relative;
    height: 100vh;
    overflow-y: scroll;
}
.singlefold.elementor-section> .elementor-container {
    height: 100vh;
}*/

.gform_footer input[type="submit"] {
    width: auto !important;
    background-color: #FF1493 !important;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    border-radius: 5px;
    float: left;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #F4F5FA !important;
    border-color: #F4F5FA;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    width: 100% !important;
    font-size: 12px !important;
    height: 47px;
    padding: 6px 16px !important;
    color: #AFB2C1;
    font-family: 'Heebo';
}

.ginput_container_password span.medium {
    width: 100%;
    font-size: 12px;
    height: 47px;

}


body .eael-gravity-form .validation_error,
body .gform_wrapper div.validation_error {
    display: none !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gform_confirmation_message {
    text-align: center;
    background: #f1f1f1 !important;
    padding: 130px 15px 30px 15px !important;
    font-size: 25px;
    position: relative;
    border: none !important;
    color: #333;
    line-height: 1.5em;
}

.gform_confirmation_message::before {
    content: "\2713";
    line-height: 2.6;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #398f14;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

body .gform_wrapper .validation_message {
    display: none !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-family: "Heebo", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    font-size: 12px;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    width: 13px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 13px !important;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    display: none !important;
}

h3.gform_title {
    display: none;
}

.img-float img {
    height: 70vh;
    max-width: initial !important;
    width: auto;
}

.banner-absolute {
    margin-top: -50px !important;
    max-width: 620px;
    margin: auto;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.singlefold>.elementor-container>.elementor-row>.elementor-element:last-child .elementor-column-wrap {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
}

.greetings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.greetings img {
    width: 70px;
}

.greetings h3 {
    font-size: 36px;
    margin: 0 10px;
    font-weight: 400;
    color: #0C1626;
}

.welcome-form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.welcome-form p {
    text-align: center;
    font-size: 20px;
    color: #8392A5;
}

.page-template-welcome .ubermenu .ubermenu-target-text {
    color: #B2B4C2;
}

.page-template-welcome .ubermenu .expert-menu .ubermenu-target-text {
    color: #fff;
}

.welcome-form p span {
    color: #0582FF;
}

.welcome-form ul li {
    margin: 0 7px !important;
}

.welcome-form input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.welcome-form label {
    background-color: #fff;
    padding: 10px 12px !important;
    font-size: 16px !important;
    border: 1px solid #E0E5F0;
    border-radius: 8px;
    color: #8392A5;
    -webkit-transition: all ease .9s;
    -o-transition: all ease .9s;
    transition: all ease .9s;
    min-width: 175px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.welcome-form input[type="radio"]:focus+label {
    border: 1px dashed #E0E5F0;
    background-color: #E0E5F0;
    border-color: #E0E5F0;
    /* animation-name: anim-hop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
}

.welcome-form li.active input[type="radio"]:checked+label {
    background-color: #FF1493;
    border-color: #E0E5F0;
    color: #fff;
    font-weight: 600 !important;
    /* animation-name: anim-hop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;*/
}

.welcome-form input#input_7_2 {
    border-bottom: 1px solid #ccc;
    max-width: 500px;
    margin: auto;
    display: block;
}

#gform_ajax_spinner_7 {
    display: none;
}

.profile__content {
    width: calc(100% - 265px);
    background: #F4F8FB;
    border-radius: 30px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - (150px));
    margin: 90px 30px;
}

.profile__content .right-tab-section {
    width: 25%;
}

.profile__content .tb_innrcont {
    width: 75%;
}

/*.welcome-form .gfield_radio li{
    pointer-events: none;
}
.welcome-form .gfield_radio li:first-child{
    pointer-events: auto;
}*/
.welcome-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
}

.edit__profile .wpua-edit {
    width: 215px;
    background: transparent;
    padding: 0 !important;
    margin-top: 10px;
}

.edit__profile .wpua-edit-container>h3 {
    display: none;
}

.edit__profile p#wpua-thumbnail-existing {
    display: none;
}

.edit__profile p#wpua-add-button-existing button {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
}

.edit__profile p#wpua-add-button-existing {
    background-position: right;
    background-size: cover;
    width: 175px;
    height: 175px;
    border-radius: 10px;
    position: relative;
    z-index: 111;
}

.edit__profile .gform_footer.top_label {
    /*display: none;*/
    position: absolute;
    left: -9999 !important;
    opacity: 0;
    z-index: -999;
}

.edit__profile #wpua-preview-existing:before {
    border: 1px solid #E0E5F0;
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    top: -7px;
    left: -7px;
    content: "";
    border-radius: 10px;
    z-index: 1;
}

.edit__profile #wpua-preview-existing {
    border: none;
    display: block;
    border-radius: 10px;
    width: 160px;
    position: relative;
}

.edit__profile #wpua-preview-existing img {
    max-height: 150px;
    border: none;
    border-radius: 10px;
    margin: auto;
}

.edit__profile p#wpua-undo-button-existing {
    display: none !important;
}

.edit__profile #wpua-preview-existing span.description {
    display: none;
}

.edit__profile #wpua-images-existing {
    margin-top: -185px;
}

.edit__profile p#wpua-remove-button-existing {
    display: none;
}

.edit__profile input#submit {
    color: #FF1493;
    background: transparent;
    text-align: center;
}

.edit__profile p.submit {
    width: 175px;
    text-align: center;
}

.edit__profile .update-form .gform_wrapper form {
    background: transparent !important;
    margin: 0;
}

.edit__profile .update-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
    border: 1px solid #E0E5F0;
    padding: 45px 45px 45px 0;
    border-radius: 10px;
    overflow: hidden;
}

.edit__profile .update-form .gform_wrapper {
    width: calc(100% - 215px);
    margin: 0;
}

.edit__profile .left-tab-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: "Heebo", Sans-serif;
    background-color: #fff !important;
    border-color: #F4F5FA;
    color: #586778;
    font-weight: 400;
    border: 1px solid #E0E5F0 !important;
    border-radius: 10px;
    width: 100% !important;
    font-size: 14px !important;
    height: 50px;
    margin-bottom: 10px;
    padding: 5px 15px !important;
}

.edit__profile .left-tab-section .gform_wrapper .active input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: "Heebo", Sans-serif;
    background-color: #f4f8fb !important;
    border-color: #f4f8fb !important;
    color: #586778;
    font-weight: 600;
    border-radius: 10px;
    width: 100% !important;
    font-size: 14px !important;
    height: 50px;
    padding: 5px 15px !important;
}

body .edit__profile .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}

.edit__profile .form-title-main-left a.sendbtn {
    background: #FF1493;
    color: #fff;
    padding: 5px 10px !important;
    margin: 15px 0;
    font-weight: 500;
}

.edit__profile .form-title-main-left {
    width: 100%;
    float: left;
    text-align: left;
    display: block;
    margin-bottom: 50px;
}

.edit__profile .updated {
    width: 100%;
}

.edit__profile .seprator {
    position: relative;
}

.edit__profile .seprator:after {
    background: #E0E5F0;
    width: 131%;
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    top: 9px;
}

.page-template-edit-profile .right-tab-section {
    width: 400px;
}

.page-template-edit-profile.slideopen .left-tab-section {
    width: calc(100% - 400px);
}

.page-template-edit-profile .right-tab-section ul {
    margin: 10px 22px;
}

html[dir=rtl] .edit__profile .gform_wrapper ul.gform_fields li.gfield.gfield_error {
    padding-right: 0 !important;
}

.edit__profile .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.edit__profile .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50%;
    padding-right: 0;
}

.edit__profile .gform_wrapper li.gfield.gfield_error,
.edit__profile .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    .banner-absolute p {
        font-size: 30px;
    }

    .banner-absolute h2 {
        font-size: 18px !important;
    }

}

@media screen and (min-width:768px) {
    .bottom-content-landing {
        /*          height: 25vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                    -ms-flex-align: end;
                            align-items: flex-end; */
        position: fixed;
        bottom: 35px;
        display: block !important;
        z-index: 9999;
        right: 0;
        width: 33% !important;
    }

    .bottom-content-landing2 {
        position: fixed;
        bottom: 35px;
        display: block !important;
        z-index: 9999;
        right: 0;
        width: 33% !important;
    }

    .top-form-section-landing {
        padding-top: 10vh !important;
    }

    /*  .middle-custom-content {
            height: 25vh;
    } */
}

@media screen and (max-width:767px) {
    .img-float img {
        height: auto;
    }

    .top-form-section-landing {
        padding-top: 50px !important;
    }

    .bottom-content-landing2,
    .bottom-content-landing {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }

    .singlefold>.elementor-container>.elementor-row>.elementor-element:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .singlefold>.elementor-container>.elementor-row>.elementor-element:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-height: 400px;
    }

    .page-id-3241 .elementor-nav-menu--indicator-classic,
    .page-id-3363 .elementor-nav-menu--indicator-classic {
        display: none;

    }

    .singlefold>.elementor-container>.elementor-row>.elementor-element:last-child .elementor-column-wrap {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

a.branding {
    display: none;
}

@media screen and (min-width: 991px) {
    .right-tab-section {
        height: 100% !important;
        position: fixed !important;
    }

    .right-tab-section.anydoc-right {
        width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .left-tab-section {
        width: 100%;
    }

    .left-tab-section form li.one-third {
        width: 100%;
        display: inline-block;
        padding-left: 0 !important;
    }

    .left-tab-section form li.one-third.year {
        width: 100%;
        padding-left: 0 !important;
    }

    .shortcut {
        width: 100%;
    }

    .progress-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right-tab-section {
        width: calc(100% - 90px);
        margin: 0 80px 40px 20px;
        padding: 30px 0;
    }

    .left-tab-section .tb_innrcont {
        display: inline-block;
        width: 100%;
        padding: 25px 80px 25px 10px;
    }

    .left-tab-section .user-detail {
        padding: 25px 80px 25px 10px;
    }

    .left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
        display: none;
    }

    .slideopen .left-tab-section {
        width: 100%;
    }

    .slideopen .right-tab-section {
        width: calc(100% - 90px);
    }

    html[dir=rtl] .gform_wrapper {
        padding-right: 0;
    }

}

@media screen and (max-width: 768px) {
    .form-title-main-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .left-tab-section .tribe-events .tribe-events-l-container {
        padding-top: 0;
        min-height: 400px;
    }
}

@media screen and (max-width: 640px) {
    .left-tab-section .profile-right ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .left-tab-section .profile-right ul li.backlink {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .left-tab-section header.tribe-events-header h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

a.closebtn {
    top: 15px;
}

.sidenav .menu .menu-image-title {
    display: none;
}

.sidenav .menu>li>a .menu-image-hover-wrapper img {
    width: 15px !important;
    height: 15px !important;
    top: 7px;
}

.sidenav.navopen .menu .menu-image-title {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.2;
    padding-left: 0;
    width: calc(100% - 26px);
    font-size: 12px;
    font-weight: 600;
    color: #636C77;
    font-family: "Heebo";
}

.sidenav .menu li {
    height: auto !important;
}

.sidenav .menu>li>a {
    text-align: right;
}

.sidenav .menu>li>a .menu-image-hover-wrapper {
    width: 26px;
    height: 26px;
    padding: 0;
    position: relative;
}

.sidenav .menu>li>a .menu-image-hover-wrapper img {
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
}

.sidenav .menu>li.current-menu-item>a .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
}

.sidenav .menu>li.current-menu-item>a .menu-image-hover-wrapper img.hovered-image,
.sidenav .menu>li.current-menu-parent>a .menu-image-hover-wrapper img.hovered-image {
    opacity: 1;
}


.sidenav .menu>li:first-child a .menu-image-hover-wrapper img {
    width: 17px;
    height: 17px;
}

.sidenav .menu>li:last-child a .menu-image-hover-wrapper img {
    width: 26px;
    height: 26px;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    width: calc(100% - 0px);
    border-bottom: 1px solid #E5E9F2 !important;
    border-top: 1px solid #E5E9F2 !important;
    background: #fff;
}

.ubermenu-submenu ul li a {
    padding: 10px 15px !important;
}

.ubermenu-submenu ul li.heading a {
    padding: 20px 15px 13px !important;
}

.ubermenu .ubermenu-item.ubermenu-item-4720 {
    background: #F4F8FB !important;
    height: 100%;
    min-height: 500px;
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-id-4692:before {
    background: transparent;
}

.ubermenu-submenu-id-4720 .ubermenu .ubermenu-divider hr {
    border-top: 1px solid #E5E9F2;
}

/*.ubermenu .black__menu .ubermenu-divider hr {
    border-top: 1px solid rgba(255,255,255,.2) !important;
}*/
.page-template-tables .left-tab-section .left-tab-section {
    margin-top: 15px;
}

.stopclick li {
    pointer-events: none;
    cursor: default;
}

@media(max-width: 1500px) {
    .left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-column-weekday {
        font-size: 14px !important;
    }

    .left-tab-section .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
        font-size: 14px !important;
    }

    .left-tab-section .tribe-common * {
        font-size: 14px !important;
    }

    .left-tab-section header.tribe-events-header h3 {
        font-size: 20px !important;
    }

    .left-tab-section .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
        margin: 0 10px;
        width: 160px;
    }

    .search-top {
        min-width: 200px;
    }
}

@media(max-width: 1600px) {
    .right-tab-section.anydoc-right {
        width: 300px;
    }

    .right-tab-section {
        width: 20%
    }

    .user-detail-right a {
        padding: 20px 8px !important;
    }
}

/*@media(max-width: 1400px){
    .left-tab-section.full-width .user-detail-right{
        width: 60%;
    }
}*/
@media(max-width: 1400px) {
    .left-tab-section .tribe-events-pro .tribe-events-pro-week-grid__header-column-weekday {
        font-size: 12px !important;
    }

    .left-tab-section .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
        font-size: 12px !important;
    }

    .left-tab-section.full-width .user-detail-left {
        width: 35%;
        max-width: 370px;
    }

    .left-tab-section.full-width .user-detail-right {
        width: 65%;
        /*padding-right: 0;*/
    }

    .left-tab-section form {
        padding: 0 15px !important;
    }

    .left-tab-section.full-width {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    /*.ubermenu-responsive.ubermenu ul#ubermenu-nav-main-37.ubermenu-nav {
        display: block;
        width: 700px;
        position: absolute;
        background: #fff;
        top: 50px;
        box-shadow: 5px 5px 10px #ccc;
        padding: 5px;
    }*/
}

@media(max-width: 1365px) {
    .left-tab-section.full-width .user-detail-right {
        width: 65%;
    }

    .left-tab-section.full-width .user-detail-left {
        width: 35%;
    }
}

@media(max-width: 1365px) {
    .user-detail-right a {
        padding: 0 5px;
    }

    .closebtn.close-icon {
        top: 8px;
    }
}

ul.tag-list {
    margin: 15px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.tag-list li+li {
    margin-right: 10px;
}

ul.tag-list li {
    list-style: none;
    line-height: 1;
}

ul.tag-list li a {
    color: #B2B4C2;
    font-family: "Heebo", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #FFFFFF;
    padding: 9px 22px 9px 22px;
    border: 1px solid #E5E9F2;
    border-radius: 50px;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.tag-list li a:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    color: #FFFFFF;
    background-color: #FF1493;
    border-color: #FF1493;
}

.topHeader,
.navHeader {
    padding: 4px 0 !important;
}

.topHeader .elementor-row,
.navHeader .elementor-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topHeader .elementor-image {
    line-height: 1;
}

.topHeader p:last-child {
    margin: 0;
}

.topHeader .elementor-top-column {
    width: auto !important;
}

.topHeader .elementor-top-column:nth-child(3) {
    margin-right: auto;
}

.topHeader .elementor-top-column:first-child {
    margin-left: 10px;
}

.topHeader .elementor-top-column:nth-child(3)~div {
    margin-right: 10px;
}

.topHeader .elementor-top-column:last-child {
    margin-left: 1px;
}

.topHeader .elementor-top-column:nth-child(2),
.topHeader .elementor-top-column:last-child {
    position: relative;
    top: 1px;
}

.topHeader .elementor-top-column:last-child p>span>span:nth-child(1) {
    display: none;
}

/*Forget Password Page*/

.page-id-4078 .topHeader,
.page-id-4078 .navHeader,
.page-id-4078 #footer,
.page-id-4082 .topHeader,
.page-id-4082 .navHeader,
.page-id-4082 #footer {
    display: none !important;
}


/*Sign Up Page*/

.signup-outer .gform_footer .gform_ajax_spinner {
    display: none !important;
}

.signup-outer .gform_fields .gfield_checkbox li input[type="checkbox"] {
    margin-right: 0;
}

.signup-outer .gform_fields .gfield_checkbox li input[type="checkbox"]+label {
    color: #000;
}

/*Login Page*/

.gf_login_form>form .gform_fields .gfield_checkbox input[type="checkbox"] {
    margin-right: 0;
}

.gf_login_form>form #gform_fields_login>li {
    padding-left: 0;
}

#gform_fields_login li.gfield.gfield_error {
    padding-right: 0px !important;
}

#gform_fields_login li#field_3 {
    width: 50%;
    float: right;
    clear: right;
}

#gform_fields_login .gf_login_links {
    width: 50%;
    float: left;
    clear: left;
    margin-top: 26px;
    text-align: left !important;
}

#gform_fields_login nav.gf_login_links a {
    color: #929292;
    line-height: 1.5;
    font-size: .875em;
}

/*Header*/

.topHeader>.elementor-container,
.navHeader>.elementor-container {
    max-width: 1280px !important;
}

.topHeader .elementor-container>div:last-child>.elementor-widget-wrap {
    padding-right: 10px;
    position: relative;
}

.topHeader .elementor-container>div:last-child>.elementor-widget-wrap:after {
    content: "";
    width: 1px;
    height: 70%;
    background: #bbc4cf;
    position: absolute;
    top: 15%;
    right: 0;
}

#lostpasswordform legend {
    display: none;
}

#lostpasswordform .somfrp-lost-pass-form-text {
    display: none;
}

#lostpasswordform label {
    display: none;
}

#password-lost-form-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0% 10% 0% 10%;
}

#lostpasswordform input#somfrp_user_info {
    height: 47px;
    font-size: 12px;
    font-family: "Heebo";
    color: #000;
}

button#reset-pass-submit {
    background: #FF1493;
    float: left;
    display: inline-block;
    clear: left;
    margin-top: 15px;
    letter-spacing: 0.6px;
    border-radius: 5px;
    font-family: "Heebo";
}

#password-lost-form-wrap input[type="text"] {
    background-color: #F4F5FA !important;
    border-color: #F4F5FA;
    border-width: 0 0 0 0;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 16px;
}

#password-lost-form-wrap p.no-margin a {
    margin-top: 10px !important;
    display: inline-block;
    color: #929292;
    font-size: .875em;
    font-family: "Heebo";
}

#password-lost-form-wrap input::-webkit-input-placeholder {
    /* Edge */
    /*color: #b1b1b1;*/
    color: #929292;
}

#password-lost-form-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #929292;
}

#password-lost-form-wrap input::placeholder {
    color: #929292;
}

@media (min-width: 1025px) {
    .navHeader>.elementor-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.login-logout-section p,
.login-logout-section p a {
    color: #BBC4CF;
    margin-bottom: 0;
    font-family: "Heebo" !important;
}

.head-button a.elementor-button-link.elementor-button {
    width: 100%;
}

.topHeader span.dash-mail {
    margin-left: 9px;
}

label#label_1_5_1 {
    color: #afb2c1;
    width: 100%;
}

label#label_1_5_1 span {
    color: #000000;
}

#gform_submit_button_1 {
    text-align: center !important;
    margin: 0 auto;
    display: block;
    float: none;
    width: 80% !important;
    font-family: "Heebo";
    font-weight: 500;
}

#resetpasswordform input {
    background-color: #F4F5FA !important;
    border-color: #F4F5FA;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    width: 100% !important;
    font-size: 12px !important;
    height: 47px;
    padding: 6px 16px !important;
    max-width: 100%;
}

#resetpasswordform input::-webkit-input-placeholder {
    /* Edge */
    color: #929292;
}

#resetpasswordform input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #929292;
}

#resetpasswordform input::placeholder {
    color: #929292;
}

#resetpasswordform p.extra-space {
    color: #929292;
}

#resetpasswordform legend {
    display: none;
}

@media screen and (max-width: 425px) {
    label#label_1_5_1 span {
        float: none;
    }
}

#footer {
    display: none;
}

.hide {
    display: none;
}

.table-outer {
    background: #fff;
    padding: 25px 25px 25px;
    margin: 16px 0px;
    border: 1px solid #E5E9F2;
    border-radius: 10px;
    -webkit-box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
}

.table-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px 0px;
    margin: 0px 0px 0px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-outer {
    /*margin-right: 50px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 500px;
}

#yearselect {
    margin: 0 0px 0 30px;
}

.table-filter select {
    width: 180px;
    border-radius: 5px;
    font-size: 12px;
    height: 38px;
    border-color: #E5E9F2;
    background: #F4F8FB;
    color: #B2B4C2;
    padding: 0 10px 0px 28px;
    font-family: "Heebo";
    background-image: url(/wp-content/uploads/2020/09/arrow-down-sign-to-navigate.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.table-filter .select-outer {
    width: auto;
}

/*#monthselect {
    margin-left: 14px;
}*/
.table-listing-inner h2 {
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    color: #627388;
}

.table-listing-inner h2:before {
    /* content: "\f053";*/
    position: absolute;
    font-family: "FontAwesome";
    color: #666;
    right: 0;
    font-size: 12px;
    top: 4px;
    content: "";
    background: url(http://storno.co.il/wp-content/uploads/2021/04/Close-Button.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.table-listing-inner.downarrow h2:before {
    content: "";
    background: url(http://storno.co.il/wp-content/uploads/2021/04/Open-Button.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
}

.tabchange {
    border: 1px solid #C3C4CF;
    border-radius: 10px;
    border-collapse: inherit;
    background: #fff;
    border-bottom: 0;
}

.tabchange td:first-child {
    border-right: none;
}

.tabchange thead tr {
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.tabchange th {
    text-align: center;
    color: #627388;
    font-weight: 700;
    background: #F4F8FB;
    border-color: #C3C4CF !important;
}

.tabchange td {
    border-right: 1px solid #C3C4CF;
    text-align: center;
    border-bottom: 1px solid #C3C4CF;
    color: #627388;
    font-weight: 400;
}

.tabchange th:first-child {
    border-top-right-radius: 10px;
}

.tabchange th:last-child {
    border-top-left-radius: 10px;
}

.tabchange tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
}

.tabchange tr:last-child td:first-child {
    border-bottom-right-radius: 10px;
}

.tablelisting .tabchange_length,
.tablelisting .tabchange_filter,
.tablelisting .tabchange_info,
.tablelisting .tabchange_paginate {
    display: none !important;
}

#gform_5 {
    padding: 0;
}

input#gform_submit_button_5 {
    display: none;
}

.dt-buttons {
    display: none;
}

.user-profile ul.sub-menu.active {
    visibility: visible;
}

.user-profile ul.sub-menu li:last-child {
    background: #F4F8FB;
}

.left-tab-section.full-width {
    width: calc(100% - 200px);
    left: 0;
    padding-top: 0;
    position: fixed;
    background: #fff;
    z-index: 10;
    top: 30px;
}

.slideopen .left-tab-section.full-width {
    width: calc(100% - 200px);
}

.slideclose .left-tab-section.full-width {
    width: calc(100% - 70px);
    left: 0;
    padding-top: 0;
    position: fixed;
    background: #fff;
    z-index: 10;
}

.page-template-tables .table-outer #gform_5 {
    display: none;
}

/*.left-tab-section.full-width + .left-tab-section {
    position: relative;
}*/
/*.slideopen .left-tab-section.full-width {
    width: calc(100% - 200px);
    z-index: 9999999;
}*/

.left-tab-section.full-width .user-profile {
    padding-bottom: 0px;
}

.left-tab-section.full-width .inbox__notification {
    padding: 5px 0;
    margin: 0 15px 0 15px;

}

.left-tab-section.full-width .notifiction {
    padding: 5px 0;
}

.closebtn.close-icon,
.openbtn.close-icon {
    top: 44px;
    right: 20px;
}

.slideopen .closebtn.close-icon {
    right: 166px;
}

.woocommerce-ResetPassword.lost_reset_password {
    max-width: 600px;
    width: 90%;
    margin: 50px auto;
}

.woocommerce-ResetPassword.lost_reset_password>p {
    width: 100%;
}

.woocommerce input#user_login {
    min-height: 45px;
}

.woocommerce form .form-row label {
    font-weight: bold;
}

.chat-section .um.um-viewing {
    display: inline-block;
}

.chat-section .um-message-conv {
    float: left;
    width: 285px;
    position: fixed;
    top: 91px;
    left: 0;
    height: 100%;
    max-height: 100% !important;
    /*z-index: -1;*/
    min-height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #F4F8FB;
    -webkit-box-shadow: 5px 0 5px 0px rgb(175 175 175 / 25%);
    box-shadow: 5px 0 5px 0px rgb(175 175 175 / 25%);
}

.chat-section .um-message-conv-view {
    display: block;
    margin-right: 120px;
    min-height: 800px;
    width: 60%;
    border-left: none !important;
}

.chat-section .um-message-header-right {
    position: relative;
    right: 10px;
    top: 0;
    text-align: left;
}

.chat-section .um-message-header {
    padding: 12px 15px 8px 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chat-section a.um-message-conv-item {
    background: #fff;
    margin: 15px 15px;
    border-radius: 10px;
}

.chat-section .um-message-body {
    background: #f4f8fb;
}

.chat-section .um-message-item.left_m .um-message-item-content {
    background-color: #fff;
    color: #000;
}

.chat-section .um-message-item.left_m .um-message-item-content {
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 5px 0px rgb(175 175 175 / 25%);
    border-radius: 10px;
    color: #0C1626;
}

.chat-section .um-message-item.right_m .um-message-item-content {
    float: right;
    margin-left: 60px;
    box-shadow: 5px 5px 5px 0px rgb(175 175 175 / 25%);
    border-radius: 10px;
    background: #fff;
    color: #0C1626;
}

.user-detail-right .expert-menu.ubermenu-current-menu-item a {
    background: #001737;
}

/*.chat-section .um-message-conv{
    min-height: 800px;
}*/
.chat-section .um-message-conv-pic {
    top: 4px;
}

.chat-section .um-message-conv-name {
    color: #000;
}

.chat-section .um-members-messaging-btn.um-members-list-footer-button-wrapper {
    margin-right: 18px;
}

.chat-section .simplebar-content-wrapper {
    margin-top: 10px;
}

.chat-section .um-message-header-left a {
    color: #0C1626;
    font-weight: 500;
    font-family: "Heebo";
    font-size: 20px;
}

.chat-section .um-message-header-left a {
    color: #0C1626;
    font-weight: 500;
    font-family: "Heebo";
    font-size: 20px;
    position: relative;
}

.chat-section .um-message-header-left a:before {
    content: "";
    background: url(https://storno.co.il/wp-content/uploads/2020/11/Live.png) no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: contain;
    left: -80px;
    top: -13px;
}

.chat-section .um-message-conv-name {
    margin-right: 35%;
    right: 0;
    color: #0C1626;
    font-weight: 500;
    font-family: "Heebo";
    font-size: 15px;
}

.chat-section .um-message-conv-pic {
    top: 4px;
    right: 15px;
}

.chat-section .um-message-conv-item .um-online-status {
    left: 20px;
    top: 3px;
    text-align: left;
}

.page-template-sidemenu .content-area {
    width: 100%;
    border: none;
}

/*.welcome-form {
    display: inline-block;
    width: 96%;
    background: #F4F8FB;
    margin: 23px;
    padding: 30px 30px;
    border-radius: 20px;
}*/
.welcome-form {
    width: calc(100% - 265px);
    background: #F4F8FB;
    border-radius: 30px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - (150px));
    margin: 90px 30px;
}

.welcome-form .gform_footer.top_label {
    margin: 0;
    padding: 0;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 0px !important;
}

input#gform_submit_button_7 {
    opacity: 0;
}

.page-template-edit-profile .right-tab-section .inactive .tb_img {
    background-color: #E0E5F0;
}

.page-template-edit-profile .right-tab-section .tb_img {
    background-color: #E0E5F0;
}

.page-template-edit-profile .tbxt_outer p {
    color: #0C1626;
    font-weight: 500;
}

.tab-filter-inner {
    display: -webkit-box;
    border-bottom: 1px solid rgb(255 255 255 / 26%);
    padding-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabhub-right-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hub-filter-content {
    display: none;
}

.hub-filter-content ul {
    display: none;
}

.table-hub-filter {
    background: #000;
    border-radius: 15px;
    padding: 20px;
}

.tabhub-left-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabhub-left-filter h3 {
    margin-bottom: 0px;
    color: #fff;
    padding-right: 15px;
    font-weight: 400;
}

.tabhub-right-filter #years-selection {
    width: 200px;
    border-radius: 15px;
    margin-left: 30px;
    background: #000;
    color: #fff;
}

.tabhub-right-filter i {
    color: #fff;
}

.hub-filter-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hub-filter-content ul li {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    margin: 0 2%;
    font-size: 12.5px;
}

.hub-filter-content li span {
    color: #fce331;
}

.page-template-tableshub .right-top-content h3 {
    color: #001737;
    margin: 40px 0px 10px;
}

.page-template-tables .right-top-content h3 {
    margin: 40px 0px 10px;
}

.page-template-tableshub .left-tab-section.left-tab-section-inner {
    width: 72.5%;
}

.page-template-tableshub .slideopen .left-tab-section.full-width {
    width: calc(100% - 200px);
}

.navopen .menu-slide-menu-container ul.sub-menu {
    display: block;
}

/* Phonebook Page Start */

.right-tab.full-width.phonebook__right {
    display: flex;
}

.phonebook-detail-outer {
    padding: 100px 50px;
    width: calc(100% - 400px);
}

.blank-phone__info {
    width: 400px;
    background: #f4f8fb;
    height: 100%;
    position: fixed;
    left: 0;
    box-shadow: -4px 15px 6px 7px rgb(175 175 175 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

.blank-phone__info .top-content h2 {
    font-size: 40px;
    color: #203655;
}

.blank-phone__info .top-content p {
    color: #B2B4C2;
}

.rating__list_inner {
    background: #fff;
    padding: 15px 15px;
    margin: 0 0 14px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating__list_inner .arrow {
    content: "";
    background: url(http://storno.co.il/wp-content/uploads/2021/07/Defult.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    transform: rotate(180deg);
    margin-top: 22px;
}

.rating__list_inner .list {
    background: #e0e5f0;
    padding: 10px 15px;
    border-radius: 8px;
}

.rating__list_inner .rating-center {
    flex-grow: 1;
    padding: 0 20px;
}

.rating-center h4 {
    margin-bottom: 0;
}

.rating-center p {
    margin-bottom: 0;
    font-size: 12px;
    color: #B2B4C2;
}

.rating__list_inner:hover .list {
    background: #26dec8;
    color: #fff;
}

.rating__list_inner:hover .rating-center h4 {
    color: #26dec8;
}

.bottom-content {
    border-top: 1px solid #E5E9F2;
    margin: 10px 0;
}

.bottom-content p {
    padding: 20px 10px 0px;
    text-align: center;
    font-size: 13px;
    color: #B2B4C2;
}

.bottom-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.blank-phone__info .left-image {
    position: absolute;
    top: 120px;
    left: 0;
}

.blank-phone__info .left-image img {
    width: 250px;
}

.bottom-content a {
    display: inline-block;
    background: #627388;
    padding: 5px 25px;
    border-radius: 40px;
    color: #fff;
}

.phonebook-detail-outer .search-phone-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.phonebook-detail-outer .search-with-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.phonebook-detail-outer .search-with-download img {
    width: 22px;
}

table.phonebook__table {
    border: 1px solid #E5E9F2;
    border-radius: 10px;
    border-collapse: inherit;
    margin-top: 20px;
}

table.phonebook__table td {
    border-bottom: 0px !important;
}

table.phonebook__table th {
    color: #627388;
    font-weight: 700;
    background: #F4F8FB;
}

table.phonebook__table th img.lazy.loaded {
    width: 15px;
}

table.phonebook__table th:last-child {
    border-top-left-radius: 10px;
    text-align: center;
}

table.phonebook__table th:first-child {
    border-top-right-radius: 10px;
}

table.phonebook__table tr td:last-child img {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

a.phone-send {
    background: url(/wp-content/uploads/2020/10/bg-1.png);
    padding: 4px 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    width: 80px;
    font-size: 14px;
    height: 35px;
    margin-right: 5px;
    text-align: center;
}

input.phone-search {
    margin-left: 5px;
    background-color: transparent !important;
    border: 1px solid #E5E9F2;
    height: 35px;
    min-width: 335px;
    border-radius: 5px;
    background-image: url(/wp-content/uploads/2020/10/loupe.png);
    background-size: 14px;
    background-position: 95% center;
    background-repeat: no-repeat;
    font-size: 12px !important;
    padding: 4px 35px 4px 20px !important;
}

.print-detail {
    border: 1px solid #E5E9F2;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    padding: 5px;
    margin: 0 5px;
}

.excel-download {
    border: 1px solid #E5E9F2;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    padding: 5px;
    margin: 0 5px;
}

.simple-download {
    border: 1px solid #E5E9F2;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    padding: 5px;
    margin: 0 5px;
}

.phonebook-detail-outer .dataTables_filter {
    display: none;
}

table.phonebook__table th,
table.phonebook__table td {
    padding: 10px 15px;
    color: #627388;
}

.form-title-main-left .icon-inner {
    border: 1px solid #E5E9F2;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    padding: 5px;
    margin: 0 5px;
    text-align: center;
}

.form-title-main-left .icon-inner img {
    width: 18px;
    height: 18px;
}

.form-title-main-left {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Phonebook Page End */

.left-tab-section.tables-left-section {
    width: calc(100% - 400px) !important;
    margin: auto;
}

.right-tab-section.tables-right-tab {
    width: 400px;
}

.left-tab-section.tables-left-section .tb_innrcont .tab-content {
    width: 90%;
    margin: 0 auto;
}

.left-tab-section.tables-left-section .tb_innrcont {
    padding: 70px 0px;
}

.page-template-tables .left-tab-section.full-width {
    width: calc(100% - 200px) !important;
}

.tables-left-section .form-title-main-right h2 {
    font-weight: 900;
    font-size: 17px;
    color: #132239;
}

.tables-left-section .table-outer {
    margin: 10px 0px;
}

.right-top-content h1 {
    font-family: "BebasNeue Regular";
    text-align: left;
    font-size: 45px;
    color: #b2b4c2;
    font-weight: normal;
    margin-bottom: 0px;
}

.right-top-content.with-icon {
    display: -webkit-box;
    padding-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-top-content.with-icon i {
    font-size: 25px;
}

.anydoc-menu a {
    font-family: Pacifico;
    color: #B2B4C2;
    font-size: 15px;
}

.anydoc-menu a:hover,
.anydoc-menu.ubermenu-current-menu-item a {
    color: #0582FF;
}

.page-template-customers .anydoc-menu a,
.page-template-allusers .anydoc-menu a,
.page-template-reports .anydoc-menu a {
    color: #0582FF;
}

.anydoc-right .tbxt_outer p {
    color: #627388;
}

.right-tab-section.anydoc-right .tbxt_outer span {
    color: #627388;
}

.right-tab-section.anydoc-right .tb_img {
    background: #E0E5F0;
    text-align: center;
}

.right-tab-section .tb_img img {
    width: 19px;
    height: 19px;
}

.right-tab-section.anydoc-right ul {
    margin: 10px 22px;
}

.right-tab-section.anydoc-right ul li.active {
    background-color: #000;
}

.right-tab-section.anydoc-right ul li.active .tbxt_outer p {
    color: #fff;
}

.right-tab-section.anydoc-right ul li.active .tb_img {
    background: #FF1493;
}

.anydoc-menu span.ubermenu-target-title {
    font-size: 13px;
}

@media (max-width: 1600px) {
    .right-tab-section.tables-right-tab {
        width: 300px !important;
    }

    .left-tab-section.tables-left-section {
        width: calc(100% - 300px) !important;
    }
}

@media (max-width: 991px) {
    .left-tab-section.tables-left-section {
        width: 100% !important;
    }
}


.page-template-dashboard .left-tab-section.content-section {
    width: calc(100% - 400px);
}

.dash-sec-right .meassge-block h3 {
    font-size: 14px;
    padding-right: 14px;
    font-family: "Heebo", Sans-serif;
    top: -30px;
    position: absolute;
}

.dash-outer-top ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    border: 1px solid #e9edf4;
    border-radius: 50px;
    /*padding: 12px 20px;*/
    box-shadow: 3px 3px 12px 4px rgb(175 175 175 / 10%);
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.dash-outer-top ul li {
    border-right: 1px solid #e9edf4;
    padding-right: 26px;
    padding: 12px 30px;
}

.dash-outer-top ul li a {
    color: #8392A5;
    margin-bottom: 10px;
    font-size: 14px;
    padding-right: 14px;
    font-family: "Heebo", Sans-serif;
}

.dash-outer-top ul li:first-child {
    border-right: 0;
    padding-right: 8px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.dash-outer-top ul li img {
    height: 20px;
    margin-left: 10px;
}

.dash-sec-outer {
    height: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dash-sec-outer .dash-sec-left {
    border: 1px solid #e9edf4;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 3px 3px 12px 4px rgb(175 175 175 / 10%);
    width: 58%;
    text-align: center;
    position: relative;
}

.dash-sec-outer .dash-sec-right {
    border-radius: 10px;
    padding: 0px 20px 12px 0px;
    width: 39%;
}

.dash-sec-right .meassge-block .news-block {
    background: #f4f8fb;
    border-radius: 10px;
    padding: 12px 20px;
    border: 1px solid #e9edf4;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0px 5px 8px 0px rgb(175 175 175 / 20%);
}

.meassge-block h3 {
    margin-bottom: 8px;
    font-size: 15px;
    padding-right: 14px;
}

.dash-sec-right .meassge-block .news-block {
    padding-left: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 150px;
}

.dash-sec-right .meassge-block .news-block h4 {
    font-family: "BebasNeue Regular";
    text-align: left;
    font-size: 32px;
    color: #b2b4c2;
    font-weight: normal;
    margin-bottom: 0px;
}

.dash-sec-right .user-block {
    padding-bottom: 42px;
    padding-top: 0;
    position: relative;
    margin-top: 30px;
}

.dash-sec-right .user-block h3 {
    font-size: 14px;
    padding-right: 14px;
    font-family: "Heebo", Sans-serif;
    top: -30px;
}

.dash-sec-right .user-block .user-log-current {
    border: 1px solid #e9edf4;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0px 5px 8px 0px rgb(175 175 175 / 20%);
    min-height: 150px;
}

.senior-section {
    border: 1px solid #e9edf4;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0px 5px 8px 0px rgb(175 175 175 / 20%);
    background: #0c1626;
    color: #fff;
}

.dash-sec-right .user-block {
    padding-bottom: 42px;
}


.dash-sec-right .meassge-block {
    position: relative;
}

.dash-sec-right .senior-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 39px;
    font-family: "BebasNeue Regular";
    font-weight: 500;
}

.senior-section h2 span {
    color: #fce448;
}

.senior-section h2 {
    margin-bottom: 0;
}

.senior-section .senior-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.senior-section .senior-inner .sen-link {
    display: block;
    width: 44%;
    position: relative;
}

.senior-section .senior-inner .sen-text p {
    margin-bottom: 0px;
}

.senior-section .sen-text {
    width: 54%;
}

.senior-section .sen-link {
    display: block;
    width: 42%;
    position: relative;
}

.senior-section .sen-link a {
    background: rgb(254, 40, 144);
    background: linear-gradient(118deg, rgba(254, 40, 144, 1) 0%, rgba(254, 40, 144, 1) 49%, rgba(237, 98, 74, 1) 100%);
    height: 40px;
    padding: 8px 25px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #fff !important;
}

.dash-outer .dash-sec-right h3 {
    color: #b2b4c2;
    margin-bottom: 10px;
}

.dash-sec-outer .dash-sec-left h3 {
    padding-top: 20px;
    color: #0582ff;
}

.dash-sec-outer .dash-sec-inner {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 115px 0px;
}

.dash-sec-outer .dash-sec-inner img {
    max-width: 120px;
}

.dash-sec-outer .dash-sec-inner h3 {
    width: 100%;
    color: #0582ff;
    margin-bottom: 0;
    font-size: 16px;
}

.dash-sec-inner p {
    width: 100%;
    color: #8392A5;
}

.dash-sec-inner a.no-res-button {
    background: #627388;
    color: #fff;
    padding: 8px 33px;
    border-radius: 3px;
    min-width: 150px;
}

.dash-outer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.dash-outer .sendform .gform_wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.dash-outer .sendform .gform_wrapper li {
    width: 50%;
}

.dash-outer .sendform .gform_wrapper li:last-child {
    width: 100%;
}

.dash-outer .sendform .gform_wrapper select {
    width: 100%;
}

.dash-outer .sendform .gform_wrapper form {
    background: #0c1626 !important;
    border-radius: 15px;
}

.dash-outer .sendform .gform_wrapper form .gform_body {
    max-width: 750px;
    margin: 0px auto;
    padding: 25px 0;
}

.dash-outer .sendform .ginput_container_select select {
    background: #fff;
}

.dash-outer .sendform .gform_wrapper li:last-child select {
    width: 100%;
    padding-right: 12px;
    padding-left: 16px;
}

.left-tab-section .sendform .gform_footer.top_label {
    text-align: center !important;
    border-top: 0px solid #e9e9e9;
}

.dash-outer .sendform .gform_wrapper li:last-child select {
    width: 100%;
}

.dash-outer .sendform .gform_footer.top_label {
    border: 0;
}

body .left-tab-section .sendform .gform_wrapper .gform_footer .gform_button {
    background: rgb(254, 40, 144);
    background: linear-gradient(118deg, rgba(254, 40, 144, 1) 0%, rgba(254, 40, 144, 1) 49%, rgba(237, 98, 74, 1) 100%) !important;
    height: 40px;
    padding: 8px 65px;
    border-radius: 6px;
    display: block;
    text-align: center !important;
    font-size: 16px;
    line-height: 24px;
    width: auto !important;
    color: #fff !important;
    margin: 0px auto !important;
    float: none;
    margin-bottom: 34px !important;
}

body .gform_wrapper input[type=submit] {
    text-align: center !important;
}

.dash-outer .sendform .question-form {
    background: #0c1626 !important;
    border-radius: 15px 15px 15px 15px;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 10px;
}

.dash-outer .question-form h3 {
    color: #fce448;
    text-transform: uppercase;
    font-size: 39px;
    font-family: "Heebo";
    font-weight: 800;
}

.dash-outer .question-form h3 span {
    color: #fff;
}

.dash-outer .question-form p {
    font-size: 20px;
}

.dash-outer .sendform>h3 {
    color: #b2b4c2;
    margin-bottom: 10px;
    font-size: 14px;
    padding-right: 14px;
    font-family: "Heebo", Sans-serif;
}

.dash-sec-left h2.main-title {
    position: absolute;
    top: -30px;
    font-size: 14px;
    font-family: "Heebo", Sans-serif;
    color: #b2b4c2;
    right: 14px;
    font-weight: 600;
}

.dash-outer .sendform {
    padding-top: 16px;
    margin-left: 20px;
}

.question-form .gform_confirmation_message {
    text-align: center;
    background: #0c1626 !important;
    padding: 130px 15px 30px 15px !important;
    font-size: 25px;
    position: relative;
    border: none !important;
    color: #fff;
    line-height: 1.5em;
}

.signup-user-right-form .elementor-text-editor {
    text-align: center;
}

.signup-user-right-form .elementor-column-wrap {
    width: 70%;
    margin: 0px auto;
    padding: 120px 0;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup-user-right-form .user-register-title h2 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 70px;
    font-family: "BebasNeue Regular";
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
}

.signup-user-left-form img {
    border-radius: 40px;
    margin: 20px 0;
    margin-right: -40px;
}

.user-login-form .gf_login_links a:first-child {
    display: none;
    margin-top: 0;
}

.user-login-form .gf_login_links br {
    display: none !important;
}

.user-login-form .elementor-shortcode p {
    text-align: center;
}

.signup-user-right-form .elementor-text-editor.elementor-clearfix {
    text-align: center;
}

.signup-user-right-form .elementor-text-editor p.highlight {
    color: #e76531;
    padding-top: 15px;
    padding-bottom: 5px;
}

.signup-user-right-form .elementor-text-editor.elementor-clearfix p {
    margin-bottom: 0;
}

.signup-user-right-form .gform_wrapper .ginput_right,
.signup-user-right-form .gform_wrapper .ginput_left {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 14px !important;
}


.gform_footer.top_label {
    text-align: center !important;
}


.signup-user-right-form .signup-user-right-form .field_sublable_below {
    text-align: right;
}

.signup-user-right-form .gfield.field_sublabel_below.field_description_below {
    text-align: right !important;
}

.signup-user-right-form .gfield.field_sublabel_below {
    text-align: right;
}

.signup-user-right-form input[type=submit] {
    float: none !important;
    background: #e76531;
    padding: 12px 55px;
}

.all-customer-table .phonebook-detail-outer {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.all-customer-table .dataTables_filter {
    display: none;
}

.customer__table tbody {
    box-shadow: 1px 4px 38px 2px rgb(175 175 175 / 70%);
    -webkit-box-shadow: 1px 8px 18px 2px rgb(175 175 175 / 70%);
    -moz-box-shadow: 1px 4px 38px 2px rgba(175, 175, 175, 0.7);
    border-radius: 8px;
}

.customer__table td {
    padding: 25px 0px !important;
}

.customer__table th {
    border-bottom: 0px !important;
    color: #b2b4c2;
    font-size: 13px;
    font-weight: 600;
}

.customer__table td:first-child {
    padding-right: 25px !important;
}

.customer__table td:last-child {
    padding-left: 10px !important;
}

.all-customer-table a.phone-send {
    background-color: #627388;
    background-image: none;
    width: 120px;
    border-radius: 5px;
}

.customer__table td span {
    background: #e0e5f0;
    padding: 8px 17px;
    border-radius: 30px;
}

.user-detail-right .ubermenu li:not(:first-child) a {
    margin-top: 2px;
}

.user-detail-right .ubermenu li:last-child a {
    margin-top: 0;
}

.left-tab-section.all-customer-table {
    width: 76%;
}

.dash-outer-top ul li:first-child:hover {
    background: #F4F8FB;
}

.dash-outer-top ul li:first-child.active {
    background: #F4F8FB;
}

/*.dash-outer-top ul li:hover a {
    color: #F4F8FB;
}
.dash-outer-top ul li.active a{
    color: #E5E9F2;
}*/
input:-webkit-autofill {
    -webkit-box-shadow: none;
}

p#wpua-upload-button-existing {
    position: relative;
    z-index: 111;
    margin-top: 190px;
}

input#wpua-file-existing {
    opacity: 0;
    height: 136px;
    width: 176px;
}

button#wpua-upload-existing {
    display: none;
}

p#wpua-upload-messages-existing {
    display: none;
}

p#wpua-upload-button-existing input#wpua-file-existing {
    position: absolute;
    top: -5px;
    cursor: pointer;
}

.left-tab-section .user-profileimage img {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.wpua-edit-container {
    min-height: 145px;
}

.left-tab-section.full-width .user-profileimage .updated {
    display: none;
}

.left-tab-section .wpua-edit-container h3,
.left-tab-section.full-width .edit__profile .updated {
    display: none;
}

.left-tab-section.full-width .wpua-edit-container #wpua-upload-button-existing,
.left-tab-section.full-width p#wpua-add-button-existing {
    display: none;
}

.left-tab-section.full-width #wpua-images-existing {
    margin-top: 0;
}

.left-tab-section.full-width #wpua-images-existing #wpua-preview-existing:before {
    content: none;
}

.left-tab-section.full-width #wpua-images-existing #wpua-preview-existing img {
    top: 0;
    margin-top: 0;
}

.left-tab-section.full-width #wpua-images-existing #wpua-preview-existing {
    position: absolute;
    margin-top: -12px;
    margin-left: -2px;
}

.left-tab-section.full-width #wpua-images-existing #wpua-preview-existing img.lazy.loaded {
    width: 31px;
}

/* .left-tab-section.full-width .user-profileimage img {
    margin-left: -25px;
} */
.user-profileimage .hover__image {
    opacity: 0;
}

.user-profileimage:hover .hover__image {
    opacity: 1;
}

.left-tab-section.full-width .left-tab-section form {
    background: transparent;
    padding: 0 !important;
}

.singlefold li.gchoice.gchoice_1_5_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.singlefold label#label_1_5_1 {
    text-align: right;
    padding-right: 5px;
}

.left-tab-section.full-width .user-profileimage #wpua-preview-existing img,
.left-tab-section.full-width .user-profileimage #wpua-thumbnail-existing .description {
    display: none;
}

.page-template-edit-profile .left-tab-section.full-width .user-profileimage #wpua-preview-existing img {
    display: block !important;
}

.left-tab-section .user-profileimage form {
    background: #fff;
    width: 30px;
    height: 30px;
}

.page-template-dashboard #main {
    overflow: hidden;
}

.dash-outer .sendform {
    padding-top: 16px;
    margin-left: 0;
}

ul.copyright_links {
    padding-left: 0;
}

ul.copyright_links li {
    display: inline-block;
    color: #777;
}

ul.copyright_links li a {
    color: #777;
    text-decoration: none;
}

ul.copyright_links li span.dc {
    font-size: 25px;
    padding: 0px 5px;
}

ul.savepost {
    list-style: none;
}

ul.savepost img {
    width: 16px;
    height: 16px;
}

ul.savepost li {
    text-align: left;
}

/*.left-tab-section.saved-items-temp .tb_innrcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}*/
.saved-articles {
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    column-count: 4;
    column-gap: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.saved-articles-inner {
    position: relative;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.saved-articles-inner img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.saved-articles-inner:first-child .featured img,
.saved-articles-inner:nth-child(4) .featured img,
.saved-articles-inner:nth-child(5) .featured img,
.saved-articles-inner:nth-child(8) .featured img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.saved-articles-inner h2 {
    color: #203656;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
}

.left-tab-section.saved-items-temp {
    width: 100%;
}

.saved-items-temp ul.tab-buttons {
    width: 100%;
    margin: 20px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.saved-items-temp ul.tab-buttons li {
    margin-left: 12px;
}

.saved-items-temp ul.tab-buttons li a {
    background: #f4f8fb;
    color: #b2b4c2;
    padding: 5px 10px !important;
    margin: 16px 0;
    font-weight: 400;
    font-size: 13px;
    border-radius: 25px;
    cursor: pointer;
}

.saved-items-temp ul.tab-buttons li.actv a {
    background: #e5e9f2;
    color: #203656;
    font-weight: 500;
    font-size: 14px;
}

.saved-items-temp .img__wrap {
    position: relative;
}

.saved-items-temp .img__wrap ul.savepost img {
    width: 15px;
    height: 15px;
    border-radius: 0;
}

.saved-items-temp .img__wrap ul.savepost {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 4px;
    bottom: 30px;
}

.saved-articles-inner .meta-data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.saved-articles-inner .meta-data span {
    color: #b2b4c2;
}

.saved-articles-inner a.button__link {
    background: #f4f8fb;
    color: #b2b4c2;
    padding: 5px 25px !important;
    font-weight: 500;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
}

.saved-articles-inner:first-child ul.savepost,
.saved-articles-inner:nth-child(5) ul.savepost,
.saved-articles-inner:nth-child(6) ul.savepost {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.saved-items-temp .img__wrap ul.savepost a.unlikelike {
    display: none !important;
}

.saved-articles-inner .meta-data span.date {
    margin-right: 30px;
    position: relative;
}

.saved-articles-inner .meta-data span.date:before {
    content: ".";
    position: absolute;
    top: -22px;
    right: -18px;
    font-size: 30px;
}

.like:hover .simpleshow,
.unlikelike:hover .simpleshow {
    display: none;
}

.like .hovershow,
.unlikelike .hovershow {
    display: none;
}

.like:hover .hovershow,
.unlikelike:hover .hovershow {
    display: inline-block;
}

.saved-articles-inner.blankarea textarea {
    border: none;
    height: 200px;
}

.monthselect input {
    display: none;
}

.label-monselct {
    left: 58px;
    text-align: left;
    color: #222;
}

.label-yearselct {
    left: -58px;
    text-align: right;
}

.toggle {
    position: relative;
    margin: 0 15px;
}

.toggle-rating-pill {
    position: relative;
    height: 10px;
    width: 70px;
    background: #d0cccd;
    border-radius: 500px;
    transition: all 500ms;
    margin: 0 10px;
}

#monselct:checked~.toggle-rating-pill {
    background-color: #25D0E7;
}

#monselct:checked~.smile-rating-toggle {
    left: 110px;
}

.smile-rating-toggle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    left: 48px;
    border-radius: 500px;
    transition: all 500ms;
    z-index: 4;
}

.monthselect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-next-link:hover p {
    color: #FF1493;
}

.box-expanded-height {
    height: 10rem;
    overflow-y: hidden;
    position: relative;
    transition: all 0.2s ease-out;
}

.box-expanded-height:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /*    background: linear-gradient(0deg , #0C1216, rgba(17, 17, 17, 0) 100%);*/
    background: linear-gradient(0deg, #050504, rgba(17, 17, 17, 0) 100%);
    z-index: 1;
    transition: all 0.2s ease-out;
}

.box-expanded-height.fullheight {
    height: auto;
}

.box-expanded-height.fullheight:before {
    opacity: 0 !important;
    transition: all 0.2s ease-out;
}

.box-expanded .elementor-column-wrap:hover p {
    color: #fff;
}

.box-expanded .elementor-column-wrap:hover .count-hover__pink p {
    color: #FF1493;
}

.page-template-dashboard .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

.logged-in.page-template-dashboard .site-main {
    min-height: calc(100vh - 32px);
}

.page-template-dashboard .containers {
    width: 100%;
}

.page-template-dashboard .left-tab-section.content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logged-in.page-template-dashboard .left-tab-section.content-section {
    min-height: calc(100vh - 32px);
}

.page-template-dashboard .left-tab-section .tb_innrcont {
    margin-top: 0;
}

.related-title .custom-arrow {
    content: "";
    background: url(http://storno.co.il/wp-content/uploads/2021/07/Defult.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.related-title .custom-arrow:hover {
    background: url(http://storno.co.il/wp-content/uploads/2021/07/Hover-1.png) no-repeat;
    background-size: contain;
}

.thething {
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

.option#yearly {
    text-align: right;
}

.option.active {
    color: #B2B4C2;
}

.option {
    color: #B2B4C2;
    display: block;
    height: auto;
    line-height: normal;
    font-size: 12px;
    float: left;
    cursor: pointer;

}

#switch {
    background: #5CE5D5;
    cursor: pointer;
    display: block;
    position: relative;
    float: left;
    width: 80px;
    padding: 2px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    margin: 0 7px;
}

.option#monthly {
    text-align: left;
}

#switch .handle {
    display: block;
    background: #fff;
    height: 25px;
    width: 25px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.tables-left-section .head-content span {
    font-size: 12px;
    color: #B2B4C2;
}

.tablelisting .tabchange th {
    width: 20% !important;
}

.tablelist-two-col table th:first-child {
    width: 66% !important;
}

.tablelist-two-col table th:last-child {
    width: 33% !important;
}

.tablelist-two-col .dataTables_filter label {
    font-size: 0;
}

.tablelist-two-col .dataTables_filter input[type="search"] {
    background-color: #fff !important;
    background-image: url(/wp-content/uploads/2020/10/loupe.png);
    background-size: 14px;
    background-position: 3% center;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 600px;
    font-size: 14px !important;
    height: 40px;
    padding: 4px 35px 4px 20px !important;
    margin: 25px 0 50px;
    border: 1px solid #E5E9F2;
}

.tablelist-two-col table tr td:first-child {
    text-align: right;
    padding-right: 25px;
}

.left-tab-section.lesson-left-section {
    width: calc(100% - 400px) !important;
    margin: auto;
}

.lesson-left-section .tb_innrcont {
    padding: 10px 60px 60px 40px;
}

.video-outer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.video-outer .video-left {
    width: 60%;
}

.video-outer .video-right {
    width: 40%;
}

.video-right {
    padding-left: 70px;
}

.video-right h2 {
    color: #1EC8B4;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Heebo';
    margin-bottom: 8px;
    padding: 30px 0 0;
}

.video-right h3 {
    color: #132239;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Heebo';
    margin-bottom: 12px;
}

.video-right p {
    color: #B2B4C2;
    font-size: 13px;
    font-family: 'Heebo';
    font-weight: 400;
}

.video-left iframe {
    border-radius: 15px;
}

.must-read-posts .elementor-post__thumbnail img {
    border-radius: 100px 100px 100px 100px;
    width: 70px;
    height: auto !important;
}

.must-read-posts h3.elementor-post__title a {
    font-size: 14px;
    color: #203656;
}

.must-read-posts .elementor-post__meta-data span {
    color: #B2B4C2;
    font-size: 13px;
}

.must-read-posts .elementor-post__text {
    border-bottom: 1px solid #e5e9f2;
    margin-left: 20px;
}

.must-read-posts .elementor-posts-container {
    --grid-row-gap: 15px;
}

.must-read-posts .elementor-posts-container article:last-child .elementor-post__text {
    border-bottom: 0;
    margin-bottom: 15px;
}

.must-read-outer .elementor-column-wrap {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 10px !important;
}

.table-page-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.table-page-wrap .pagi-btn {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    width: 370px;

}

.form-pagination {
    position: relative;
}

.page-template-tables002 #DataTables_Table_0_paginate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 250px;
}

.form-pagination {
    position: relative;
    direction: ltr;
    border: 1px solid #E5E9F2;
    border-radius: 4px;
}

.page-template-tables002 #DataTables_Table_0_paginate .paginate_button.previous {
    border-right: 1px solid #E5E9F2;
}

.page-template-tables002 #DataTables_Table_0_paginate .paginate_button.next {
    border-left: 1px solid #E5E9F2;
}

.page-template-tables002 #DataTables_Table_0_paginate .paginate_button {
    width: 30px;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.page-template-tables002 .dataTables_info {
    min-width: 250px;
    text-align: center;
    padding: 4px 0;
    color: #C3C4CF;
}

.page-template-tables002 #DataTables_Table_0_paginate .paginate_button.previous:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    font-size: 20px;
    color: #C3C4CF;
}

.page-template-tables002 #DataTables_Table_0_paginate .paginate_button.next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
    font-size: 20px;
    color: #C3C4CF;
}

.phonebook_title__main h2 {
    font-weight: 900;
    font-size: 17px;
    color: #132239;
    margin-bottom: 0;
}

.phonebook_title__main span {
    font-size: 12px;
    color: #B2B4C2;
}

.lesson-left-section .links-content ul {
    list-style: none;
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
}

.lesson-left-section .links-content ul li {
    display: flex;
    vertical-align: middle;
    align-items: center;
    border: 1px solid #E5E9F2;
    border-radius: 30px;
    margin-bottom: 15px;
    direction: ltr;
    justify-content: space-between;
    padding: 0 24px 0 0;
}

.lesson-left-section .links-content ul li span {
    transform: rotate(-180deg);
    opacity: 0;
}

.lesson-left-section .links-content ul li:hover span {
    opacity: 1;
}

.lesson-left-section .links-content ul li a {
    font-size: 13px;
    color: #b2b4c2;
    font-weight: 700;
}

.lesson-left-section .links-content ul li:hover {
    background: #F4F8FB;
    cursor: pointer;
}

.lesson-left-section .links-content ul li:hover a {
    color: #203656;
}

.phonebook__right #DataTables_Table_0_paginate {
    width: 20%;
    float: left;
    direction: ltr;
}

.phonebook__right #DataTables_Table_0_info {
    width: 80%;
    float: right;
}

.phonebook__right .paginate_button.disabled {
    display: none;
}

.announce__outer {
    border: 1px solid #E5E9F2;
    display: inline-block;
    width: 100%;
    /*min-height: 1000px;*/
    border-radius: 10px;
    -webkit-box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
}

.announce__inner {
    padding: 30px;
}

.announce__pdf {
    position: relative;
    padding-bottom: 141%;
}

.announce__pdf iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opp-direction .elementor-row {
    direction: rtl;
}

.left-tab-section a.sendbtn.announce-btn {
    background: #FF1493;
}

.form-title-main-right.announce-right-cont p {
    font-size: 12px;
    color: #B2B4C2;
}

.hamburger {
    position: relative;
    z-index: 200;
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px;
    transition: all 0.2s ease-out;
}

.hamburger .line {
    width: 20px;
    height: 2px;
    background: #ECE9E4;
    display: block;
    margin: 7px auto 0;
    border-radius: 2px;
    transition: all 0.2s ease-out;
}

.hamburger:before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 100%;
    transition: all 0.2s ease-out;
}

.hamburger:hover .line:nth-child(1) {
    transform: translateY(-1px);
}

.hamburger:hover .line:nth-child(2) {
    transform: translateY(1px);
}

.ele-custom-menu .ubermenu-nav li a span {
    color: #fff !important;
    font-family: 'Heebo';
}

.ele-custom-menu .elementor-nav-menu li:first-child {
    position: relative;
}

.ele-custom-menu .ubermenu-nav li:first-child:after {
    content: "|";
    position: absolute;
    right: 4px;
    top: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    background-color: transparent !important;
}

.ele-custom-menu .ubermenu-nav .ubermenu-submenu li:first-child:after {
    content: none;
}

.ele-custom-menu .ubermenu-nav ul.ubermenu-submenu {
    background: #16181C !important;
}

.ele-custom-menu .ubermenu-nav li a .fa-angle-down:before {
    color: #fff;
}

.ele-custom-menu .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow: visible;
    width: 100%;
    right: 0;
    min-height: 300px;
    border-bottom: none !important;
    border-top: none !important;
    margin-top: 15px;
    position: fixed;
}

.ele-custom-menu .ubermenu-submenu {
    position: relative;
}

.ele-custom-menu .uber-close-btn {
    position: absolute;
    left: 15px;
    color: #fff;
    top: 12px;
}

.ele-custom-menu .ubermenu-active .ubermenu-sub-indicator {
    transform: rotate(180deg);
}

.announce__content-inner,
.forms__content-inner {
    border: 1px solid #E5E9F2;
    padding: 15px 15px 15px 35px;
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    border-radius: 10px;
}

.announce__content-inner {
    margin: 10px 0px;
}

.forms__content-inner {
    margin: 5px 0px;
}

.announce__content-inner:hover,
.forms__content-inner:hover {
    background: #f4f8fb;
}

.announce__title,
.forms__title {
    display: flex;
    margin-bottom: 5px;
    vertical-align: middle;
    align-items: center;
}

.announce__title h3,
.forms__title h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 800;
    color: #627388;
}

.announce__title h3.newtitle,
.forms__title h3.newtitle {
    color: #132239;
}

.announce__title span.new,
.forms__title span.new {
    background: #FF1493;
    color: #fff;
    padding: 0 6px;
    margin: 0 0 0 10px;
    border-radius: 4px;
    font-size: 11px;
}

.announce-page-wrap {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    justify-content: space-between;
}

.buttonwithsearch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.announce-page-wrap .dataTables_info {
    min-width: 250px;
    text-align: center;
    padding: 6px 0;
    color: #C3C4CF;
    font-size: 12px;
}

.formshub-wrap .dataTables_info {
    direction: rtl;
}

.announce-page-wrap #DataTables_Table_0_paginate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 250px;
}

.announce-page-wrap #DataTables_Table_0_paginate .paginate_button.previous {
    border-right: 1px solid #E5E9F2;
}

.announce-page-wrap #DataTables_Table_0_paginate .paginate_button.next {
    border-left: 1px solid #E5E9F2;
}

.announce-hub__content a:hover p,
.announce-hub__content a p,
.forms-hub__content a:hover p,
.forms-hub__content a p {
    color: #B2B4C2 !important;
    font-size: 13px;
}

.announce-hub__content a p,
.forms-hub__content a p {
    text-align: right;
}

.forms__title img {
    width: 18px;
}

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

.form-right_icons img {
    width: 20px;
    margin: 0 2px;
}

.form-right_icons {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.forms__title h3 {
    padding: 0 10px;
}

.announce-page-wrap #DataTables_Table_0_paginate .paginate_button.previous:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    font-size: 20px;
    color: #C3C4CF;
}

.announce-page-wrap #DataTables_Table_0_paginate .paginate_button.next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
    font-size: 20px;
    color: #C3C4CF;
}

.announce-page-wrap #DataTables_Table_0_paginate .paginate_button {
    width: 30px;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.announce-page-wrap #DataTables_Table_0_paginate .paginate_button {
    width: 30px;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.announce-page-wrap .dataTables_filter label {
    font-size: 0;
}

.announce-page-wrap .dataTables_filter input[type="search"] {
    background-color: #fff !important;
    border-radius: 4px;
    width: 230px;
    font-size: 12px !important;
    height: 35px;
    padding: 4px 10px 4px 20px !important;
    border: 1px solid #E5E9F2;
}

.announce-page-wrap .dataTables_filter input[type="search"]::placeholder {
    color: #B2B4C2;
}

.announce-page-wrap .dots {
    border: 1px solid #E5E9F2;
    height: 35px;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 4px;
}

.announce-hub__content th,
.forms-hub__content th {
    display: none;
}

.announce-hub__content td,
.forms-hub__content td {
    padding: 0 !important;
    border-bottom: 0px !important;
}

.announce-hub__content,
.forms-hub__content {
    width: 100% !important;
    margin-top: 20px;
}

.announce__content-inner .check {
    display: none;
}

.announce__content-inner.active .check {
    display: inline-block;
    margin-left: 10px;
}

.announce__content-inner p {
    margin-bottom: 0;
}

.announce__content-inner.active .new {
    display: none;
}

/*.announce__content-inner .check i.fa.fa-check {
    background: #5ce5d5;
    width: 30px;
    height: 30px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    margin-left: 10px;
}*/
.single-announcements .content-detail {
    display: inline-block;
    margin: 20px 0px;
}

.announce__content-inner.active span.check {
    width: 18px;
}

.announce__content-inner.active h3 {
    color: #627388;
    font-size: 15px;
    font-weight: 600;
}

.announce-right-cont h2 {
    margin-bottom: 5px;
}

table.phonebook__table th,
table.phonebook__table td {
    text-align: center;
}

table.phonebook__table td:nth-child(1),
table.phonebook__table td:nth-child(2),
table.phonebook__table td:nth-child(3),
table.phonebook__table td:nth-child(4),
table.phonebook__table td:nth-child(5),
table.phonebook__table th:nth-child(1),
table.phonebook__table th:nth-child(2),
table.phonebook__table th:nth-child(3),
table.phonebook__table th:nth-child(4),
table.phonebook__table th:nth-child(5) {
    text-align: right;
}

.phonebook-detail-outer.fullwidth {
    width: 100%;
}

.right-tab-section .locked li a {
    pointer-events: none;
    cursor: default;
}

.page-template-announcement-hub span.arr_box {
    display: none;
}

.page-template-announcement-hub .right-tab-section span.arr_box_unclck {
    display: block;
}

.right-tab-section .unlocked li a {
    pointer-events: none;
    cursor: default;
}

.right-tab-section .unlocked li.unlock a {
    pointer-events: auto;
    cursor: pointer;
}

.cont-box-hover:hover .cont-box-title p {
    color: #FF1493 !important;
}

.forms__content-inner.hide {
    display: none;
}

.forms__content-inner.show {
    display: inline-block;
}

.notvalid {
    min-height: 700px;
    border: 1px solid #E5E9F2;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    margin-top: 60px;
    border-radius: 10px;
    text-align: center;
}

.notvalid.hide {
    display: none;
}

.notvalid-content {
    max-width: 600px;
}

.notvalid-content a {
    background: #7898fb;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 15px;
}

.notvalid-content img {
    margin-bottom: 20px;
}

.notvalid-content h3,
.notvalid-content p {
    color: #B2B4C2;
    font-family: "Heebo", Sans-serif;
}

.right-tab-section.nocourse-right-tab li a {
    flex-direction: column;
}

.right-tab-section.nocourse-right-tab li a .tab__top-cont {
    display: flex;
}

.nocourse-right-tab .tb_text {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
}

.nocourse-right-tab .tb_text .text__inn {
    background: #c3cedc;
    font-size: 18px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-weight: 600;
}

span.text__out {
    color: #B2B4C2;
}

.total-count__line {
    width: 100%;
    border: 2px solid #c3cedc;
    position: relative;
    border-radius: 24px;
}

.tab__bottom-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    vertical-align: middle;
}

.total-count__bottom {
    position: absolute;
    width: 48%;
    border: 2px solid #5ce5d5;
    top: -2px;
    right: -2px;
    border-radius: 25px;
}

.total-count__number {
    text-align: left;
    font-size: 12px;
    width: 30%;
    color: #B2B4C2;
}

.total-count__number p {
    margin-bottom: 0;
}

.nocourse-right-tab .right-top-content {
    margin: 70px 30px 25px;
    border-bottom: 0;
}

.nocourse-right-tab .right-top-content h3 {
    color: #001737;
    margin-bottom: 0;
    font-weight: 600;
}

.nocourse-right-tab li:hover .tb_text .text__inn {
    background: deeppink;
}

.tab__top-cont .tbxt_outer p {
    color: #B2B4C2;
}

.nocourse-right-tab li:hover .tab__top-cont .tbxt_outer p,
.nocourse-right-tab li:hover .total-count__number,
.nocourse-right-tab li:hover span.text__out {
    color: #000;
}

.nocourse-right-tab li:hover {
    -webkit-box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
}

.hide-default-header div[data-elementor-type="header"] {
    display: none;
}

.formshub-right .tbxt_outer p {
    font-size: 13px;
}

.formshub-right ul li:hover .tb_img,
.formshub-right ul li.active .tb_img {
    background-color: #7898fb !important;
}

.formshub-right ul li:hover .tbxt_outer p,
.formshub-right ul li.active .tbxt_outer p {
    color: #7898fb !important;
    ;
}

.forms__content-inner .check,
.forms__content-inner.active .new {
    display: none;
}

.forms__content-inner.active .check {
    display: block;
}

.green-title-hover:hover .green-title p,
.green-title-hover:hover .green-title a {
    color: #09d9c0 !important;
}

.cat-right-tab h3 {
    color: #000;
    font-weight: 900;
    font-size: 17px;
}

.cat-right-tab p {
    font-size: 12px;
}

.tab-discalimer_cont {
    padding-top: 25px;
    color: #B2B4C2;
}

.slideopen .right-tab-section.tables-right-tab.cat-right-tab {
    padding: 90px 15px !important;
}

.cat-right-tab .tab__top-cont {
    display: flex;
    width: 100%;
}

.cat-right-tab .tab__top-cont .tb_text {
    background: #e0e5f0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #4f4242;
    font-weight: 600;
}

.cat-right-tab li:hover,
.cat-right-tab li.active {
    -webkit-box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    background: #000;
}

.cat-right-tab li.active .tbxt_outer p,
.cat-right-tab li.active .tbxt_outer span,
.cat-right-tab li:hover .tbxt_outer p,
.cat-right-tab li:hover .tbxt_outer span {
    color: #fff;
}

.cat-right-tab li:hover .tb_text,
.cat-right-tab li.active .tb_text {
    background: #5ce5d5;
    color: #000;
}

.cat-right-tab .courses-detail {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    margin: 0px 30px 20px 20px;
    color: #B2B4C2;
    vertical-align: middle;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 600;
}

.cat-right-tab .courses-detail a {
    background: #FF1493;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.cat-right-tab .right-top-content {
    border-bottom: none;
}

.cat-right-tab .courses-detail p {
    margin-bottom: 0;
}

.cat-right-tab .video-content {
    display: none;
}

.tab-get-content-top {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.tab-get-content-top h3,
.tab-get-content-top span {
    font-size: 16px;
    color: #5ce5d5;
    margin-bottom: 0;
    font-weight: 600;
}

.tab-get-content {
    width: 80%;
    margin-top: 50px;
}

.tab-get-content h3.title {
    margin-left: 5px;
}

.getvideo iframe {
    border-radius: 15px;
}

.formshub-right ul li:hover {
    -webkit-box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
    box-shadow: -6px 4px 7px 1px rgb(175 175 175 / 10%);
}

.tb_img.hover {
    display: none;
}

.formshub-right ul li:hover .tb_img.hover,
.formshub-right ul li.active .tb_img.hover {
    display: block;
}

.formshub-right ul li:hover .tb_img,
.formshub-right ul li.active .tb_img {
    display: none;
}

.taxonomy-left .course-tab__content.active {
    display: flex;
}

.course-tab__content .tab-get-content-right {
    margin: 50px 50px 0 0;
    width: 40%;
}

.course-tab__content a.enroll {
    background: #7898fb;
    padding: 8px 40px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.course-tab__content a.not-enroll {
    background: #000;
    padding: 8px 40px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.taxonomy-left .tab-content {
    display: none;
}

.enroll i.fas.fa-check {
    background: #fff;
    font-size: 11px;
    color: #7898fb;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

.single-post .author-bio-section {
    display: none;
}

.post-authorinfo ul {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    vertical-align: middle;
    align-items: center;
    margin-top: 0;
}

.post-authorinfo ul li {
    padding-left: 15px;
    position: relative;
}

.post-authorinfo ul li:not(li:first-child):before {
    content: ".";
    font-weight: 900;
    position: absolute;
    top: -3px;
    right: -9px;
}

.get-content__icons {
    display: flex;
    border: 1px solid #d9dceb;
    border-radius: 20px;
    padding: 0 15px;
    align-items: center;
    vertical-align: middle;
}

.get-content__icons img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.get-cont__inner {
    display: flex;
    justify-content: flex-end;
}

.enroll__btn {
    margin-left: 15px;
}

.custom-social__btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custom-social__btn .nsl-button.nsl-button-default {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.custom-social__btn svg {
    width: 100%;
    height: 100%;
}

.sidenav .menu>li:hover a span.menu-image-title {
    color: #fff;
}

.main-user__logo img {
    width: 80px;
}

.notifiction p.not-time {
    font-size: 12px;
}

.video-details__sec {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.video-details__sec .detail {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 32%;
    border: 1px solid #E0E5F0;
    box-shadow: -2px 0px 7px -1px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 12px 0;
}

.video-details__sec .detail .icon img {
    width: 17px;
}

.video-details__sec .detail .icon {
    background: #f4f8fb;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.detail.time .icon {
    background: #EEFCFA;
    border: 1px solid #D5F7F3;
}

.detail.seen .icon {
    background: #FFEFF8;
    border: 1px solid #FFE5F3;
}

.detail.exam .icon {
    background: #FFFCE7;
    border: 1px solid #FFF8CD;
}

.video-details__sec .detail h4 {
    font-size: 11px;
    color: #B2B4C2;
    margin-bottom: 0;
    font-weight: 400;
}

.video-details__sec .detail p {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.left-tab-section.tables-left-section.taxonomy-left .tb_innrcont {
    padding: 30px 0px;
}

div#top-bar-wrap {
    display: none;
}

header.page-header {
    display: none;
}

/* Social Media Icon setup start styling */

.social-media {
    display: none;
}

.media-info {
    display: none;
}

.social-media__setup {
    display: none;
}

@media screen and (max-width: 767px) {
    #scroll-top {
        display: none !important;
    }

    .social-media__setup {
        display: block;
    }

    /* .social-media {
        background-color: #181B1E;
        padding: 16px 28px;
        position: fixed;
        bottom: 16px;
        right: 16px;
        left: 16px;
        z-index: 3;
        display: flex;
        justify-content: space-around;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translatex(100%);
        -moz-transform: translatex(100%);
        -o-transform: translatex(100%);
        transform: translatex(100%);
        transition: ease-in-out 0.4s;
    }

    .social-media.social-media-active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
        transition: ease-in-out 0.4s;
    }

    .social-media__icons {
        text-align: center;
    }

    .social-media__icons a {
        display: flex;
        flex-direction: column;
        font-family: "Heebo", Sans-serif;
        font-size: 12px;
        line-height: 1.1;
        font-weight: 400;
    }

    .social-media__icons a img {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .social-media__call-icon a {
        color: #F9FF89 !important;
        font-weight: 400 !important;
    }

    .social-media__whatsapp-icon a {
        color: #84FF90 !important;
        font-weight: 400 !important;
    }

    .social-media__notes-icon a {
        color: #20DEF8 !important;
        font-weight: 400 !important;
    }

    .social-media__cross-icon a {
        color: #fff !important;
        font-weight: 400 !important;
    }

    .Plus-icon-active {
        display: flex;
    }

    .social-add__icon {
        position: fixed;
        bottom: 32px;
        right: 46px;
        text-align: center;
    }

    .social-media__plus-icon a {
        display: flex;
        flex-direction: column;
        font-family: "Heebo", Sans-serif;
        font-size: 12px;
        line-height: 1.1;
        font-weight: 400 !important;
        color: #FF1493 !important;
    }

    .social-media__plus-icon a img {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-bottom: 5px;
    } */
    .media-info {
        display: flex;
        justify-content: center;
        padding: 10px;
        position: fixed;
        width: 100%;
        z-index: 3;
        margin: 0px auto;
        background-color: #181A1E;
        text-align: center;
        bottom: 0;
        border-radius: unset !important;
    }

    .contact-btn {
        width: 100%;
        max-width: 140px;
        background-color: #FF1493;
        height: 42px;
        padding: 10px;
        border-radius: 6px;
        margin-right: 5px;
    }

    .contact-btn a {
        color: #fff !important;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 1.1;
    }

    .notes-btn {
        width: 100%;
        max-width: 100%;
        background-color: #20DEF8;
        height: 42px;
        padding: 10px;
        border-radius: 6px;
        margin-left: 5px;
    }

    .notes-btn a {
        color: #2A2A31 !important;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 1.1;
    }

    .media-info-icon a img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .mfp-ready_popup {
        position: relative;
    }

    .popup {
        display: none;
        padding: 36px;
        position: fixed;
        z-index: 9;
        margin: 0px auto;
        background-color: #181B1E;
        border-radius: 10px;
        text-align: center;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .mfp-ready .popup {
        display: block;
    }

    .form__cross-icon {
        position: absolute;
        right: 16px;
        top: 16px;
        opacity: 1;
        height: 40px;
        width: 40px;
        object-fit: contain;
    }


    .popup__wrap img {
        height: 80px;
        width: 80px;
        margin-bottom: 20px;
    }

    .popup__form button.elementor-button.elementor-size-sm {
        margin-top: 40px;
    }

    .popup__wrap h2 {
        color: #20DEF8;
        font-size: 17px;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .popup__wrap__des {
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 32px;
    }

    .popup__form {
        font-family: "Heebo", Sans-serif;
    }

    .popup__form .elementor-widget-wrap {
        padding: 0px !important;
    }

    .popup__form .elementor-field-group {
        margin-bottom: 12px !important;
    }

    .popup__form label {
        display: none;
    }

    .popup__form input {
        background: rgba(180, 202, 224, 0.2) !important;
        border-radius: 6px !important;
        color: #fff !important;
        font-size: 16.5px !important;
        line-height: 1.1 !important;
        border: none !important;
        padding: 10px 16px !important;
        font-weight: 300 !important;
        margin-bottom: 0px;
    }

    .popup__form input::-webkit-input-placeholder {
        color: #fff !important;
        opacity: 1 !important;
    }

    .popup__form button[type="submit"] {
        background-color: #20DEF8 !important;
        color: #000 !important;
        margin-top: 70px;
        line-height: 1.1;
        font-size: 17px;
        font-weight: 700;
    }

    .popup__form .elementor-message {
        color: #fff;
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .social-media {
        justify-content: space-between;
    }

    .media-info {
        justify-content: space-between;
    }
}

@media screen and (max-width: 370px) {
    .notes-btn {
        padding: 10px 0px;
    }
}

/* header menu custom */

.elementor-nav-menu--main>ul.elementor-nav-menu {
    position: static;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>a {
    color: #fff !important;
    padding-block: 30px;
    cursor: pointer;
    font-weight: 400 !important;
    transition: 0.3s ease-in-out !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>a:hover {
    font-weight: 800 !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li {
    position: static;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>a.highlighted+ul.sub-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    max-width: 1200px !important;
    width: 100% !important;
    padding: 25px;
    margin-inline: auto;
    left: auto !important;
    right: auto !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>a.highlighted+ul.sub-menu>li {
    width: 33.33%;
    float: right;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>a,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>a.highlighted+ul.sub-menu>li>a {
    display: none;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    width: 100% !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>a.highlighted+ul.sub-menu>li>ul.sub-menu {
    display: block !important;
    position: relative !important;
    top: 0 !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item:hover,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>a.highlighted+ul.sub-menu>li>ul.sub-menu .elementor-sub-item:hover {
    background-image: url('/wp-content/uploads/2023/01/arrow-pink-left.png');
    background-color: #F4F8FB;
    border-radius: 10px;
    background-repeat: no-repeat;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: normal !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item {
    display: block;
    background-position: 20px 12px !important;
    background-size: 21px !important;
    padding: 12px 15px 12px 45px;
    border: 0;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>a+ul.sub-menu>li>ul.sub-menu .elementor-sub-item img {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    height: 36px !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item .menu-image-title {
    font-weight: 800 !important;
    color: #050504 !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item .menu-image-title,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item .menu-item-description {
    padding-right: 55px;
    display: block;
    font-size: 14px;
}

.elementor-nav-menu--main .elementor-nav-menu a::after {
    display: none;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item .menu-item-description {
    padding-top: 8px;
    color: #4E6583 !important;
}

.main-nav-top .elementor-column,
.main-nav-top .elementor-column-wrap,
.main-nav-top .elementor-widget-wrap,
.main-nav-top .elementor-widget-wrap>.elementor-element {
    position: static !important;
}

.elementor-nav-menu .sub-arrow {
    display: none;
}

@media screen and (max-width: 1024px) {
    .main-nav-top .elementor-column {
        width: 50% !important;
    }

    .main-nav-top .elementor-row {
        justify-content: space-between;
    }

    .main-nav-top .elementor-menu-toggle {
        margin-right: 15px !important;
        color: #fff;
        float: right;
    }

    /* .elementor-nav-menu--toggle > div.elementor-widget-container {
            overflow-y: scroll !important;
        }     */
    .main-nav-top nav.elementor-nav-menu--dropdown {
        position: fixed;
        left: 0 !important;
        top: 47px !important;
        padding: 15px;
        height: 100%;
        background-color: #000;
        width: 100% !important;
        margin-left: 0 !important;
        overflow: hidden !important;
        overflow-y: auto !important;
        z-index: 99999 !important;
    }

    .highlighted {
        overflow-y: auto;
    }

    .main-nav-top nav.elementor-nav-menu--dropdown ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .main-nav-top .elementor-nav-menu--dropdown>li>ul.sub-menu {
        background: #fff;
    }

    .main-nav-top nav.elementor-nav-menu--dropdown>.elementor-nav-menu>li>a,
    .main-nav-top .elementor-nav-menu--dropdown .elementor-item.highlighted,
    .elementor-sub-item.highlighted {
        background: transparent !important;
    }

    .main-nav-top .elementor-nav-menu--dropdown .elementor-item.highlighted::before {
        position: absolute;
        left: 11px;
        top: 10px;
        content: "\f00d";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
    }

    .main-nav-top nav.elementor-nav-menu--dropdown>.elementor-nav-menu>li>ul.sub-menu>li>a {
        display: none !important;
    }

    .main-nav-top nav.elementor-nav-menu--dropdown>.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu {
        display: block !important;
    }

    .main-nav-top .menu-image-title-after.menu-image-title,
    .menu-item-description {
        padding-right: 55px;
        display: block;
        font-size: 14px;
    }

    .main-nav-top .elementor-nav-menu--dropdown>.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu img {
        float: right;
        padding-left: 10px;
        padding-right: 0;
        height: 36px;
    }

    .main-nav-top .menu-image-title-after.menu-image-not-hovered.elementor-sub-item {
        display: block !important;
        background-position: 20px 12px !important;
        background-size: 21px !important;
        /* padding: 12px 15px 12px 45px;*/
        padding: 12px 15px;
        border: 0;
        background: transparent;
    }

    /* .main-nav-top .menu-image-title-after.menu-image-not-hovered.elementor-sub-item:hover {
            background-image: url('/wp-content/uploads/2023/01/arrow-pink-left.png');
            background-color: #F4F8FB;
            border-radius: 10px;
            background-repeat: no-repeat;
        }*/
    .main-nav-top .menu-image-title-after.menu-image-not-hovered.elementor-sub-item:hover {
        background: transparent !important;
    }

    .main-nav-top .menu-item-description {
        padding-top: 8px;
        color: #4E6583 !important;
    }

    .main-nav-top .menu-image-title-after.menu-image-title {
        font-weight: 800 !important;
        color: #050504 !important;
    }

    nav.elementor-nav-menu--dropdown a {
        color: #fff;
    }

    .main-nav-top .elementor-nav-menu--dropdown>li>ul.sub-menu {
        background: #fff;
    }

    .main-nav-top nav.elementor-nav-menu--dropdown ul.sub-menu {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 5px;
        border-radius: 0 0 20px 20px;
    }
}

.already_liked {
    text-align: center;
    margin-top: 25px !important;
}

.black_buttons_box .already_liked {
    color: #fff !important;
}

.main-nav-top nav.elementor-nav-menu--dropdown ul {
    overflow-y: auto !important;
}


/* Bpracti update 5-11-2023 */

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item {
    background-color: transparent !important;
}

.elementor-nav-menu--main>ul.elementor-nav-menu>li>ul.sub-menu>li>ul.sub-menu .elementor-sub-item:hover,
.elementor-nav-menu--main>ul.elementor-nav-menu>li>a.highlighted+ul.sub-menu>li>ul.sub-menu .elementor-sub-item:hover {
    background-color: #f4f8fb !important;
}

/* Bpracti Updates 5-22-2023 */

@media screen and (max-width: 767px) {
    .elementor-28669 .elementor-element.elementor-element-d43a980 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px 30px 50px 30px;
    }

}

#page-id-28669 .elementor-element-5c441e8,
.elementor-element-e4e1691,
.elementor-element-41817af,
.elementor-element-fb0d026,
.elementor-element-efe7f6c,
.elementor-element-84310b3,
.elementor-element-bb9c02e,
.elementor-element-5c441e8,
.elementor-element-54ddd2a,
.elementor-element-f13c4d8,
.elementor-element-07be11d,
.elementor-element-2e71abb,
.elementor-element-5b70b49,
.elementor-element-1a08330,
.elementor-element-5ae0701,
.elementor-element-abd382d,
.elementor-element-2bac71e,
.elementor-element-80e2643,
 .elementor-element-a1cf416{
    overflow: hidden !important;
}


.hero-sec {
    min-height: 100vh;
}

.opp-direction {
    min-height: 100vh;
}


/* header button styling on Sign Up Date 7-26-2023*/

#site-header .elementor-button{
    pointer-events: none;
}

.logged-in #site-header .elementor-button{
    pointer-events: auto;
}

.author-bio-section .tooltip {
    display: none;
}

.tutor-single-course-sidebar .tutor-course-details-instructors {
    display: none;
}

.tutor-card-footer .tutor-ul li:first-child {
    display: none !important;!i;!;
}

.tutor-course-topic-single-body .author-bio-section {
    display: none;
}

.single-courses .tutor-tab .author-bio-section {
    display: none;
}

.single-courses .tutor-course-details-actions {
    display: none;
}

.single-courses .tutor-meta.tutor-course-details-info {
    display: none;
}

@media (min-width: 1200px) {
	.tutor-course-topic-single-body .tutor-col-xl-8 {
		width: 100% !important;
	}
}