.page-id-5 {
    padding-top: 6rem !important;
}
/* Get help popup start */
#get-help-container {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    transition: .3s linear;
}
#get-help-container.hidden {
    opacity: 0;
    visibility: hidden;
}
#get-help-container .get-help-icon {
    background-color: #000;
    z-index: 9999;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 56px;
    height: 56px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
    transition: .3s linear;
}
#get-help-container .get-help-icon:hover {
    background-color: #252525;
}
#get-help-container .get-help-icon i {
    font-size: 24px;
}
#get-help-container .get-help-icon .icon-popup-close {
    color: #000;
}
#get-help-container .get-help-icon .icon-help {
    color: #EF5600;
}
#get-help-container .get-help-icon:not(.active) .icon-popup-close,
#get-help-container .get-help-icon.active .icon-help {
    display: none;
}
#get-help-container .get-help-popup {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: calc(8px + 100%);
    background-color: #fff;
    padding: 5px 0;
    right: 0;
    width: 156px;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.6);
    transition: .3s linear;
}
#get-help-container .get-help-popup a {
    cursor: pointer;
}
#get-help-container .get-help-icon.active+.get-help-popup {
    visibility: visible;
    opacity: 1;
}
#get-help-container .get-help-icon.active {
    background-color: #fff;
}
#get-help-container .get-help-popup a:first-child {
    border-bottom: 1px solid #BFBFBF;
}
#get-help-container .get-help-popup a {
    color: #000000;
    padding: 8px 12px 8px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 16px;
}
#get-help-container .get-help-popup i {
    padding-right: 3px;
    color: #808080;
    font-size: 16px;
}
/* Help popup */
#get-help-container .contact-us-popup {
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 304px;
    background-color: #fff;
    color: #000;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.6);
    transition: .3s linear;
}
#get-help-container .contact-us-popup .loader {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
    background: rgba(10, 10, 10, 0.8);
    z-index: 9;
    border-radius: 8px;
}
#get-help-container .contact-us-popup .loader img {
    animation: rotation 2s infinite linear;
}
#get-help-container .contact-us-popup.loading .loader {
    visibility: visible;
    opacity: 1;
}
#get-help-container .contact-us-popup.active {
    opacity: 1;
    visibility: visible;
}
#get-help-container .contact-us-popup *:not(a) {
    color: #000;
}
#get-help-container .contact-us-popup .top i {
    color: #808080;
    font-size: 24px;
    cursor: pointer;
}
#get-help-container .contact-us-popup .top i:before {
    margin: 0;
}
#get-help-container .contact-us-popup .top {
    justify-content: space-between;
    margin-bottom: 24px;
}
#get-help-container .contact-us-popup .top>*:first-child {
    font-size: 20px;
    line-height: 24px;
}
#get-help-container .contact-us-popup .ax_profile_info__inp-wrapper {
    padding-left: 24px;
    padding-right: 24px;
}
#get-help-container .contact-us-popup .ax_profile_info__inp-wrapper span {
    left: 24px;
}
#get-help-container .contact-us-popup .ax_profile_info__inp {
    margin-top: 6px;
}
#get-help-container .contact-us-popup .middle h4,
#get-help-container .contact-us-popup .middle h5,
#get-help-container .contact-us-popup .middle h6 {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 16px;
}
#get-help-container .contact-us-popup .middle {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #BFBFBF;
}
#get-help-container .contact-us-popup .middle>div,
#get-help-container .contact-us-popup .middle>p {
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #404040;
}
#get-help-container .contact-us-popup .middle>p:last-child,
#get-help-container .contact-us-popup .middle>div:last-child {
    margin-bottom: 0;
}
#get-help-container .contact-us-popup .middle a {
    color: #EF5600;
    text-decoration: underline;
}
#get-help-container .contact-us-popup .bottom .ax_profile_info__inp-wrapper {
    border: 1px solid #808080;
}
#get-help-container .contact-us-popup .bottom .ax_profile_info__inp-wrapper::before {
    border: 0;
}
#get-help-container .contact-us-popup .ax_profile_info__inp-wrapper.ax_profile_info__inp-wrapper-descr {
    border-radius: 32px;
    max-height: 160px;
    height: 160px;
    margin-top: 8px;
}
#get-help-container .contact-us-popup .ax_profile_info__inp {
    overflow: auto;
}
#get-help-container .contact-us-popup .ax_profile_info__inp::-webkit-scrollbar {
    width: 2px;
}
#get-help-container .contact-us-popup .ax_profile_info__inp::-webkit-scrollbar-track {
    background: transparent;
}
#get-help-container .contact-us-popup .ax_profile_info__inp::-webkit-scrollbar-thumb {
    background: #ef5600;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#get-help-container .contact-us-popup .ax_profile_info__inp::-webkit-scrollbar-thumb:hover {
    opacity: 0.6;
}
#get-help-container .contact-us-popup button {
    padding: 16px 24px 16px 16px;
    border-radius: 24px;
    background: #EF5600;
    margin-top: 8px;
    transition: .3s linear;
}
#get-help-container .contact-us-popup.sent button {
    padding: 16px 24px;
}
#get-help-container .contact-us-popup button:hover {
    background-color: #FD2348;
}
#get-help-container .contact-us-popup button:disabled i {
    color: #404040;
}
#get-help-container .contact-us-popup button:disabled {
    background: rgba(0, 0, 0, 0.38);
    color: #404040;
}
#get-help-container .contact-us-popup .bottom label .ax_profile_info__inp-label {
    color: #808080;
}
#get-help-container .contact-us-popup button i {
    margin-right: 3px;
}
#get-help-container .contact-us-popup.sent>*:not(.send-button, .middle) {
    display: none;
}
#get-help-container .contact-us-popup.sent .icon-popup-close {
    display: none;
}
/* Get help popup end */
/*Mobile menu*/
.mobMenuBtn {
    display: none;
    font-size: 28px;
    position: relative;
    top: 2px;
}
.mobile_menu {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    z-index: 999;
    -webkit-transition: height .5s ease-out;
    -ms-transition: height .5s ease-out;
    transition: height .3s ease-out;
}
.mobile_menu_bg {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.mobile_menu .menuBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 6.8rem;
    margin-top: 56px;
    z-index: -1;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.mobile_menu .menu {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    text-align: center;
    overflow-y: auto;
    max-height: 100%;
    min-width: 275px;
    width: 100%;
    padding: 32px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
}
.mobile_menu .menu li {
    margin-top: 0;
    line-height: 12px;
}
.mobile_menu .menu li::marker {
    content: '';
    font-size: 0px;
}
.mobile_menu .menu>li+li {
    margin-top: 24px;
}
.mobile_menu .menu .d-none {
    display: block !important;
}
.mobile_menu .menu .sub-menu {
    padding-left: 16px;
    max-width: 220px;
}
.mobile_menu .icon-cancel-1 {
    cursor: pointer;
    font-size: 23px;
    position: relative;
    top: 1px;
}
.mobile_menu .icon-cancel-1:before {
    content: '\e5cd';
    font-family: "material icons";
    font-size: 28px;
    margin: 0;
}
.mobile_menu .menu li a {
    display: inline-block;
    position: relative;
}
.mobile_menu .menu .sub-menu li {
    margin-top: 16px;
}
.mobile_menu .menu .sub-menu a {
    padding: 0;
}
.mobile_menu .menu li a,
.mobile_menu .icon-cancel-1 {
    color: #000000;
}
.mobile_menu .menu li a:hover,
.mobile_menu .icon-cancel-1:hover {
    color: rgba(0, 0, 0, 0.6);
}
.mobile_menu .menu>li>a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 12px;
}
.mobile_menu .menu>li>a:hover {
    color: #000000;
}
.mobile_menu .menu>li>.button-block>a:hover {
    color: #FFFFFF;
}
.show-mobile-menu .mobile_menu {
    height: 100%;
    -webkit-transition: height .3s ease-out;
    -ms-transition: height .3s ease-out;
    transition: height .3s ease-out;
}
.show-mobile-menu .mobile_menu_bg {
    opacity: 1;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile_menu .btn_block {
    margin-top: 40px;
}
.mobile_menu .btn_block>div+div {
    margin-top: 24px;
}
.mobile_menu .btn_block a {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}
.mobile_menu .monMenuContent {
    padding: 12.5px 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.mobile_menu a.sc_btn_default_border {
    margin-top: 0;
}
.mobile_menu .button-block a {
    font-size: 10px;
    line-height: 12px;
}
/* Header */
header.sc_header {
    line-height: normal;
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
.sc_header .menu {
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sc_header .menu-items {
    padding: 0;
}
.sc_header .menu li {
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 12px;
    padding: 0 15px;
}
.sc_header {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.sc_header .container-fluid .row {
    min-height: 56px;
}
.sc_header a.sc_btn_default_border {
    margin-top: 0;
}
/* Footer */
.sc_footer {
    background-color: #000000;
    padding: 17px 0;
}
.sc_footer .menu li {
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 12px;
    padding: 0 20px;
}
.sc_footer .menu li a {
    color: #BFBFBF;
}
.sc_footer .menu li a:hover {
    color: #FFFFFF;
}
.sc_footer .menu {
    padding: 0;
    margin: 0 -20px;
}
.sc_footer .content-block>* {
    margin: 0;
}
.sc_footer .content-block br {
    display: none;
}
.menu_sidebar ul {
    list-style: none;
}
.my_account_sidebar {
    box-shadow: 2px 2px 4px 2px #ccc;
}
.mydashboard_inner_connent h2 {
    padding: 0px;
    margin: 0px !important;
}
.edit_p {
    display: none;
}
.p_error {
    color: red;
}
.review_tab ul {
    display: flex;
    list-style: none;
}
.dropdown-menu.dropdown-menu-mini-cart {
    display: block;
    position: relative;
}
.page .preloader-global,
.single .preloader-global {
    position: fixed;
    width: 100%;
    background: rgba(10, 10, 10, 0.6784313725);
    max-height: 100%;
    height: calc(100% - 72px);
    z-index: 150;
    justify-content: center;
    align-items: center;
    cursor: progress;
}
.preloader-enroll-popup {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
    justify-content: center;
    z-index: 150;
    background: rgba(10, 10, 10, 0.6784313725);
}
.preloader-enroll-popup.active {
    visibility: visible;
    opacity: 1;
}
.single-meeting .preloader-global {
    height: 100%;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.page .preloader-global img,
.single .preloader-global img,
.preloader-enroll-popup img {
    animation: rotation 2s infinite linear;
}
/* Kate thank-you-page */
.thank-you-page .container-default {
    position: relative;
    min-height: calc(100vh - 163px);
}
.thank-you-page {
    background-position-x: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 27px 4.4rem;
    position: relative;
    overflow: hidden;
}
.thank-you-page-content {
    margin-top: 5.8rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.thank-you-page-content h4 {
    margin-bottom: 16px;
}
.thank-tou-page-btn {
    padding: 16px 24px;
    background-color: #EF5600;
    color: #000000;
    border-radius: 24px;
    width: 100%;
    max-width: max-content;
    transition: all 0.3s ease;
}
.thank-tou-page-btn p {
    margin: 0;
}
.thank-tou-page-btn a {
    color: #000000;
    font-weight: 700;
}
.thank-tou-page-btn:hover,
.thank-tou-page-btn:active,
.thank-tou-page-btn:focus {
    cursor: pointer;
    background: #FD2348;
}
/* Borders */
body.page-template-page-thank-you-payment .cross-left-top,
.default-page-content .cross-left-top {
    position: absolute;
    background-image: url(../images/img-cross.svg);
    background-position: center center;
    background-repeat: repeat no-repeat;
    background-size: 12px;
    width: 12px;
    margin: 0 auto;
    left: 7px;
    top: 16px;
    height: 12px;
}
body.page-template-page-thank-you-payment .cross-left-bottom,
.default-page-content .cross-left-bottom {
    position: absolute;
    background-image: url(../images/img-cross.svg);
    background-position: center center;
    background-repeat: repeat no-repeat;
    background-size: 12px;
    width: 12px;
    margin: 0 auto;
    left: 7px;
    bottom: 0;
    height: 12px;
}
body.page-template-page-thank-you-payment .cross-right-top,
.default-page-content .cross-right-top {
    position: absolute;
    background-image: url(../images/img-cross.svg);
    background-position: center center;
    background-repeat: repeat no-repeat;
    background-size: 12px;
    width: 12px;
    margin: 0 auto;
    right: 7px;
    top: 16px;
    height: 12px;
}
body.page-template-page-thank-you-payment .cross-right-bottom,
.default-page-content .cross-right-bottom {
    position: absolute;
    background-image: url(../images/img-cross.svg);
    background-position: center center;
    background-repeat: repeat no-repeat;
    background-size: 12px;
    width: 12px;
    margin: 0 auto;
    right: 7px;
    bottom: 0;
    height: 12px;
}
body.page-template-page-thank-you-payment .line-left,
.default-page-content .line-left {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    width: 1px;
    margin: 0 auto;
    left: 12px;
    top: 34px;
    height: calc(100% - 50px);
}
body.page-template-page-thank-you-payment .line-right,
.default-page-content .line-right {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    width: 1px;
    margin: 0 auto;
    right: 12px;
    top: 34px;
    height: calc(100% - 50px);
}
body.page-template-page-thank-you-payment .line-top,
.default-page-content .line-top {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 1px;
    margin: 0 auto;
    left: 25px;
    right: 25px;
    top: 22px;
    width: -webkit-fill-available;
}
body.page-template-page-thank-you-payment .line-bottom,
.default-page-content .line-bottom {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 1px;
    margin: 0 auto;
    left: 25px;
    right: 25px;
    bottom: 5px;
    width: -webkit-fill-available;
}
body.page-template-page-thank-you-payment .outer-line-top-left-h,
.default-page-content .outer-line-top-left-h {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 1px;
    margin-left: calc(-100% + 2px);
    top: 23px;
    left: 0;
    width: 100%;
}
body.page-template-page-thank-you-payment .outer-line-top-right-h,
.default-page-content .outer-line-top-right-h {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 1px;
    margin-right: calc(-100% + 2px);
    top: 23px;
    right: 0;
    width: 100%;
}
body.page-template-page-thank-you-payment .outer-line-bottom-right-h,
.default-page-content .outer-line-bottom-right-h {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 1px;
    margin-right: calc(-100% + 2px);
    bottom: 5px;
    right: 0;
    width: 100%;
}
body.page-template-page-thank-you-payment .outer-line-bottom-left-h,
.default-page-content .outer-line-bottom-left-h {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 1px;
    margin-left: calc(-100% + 2px);
    bottom: 5px;
    left: 0;
    width: 100%;
}
body.page-template-page-thank-you-payment .outer-line-top-left-v,
.default-page-content .outer-line-top-left-v {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 150px;
    margin-top: -138px;
    top: 0;
    left: 12px;
    width: 1px;
}
body.page-template-page-thank-you-payment .outer-line-top-right-v,
.default-page-content .outer-line-top-right-v {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 150px;
    margin-top: -138px;
    top: 0;
    right: 12px;
    width: 1px;
}
body.page-template-page-thank-you-payment .outer-line-bottom-right-v,
.default-page-content .outer-line-bottom-right-v {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 85px;
    margin-bottom: -90px;
    bottom: 0;
    right: 12px;
    width: 1px;
}
body.page-template-page-thank-you-payment .outer-line-bottom-left-v,
.default-page-content .outer-line-bottom-left-v {
    position: absolute;
    background-color: #FFFFFF;
    background-position: center center;
    opacity: 0.25;
    height: 85px;
    margin-bottom: -90px;
    bottom: 0;
    left: 12px;
    width: 1px;
}
.default-page-content {
    font-weight: 400;
    padding: 72px 25px 4.4rem;
    position: relative;
    overflow: hidden;
}
.default-content {
    margin-top: 3.8rem;
}
.default-content tbody,
.default-content td,
.default-content th,
.default-content tr {
    border: 1px solid #ffffff;
    border-collapse: collapse;
}
.default-content td {
    padding: 8px;
    vertical-align: top;
}
.default-content a {
    text-decoration: underline;
}
.default-content figure {
    overflow: auto;
}
.default-content p {
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Blog page */
.blog-page.single-post h1 {
    font-size: 20px;
    line-height: 24px;
}
.blog-page.single-post h2 {
    font-size: 20px;
    line-height: 24px;
}
.blog-page.single-post h3 {
    font-size: 19px;
    line-height: 23px;
}
.blog-page.single-post h4 {
    font-size: 18px;
    line-height: 22px;
}
.blog-page.single-post h5 {
    font-size: 17px;
    line-height: 21px;
}
.blog-page.single-post h6 {
    font-size: 16px;
    line-height: 20px;
}
.default-page-content.blog-page .default-content {
    min-height: calc(100vh - 144px);
    overflow: auto;
}
.default-page-content.blog-page {
    padding: 7px 25px 9px;
}
.default-page-content.blog-page.single-post {
    padding: 25px 25px 9px;
}
.default-page-content.search-page {
    padding-bottom: 9px;
    padding-top: 80px;
}
.blog-page .outer-line-bottom-right-v+div.row,
body .search-page .outer-line-bottom-right-v+div.row {
    padding: 23px 13px 7px;
}
img.bg-image,
body .search-page img.bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-gray {
    background: #191919;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.default-page-content.blog-page .default-content,
body .search-page .default-content {
    margin-top: 0 !important;
}
.default-content .categories-container .content-header {
    padding: 32px 24px 0 24px;
}
.default-page-content.blog-page.single-post .categories-container .content-header {
    padding: 0;
    height: 100%;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.blog-page .right-section .form-field,
body .search-page .right-section .form-field {
    max-width: 100%;
    color: #FFFFFF;
    margin-top: 0;
    z-index: 99;
}
.blog-page .search-area .form-field.with-icon input,
body .search-page .search-area .form-field.with-icon input {
    padding: 23px 12px 7px 40px;
    color: #FFFFFF;
    border: 1px solid #808080;
    box-shadow: inset 0 0 0 2px transparent;
    outline: none;
    transition: all 0.5s;
}
.blog-page .search-area .form-field label,
body .search-page .search-area .form-field label {
    left: 40px;
}
.blog-page .search-area .icon-search::before,
body .search-page .search-area .icon-search::before {
    display: none;
}
.blog-page .search-area .form-field.with-icon i,
body .search-page .search-area .form-field.with-icon i {
    left: -100px;
    cursor: default;
    font-size: 19px;
    position: absolute;
    top: 32%;
    color: #808080;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-page .search-area .form-field.with-icon i.icon-cancel,
body .search-page .search-area .form-field.with-icon i.icon-cancel {
    cursor: pointer;
    display: none;
    font-size: 16px;
    right: 5px;
    top: 1px;
    padding: 13px;
    left: auto;
}
body .search-page .content-main {
    height: 100%;
    max-height: calc(100% - 66px);
    overflow: auto;
}
.blog-page .primary-categories,
body .search-page .primary-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
    margin: 80px 0 0;
    align-items: center;
    margin-top: 24px;
    margin-left: 0;
}
.blog-page .posts-container .primary-categories .category-block,
.blog-page.single-post .content-main .primary-categories .category-block,
body .search-page .posts-container .primary-categories .category-block,
body .search-page .content-main .primary-categories .category-block {
    flex-basis: 100%;
    padding: 16px 24px 16px 16px;
    margin-bottom: 16px;
    background-color: #252525;
    height: auto;
    transition: .3s linear;
    width: calc(33.33% - 17px);
}
.blog-page .posts-container .primary-categories .category-block,
body .search-page .posts-container .primary-categories .category-block {
    width: 100%;
    max-width: 100%;
}
.blog-page .scroll>*,
body .search-page .scroll>* {
    max-width: 712px;
}
.blog-page .posts-container .post-content,
.blog-page.single-post .content-main .post-content,
body .search-page .posts-container .post-content,
body .search-page .content-main .post-content {
    width: calc(100% - 30px);
    white-space: normal;
    display: flex;
}
.blog-page .posts-container .post-content img,
.blog-page.single-post .content-main .post-content img,
body .search-page .posts-container .post-content img,
body .search-page .content-main .post-content img {
    width: 120px;
    height: 120px;
    margin-right: 16px;
}
.blog-page .posts-container .post-content .post-content-text,
.blog-page.single-post .content-main .post-content .post-content-text,
body .search-page .posts-container .post-content .post-content-text,
body .search-page .content-main .post-content .post-content-text {
    max-width: 400px;
}
.blog-page .posts-container .primary-categories .category-block:hover,
.blog-page.single-post .content-main .primary-categories a.category-block:hover,
body .search-page .posts-container .primary-categories .category-block:hover {
    background-color: #EF5600;
}
.blog-page .posts-container .primary-categories .category-block:hover .post-content-text p:first-child,
.blog-page.single-post .content-main .primary-categories a.category-block:hover .post-content-text p:first-child,
body .search-page .posts-container .primary-categories .category-block:hover .post-content-text p:first-child {
    color: #ffffff;
}
.blog-page .posts-container .primary-categories .category-block:hover .category-arrow-link,
.blog-page.single-post .primary-categories .category-block:hover .category-arrow-link,
body .search-page .posts-container .primary-categories .category-block:hover .category-arrow-link,
body .search-page .primary-categories .category-block:hover .category-arrow-link {
    color: #FFFFFF;
    right: 18px;
}
.blog-page .posts-container .primary-categories .category-block:hover .category-content h6::before,
.blog-page.single-post .primary-categories .category-block:hover .category-content h6::before,
body .search-page .posts-container .primary-categories .category-block:hover .category-content h6::before,
body .search-page .primary-categories .category-block:hover .category-content h6::before {
    background-color: #FFFFFF;
}
.blog-page .posts-container .primary-categories .category-block h6,
.blog-page.single-post .primary-categories .category-block h6,
body .search-page .posts-container .primary-categories .category-block h6,
body .search-page .primary-categories .category-block h6 {
    padding-left: 0;
    margin: 4px 0;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category-block .post-content-text div:first-of-type {
    padding-left: 0;
    margin: 4px 0;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.blog-page .posts-container .post-excerpt,
.blog-page.single-post .post-excerpt,
body .search-page .posts-container .post-excerpt,
body .search-page .post-excerpt {
    font-size: 0.6rem;
    line-height: 0.7rem;
    max-height: 28px;
    overflow: hidden;
}
.default-page-content.blog-page .posts-container .post-excerpt p,
.blog-page.single-post .primary-categories .post-excerpt p,
body .search-page .primary-categories .post-content .post-content-text .post-excerpt>p:first-child {
    margin-bottom: 0;
    padding-right: 3px;
    color: #bfbfbf;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-page .post-content-text p:first-child,
body .search-page .primary-categories .post-content .post-content-text p:first-child {
    color: #EF5600;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s;
}
.blog-page .primary-categories .category-arrow-link,
body .search-page .primary-categories .category-arrow-link {
    position: absolute;
    top: calc(50% - 10px);
    right: 28px;
    bottom: 28px;
    font-size: 24px !important;
    transition: .3s linear;
    font-weight: 400;
    color: #808080;
}
.blog-page .search-result,
body .search-page .search-result {
    position: absolute;
    margin-top: 8px;
    background-color: #000000;
    padding: 8px 0px 16px 0px;
    border: 0.5px solid #FFF;
    border-radius: 8px;
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    z-index: 99;
}
.blog-page .active,
body .search-page .active {
    visibility: visible;
    opacity: 1;
}
.blog-page .search-result .post,
body .search-page .search-result .post {
    padding: 12px 32px 12px 16px;
    border-bottom: 1px solid #404040;
    cursor: pointer;
    text-align-last: left;
    text-decoration: none;
    transition: all .3s linear;
    max-height: 56px;
    overflow: hidden;
}
.blog-page .search-result h6,
body .search-page .search-result h6 {
    margin-bottom: 0;
    font-size: .6rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.blog-page .search-result .post *,
body .search-page .search-result .post * {
    transition: all .3s linear;
}
.blog-page .posts-container .post-excerpt,
body .search-page .posts-container .post-excerpt {
    font-size: 0.6rem;
    line-height: 0.7rem;
}
.blog-page .search-area .search-result .posts i,
body .search-page .search-area .search-result .posts i {
    right: 16px;
    bottom: 28px;
    left: auto;
    font-size: 16px !important;
    color: #808080;
}
.blog-page .search-result button[type="submit"],
body .search-page .search-result button[type="submit"] {
    padding: 7px 15px;
    left: calc(50% - 148px/2);
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    background: transparent;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
    transition: .3s linear;
}
.blog-page .search-result button[type="submit"]:hover,
body .search-page .search-result button[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #000000;
}
.blog-page .search-result a.post:hover,
body .search-page .search-result a.post:hover {
    transition: all .3s linear;
    background-color: #FFFFFF;
}
.blog-page .search-result a.post:hover *,
body .search-page .search-result a.post:hover * {
    color: #000000 !important;
}
.blog-page .search-result a.post:hover i,
body .search-page .search-result a.post:hover i {
    right: 20px;
}
.blog-page .search-result .not-found,
body .search-page .search-result .not-found {
    max-width: 225px;
    text-align: center;
    margin: 67px auto 59px auto;
}
.blog-page .search-result .not-found img,
body .search-page .search-result .not-found img {
    margin-bottom: 32px;
}
.blog-page .search-result .not-found p,
body .search-page .search-result .not-found p {
    font-size: 12px;
    line-height: 14px;
}
body .search-page .default-content {
    min-height: calc(100vh - 146px);
    overflow: auto;
    max-height: calc(100vh - 146px);
}
body .search-page.search-cat .default-content {
    min-height: calc(100vh - 144px);
    max-height: calc(100vh - 144px);
}
body .search-page #breadcrumbs {
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-bottom: 5px;
}
body .search-page #breadcrumbs a {
    color: #EF5600;
    text-decoration: none;
    transition: all 0.3s;
}
body .search-page #breadcrumbs .breadcrumb_last {
    color: #808080;
    text-transform: capitalize;
}
body .search-page.search-no-results .default-content .not-found.no-results {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 224px;
}
body .search-page .default-content .not-found>img {
    margin-bottom: 32px;
}
.search.search-no-results .not-found.no-results p {
    font-size: 12px;
    line-height: 14px;
}
body .search-page-no-results .primary-categories {
    width: 760px;
    position: relative;
    height: calc(100vh - 300px);
}
/* Single post */
.default-page-content.blog-page.single-post {
    margin-top: 56px;
}
.default-page-content.blog-page.single-post .default-content {
    max-height: calc(100vh - 146px);
    min-height: calc(100vh - 146px);
    overflow: auto;
}
.blog-page.single-post .left-section {
    overflow: auto;
    width: calc(100% - 300px);
    padding: 32px 24px 0px 24px;
    margin-right: 0;
}
.blog-page.single-post .all-page-content {
    height: 100%;
    max-height: calc(100vh - 148px);
    overflow: auto;
}
.blog-page.single-post .content-main {
    height: calc(100% - 179px);
    overflow: auto;
    margin-top: 2rem;
    padding: 0;
}
.blog-page.single-post .content-main a {
    color: #EF5600;
    transition: all 0.3s ease;
    text-decoration: underline;
}
.blog-page.single-post .content-main h2,
.blog-page.single-post .content-main h3,
.blog-page.single-post .content-main h4,
.blog-page.single-post .content-main h5,
.blog-page.single-post .content-main h6 {
    margin: 24px 0;
}
.blog-page.single-post .content-main ul {
    margin-bottom: 16px;
    padding-left: 1rem;
}
.blog-page.single-post .left-section>a {
    font-size: 12px;
    line-height: 14px;
    color: #EF5600;
    text-decoration: none;
    transition: all 0.3s;
}
.blog-page.single-post .left-section>a:first-child:before {
    content: '\e801';
    font-family: 'Fontello';
    /*vertical-align: middle;*/
    margin-right: 4px;
}
.blog-page.single-post .left-section .info a::before {
    display: none;
}
.blog-page.single-post .left-section .info a {
    transition: all 0.3s;
}
.blog-page.single-post .left-section a:hover,
.blog-page.single-post .content-main a:hover {
    color: #ffffff;
}
.blog-page.single-post .left-section .info a:hover {
    color: #EF5600;
}
.blog-page.single-post .left-section>a+* {
    margin-top: 5px !important;
}
.blog-page.single-post .left-section .info {
    font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
    border-bottom: 1px solid var(--Gray-4, #404040);
    padding-bottom: 16px;
}
.blog-page.single-post .left-section .info>* {
    margin-right: 8px;
    margin-bottom: 0;
}
.blog-page.single-post .left-section blockquote {
    border: none;
    padding: 0;
}
.blog-page.single-post .left-section blockquote::before {
    display: none;
}
.blog-page.single-post .left-section blockquote p {
    border-left: 4px solid #EF5600;
    padding-left: 2rem;
    font-style: italic;
}
.blog-page.single-post .left-section blockquote cite {
    display: flex;
    justify-content: end;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
}
.blog-page.single-post .primary-categories {
    margin-top: 2rem;
}
.blog-page.single-post .posts {
    margin-top: 3.2rem;
}
.blog-page.single-post .search-result .posts {
    margin-top: 0;
}
.h-100 {
    height: 100% !important;
}
.blog-page.single-post .left-section .info>p:first-child {
    color: #BFBFBF;
}
.blog-page.single-post .left-section .info>a {
    color: #EF5600;
    text-decoration: none;
}
.blog-page.single-post .left-section .info>a:hover {
    color: #ffffff;
}
.blog-page.single-post .left-section .info>a span {
    margin: 0 4px 0 0;
}
.blog-page.single-post .left-section .info>a span::before {
    margin: 0;
}
.blog-page.single-post .content-main.posts-container .previous-posts>*:first-child {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.blog-page.single-post .content-main.posts-container .previous-posts {
    margin-top: 64px;
}
/* Header start */
.hse-header.hse-header-blog .back-to-hse>a {
    line-height: 16px;
    color: #808080;
    transition: all 0.3s;
}
.hse-header.hse-header-blog .back-to-hse>a:hover {
    color: #FFFFFF;
}
/* Scroll */
.mine-first-overflow::-webkit-scrollbar {
    width: 2px;
}
.mine-first-overflow::-webkit-scrollbar-track {
    background: transparent;
}
.mine-first-overflow::-webkit-scrollbar-thumb {
    background: #ef5600;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mine-first-overflow::-webkit-scrollbar-thumb:hover {
    opacity: 0.6;
}
.mine-first-overflow {
    overflow: auto;
}
.blog-page .sidebar-btn svg,
.search-page .sidebar-btn svg {
    width: 32px;
    position: static;
}
@media (max-width: 1023px) {
    .page .preloader-global,
    .single .preloader-global {
        height: calc(100vh - 68px);
        height: calc(100svh - 68px);
    }
}
/* New design */
.blog-page .content-main {
    padding: 32px 24px 0;
    overflow: auto;
    width: calc(100% - 300px);
    max-height: calc(100vh - 156px);
    overflow: auto;
}
.content-main .content-main-header {
    border-bottom: 1px solid #404040;
}
.all-posts .default-content .categories-container,
body .search-page .default-content .categories-container,
.blog-page.single-post .categories-container .right-section {
    width: 300px;
    background: #000;
}
.blog-page .primary-categories {
    max-height: calc(100% - 42px - 24px);
    overflow: auto;
    padding-right: 4px;
    margin-right: -4px;
}
.blog-page.single-post .primary-categories {
    max-height: max-content;
}
.categories-container .search-area {
    width: 100%;
}
.categories-header {
    margin-bottom: 16px;
}
.blog-page.single-post .categories-container .categories-header {
    margin: 0;
    padding: 32px 24px 16px 24px;
}
.categories-list .child-categories>a,
.post-categories span.category,
.blog-page.single-post .post-categories span.category {
    display: inline-block;
    background-color: #252525;
    color: #BFBFBF;
    border-radius: 24px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.post-categories span.category,
.blog-page.single-post .previous-posts .post-categories span.category {
    background-color: #191919;
}
.categories-list .child-categories>a.active {
    background-color: #FD2348;
    color: #fff;
}
.categories-list .child-categories>a:hover {
    background-color: #404040;
    color: #fff;
}
.categories-list .child-categories>a.active:hover {
    background-color: #EF5600;
    color: #fff;
}
.categories-list .child-categories {
    gap: 4px;
}
.categories-list {
    max-height: calc(100% - 32px - 50px - 28px - 32px);
    overflow: auto;
    margin-top: 16px;
}
.overlay:not(.gcal-overlay, .outlook-overlay),
.overlay-sidebar-blog {
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    left: 0;
}
.overlay.active,
.overlay-sidebar-blog.active {
    display: block;
    z-index: 96;
}
.blog-page.single-post .overlay,
.blog-page.single-post .overlay-sidebar-blog {
    top: 0;
}
.post-content-right,
.blog-page.single-post .previous-posts .post-content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-categories,
.blog-page.single-post .previous-posts .post-categories {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.blog-page.single-post .post-categories {
    position: static;
    margin-top: 4px;
}
.categories-list-title {
    margin-top: 24px;
}
.categories-list-title>* {
    color: #808080;
}
/* Border middle */
.blog-page .border-line.outer-top-middle,
.blog-page .border-line.outer-bottom-middle,
.search-page .border-line.outer-top-middle,
.search-page .border-line.outer-bottom-middle {
    right: 312.5px;
    left: inherit;
}
.blog-page .cross-top-middle,
.search-page .cross-top-middle {
    top: 16.5px;
    right: 307.5px;
}
.blog-page .cross-bottom-middle,
.search-page .cross-bottom-middle {
    bottom: 1px;
    right: 307.5px;
}
.blog-page .border-line.line-middle,
.search-page .border-line.line-middle {
    width: 1px;
    height: calc(100% - 54px);
    right: 312.5px;
    top: 35px;
    bottom: 12px;
}
.blog-page .border-line.outer-top-middle,
.search-page .border-line.outer-top-middle {
    top: -103px;
}
.blog-page .border-line.outer-bottom-middle,
.search-page .border-line.outer-bottom-middle {
    bottom: -9px;
}
.default-page-content .line-top.top-left,
.default-page-content .line-bottom.line-left,
.search-page .line-top.top-left,
.search-page .line-bottom.line-left {
    right: 325px;
}
.default-page-content .line-top.top-right,
.default-page-content .line-bottom.line-right,
.search-page .line-top.top-right,
.search-page .line-bottom.line-right {
    left: calc(100% - 300px);
}
.default-page-content .line-bottom.line-left,
.default-page-content .line-bottom.line-right,
.search-page.line-bottom.line-left,
.search-page .line-bottom.line-right {
    top: auto;
    bottom: 7px;
}
body .search-page .left-side {
    padding: 32px 24px 0px 24px;
    width: calc(100% - 300px);
}
body .search-page .results-header {
    border-bottom: 1px solid #404040;
    padding-bottom: 16px;
}
.blog-page.single-post .categories-container .categories-content {
    padding: 0px 24px;
    height: calc(100% - 72px);
}
.blog-page.single-post .categories-list {
    max-height: calc(100% - 32px - 50px - 28px);
}
.blog-page.single-post .content-main {
    width: 712px;
    max-width: calc(100% - 140px);
    padding-right: 8px;
    margin-right: -8px;
}
.categories-container .hide-mobile i.cancel-popup {
    display: none;
}
.categories-header .category-title {
    font-size: 20px;
    line-height: 24px;
}
.categories-container .show-mobile {
    display: none;
}
.show-right-bar .form-field label {
    font-size: 14px;
    line-height: 16px;
    top: 16px;
}
.show-right-bar .form-field input:focus~label {
    top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.default-content .content-header .category-title {
    font-size: 1rem;
    line-height: 1.2rem;
}
body.tutors-page .video-popup-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    display: flex;
    transition: .3s linear;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.video-popup-overlay .popup-container {
    max-width: 1200px;
    padding: 50px 55px;
    background-color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: none;
}
.video-popup-overlay .video-container {
    position: relative;
    top: 20px;
    height: calc(100% - 100px);
    max-height: 620px;
    z-index: 99;
}
@media (max-width: 767px) {
    .category-block .post-content-text div:first-of-type {
        font-size: 14px;
        line-height: 16px;
    }
    .video-popup-overlay .popup-container {
        padding: 50px 24px;
    }
    .blog-page.single-post .content-main.posts-container .previous-posts>*:first-child {
        font-size: 20px;
        line-height: 24px;
    }
}