:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --blue: #4fb3cd;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --orange: #ff7b1d;
    --grey: #ecedf3;
    --green: #1f6d68;
}
.col-dark-green {
    color: var(--green);
}
@font-face {
    font-family: Poppins-regular;
    src: url(../fonts/poppins/poppins-regular.ttf);
}
@font-face {
    font-family: Poppins-regular, sans-serif;
    src: url(../fonts/poppins/poppins-black.ttf);
}
@font-face {
    font-family: Poppins-bold, sans-serif;
    src: url(../fonts/poppinspoppins-bold.ttf);
}
@font-face {
    font-family: Poppins-extraBold, sans-serif;
    src: url(../fonts/poppins/poppins-extraBold.ttf);
}
@font-face {
    font-family: Poppins-extraLight, sans-serif;
    src: url(../fonts/poppins/poppins-extraLight.ttf);
}
@font-face {
    font-family: Poppins-medium, sans-serif;
    src: url(../fonts/poppins/poppins-medium.ttf);
}
@font-face {
    font-family: Poppins-semiBold, sans-serif;
    src: url(../fonts/poppins/poppins-semiBold.ttf);
}
/* @font-face {
    font-family:Poppins-regular;
    src: url(../fonts/PlayfairBold.TTF);
} */
body {
    font-size: 0.9375rem;
}
body,
span,
p,
a {
    font-family: Poppins-regular, sans-serif;
}
p {
    font-size: 14px;
}
span.req {
    color: #f44336;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}

.management_action_link a,
.management_action_link a:hover,
management_action_link a:focus {
    color: blue;
    text-decoration: underline !important;
}

.hide_element {
    display: none !important;
}
.show_element {
    display: block !important;
}
.hide {
    display: none;
}
.show {
    display: block;
}
section {
    padding: 0;
}
/* Heading Font */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins-regular, sans-serif;
}
.form-error,
.input-error {
    color: red;
}

.input-error {
    border-color: red !important;
}
.form-control.error {
    border-color: red !important;
}
.select2-selection.select2-selection--single.error {
    border-color: red !important;
}
.dynamicPracticingDetail label.error {
    color: red !important;
}
.home_page {
    z-index: 99;
    position: relative;
}
.pattern-wrap.triangle-left-right {
    /* background-image:
                    url('../images/tree_left.png') ,
                    url('../images/tree_right.png');
    background-position: left , right;
    background-size: 12%; */
    background-image: url("../images/home_main_banner_5.png");
    /* background-position: left; */
    width: 100%;
    min-height: 940px;
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: contain;
}

.section-padding {
    padding: 60px 0;
}
.our_freature_section {
    /* background-color: #fff; */
}
.home_page .our_freature_section .our_feature_content_div {
    display: flex;
    flex-flow: row;
    padding: 20px 10px;
    /* background-color: #fff; */
    /* border-bottom-left-radius: 35px; */
    /* border-top-right-radius: 35px; */
    /* color: #000; */
    /* margin: 0 auto; */
    /* display: block; */
    text-align: left;
    position: relative;
    background-color: #f9f7ff;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%); */
    /* -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%); */
    flex-direction: inherit;
    /* align-items: center; */
    /* padding: 1.5rem 1rem; */
    /* margin-bottom: 30px; */
    transition: all ease 0.4s;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px grey;
}
.home_page .our_feature_content_div .detail {
    text-align: center;
    /* width: 70%;
    flex: 0 0 70%;*/
}
.home_page .our_feature_content_div .icon_div {
    /*  width: 30%;
    flex: 0 0 30%;*/
}
.pattern-wrap.triangle-left-right .heading_content .title {
    font-size: 54px;
    line-height: 54px;
    text-transform: uppercase;
    color: #1f6d68;
}
.pattern-wrap.triangle-left-right .heading_content {
    max-width: 290px;
    margin-top: 20px;
}
.home_page .our_feature_content_div .title {
    color: #1f6d68;
    padding: 5px 0;
    margin: 0;
    /* height:70px; */
}
.home_page .our_feature_content_div p {
    /*height: 80px;*/
    margin-bottom: 0;
}
/* .home_page .our_feature_content_div:hover{
    background-color: #1f6d68;
    color: #fff;
    box-shadow: unset;
} */
/* .home_page .our_feature_content_div:hover .title{
    color: #fff;
} */
.home_page .our_freature_section .our_feature_heading_div {
    /* margin-bottom: 20px; */
    padding: 20px;
    background-color: var(--green);
    border-radius: 3px;
    box-shadow: 0px 0px 15px grey;
    -webkit-box-shadow: 0px 0px 15px grey;
}
.home_page .our_feature_content_div .title:hover {
    /* color: #fff; */
}
.home_page .our_feature_content_div .our_featrue_btn {
    font-size: 13px;
    color: #fff;
    background-color: #ea7926;
    border: unset;
    padding: 7px 30px;
    position: relative;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: block;
    width: 140px;
}

/* .home_page .our_feature_content_div .our_featrue_btn:hover{
    color: #000;
    background-color: #fff;
} */
/* .home_page .our_feature_content_div p.content{
    font-size:16px;
} */
.section-heading {
    margin-bottom: 20px;
}
.section-heading .title {
    text-align: center;
    color: var(--white);
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.section-heading .content {
    text-align: center;
    display: block;
    color: var(--white);
    font-size: 14px;
    position: relative;
    width: 33%;
    margin: 0 auto;
}
.our_freature_section .our_feature_heading_div img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.feature-card-icon img {
    width: 80%;
}
/* .home_page .icon_div .icon_img_australia_map{
    background-image: url('../images/icon/black-icons/australia_map.png');
}
.home_page .icon_div .icon_img_health_forum{
    background-image: url('../images/icon/black-icons/health_book.png');
}
.home_page .icon_div .icon_img_calculator{
    background-image: url('../images/icon/black-icons/calculator.png');
}
.home_page .icon_div .icon_img_job{
    background-image: url('../images/icon/black-icons/job_seeker.png');
}
.home_page .icon_div .icon_img_evenr_training{
    background-image: url('../images/icon/black-icons/training.png');
}
.home_page .icon_div .icon_img_health_alert{
    background-image: url('../images/icon/black-icons/alarm.png');
}
.home_page .icon_div .icon_img_health_market{
    background-image: url('../images/icon/black-icons/sell_stock.png');
}
.home_page .icon_div .icon_img_health_professional{
    background-image: url('../images/icon/black-icons/connect.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_australia_map{
    background-image: url('../images/icon/white-icons/australia_map.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_health_forum{
    background-image: url('../images/icon/white-icons/health_book.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_calculator{
    background-image: url('../images/icon/white-icons/calculator.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_job{
    background-image: url('../images/icon/white-icons/job_seeker.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_evenr_training{
    background-image: url('../images/icon/white-icons/training.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_health_alert{
    background-image: url('../images/icon/white-icons/alarm.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_health_market{
    background-image: url('../images/icon/white-icons/sell_stock.png');
}
.home_page .our_feature_content_div:hover .icon_div .icon_img_health_professional{
    background-image: url('../images/icon/white-icons/connect.png');
} */
.home_page .icon_div > div {
    width: 70px;
    height: 70px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 35px;
    /*float:right;*/
    /* padding: 15px;
    border: 1px solid #ea7926;
    border-radius: 74px;
    width: 70px;
    height: 70px; */
}
.home_page .feature_primary_div .icon_div > div {
    float: right;
}
.home_page .feature_secondary_div .icon_div > div {
    float: left;
}

.home_page .icon_div > div.orange {
    border: 1px solid #ea7926;
}
.home_page .icon_div > div.teal {
    border: 1px solid #1f6d68;
}
.home_page .icon_div > div > img {
    width: 38px;
    height: 38px;
    /* background-position: center;
    background-repeat: no-repeat;
    height: 48px;
    margin-top: 20px;
    margin-bottom:10px; */
    /* padding: 15px;
    border: 1px solid #ea7926;
    border-radius: 35px; */
}
.main-banner-section {
    /*background-image: url('../images/bg-home-page.png');*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    width: 100%;
}
.main-banner-section .heading_content {
    max-width: 380px;
}
.main-banner-section .heading_content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.main-banner-section .heading_content .title {
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

#home_page_owl .item:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 8%);
}
#home_page_owl .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
#home_page_owl .owl-dots .owl-dot.active span {
    background: #ff7b1d;
}
#home_page_owl .owl-dots .owl-dot span {
    background: #c4c4c4;
}
#home_page_owl .owl-prev {
    width: 25px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 10px;
    display: block !important;
    border: 0px solid black;
}
#home_page_owl .owl-next {
    width: 25px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: 10px;
    display: block !important;
    border: 0px solid black;
}
#home_page_owl button img {
    width: 100%;
}
#home_page_owl .owl-dots {
    position: absolute;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    bottom: 10px;
}
#home_page_owl .owl-prev i,
#home_page_owl .owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}
#home_page_owl .carousel-caption {
    bottom: 10px;
    left: 10%;
    width: 40%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    position: absolute;
    left: 10%;
    top: 40%;
    transform: translate(0%, -30%);
    text-align: left;
}
#home_page_owl .carousel-caption h1 {
    color: #fff;
    text-align: left;
    font-size: 48px;
    line-height: 70px;
}
#home_page_owl .carousel-caption p {
    font-size: 18px;
}
#home_page_owl .owl-carousel .owl-item img {
    width: 100%;
    height: 600px;
}
.actions-toolbar .btn_mt_primary.home_btn,
.actions-toolbar .btn_mt_quaternary.home_btn {
    height: 45px;
    width: 170px;
}
.pattern-wrap {
    background-repeat: no-repeat;
}
.why_medtree_section {
    background: url("../images/why_medtree_2.png") no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-size: cover;
    background-position: center !important;
    position: relative;
    /*min-height: 350px;*/
}
.medical_board {
    background-color: #f7e4d6;
    /*    background: url('../images/medical_board_bg.png') no-repeat;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-size: cover;
    background-position: center !important;
    position: relative;
    min-height: 500px;
}
.medical_board .detail-div {
    display: flex;
}
.medical_board .detail-div .profile_info_div .profile_image img {
    width: 160px;
    height: 180px;
    filter: grayscale(100%);
}
.medtree_worktech {
    /* background-color: #000000; */
    padding-top: 60px;
    padding-bottom: 60px;
    /*    background: url('../images/medtree_work_bg.png') no-repeat;*/
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center !important;
    position: relative;
    min-height: 400px;
    /*padding: 70px 0;*/
}
.medtree_worktech .row {
    background: #1f6d68;
    padding: 30px;
    border-radius: 10px;
}
.medtree_worktech .title {
    font-weight: 500;
    font-size: 48px;
    line-height: initial;
}
.app_download {
    /* background: #1f6d68; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center !important;
    position: relative;
    min-height: 400px;
    padding: 70px 0;
}
.app_download .contact_update_content .content_heading .title {
    font-size: 48px;
    font-weight: 700;
    /*max-width: 400px;*/
    line-height: 58px;
}
.app_download .title {
    color: #ff7b1d;
}

/* .why_medtree_section:before {
    position: absolute;
    content: '';
    background: #11151f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
} */
/* .why_medtree_section{
    background-image: url('../images/why_medtree_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 541px;
} */

.why_medtree_section .content-div .title {
    color: #336e68;
    font-size: 54px;
    /* text-align: center; */
    line-height: 60px;
    /* text-align:center; */
}
.why_medtree_section .content-div {
    padding-top: 165px;
    height: 483px;
}
.why_medtree_section .content-div .content {
    font-size: 14px;
    /* text-align: center; */
    margin-top: 30px;
    color: #000;
}
.latest_news_section {
    flex-direction: column;
    padding: 30px 0px;
    background-color: #f7e4d6;
    align-items: center;
}
.latest_news_section .latest_news_div {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8b8b8b;
}
.latest_news_section .latest_news_div .title,
.latest_news_section .latest_news_div .content {
    color: #000000;
}
.latest_news_section .latest_news_div img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.latest_news_section .blog_content {
    /* background-color: #f2f4f5; */
    /*border-radius: 10px;
    box-shadow: 0px 0px 15px grey;
    -webkit-box-shadow: 0px 0px 15px grey;*/
}
.latest_news_section .blog_content .blog_image_div,
.latest_news_section .blog_content .content {
    /*    border-radius: 10px;*/
}
.latest_news_section .blog_content .blog_image_div img {
    height: 320px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    /*    border-top-right-radius: 10px;*/
}
.latest_news_section .blog_content .content {
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.latest_news_section .blog_content .content .title {
    font-size: 18px;
}
.latest_news_section .blog_content .content .title {
    /* text-transform: capitalize; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
}
.latest_news_section .blog_content .content .detail {
    /* text-transform: capitalize; */
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 105px;

    -webkit-box-orient: vertical;
}
.blog_content.blog_center_div {
    margin-top: -20px;
}
.latest_news_section .view_all_btn {
    text-align: center;
    margin-right: 0;
    display: block;
    float: right;
    right: 0;
    width: 110px;
    height: 45px;
    position: relative;
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    background-color: var(--orange);
    padding: 7px 10px;
    border-radius: 3px;
}
.latest_news_section .blog_content .blog_image_div .first_img {
    height: 320px;
    border-radius: 10px 10px 0px 0px;
}
.latest_news_section .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.latest_news_section .blog_content .blog_image_div .second_img {
    height: 300px;
}
.latest_news_section .blog_content .content .detail {
    font-size: 16px;
    margin-bottom: 10px;
    color: #212529;
    text-align: justify;
}
.latest_news_section .blog_content .content .date {
    font-size: 16px;
    margin-top: 7px;
    color: #212529;
    text-align: left;
}
.latest_news_section .blog_content .content .more_link {
    color: #ff7b1d;
    border-bottom: 2px solid #ff7b1d;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 90px;
}
.latest_news_section .blog_content_2 {
    /* position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    padding: 1.5 rem 1 rem;
    margin-bottom: 30 px;
    transition: all ease .4s; */
    box-shadow: 0px 0px 15px grey;
    -webkit-box-shadow: 0px 0px 15px grey;
    margin-bottom: 15px;
    background-color: #fff;
    /* display: flex; */
}
.latest_news_section .blog_content_2 .blog_image_div {
    /* width: 43%;
    display:inline-block; */
    /* position: relative; */
}
.latest_news_section .blog_content_2 .content {
    /* width: 52%; */
    /* display: inline-block; */
    /* margin: 10px 0; */
    /* position: relative; */
    padding: 10px;
}
.latest_news_section .blog_content_2 .content .title {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.latest_news_section .blog_content_2 .content .detail {
    display: none;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.latest_news_section .blog_content_2 .content .date {
    font-size: 12px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.latest_news_section .blog_content_2 .blog_image_div img {
    margin: auto 0;
    display: block;
    width: 100%;
    height: 230px;
}
.latest_news_section .blog_content_2 .content .more_link {
    position: absolute;
    bottom: 5px;
    color: #ff7b1d;
    border-bottom: 2px solid #ff7b1d;
}
.contact_update_section {
    background: url("../images/Rectangle-77.png");
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_update_section .contact_update_content .content_heading h2 {
    color: #ff7b1d;
    text-transform: inherit;
    font-size: 30px;
    line-height: initial;
}
.contact_update_section .contact_update_content .content_detail p {
    color: #000000;
    font-size: 15px;
}
.border-radius-30 {
    border-radius: 30px;
}
#search_result_page {
    min-height: 500px;
}
#search_result_page .ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    /* border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px; */
}
#search_result_page .search-form {
    margin-top: 10px;
}
#search_result_page .search-result h3 {
    margin-bottom: 0;
    color: #000000;
}
#search_result_page .search-result .search-link {
    color: #006621;
}
#search_result_page .search-result p {
    font-size: 16px;
    margin: 5px;
    font-weight: 500;
    color: #4b505e;
}
#search_result_page .search-result p a,
#search_result_page .search-result p a:hover {
    text-decoration: unset;
}
#search_result_page .hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0;
}
#search_result_page .search-btn {
    margin-left: 15px;
    background-color: #ea7926;
    color: #fff;
}
#search_result_page .loadMore_mtBtn {
    text-align: center;
    padding: 10px;
    background-color: #ea7926;
    width: 200px;
    margin: 0 auto;
    color: #fff;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

#sSearch input {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9999;
    top: 30px;
    height: 40px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding-right: 60px;
    padding-left: 20px;
    border: 1px solid #ced4da;
    transition-property: width, height, padding-left, padding-right;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    border-radius: 30px;
}
#sSearch #header_search_btn {
    transition: all 0.25s linear;
    margin-top: 10px;
}
#header_search_btn {
    background-color: transparent;
    border: unset;
}
#sSearch.collapsed #search_btn_img {
    display: none;
}
#sSearch #search_btn_img {
    position: absolute;
    background-image: url(../images/icon/search.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 9999;
    padding-right: 0px;
    right: 20px;
    top: 37px;
    background-color: transparent;
    border: unset;
}
#sSearch.collapsed input {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    transition: all 0.2s linear;
}
#searchbtn {
    background-image: url(../images/icon/search.svg);
    /* background-position: center; */
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    /* position: relative; */
    display: block;
}
.see_all_result {
    padding: 10px;
    color: #0b85ec !important;
    text-align: center;
    display: block;
    font-size: 16px;
}
/* .search-result-list{
    display:none;
} */
#sSearch-Field::-webkit-search-cancel-button {
    position: relative;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background-image: url("../images/icon/cancel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
#sSearch.collapsed #search_close_btn {
    display: none;
}
#sSearch #search_close_btn {
    display: block;
    right: -40px;
    z-index: 9999;
    position: absolute;
    top: 25px;
    background: transparent;
    border: unset;
    background-color: #ea7926;
    padding: 5px;
    cursor: pointer;
}
.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.loadMore_mtBtn {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
.loadMore_mtBtn:hover {
    background-color: #fff;
    color: #33739e;
}

/* a.link:hover,a:hover{color:var(--white)} */
a.link:focus,
a:focus {
    color: #4b505e;
}

.dropdown-menu-button-notification {
    top: 70px !important;
    /* left: -3% !important; */
    max-height: 60vh;
    min-height: 330px;
    height: 100%;
    height: 330px;
    overflow-y: scroll;
    /* width: 100%; */
    width: 360px;
    left: 50%;
    /* margin-left: -163px; */
    /* max-width: 360px; */
    background-color: #f3f4fa;
    padding: 0px;
}
/* .dropdown-menu{width:200px; left:50%; margin-left:-100px;} */
.dropdown-menu-center {
    /* left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important; */

    /* left: 42% !important;
    transform: translateX(0%) !important;
    top: 70% !important;
    -webkit-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important; */
}
.dropdown-menu-button-notification .head {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    padding: 5px 0;
    z-index: 9999;
}
.dropdown-menu-button-notification li.notification-box {
    background-color: #f4f5f7;
}
.dropdown-menu-button-notification .notification-box .row {
}
.alert-box-badge {
    position: relative;
    top: -10px;
    left: -30px;
    background-color: red;
    border-radius: 50% !important;
    color: #fff;
}
.Loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../images/loader.gif) 50% 50% no-repeat #fff;
}
.show_loading_div {
    margin: 0 auto;
    text-align: center;
    display: block !important;
    top: 10px;
    margin-top: 15%;
}
.emp_mtcontent_heading {
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.emp_mtcontent_p {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 46px;
}

.dropdown-menu-button-notification .footer {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 5px;
    z-index: 9999;
    /* position: absolute;
    right: 40px;
    bottom: 20px;
    width: 60px;
    height: 40px; */
}

.dropdown-menu-button-notification li.notification-box {
    border-bottom: 1px solid;
}
.dropdown-menu-button-notification li.notification-box:nth-last-of-type(2) {
    border-bottom: unset;
}
.fixedElement {
    position: sticky !important;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Notification Start */
.notification-dropdown {
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
}
.notification-dropdown .notifications {
    min-width: 420px;
    transform: translate(-50%, 0) !important;
    top: 65px !important;
    padding: 0;
    left: -40px !important;
    z-index: 9999;
}
.notification-dropdown .notifications-wrapper {
    overflow: auto;
    max-height: 250px;
    background-color: #f4f5f7;
}
.notification-dropdown .menu-title {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    display: inline-block;
}
.notification-bg-read {
    background-color: #e9ecef !important;
}
.notification-dropdown .notification-heading {
    padding: 10px 10px;
    background-color: #ea7926;
}
.notification-dropdown .dropdown-menu.divider {
    margin: 5px 0;
}
.notification-dropdown .item-title {
    font-size: 14px;
    color: #000;
}
.notification-dropdown .notifications a.content {
    text-decoration: none;
    background: #ccc;
}
.notification-dropdown .notification-item {
    padding: 10px;
    margin: 5px;
    background-color: #dee2e6;
    border-radius: 4px;
}
.notification-dropdown .notification-item p.item-info {
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 500;
}
.notification-dropdown .notification-footer {
    padding: 5px 10px 5px;
    background-color: #ea7926;
    display: block;
    text-align: center;
    color: #ffffff;
}
/* Notification End */
/* main{
    margin: 50px 0;
} */
.bg-gray {
    background-color: var(--grey);
}
.bg-light-gray {
    background: #f7f7f7;
}
.bg-blue {
    background-color: var(--blue);
}
.bg-black {
    background-color: var(--black);
}
.bg-black-light {
    background-color: #1b1b1b;
}
.bg-teal {
    background-color: #336e68;
}
.left_side_mtimg {
    position: relative;
    top: 28%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 440px;
}
.left_side_mtimg2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
}
.center-image-div {
    width: 100%;
    height: 100%;
    text-align: center;
}
.nav-menu-mobile {
    display: none;
}
.nav-menu {
    margin-left: -15px;
}
.header-light {
    z-index: 999;
    position: relative;
    box-shadow:
        0 4px 9px 0 rgb(0 0 0 / 16%),
        0 5px 10px 0 rgb(0 0 0 / 16%);
}
a.header-link {
    padding: 5px;
    color: #1f6d68;
    font-size: 14px;
    font-weight: 600;
    text-decoration: unset;
}
.user_account_dropdown .dropdown-menu {
    padding: 0;
    z-index: 99999;
}
.user_account_dropdown .dropdown-item.active,
.user_account_dropdown .dropdown-item:focus,
.user_account_dropdown .dropdown-item:hover {
    color: #fff !important;
    background-color: #ff7b1d;
}
.navigation {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
.nav-menu > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: 500;
}
.nav-menu > li.active > a,
.nav-menu > li:hover > a,
.nav-menu > li:focus > a {
    color: #ffc107 !important;
    font-weight: 600;
}
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: #ffc107;
}
.header-navbar-div {
    background-color: #000;
}
.header-link-div {
    float: right;
}
.header-link img {
    width: 32px;
    height: 32px;
}
.header-btn {
    background-color: #ff7b1d;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: unset;
    letter-spacing: 1px;
    height: 35px;
    text-transform: uppercase;
}
.header-btn:hover {
    background-color: #ff9950;
    color: white !important;
}
.img-container {
    position: relative;
}
.img-container img {
    height: 380px;
    width: 100%;
    min-height: 300px;
}
.img-container .main-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    color: #fff;
}
.image-link-div {
    border-top: 1px solid #fff;
    padding: 10px 0;
}
.image-link-div a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
}
.main-img-text p {
    padding-top: 10px;
    font-size: 18px;
}
p.widget-title {
    margin-right: 10px;
}
.nav-header.mobile-menu {
    display: none;
}
.header-widget-left {
    height: 100%;
    width: 100%;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: left;
}
.header-widget-right {
    height: 100%;
    width: 100%;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: flex-end;
}
.navbar-toggler {
    display: none;
}
.bg-custom-1 {
    background-color: #85144b;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
/* Footer */
.new_footer_area {
    background: #1f6d68;
}
.new_footer_top {
    padding: 30px 0px 30px 40px;
    position: relative;
    overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    /* padding-top: 5px; */
    /* padding-bottom: 25px; */
}
.company_widget p {
    color: #fff;
    text-align: justify;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    padding: 15px;
    background-color: #0c524e;
}
.footer_bottom p a {
    color: #fff;
}
.new_footer_top .organization_widget p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .organization_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: var(--orange);
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
    color: var(--dark-light);
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: var(--orange);
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 5px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.f_social_icon {
    margin-left: -13px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 50px;
    background: transparent;
    /* border: 1px solid #e2e2eb; */
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\f39e";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}
.ti-instagram:before {
    content: "\f16d";
}
.ti-linkedin:before {
    content: "\f0e1";
}
.ti-youtube:before {
    content: "\f167";
}
.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: var(--orange);
}

.new_footer_top .f_social_icon a:hover {
    /* background: var(--orange); */
    /* border-color: var(--orange); */
    color: white !important;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #fff;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #fff;
    font-size: 14px;
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: #fbfbfd url("../images/icon/footer_bg_2.png") no-repeat scroll
        center 0;
    background-blend-mode: Darken;
    width: 100%;
    height: 266px;
}

/* .new_footer_top .footer_bg .footer_bg_one {
    background: url("../images/icon/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("../images/icon/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
} */

@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}
.main-mtsection .form_grid {
    position: relative;
    display: block;
    background: #fff;
    /* margin-bottom: 60px; */
    width: 100%;
    /* padding: 40px; */
}
/*************footer End*****************/

/* .img-fluid.f-logo{
    width: auto;
}
.footer-widget .widget-title ,ul.footer-bottom-social{
    display: inline-block;
}
.footer-icon-link img{
    width: 36px;
    height: 36px;
}
.footer-content-p{
    font-size: 14px;
    font-weight: 600;
    color: #1f6d68;
}
.margin-center-div{
    display: flex;
}

.footer-link-div{
    text-align: center;
    display: block;
}
.footer-widget{
    margin: auto;
}
.footer-border-right{
    border-right: 2px solid #1f6d68;
} */
.rounded-xl {
    border-radius: 20px;
}
.mt-6,
.my-6 {
    margin-top: 4rem !important;
}
.mt-7,
.my-7 {
    margin-top: 5rem !important;
}
.mt-8,
.my-8 {
    margin-top: 6rem !important;
}
.mt-9,
.my-9 {
    margin-top: 7rem !important;
}
.mt-10,
.my-10 {
    margin-top: 8rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 6rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 7rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 8rem !important;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition:
        opacity 0.8s ease,
        -webkit-transform 1.4s ease;
    transition:
        opacity 0.8s ease,
        transform 1.4s ease;
}

#particles-js {
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: 0;
    position: fixed;
}
/* Sign in Start */
#remember_me_input {
    position: relative;
    left: 0;
    top: 2px;
    width: unset;
    height: unset;
    visibility: visible;
}
.header-sign {
    font-family: Poppins-extraBold, sans-serif;
}
.remember_me_checkbox label {
    /* font-size: 16px; */
}
.inner-addon {
    position: relative;
}
.inner-addon .icon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    right: 0px;
    font-weight: 700;
    height: 40px;
    font-size: 16px;
    line-height: 1.3;
    display: none;
}
/* .select2-results__options{
    scrollbar-width: thin;
    scrollbar-color: #1f6d68;
} */
.with-light .select2-container--default .select2-selection--single {
    background-color: #f2f4f5;
}
/* Works on Chrome, Edge, and Safari */

.select2-results__options::-webkit-scrollbar {
    width: 8px;
}

.select2-results__options::-webkit-scrollbar-track {
    /* background: #1f6d68; */
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #1f6d68;
    border-radius: 20px;
    border: 2px solid #1f6d68;
}

.valid .inner-addon .valid-icon {
    display: block;
    color: #23706b;
}
.error .inner-addon .error-icon,
.error {
    display: block;
    color: red;
}
.forgot_password {
    font-size: 14px;
}
.forgot_password:hover {
    color: var(--orange);
}
.text-p {
    font-size: 16px;
    /* font-weight: 600; */
}
/* Notification */
.top-notification-info-detail {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #f0f0f0;
}
.top-notificationl .actions-toolbar {
    text-align: right;
}
.top-notification .notification_info_link {
    padding: 15px 10px 15px 0;
    font-size: 14px;
    font-weight: 600;
}
.notification_info_link:hover {
    color: #ff7b1d;
}
.notification_info_img {
    width: 24px;
    height: 24px;
    margin: -5px 8px 0;
}
/* Job */
.main-layout {
    background-color: #f8f9fa;
}
.main-layout .mt-search-filters-bar {
    background-color: #fff;
    padding: 10px 0;
    box-shadow:
        0px 0px 0px 1px rgb(0 0 0 / 8%),
        0px 4px 4px rgb(0 0 0 / 30%);
}
.main-layout .mt-search-filters-bar .container {
    padding: 0;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .job-filter-dropdown-btn,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .event-filter-dropdown-btn,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-professional-filter-dropdown-btn,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-alert-filter-dropdown-btn {
    background-color: #ffffff;
    padding: 5px 20px;
    font-size: 14px;
    color: #646464;
    border-radius: 25px;
    border: 2px solid #646464;
    letter-spacing: 0.7px;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .job-filter-dropdown-btn::after,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .event-filter-dropdown-btn::after,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-professiona-filter-dropdown-btn::after,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-alert-filter-dropdown-btn::after {
    margin-left: 10px;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .job-filter-dropdown-btn:hover,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .job-filter-dropdown-btn:active,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .job-filter-dropdown-btn:focus,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .event-filter-dropdown-btn:hover,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .event-filter-dropdown-btn:active,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .event-filter-dropdown-btn:focus,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-professional-filter-dropdown-btn:hover,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-professional-filter-dropdown-btn:active,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-professional-filter-dropdown-btn:focus,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-alert-filter-dropdown-btn:hover,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-alert-filter-dropdown-btn:active,
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .health-alert-filter-dropdown-btn:focus {
    background-color: #ea7926;
    color: #fff;
    border: 2px solid #ea7926;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .btn-secondary.active {
    background-color: #ea7926;
    color: #fff;
    border: 2px solid #ea7926;
}
.main-layout
    .page_result_listing
    .search-results-list
    .search-results-list-item.clicked
    .list_result_wraps {
    background-color: #f8f9fa;
}
.main-layout
    .page_result_listing
    .search-results-list
    .search-results-list-item.hovered
    .list_result_wraps {
    background-color: #f5f5f5;
}
.main-layout .mt-search-filters-bar .search-filters-bar-listing #clear_all_btn {
    background-color: #ffffff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    letter-spacing: 0.7px;
}
.main-layout .mt-search-filters-bar .search-filters-bar-listing .dropdown-menu {
    width: 290px;
    padding-top: 10px;
    padding-bottom: 0;
    top: 100% !important;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .dropdown-menu
    ul
    .search-filters-wrapper {
    overflow: auto;
    max-height: 250px;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .mt-search-primary-filter {
    display: inline-block;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .dropdown-menu
    ul
    li {
    padding: 0 10px;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .dropdown-menu
    .search-filters-footer {
    border: 1px solid #e9ecef;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .dropdown-menu
    .search-filters-footer
    .btn_mt_primary {
    width: 110px;
    border-radius: 35px;
    font-size: 13px;
    min-width: 0;
}
.main-layout
    .mt-search-filters-bar
    .search-filters-bar-listing
    .dropdown-menu
    .search-filters-footer
    .btn_mt_quaternary {
    width: 70px;
    border-radius: 35px;
    font-size: 13px;
    min-width: 0;
    border: unset;
}
.search-results-list .search-results-list-item {
    cursor: pointer;
}
.search-results-list .search-results-list-item .list_result_wraps {
    position: relative;
    background: #fff;
    /* border-radius: 5px; */
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    display: flex;
    flex-direction: inherit;
    align-items: center;
    padding: 0px 10px;
    /* margin-bottom: 30px; */
    transition: all ease 0.4s;
}
.search-results-list .search-results-list-item .list_result_f1ex {
    width: 100%;
    /* flex: 0 0 20%; */
    cursor: auto;
}
/* .search-results-list .search-results-list-item .list_result_f1ex.first { */
/* width: 100%; */
/* flex: 0 0 40%; */
/* } */
.search-results-list .search-results-list-item .list_result_f1ex .list_110 {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_thumb {
    width: 90px;
    height: 90px;
    display: flex;
    margin-right: 10px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.search-results-list-header {
    padding: 5px 15px;
    border-bottom: 1px solid;
}
ul.list-style-unset li a {
    /* color: #0a66c2; */
    /* padding: 8px 0; */
    display: block;
    font-size: 15.5px;
    /* text-decoration: underline; */
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    /* border-bottom: 1px solid #ddd; */
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    h4 {
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_title {
    overflow: hidden;
    display: block;
    /* max-width: 180px; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #000000;
    text-transform: capitalize;
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_title
    a {
    text-decoration: unset;
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_title
    a:hover,
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_title
    a:focus,
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_title
    a:active,
.search-results-list
    .search-results-list-item.clicked
    .list_result_f1ex
    .list_110_caption
    .list_title
    a,
.search-results-list
    .search-results-list-item.hovered
    .list_result_f1ex
    .list_110_caption
    .list_title
    a {
    text-decoration: underline;
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_organization_title,
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_location,
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .info-text {
    display: block;
}
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_content_1,
.search-results-list
    .search-results-list-item
    .list_result_f1ex
    .list_110_caption
    .list_content_2 {
    display: inline-block;
}
.search_panel_wrapper {
    /* height: calc(100vh - 52px); */
    overflow: hidden;
}
.search_result_right {
    background-color: #f8f9fa;
}
.search_panel_wrapper .search_result_right .details-main-content {
    display: block;
    align-items: center;
    /* position: relative; */
    width: 100%;
    padding: 15px;
    height: 100vh;
    top: 20px;
    overflow-y: auto;
    margin-top: 21px;
    /* display: flex; */
    /* align-items: center;
    position: relative;
    width: 100%;
    padding: 15px;
    height: 100vh;
    overflow-y: auto; */
    /* flex-wrap: wrap;.search_panel_wrapper .search_result_right header, .search_panel_wrapper .search_result_right main */
}
.search_panel_wrapper .search_result_right .details-main-content .header h2 {
    text-transform: capitalize;
}
.search_panel_wrapper .search_result_right .detail_flex {
    flex: 1;
    display: flex;
    align-items: center;
}
.search_panel_wrapper
    .search_result_right
    .details-main-content
    main
    .descriptions {
    text-align: justify;
}
.search_panel_wrapper .search_result_right header,
.search_panel_wrapper .search_result_right main {
    display: flex;
    position: relative;
    /* padding:15px; */
}
.search_panel_wrapper
    .search_result_right
    .single_content_detail
    .btn-close-detail {
    display: none;
}
ul.search_flex_btn {
    margin: 0;
    padding: 0;
}
ul.search_flex_btn li {
    /* display: inline-block; */
    margin-left: 10px;
    list-style: none;
}
ul.search_flex_btn li:last-child {
    margin-top: 5px;
}
ul.search_flex_btn li .saved_btn {
    height: 40px;
    width: auto;
    padding: 0 10px;
    background: #33b561;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}
ul.search_flex_btn li .applied_btn {
    height: 40px;
    padding: 0 15px;
    width: auto;
    background: #ff7b1d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 25px;
    color: #fff;
}
.search-two-pane-results {
    /* border-right: 1px solid #ddd; */
    /* height: 100vh; */
    /* overflow-y: auto; */
}

#main-wrapper main {
    min-height: 650px;
    background: #f8f9fa;
}

.main-page-title {
    width: 100%;
    /* min-height: 260px; */
    padding: 25px 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    /* background: url(../images/job_title_bg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    background-color: #1f6d68;
}
.jb_grid_01_caption h4 a:hover {
    color: var(--dark-light);
}
.main-page-title .ipt-title {
    color: #fff;
    padding: 30px 0;
}
.rd {
    background: #f8f9fa;
}
.btn-search-mtdiv .primary .primary-btn {
    width: 100%;
    min-width: 210px;
}
.main_search_mtheader .form-group {
    margin-bottom: 0rem;
}
.btn-min-width {
    min-width: 180px;
}
.job_listing h5.emp_mtcontent_heading {
    height: 40px;
}
.mtEmploymentCaption {
    display: block;
    width: 100%;
}
.mtEmploymentType {
    color: #1f6d68;
    padding: 5px 10px;
    border: 1px solid #1f6d68;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    max-width: 107px;
    width: 100%;
    cursor: text;
}
.mtJobExperience {
    color: #1f6d68;
    padding: 5px 10px;
    border: 1px solid #1f6d68;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    max-width: 107px;
    width: 100%;
    cursor: text;
}
.list_page_01_caption .mtlocation {
    height: 56px;
}
.mtlocation p {
    color: #666666;
    text-align: left;
}
.mtlocation p i {
    color: #000000;
}
.jb_mtapply_btn {
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 7px 5px;
    border-radius: 4px;
    background: #ff7b1d;
    transition: all ease 0.4s;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    /* width: 48%; */
    width: 150px;
}
.jb_mtapply_btn:hover,
.jb_mtapply_btn:focus {
    color: var(--white) !important;
    background-color: #ff9950;
}
.jb_mtapply_btn.disabled {
    background-color: #ffba89;
    cursor: no-drop;
}
.jb_mtapply_btn img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.jb_mtsave_btn {
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 5px;
    border-radius: 4px;
    background: #4fb3cd;
    transition: all ease 0.4s;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    width: 150px;
    /* width: 48%; */
}
.jb_mtsave_btn:hover,
.jb_mtsave_btn:focus {
    color: var(--white) !important;
    background-color: #7cc6d9;
}
.jb_mtsave_btn img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

/* Job Detail */
/* .btn-search-job{
    min-width: 200px;
}
.job_detail_grid_02{
    position: relative;
    background: #F0F0F0;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-bottom: 60px;
}
.double-column {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 2
  }
.jb_detail_grid_01_thumb{
    display: inline-block;
    width: 13%;
    padding:20px 0px 20px 15px;
}
.jb_detail_grid_01_thumb img{
    max-width: 100px;
}
.job_detail_mttitle{
    display: inline-block;
    width: 80%;

    padding: 20px 90px 20px 15px;
}
.main-mtsection .job_detail_mttitle a:hover ,.main-mtsection .job_detail_mttags a:hover{
    color: #444444;
}
.main-mtsection .actions-toolbar{
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 15px 20px;
}
.main-mtsection .actions-toolbar .mt_jb_apply{
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 40px;
    background: #ff7b1d;
    transition: all ease .4s;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    color: #ffffff;
    min-width: 200px;

}
.main-mtsection .actions-toolbar .btn_mt_primary img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.main-mtsection .actions-toolbar .btn_mt_secondary img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.job_detail_mtbox_body{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 2;
}
.job_detail_mtbox_body{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 2;
    position: relative;
    width: 100%;
}
.job_detail_mtbox_body{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 2;
}
.job_detail_mtsidebar{
    padding: 20px 0px 20px 15px;
}
.job_detail_mtcontent{
    padding: 20px 15px 20px 0;
}
.main-mtsection .job_detail_mtsidebar .table-responsive{
    background-color: #206E69;
}
.main-mtsection .job_detail_mtsidebar table{
    margin: 15px 0;
}
.main-mtsection .job_detail_mtsidebar .table-responsive td{
    padding: 5px 15px;
}
.job_detail_table_mtheading{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-right: 1px solid #fff;
    border-top: unset !important;
    width: 45%;
}
.job_detail_table_mtcontent{
    color: #fff;
    font-size: 13px;
    border-top: unset !important;
    width: 55%;
} */

.page-content,
.page-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
}
.white-container {
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
}
.widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.widget:last-child {
    margin-bottom: 0;
}
#jobs-single-page-map img {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#contact-page-map,
#jobs-page-map,
#jobs-single-page-map,
#compare-price-map {
    padding: 5px;
}
.bottom-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.candidates-single-widget table {
    margin: 0;
}
.candidates-single-widget table > tbody > tr > td {
    padding: 5px 0;
    border-bottom: 0;
}
.candidates-single-widget table > tbody > tr > td:first-child {
    font-weight: bold;
    padding-right: 15px;
}
.page-content,
.page-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.jobs-item {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.jobs-item .thumb {
    display: none;
    padding: 3px;
    float: left;
    border: 1px solid #e7e7e7;
    margin-right: 20px;
}
.jobs-item.with-thumb .thumb,
.jobs-single-item .thumb {
    display: block;
}
.jb_detial_mt_div {
    min-height: 90px;
}
.jobs-item .thumb img {
    width: 80px;
    height: 80px;
}
.jobs-item .date {
    display: inline-block;
    background: var(--blue);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    float: left;
    margin-right: 10px;
}
.jobs-item .date > span {
    display: block;
    background: #ffffff;
    color: #303c42;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 3px;
}
.jobs-item .title {
    margin: 0;
    text-transform: capitalize;
}
.jobs-item .title a {
    color: inherit;
    text-decoration: none;
}
.jobs-item .meta {
    display: inline-block;
    color: #808080;
    margin-bottom: 10px;
}
.jobs-item .top-btns {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.jobs-item .top-btns li {
    float: left;
    margin-left: 5px;
}
.jobs-item .top-btns li .btn {
    padding-left: 0;
    padding-right: 0;
    width: 30px;
}
.fa-star:before {
    content: "\f005";
}
.page-content p {
    margin: 0 0 20px;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}
.fitvidsjs {
    margin: 30px 0;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    width: 100%;
    max-height: 380px;
}

.accordion_mtcollapse {
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.accordion_mtcollapse > .card > .card-header {
    background: unset;
    border-bottom: unset;
}
.btn-mtcollapse {
    padding: 10px 0 !important;
    display: flex !important;
    justify-content: space-around;
    flex-wrap: inherit;
}
.btn-mtcollapse i.fas {
    display: inline-block;
}
.btn-mtcollapse .content-mtdiv {
    display: inline-block;
    width: 100%;
    margin-left: 10px;
}
.btn-mtcollapse span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.btn-mtcollapse .progress {
    margin-bottom: 0px;
    margin-top: 10px;
}
.accordion_mtcollapse .card-body {
    padding: 0 30px 15px;
}
.btn-mtcollapse .progress-bar {
    background-color: var(--orange);
}
.btn-mtcollapse::after {
    content: "" !important;
}
.accordion > .card > .card-header .btn.btn-link {
    border-radius: 12px !important;
}
.accordion > .card > .card-header .btn.btn-link[aria-expanded="false"] {
    box-shadow: 0 8px 6px -6px rgb(132 132 130) !important;
}
.accordion
    > .card
    > .card-header
    .btn.btn-link[aria-expanded="false"]
    i::before {
    /* .accordion>.card>.card-header .btn-mtcollapse i::before{   */
    content: "\e622";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 18px;
    background-color: var(--orange);
    padding: 10px;
    font-family: "themify";
    color: #fff;
}
.accordion
    > .card
    > .card-header
    .btn.btn-link[aria-expanded="true"]
    i::before {
    /* .accordion>.card>.card-header .btn-mtcollapse.collapsed i::before{ */
    content: "\e61a";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 18px;
    background-color: var(--orange);
    padding: 10px;
    font-family: "themify";
    color: #fff;
}
/* .btn-mtcollapse{
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 20px 5px 0px;
    border: 0;
    width: 100%;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    color: #000;
    font-weight: 700;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: transparent;
}
.btn-mtcollapse i{
    padding: 9px 0 6px 0;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #0188ab;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 20px;
    margin-right: 10px;
    background-color:  var(--blue);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.mt_progressbar{
    width: 100%;
}
.accordion_mtcollapse .progress{
    margin-bottom: 0px;
    margin-top: 10px;
}
.accordion_mtcollapse .collapse {
    margin-left: 10px;
    margin-right: 10px;
} */

.jobs-item .additional-requirements {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 20px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-gray {
    padding-bottom: 3px !important;
    border-bottom: 2px solid #cecece !important;
    background: #e7e7e7 !important;
    color: inherit !important;
}
.loaded .btn {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.loaded a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.jobs-item .additional-requirements > li {
    display: block;
    border-bottom: 2px solid #cecece;
    background: #e7e7e7;
    color: inherit;
    margin: 0 5px 5px 0;
    padding: 5px 20px 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    float: left;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ced6da;
}
.btn-default {
    padding-bottom: 3px !important;
    border-bottom: 2px solid #c75605 !important;
    background: #ff7b1d !important;
    color: #ffffff !important;
}
.jobs-item .social-icons {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jobs-item .social-icons.pull-right > li {
    float: left;
    margin-right: 0;
    margin-left: 5px;
}
.jobs-item .social-icons > li > span {
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
}
.jobs-item .social-icons > li .btn {
    padding-left: 0;
    padding-right: 0;
    width: 30px;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.title-lines {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
}
.title-lines h1,
.title-lines h2,
.title-lines h3,
.title-lines h4,
.title-lines h5,
.title-lines h6 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 30px;
}
.title-lines h1:before,
.title-lines h1:after,
.title-lines h2:before,
.title-lines h2:after,
.title-lines h3:before,
.title-lines h3:after,
.title-lines h4:before,
.title-lines h4:after,
.title-lines h5:before,
.title-lines h5:after,
.title-lines h6:before,
.title-lines h6:after {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -3px;
    width: 1000px;
    height: 9px;
    background: url(../img/title-bg.png) repeat 0 0;
    content: "";
    vertical-align: middle;
}
.title-lines h1:before,
.title-lines h2:before,
.title-lines h3:before,
.title-lines h4:before,
.title-lines h5:before,
.title-lines h6:before {
    left: 100%;
}
.title-lines h1:after,
.title-lines h2:after,
.title-lines h3:after,
.title-lines h4:after,
.title-lines h5:after,
.title-lines h6:after {
    right: 100%;
}

.about-candidate-item {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.about-candidate-item .thumb {
    padding: 3px;
    float: left;
    border: 1px solid #e7e7e7;
    margin-right: 20px;
}
.about-candidate-item .thumb img {
    width: 80px;
    height: auto;
}
.about-candidate-item .title {
    margin: 0;
    text-transform: none;
}
.about-candidate-item .title a {
    color: inherit;
    text-decoration: none;
}
.about-candidate-item .meta {
    display: inline-block;
    color: #808080;
    margin-bottom: 10px;
}
.about-candidate-item .social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.about-candidate-item .social-icons > li {
    float: left;
    margin-left: 5px;
}
.about-candidate-item .social-icons > li .btn {
    padding-left: 0;
    padding-right: 0;
    width: 30px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.about-candidate-item .list-unstyled {
    margin-bottom: 0;
}
.about-candidate-item .btn-default {
    position: absolute;
    top: 70px;
    right: 20px;
}
.our_vision_header_p {
    font-size: 15px;
}
.our_vision_content {
    position: relative;
    text-align: center;
    display: block;
    padding: 2rem 0 0;
    height: 230px;
    margin: 0 auto;
    width: 220px;
}
.our_vision_content .vision_img {
    background-color: #fff;
    padding: 25px;
    width: 125px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.our_vision_content .vision_img img {
    /* width: 60px;
    height: 60px; */
}
.our_vision_content .vision_img .img_last {
    /* width: 40px; */
}
.our_vision_content .our_vision_detail p {
    font-size: 16px;
}
/* Job Post */

.job_post_grid .actions-toolbar {
    padding: 20px 0;
}

.job_post_grid .actions-toolbar .mt_jb_create:hover {
    background: #ff9950;
}
/* Event */
.event_listing h5.emp_mtcontent_heading {
    height: 40px;
}
/* Event Post */
.main-mtsection .event_post_grid {
    position: relative;
    display: block;
    background: #f0f0f0;
    margin-bottom: 60px;
    width: 100%;
    padding: 40px;
}
.event-heading-title .actions-toolbar {
    text-align: right;
    padding: 30px 0;
}
.mt-btn {
    font-size: 14px;
    border: unset;
    padding: 7px 20px;
    border-radius: 4px;
    min-width: 150px;
    font-weight: 500;
    width: 100%;
    max-width: max-content;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}

.badge-active {
    background-color: #fff;
    color: red;
    padding: 7px 12px;
    line-height: 16px;
    min-width: 90px;
    font-size: 13px;
    border: 1px solid red;
}
.badge-resolve {
    background-color: #27b737;
    color: #fff;
    padding: 7px 12px;
    line-height: 16px;
    min-width: 90px;
    font-size: 13px;
}
/* Event Detail */
/* ._mt_details01 {
    display: flex;
    padding: 20px;
    align-items: center;
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
}
._mt_details01_flex {
    flex: 1;
    display: flex;
    align-items: center;
}
._mt_details01_authors {
    width: auto;
    height: auto;
    position: relative;
}
._mt_details01_authors img{
    min-width: 150px;F
    width: 150px;
}
._mt_details01_authors_caption {
    padding-left: 1rem;
}
._mt_details01_authors_caption .mts_title,ul.mtx_info_list,._mt_detail_single_flex{
    padding: 10px 0;
}
._mt_details01_authors_caption .mts_title {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}
ul.mtx_info_list {
    padding: 10px 0;
    margin: 0;
}
ul.mtx_info_list li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}
._mt_detail_single_flex {
    flex: 1;
}

.widget_content_mtinfo{
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0;
}
.info_mtlisting{
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
}
.widget_content_mtinfo .heading,.widget_content_mtinfo .detail{
    font-size: 14px;
}
.widget_content_mtinfo .heading{
    font-weight: bold;
}
.widget_content_mtinfo .detail{
    display: block;
    text-align: right;
} */
.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}
.detail-mtwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detail-info-mtleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detail-mtimg {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}
.detail-mtimg img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
}
.detail-mtwidget .detail-mttitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.detail-organization-title {
    font-size: 14px;
    color: #000;
}
.detail-mtdepartment {
    color: #20c0f3;
    font-size: 14px;
    margin-bottom: 8px;
}
.detail-mtdepartment img {
    width: 19px;
    display: inline-block;
    margin-right: 10px;
}
.detail-location-mtcontent {
    margin-bottom: 15px;
}
.detail-location-p {
    color: #000;
    font-size: 14px;
}
.detail-location-p a {
    color: #09e5ab;
    font-weight: 500;
}
.detail-location-mtcontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.detail-location-mtcontent ul li {
    display: inline-block;
    padding-right: 5px;
}
.detail-image-mtgallery li {
    display: inline-block;
    padding: 10px;
}
.detail-image-mtgallery a {
    cursor: pointer;
}
.detail-location-mtcontent ul li a {
    display: inline-block;
}
.detail-location-mtcontent ul li a:hover {
    opacity: 0.8;
}
.detail-location-mtcontent ul li a img {
    border-radius: 5px;
    width: 40px;
}
.health_skill {
    color: #272b41;
    display: block;
    font-size: 14px;
}
.health_skill .skill_mtentity {
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    width: fit-content;
    /* background-color: #e9ecef; */
    display: inline-block;
    margin-bottom: 7px;
    font-size: 14px;
    padding: 3px 0px;
    color: #000;
    font-weight: 600;
}
.health_skill span {
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 0px;
}
.health_skill span + span {
    margin-left: 5px;
}
.health_otherskill {
    color: #272b41;
    display: block;
    font-size: 14px;
}
.health_otherskill .otherskill_heading {
    display: inline;
}
.health_otherskill .otherskill_mtentity {
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    width: fit-content;
    /* background-color: #f4f5f7; */
    display: inline-block;
    margin-bottom: 7px;
    font-size: 14px;
    padding: 3px 0px;
    color: #000;
    font-weight: 600;
}
.health_otherskill span {
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 0px;
}
.health_otherskill span + span {
    margin-left: 5px;
}
.detail-info-mtright {
    margin-left: auto;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.detail-infos {
    margin-bottom: 15px;
}
.detail-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.detail-infos-mturl {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    list-style: none;
    text-overflow: ellipsis;
}
.detail-infos ul li {
    display: block;
    line-height: 36px;
    color: #4e4852;
}
.detail-infos ul li a {
    color: #000000;
    text-decoration: none;
}
.detail-infos ul li i {
    font-size: 15px;
    text-align: center;
}
.detail-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.detail-action .msg-btn:hover,
.detail-action .call-btn:hover {
    background-color: #ea7926;
    color: #fff !important;
}
.detail-action .fb-btn:hover {
    background-color: #3b5998;
    color: #fff !important;
}
.detail-action .ig-btn:hover {
    background: linear-gradient(
        45deg,
        #405de6,
        #5851db,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d
    );
    color: #fff !important;
}
.detail-action .yt-btn:hover {
    background-color: #ff0000;
    color: #fff !important;
}
.detail-action .ld-btn:hover {
    background-color: #0e76a8;
    color: #fff !important;
}
.detail-info-mtright .detail-action a:hover,
.detail-info-mtright .detail-action a:focus,
.detail-info-mtright .detail-action a:active {
    color: var(--dark-light);
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #272b41;
}

/* .detail-action a:hover{
    color: var(--orange);
} */
.detail-action a + a {
    margin-left: 8px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.disabled,
.btn:disabled {
    cursor: not-allowed !important;
}
.btn_back {
    font-size: 16px;
    color: #00aee1;
    text-decoration: underline;
    position: absolute;
    right: 0;
}
.clinic-booking a {
    background-color: #fff;
    border: 2px solid #20c0f3;
    border-radius: 4px;
    color: #20c0f3;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.clinic-booking a.apt-btn {
    background-color: #20c0f3;
    color: #fff;
}
.basic_tab {
    box-shadow: unset;
    margin-left: 15px;
    margin-right: 15px;
}
.basic_tab .nav-tabs {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}
.basic_tab .nav-tabs .nav-item {
    width: 25%;
}
.basic_tab .nav-tabs .nav-item.w-33 {
    width: 33%;
}
.basic_tab .nav-tabs .nav-link {
    color: #000;
    text-align: center;
}
.basic_tab .nav-tabs .nav-link.active {
    color: #20c0f3;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid #20c0f3;
}
.detail-page-timing p.date {
    font-size: 20px;
    color: #ea7926;
    font-weight: 600;
}
.detail-page-timing p.time {
    font-size: 16px;
    color: #336e68;
    font-weight: 600;
}
.widget {
    margin-bottom: 30px;
}
.widget-title {
    color: #000000;
    margin-bottom: 15px;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.experience-list > li {
    position: relative;
}
.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.before-circle {
    background-color: rgba(32, 192, 243, 0.2);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #20c0f3;
}
.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}
.experience-list > li:last-child .experience-content {
    margin-bottom: 0;
}
.experience-list > li .experience-content .timeline-content {
    color: #757575;
}
.exp-year {
    color: #20c0f3;
    margin-bottom: 2px;
}
.experience-list > li .experience-content .timeline-content a.name {
    font-weight: 500;
}
.exp-title {
    font-size: 16px;
}
.experience-list > li .experience-content .timeline-content a.name:hover {
    color: var(--orange);
}
.experience-list > li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}
.service-list {
    margin-bottom: 30px;
}
.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%;
}
.service-list ul li::before {
    color: #ccc;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.location-list {
}
.detail-page-content {
    /* border: 1px solid #f0f0f0; */
    border-radius: 4px;
    padding: 2px;
}
.detail-page-content .detail-page-content-mtname {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.detail-page-content .detail-page-content-mtname :hover {
    color: var(--orange);
}
.detail-organization-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.detail-organization-mydirection {
    color: #757575;
    font-size: 16px;
    margin-bottom: 25px;
}
.detail-location-mtcontent h6 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
    font-size: 14px;
}
.detail-organization-mydirection a {
    color: #09e5ab;
    font-weight: 500;
}
.detail-page-content .detail-organization-mydirection a {
    display: inline-block;
    margin-top: 8px;
}
.contact_detail {
    padding: 2px;
}
.contact_detail p {
    text-align: right;
    font-size: 12px;
    text-decoration: underline;
}
.contact_detail p a {
    font-size: 13px;
}
.timings-days {
    font-weight: bold;
    color: #272b41;
    margin-bottom: 5px;
}
.timings-times span {
    display: block;
}
.location-list .consult-price {
    font-size: 20px;
    font-weight: 500;
    color: #272b41;
}
.location-list + .location-list {
    margin-top: 20px;
}
.ekko-lightbox .modal-content {
    background: transparent;
    border: unset;
}
.ekko-lightbox .modal-header {
    display: block !important;
    background-color: transparent;
    padding: 0;
    border-bottom: unset;
}
.ekko-lightbox .modal-header h4 {
    display: none;
}
.ekko-lightbox .modal-header button.close {
    background: transparent;
    font-size: 28px;
    text-shadow: unset;
    justify-content: right;
}
.ekko-lightbox .modal-body {
    padding: 0;
    background-color: #f5f5f5;
}
.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0;
}
.listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
}
.listing-day.current {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.listing-day .day {
    font-weight: 500;
}
.listing-day.current .day {
    font-weight: bold;
}
.listing-day.current .day span {
    display: block;
    font-weight: normal;
}
.time-items {
    color: #757575;
}
.time-items > span {
    display: block;
    text-align: right;
}
.time-items > span.open-status {
    margin-bottom: 3px;
}
.status_badge {
    cursor: pointer;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: small;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}
.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}
.time-items > span {
    display: block;
    text-align: right;
}
.listing-day:last-child {
    margin-bottom: 0;
}

/* Health Alert */
.healther_alert_main {
    margin-bottom: 60px;
}
.health_alert_mtlist {
    padding: 40px;
    background-color: #e9ecef;
}

.healther_alert_mtcontent {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.health_alert_mtdate {
    border-radius: 4px;
    position: sticky;
    padding: 10px;
    text-align: center;
    max-width: 190px;
    background-color: #1f6d68;
    /* margin: 0 auto */
}
.health_alert_mtdate span {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
}
.health_alert_mtdate .month {
    font-size: 24px;
    font-weight: 600;
    line-height: initial;
}
.health_alert_mtdate .day {
    font-size: 48px;
    font-weight: bold;
    line-height: initial;
}
.health_alert_mtdate .year {
    font-size: 24px;
    font-weight: 600;
    line-height: initial;
}
.healther_alert_main .actions-toolbar {
    text-align: center;
}
.health_alert_mtcontent {
    line-height: 20px;
    font-size: 14px;
}
.health_alert_btn {
    height: 40px !important;
}
/* Load more content */
#info + .readmore-js-toggle {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999;
    font-weight: bold;
}
.btn-load-mtmore,
.btn-load-mtless {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.btn-load-mtmore:hover,
.btn-load-mtless:hover {
    color: var(--dark-light);
}
.btn-load-mtmore:after {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1) 85%
    );
    bottom: 100%;
    content: "";
    display: inline-block;
    height: 150px;
    position: absolute;
    right: 0;
    width: 100%;
}
/* Button */
.actions-toolbar div.primary,
.actions-toolbar div.secondary,
.actions-toolbar div.quaternary,
.actions-toolbar div.tertiary,
.actions-toolbar div.quinary,
.actions-toolbar div.senary,
.actions-toolbar div.septenary,
.actions-toolbar div.octonary {
    display: inline-block;
}
.link-btn {
    font-size: 16px;
    font-weight: 500;
    color: #ff7b1d;
}
.link-btn:hover {
    color: #ff9950;
}
.primary-btn {
    padding: 10px 30px;
    border-radius: 4px;
    background-color: #ff7b1d;
    font-weight: 600;
    font-size: 16px;
}
.primary-btn:hover {
    background-color: #ff9950;
    color: #ffffff;
}
.btn_mt_primary i {
    margin-right: 10px;
}
.secondary-btn {
    padding: 7px 20px;
    background-color: #c5c5c5;
    color: #000;
    /* display: inline-flex; */
    /* justify-content: center; */
    /* min-width:170px; */
    font-size: 14px;
    border: unset;
    border-radius: 4px;
    min-width: 150px;
    font-weight: 600;
    width: 100%;
    max-width: max-content;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}
.secondary-btn:hover {
    background-color: #dedede;
    color: #000000;
}
#dynamicAddRemove {
    border: unset;
}
#dynamicAddRemove tbody td {
    border-top: unset;
}
.btn_add_mtinput,
.btn_add_mtinput_time {
    background-color: #ea7926;
    color: #fff;
    border: unset;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 6px;
    height: 40px;
    width: 40px;
}
.btn_remove_mtinput,
.btn_remove_mtinput_time {
    background-color: #f44336;
    color: #fff;
    border: unset;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 40px;
    width: 40px;
}
.actions-toolbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5px 10px;
    transition: all ease 0.4s;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    border: unset;
    height: 40px;
    min-width: 150px;
    border-radius: 6px;
}
.btn_mt_primary {
    color: #ffffff;
    background: #ff7b1d;
}
.btn_mt_secondary {
    background: #1f6d68;
    color: #ffffff;
}
.btn_mt_tertiary {
    background: #1f6d68;
    color: #ffffff;
}
.btn_mt_quaternary {
    background: #fff;
    color: #000;
    /* border:1px solid #000; */
}
.btn_mt_quinary {
    background: #ecedf3;
    color: #000;
}
.btn_mt_back {
    background-color: #fff;
    border: 1px solid #00aee1 !important;
    color: #00aee1;
}
.btn_mt_back:focus,
.btn_mt_back:active,
.btn_mt_back:hover {
    background-color: #fff;
    border: 1px solid #00aee1;
    color: #00aee1;
}
.btn_mt_primary:focus,
.btn_mt_primary:active,
.btn_mt_primary:hover {
    background: #ff9950;
    color: var(--white) !important;
}

.btn_mt_quaternary:hover,
.btn_mt_quaternary:active,
.btn_mt_quaternary:focus {
    color: #000 !important;
}
.btn_mt_secondary:hover,
.btn_mt_secondary:active,
.btn_mt_secondary:focus {
    background: #1f6d68d1;
    color: #ffffff;
}
.btn_mt_tertiary:hover,
.btn_mt_tertiary:active,
.btn_mt_tertiary:focus {
    background: #ecedf3;
    color: #000;
}
.btn_mt_quinary:hover,
.btn_mt_quinary:active,
.btn_mt_quinary:focus {
    background: #ecedf3;
    color: #000;
}
.back-to-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
    display: block;
    width: 100%;
}
.back-to-btn:hover {
    color: #444;
}
.back-to-btn i {
    margin-right: 10px;
}
.btn-outline-mtdanger {
    color: red;
    background-color: transparent;
    border: 1px solid red;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    width: 110px;
    opacity: 1 !important;
}

.btn-outline-mtdanger:hover,
.btn-outline-mtdanger:focus {
    color: red !important;
}
.btn-outline-mtdanger:disabled {
    cursor: text !important;
}
.btn_text_show {
    display: block;
}
.btn_text_hide {
    display: none;
}
/* Button End */
select {
    color: #495057;
    /* font-weight: 600; */
}
option:not(:first-of-type) {
    color: #495057;
    /* font-weight: 600; */
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057;
    /* font-weight: 600; */
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057;
    /* font-weight: 600; */
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057;
    /* font-weight: 600; */
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #495057;
    /* font-weight: 600; */
}
.white-bg {
    background: #ffffff;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    color: #ffffff;
    right: 25px;
    z-index: 99999;
    display: none;
    padding: 8px 13px;
    font-size: 18px;
    border-radius: 4px;
    background-color: var(--orange);
}
.color-orange {
    color: var(--orange);
}

.mt_tags ul {
    margin: 0;
    padding: 0;
}
.mt_tags ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 5px 0px 0px;
}
.mt_tags ul li span {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #444;
    padding: 3px 20px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.basic_tab .tab-content > .tab-pane {
    padding: 20px;
}
/* Radio Button */
::selection {
    color: var(--white);
    background-color: var(--black);
}
::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}
.checkbox:checked ~ .background-color {
    background-color: var(--white);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: "unicons";
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.checkbox:not(:checked) + label:before {
    content: "\eac1";
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow:
        0 4px 4px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(26, 53, 71, 0.07);
}
.checkbox:checked + label:before {
    content: "\eb8f";
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow:
        0 4px 4px rgba(26, 53, 71, 0.25),
        0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p {
    color: var(--dark-blue);
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    width: 30%;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: var(--orange);
    border: 2px solid var(--orange);
    font-size: 16px;
    border-radius: 8px;
    font-weight: 700;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.custom_status_radioButton [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    display: none;
}
.checkbox-tools:not(:checked) + label {
    background-color: var(--white);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label {
    background-color: var(--orange);
    color: var(--white);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked
    ~ .section
    .container
    .row
    .col-12
    .checkbox-tools:not(:checked)
    + label {
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 260px;
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.checkbox-budget:not(:checked) + label {
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-budget:checked + label {
    background-color: transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.checkbox-budget:not(:checked) + label span::before {
    max-height: 0;
}
.checkbox-budget:checked + label span::before {
    max-height: 100%;
}

.checkbox:checked
    ~ .section
    .container
    .row
    .col-xl-10
    .checkbox-budget:not(:checked)
    + label {
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked + label,
.checkbox-booking:not(:checked) + label {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding: 0;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.checkbox-booking:not(:checked) + label::before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-booking:checked + label::before {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:not(:checked) + label:hover::before {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:checked + label::before,
.checkbox-booking:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.checkbox-booking:not(:checked) + label::before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.checkbox-booking:checked + label::after,
.checkbox-booking:not(:checked) + label::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.checkbox-booking:checked + label::after {
    opacity: 0;
}
.checkbox-booking:checked + label .uil,
.checkbox-booking:not(:checked) + label .uil {
    font-size: 20px;
}
.checkbox-booking:checked + label .text,
.checkbox-booking:not(:checked) + label .text {
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.checkbox-booking:checked + label .text {
    opacity: 0.6;
}
.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.checkbox-booking:not(:checked) + label .text::after {
    width: 0;
}
.checkbox-booking:checked + label .text::after {
    width: 100%;
}

.checkbox:checked
    ~ .section
    .container
    .row
    .col-12
    .checkbox-booking:not(:checked)
    + label,
.checkbox:checked
    ~ .section
    .container
    .row
    .col-12
    .checkbox-booking:checked
    + label {
    background-color: var(--light);
    color: var(--dark-blue);
}
.checkbox:checked
    ~ .section
    .container
    .row
    .col-12
    .checkbox-booking:checked
    + label::after,
.checkbox:checked
    ~ .section
    .container
    .row
    .col-12
    .checkbox-booking:not(:checked)
    + label::after {
    background-color: var(--light);
}
/* Checkbox Switch */
.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md
    .custom-control-input:checked
    ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* Listing Page */
.list_page_01,
.list_page_02 {
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 2px solid #dddddd;
    border-radius: 4px;
}
.list_page_01_thumb {
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 15px 20px;
}
.list_page_01_caption {
    padding: 0 15px;
    text-align: center;
    position: relative;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.list_page_02 .list_page_01_caption {
    height: 100px;
}
.list_page_02 .list_page_01_caption.auto {
    height: auto;
}
.list_page_01_footer {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 25px 10px;
    border-top: 1px solid #e6eaef;
}
.list_page_02 .list_page_01_footer {
    border: none;
}
.footer-app-store-icon {
    height: 55px;
    margin-top: 5px;
    width: 180px;
    /* border: 1px solid #fff; */
}
.main-layout
    #event_listing_page
    .search-results-list
    .search-results-list-item.clicked
    .list_result_wraps {
    background-color: #f5f5f5;
}
.main-layout
    #event_listing_page
    .search-results-list
    .search-results-list-item.hovered
    .list_result_wraps {
    background-color: #eeeeee;
}
.left-arrow {
    position: absolute;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.98); */
    background: transparent;
}
.left-arrow:after {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    height: 100%;
    width: 50px;
    content: "";
    pointer-events: none;
    /* background: rgba(255,255,255,0.5); */
    backdrop-filter: blur(-13px);
    background-color: rgb(255 255 255 / 95%);
}
.left-arrow-button {
    background-color: rgba(255, 255, 255, 0.98);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.right-arrow {
    position: absolute;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: 0;
    /* background-color: rgba(255, 255, 255, 0.98); */
    background: transparent;
}
.right-arrow::before {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    height: 100%;
    width: 50px;
    content: "";
    pointer-events: none;
    /* background: rgba(255,255,255,0.5); */
    backdrop-filter: blur(-13px);
    background-color: rgb(255 255 255 / 95%);
}
.right-arrow-button {
    background-color: rgb(255 255 255 / 95%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mt-search-primary-filter .dropdown {
    position: static;
}
#menu-container {
    position: relative;
    width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
#btn-nav-previous {
    display: block;
    cursor: pointer;
    border-radius: 16px;
    height: 32px;
    margin: 0 12px;
    width: 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#btn-nav-next {
    border-radius: 16px;
    cursor: pointer;
    height: 32px;
    margin: 0 12px;
    width: 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.menu-inner-box {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-y: scroll;
}
.menu-inner-box::-webkit-scrollbar {
    display: none;
}
.menu-inner-box::-webkit-scrollbar {
    display: none;
}
.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
}
.menu-item {
    height: 100%;
    padding: 0px 25px;
    color: #fff;
    display: inline;
    margin: 0 auto;
    line-height: 57px;
    text-decoration: none;
    text-align: center;
    white-space: no-wrap;
}
.menu-item:hover {
    text-decoration: underline;
}
.left-arrow .left-arrow-button #btn-nav-previous img {
    height: 18px;
    width: 18px;
}
.right-arrow .right-arrow-button #btn-nav-next img {
    height: 18px;
    width: 18px;
}
/* Multiple Image  */
.image-wrapper {
    display: inline-block;
    width: 100%;
}
.image-wrapper .image-item {
    width: 180px;
    height: 180px;
    margin-right: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    background-image: url(../images/icon/placeholder_image.svg);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    float: left;
    background-size: 80%;
    background-position: center;
}
.bg-unset {
    background-image: unset !important;
}
.image-wrapper .image-item .remove-image {
    background-color: #ababab6b; /* #f0f0f0; */
    /* border-radius: 0 0 4px 4px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    /* border-bottom-left-radius: 9px; */
    /* border-bottom-right-radius: 9px; */
    text-align: center;
    color: #000;
    text-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    margin-right: 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 0px;
}
.image-wrapper .image-item .add-image-btn {
    background-image: linear-gradient(
        -180deg,
        rgb(0 0 0 / 15%),
        rgb(0 0 0 / 41%)
    );
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    margin-right: 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 0px;
}
.image-wrapper .image-item.has-image {
    background-image: none;
}
.image-wrapper .image-item img.preview {
    width: 100%;
    height: 100%;
}
.image-wrapper .image-item input {
    display: none;
}
.image-wrapper .image-item input {
    display: none;
}
#add_more_mtimage {
    display: inline-block;
    width: auto;
    background: #206e69;
    padding: 5px 20px;
    box-shadow:
        0 1px 4px 0 rgb(0 0 0 / 20%),
        0 0 8px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font: inherit;
}
.form-group label.error {
    color: #f44336;
}
/* FAQs */
.accordion_mtcollapse_faq {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    background: #f7f7f7;
}
.accordion_mtcollapse_faq > .card {
    background-color: #f7f7f7 !important;
    border-radius: 12px !important;
}
.accordion_mtcollapse_faq .card-body {
    background-color: #f7f7f7;
    border: unset;
    padding: 7px 15px 15px;
    color: #212529 !important;
    /* padding: 7px 15px 15px;
    color: #848484 !important;
    border-right: 1px solid rgba(132, 132, 130, 0.25) !important;
    border-left: 1px solid rgba(132, 132, 130, 0.25) !important; */
}
.accordion_mtcollapse_faq > .card {
    /* box-shadow: 0 8px 6px -6px rgb(132 132 130); */
}
.accordion_mtcollapse_faq > .card > .card-header {
    background: unset;
    border-bottom: unset;
    border: none;
    border-radius: 12px !important;
}
.accordion_mtcollapse_faq .btn-mtcollapse_faq {
    /* color: #848484 !important; */
    color: #212529 !important;
    background-color: #fff;
    padding: 10px !important;
    border: 1px solid rgba(132, 132, 130, 0.25) !important;
    border-radius: 1px !important;
    height: auto;
}
.accordion_mtcollapse_faq > .card > .card-header .btn.btn-link::after {
    display: none !important;
}
.btn-mtcollapse_faq span {
    width: 94%;
    display: inline-block;
    white-space: break-spaces;
}
.btn-mtcollapse_faq i {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -5px;
}
.accordion_mtcollapse_faq
    > .card
    > .card-header
    .btn.btn-link[aria-expanded="false"]
    i::before {
    content: "\e61a";
    font-family: "themify";
    display: inline-table;
    vertical-align: middle;
    font-weight: 900;
    color: #848484;
    background-color: transparent;
    right: 0;
    position: relative;
    top: 0;
}
.accordion_mtcollapse_faq
    > .card
    > .card-header
    .btn.btn-link[aria-expanded="true"]
    i::before {
    content: "\e622";
    font-family: "themify";
    display: inline-table;
    vertical-align: middle;
    font-weight: 900;
    color: #848484;
    background-color: transparent;
    right: 0;
    position: relative;
    top: 0;
}
/* Privacy Policy */
.content_mtprivacy h5 {
    color: #848482;
}
.content_mtprivacy h6 {
    color: #848482;
}
.content_mtprivacy ul {
    margin: 0;
    padding: 0;
}
.content_mtprivacy ul li {
    color: #848482;
    font-size: 14px;
}
.content_mtprivacy p {
    color: #848482;
}
/* Calculator */
.container-fluid .bg-blue {
    background: var(--blue);
}
.container-fluid .bg-white {
    background: #fff;
}
.center-flex {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.calculator_mtcontent {
    padding: 80px 80px 150px;
    max-height: 850px;
}
.calculator_mtimg {
    max-height: 850px;
    padding: 80px 80px 150px;
}
.calculator_mtformula {
    max-height: 850px;
    padding: 80px 15px 150px;
}
.calculator_mtimg img {
    height: 480px;
}
#collapseCalculator ul {
    max-height: 420px;
    overflow: auto;
}
#accordionCalculator {
    border: 1px solid #c5c5c5;
}
#accordionCalculator > .card {
    margin-bottom: 0;
}
#accordionCalculator > .card > .card-header {
    border-bottom: unset;
}
#accordionCalculator > .card > .card-header .btn.btn-link {
    background-color: #c5c5c5;
    color: var(--black);
    padding: 15px;
    line-height: 14px;
}
#accordionCalculator
    > .card
    > .card-header
    .btn.btn-link[aria-expanded="false"]:after {
    content: "\e64b";
    color: var(--black);
    font-size: 14px;
}
#accordionCalculator
    > .card
    > .card-header
    .btn.btn-link[aria-expanded="true"]:after {
    color: var(--black);
    content: "\e648";
    font-size: 14px;
}
#accordionCalculator #collapseCalculator ul li a:hover {
    color: var(--dark-light);
}
#accordionCalculator #collapseCalculator ul {
    padding: 0;
    margin: 0;
}
#accordionCalculator #collapseCalculator ul li {
    padding: 9px 0;
}
#accordionCalculator #collapseCalculator ul li #cal1:hover {
    color: var(--dark-light);
}
#accordionFormula {
    border: 1px solid #c5c5c5;
}
#accordionFormula > .card {
    margin-bottom: 0;
}
#accordionFormula > .card > .card-header {
    border-bottom: unset;
}
#accordionFormula > .card > .card-header .btn.btn-link {
    background-color: #c5c5c5;
    color: var(--black);
    padding: 15px;
    line-height: 14px;
}
.main_mtcalculator
    .mt-search-filters-bar
    .search-filters-bar-listing
    .mt-search-primary-filter {
    padding: 12px;
    background-color: #f3f0ff;
    position: relative;
    border-radius: 7px;
    line-height: 16px;
    border: 1px solid gray;
    cursor: pointer;
}
/* 404 */
.error_page h1,
.error_page h2,
.error_page h5 {
    color: var(--black);
}
.error_page .content_error_mtpage p {
    color: var(--black);
    font-size: 22px;
    line-height: initial;
}
.links_error_mtpage a {
    display: inline-block;
    background-color: var(--orange);
    padding: 10px 30px;
    width: 26%;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
/*Login /Register */
#user_register .field-icon {
    float: right;
    margin-right: 30px;
    margin-top: 13px;
    position: absolute;
    z-index: 2;
    right: 0;
}
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: 13px;
    position: absolute;
    z-index: 2;
    right: 0;
}
.fa-times {
    color: red;
}
/* user Dashbaord */
.user_dashboard_content {
    min-height: 200px;
    /* margin-bottom:50px; */
    padding: 30px 0 50px;
}
.user_dashboard_content .card {
    min-height: 655px;
    margin-bottom: 0;
    border-radius: 10px;
}
.user_dashboard .actions-toolbar {
    text-align: right;
}
.d-navigation ul li a:focus i,
.d-navigation ul li a:hover i,
.d-navigation ul li.active a i,
.d-navigation ul li a:focus span,
.d-navigation ul li a:hover span,
.d-navigation ul li.active a span {
    color: white;
}
.d-navigation ul li a:focus,
.d-navigation ul li a:hover,
.d-navigation ul li.active a {
    background-color: #ea7926;
}
.d-navigation ul > li > ul > li > a {
    padding: 10px 45px;
}
/*-----------------
	DataTable
-----------------------*/

.datatable_mt.table {
    color: #272b41;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #f8f9fa;
}
.datatable_mt.table.no-border > tbody > tr > td,
.datatable_mt.table > tbody > tr > th,
.datatable_mt.table.no-border > tfoot > tr > td,
.datatable_mt.table.no-border > tfoot > tr > th,
.datatable_mt.table.no-border > thead > tr > td,
.datatable_mt.table.no-border > thead > tr > th {
    border-top: 0;
    padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}
.datatable_mt.table .dataTable {
    border-collapse: collapse !important;
}
.datatable_mt.table tr th {
    font-size: 16px;
    font-weight: 600;
}
.datatable_mt.table tr td {
    font-size: 15px;
    font-weight: 500;
}
table.datatable_mt.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
table.table td h2.table-avatar-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
.table_avatar_mtimage {
    width: 2.5rem;
    height: 2.5rem;
}
table.table td h2 a {
    color: #272b41;
}
table.table td h2 a:hover {
    color: #09dca4;
}
table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table tbody tr:last-child {
    border-color: transparent;
}
.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
    color: #474648;
}
.table-striped thead tr {
    border-color: transparent;
}
.table-striped tbody tr {
    border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4);
}
.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}
.card-table .card-body {
    padding: 0;
}
.card-table .card-body .table > thead > tr > th {
    border-top: 0;
}
.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
    padding-left: 1.5rem;
}
.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
    padding-right: 1.5rem;
}
.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}
.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}
.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}
#datatable .btn-sm {
    margin: 0px 2px;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.link_mt_a,
.link_mt_a:hover {
    color: var(--blue);
    text-decoration: underline;
}
.datatable_mt tr td img {
    width: 96px;
    height: 72px;
}
.table_action_btn {
    background-color: teal;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
    width: 70px !important;
}
/*-----------------
    Profile
-----------------------*/

.add-new-btn {
    background-color: #0de0fe;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn:active {
    background-color: #0de0fe;
    color: #fff;
}
.patient-info {
    margin-top: 15px;
}
.patient-info ul {
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    margin: 0;
}
.patient-info ul li {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
}
.patient-info ul li + li {
    margin-top: 15px;
}
.patient-info ul li i {
    width: 18px;
}
.patient-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}
/*-----------------
	Profile Settings
-----------------------*/

.profile-image img {
    margin-bottom: 1.5rem;
}
.change-photo-btn {
    background-color: var(--light);
    border-radius: 50px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 10px;
    position: relative;
    transition: 0.3s;
    text-align: center;
    width: 220px;
}
.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}
.dropzone {
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, 0.1);
}
.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.upload-images {
    position: relative;
    width: 80px;
}
.upload-images img {
    border-radius: 4px;
    height: 80px;
    width: auto;
}
.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.upload-wrap .upload-images + .upload-images {
    margin-left: 20px;
}
.contact-card .card-body {
    padding-bottom: 0.625rem;
}
.custom_price_cont {
    margin-top: 20px;
}
.btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.add-more a {
    color: #20c0f3;
}
.bootstrap-tagsinput {
    border-color: #dcdcdc;
    box-shadow: inherit;
    min-height: 46px;
    width: 100%;
    border-radius: 0;
}
.bootstrap-tagsinput.focus {
    border-color: #bbb;
}
.bootstrap-tagsinput .tag {
    background-color: #20c0f3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
    padding: 11px 15px;
    border-radius: 0;
}
.services-card .bootstrap-tagsinput input {
    width: 160px;
}
.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}
.submit-section .submit-btn + .submit-btn {
    margin-left: 15px;
}
.image_profile_mtlogo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0 0 8px 3px #b8b8b8;
    position: relative;
}
.image_profile_mtlogo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.image_profile_mtlogo a {
    position: absolute;
    top: 90px;
    right: -2px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: black;
    box-shadow: 0 0 8px 3px #b8b8b8;
}
.fa-lg {
    font-size: 1em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.modal_image_profile_mtlogo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 0 8px 3px #b8b8b8;
    position: relative;
}
.modal_image_profile_mtlogo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.modal_save_organization_mtlogo {
    background-color: #f5f5f5;
    color: #ff7b1d !important;
    border-radius: 30px;
}
.modal_save_organization_mtlogo:hover {
    color: #4fb3cd !important;
}
/*-----------------
	Dashboard
-----------------------*/
.menu-toggle-button-close {
    display: none;
}
.profile-sidebar-menu {
    position: sticky;
    top: 20px;
}

.profile-sidebar {
    background-color: #1f6d68;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px;
    /* overflow: hidden; */
}
.pro-widget-content {
    /* border-bottom: 1px solid #f0f0f0; */
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.profile-det-info {
    overflow: hidden;
}
.profile-det-info h3 {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    margin: 0px;
    background-color: #0e5854;
}
.profile-det-info h4 {
    font-size: 12px;
    color: #fff;
    background-color: #0e5854;
}
.patient-details h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.patient-details h5 i {
    width: 18px;
    color: #fff;
}
.profile-head h5 {
    color: #000000;
    margin-bottom: 0;
    line-height: 45px;
}
.dashboard-menu ul {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.dashboard-menu ul .border-bottom-line {
    /* border-top: 2px solid teal; */
}
.dashboard-menu ul li {
    line-height: inherit;
}
.dashboard-menu > ul > li {
    /* border-bottom:1px solid #f0f0f0; */
    position: relative;
}
.dashboard-menu > ul > li:last-child {
    border-bottom: 0;
}
.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}
.dashboard-menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}
.dashboard-menu > ul > li.mm-active > a {
    background-color: #ea7926;
    color: #fff;
}
.dashboard-menu > ul > li.mm-active > a i {
    color: #fff;
}
#metismenu li ul {
    background-color: #1f6d68;
}
#metismenu li ul li {
    border-bottom: 1px solid #d7d7d7;
}
.metismenu .has-arrow[aria-expanded="true"]::after,
.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow:hover::after,
.metismenu .has-arrow:focus::after {
    color: white;
}
/* .dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
	color:#fff;
} */
.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
    /* color: teal; */
}
.metismenu .has-arrow::after {
    color: #fff !important;
}
.dashboard-menu ul li a span {
    color: #fff;
}
.unread-msg {
    background-color: #09e5ab;
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/*-----------------
	Profile Settings
-----------------------*/

.change-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.change-avatar .profile-img {
    margin-right: 15px;
}
.change-avatar .profile-img img {
    border-radius: 4px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 110px;
    height: 45px;
    cursor: pointer;
    line-height: 30px;
}
.change-avatar .change-photo-btn span {
    cursor: pointer;
    z-index: 999;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
    padding: 0;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

/*-----------------
	List
-----------------------*/

.widget-profile {
    background-color: #1f6d68;
    /* border-bottom: 1px solid #f0f0f0; */
}
.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}
.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    /* background-color: #f7f7f7; */
    border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.appointment-list .profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
}
.appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.appointments .appointment-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
}
.appointments .appointment-list:last-child {
    margin-bottom: 30px;
}
.appointments .appointment-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.appointment-action a + a {
    margin-left: 5px;
}
.appointment-action a {
    font-size: 13px;
}
.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-details li .title {
    color: #272b41;
    font-weight: 500;
}
.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.info-details li {
    margin-bottom: 10px;
}
.info-details li:last-child {
    margin-bottom: 0;
}
/* Pricng Page */

/* .container-fluid,.container {
    margin:auto;
  padding:0px 15px;
  max-width:1200px;
} */

/* input,textarea,select,button{
    margin: 5px 0px ;
    font-size:13px !important;
    border-radius:0px;
} */
/* input[type=text],input[type=password],textarea,input[type=email],select,textarea{
    width: 100%;
    border:1px solid #DADADA;
    padding: 5px 10px;
    height:45px;
}
input[type=submit],input[type=button],input[type=reset],button{
    border:none;
    font-size: 11px;
  border-radius:3px;
  height:45px;
  color:#FFF;
} */

.btn:hover,
.btn:focus {
    cursor: pointer;
    color: #fff;
}
input[type="radio"] {
    margin: 0px;
    padding: 0px;
    height: auto;
}
.form-control {
    box-shadow: none !important;
    border-radius: 4px;
    /* background: #f2f4f5; */
    border: 1px solid #c5c5c5;
}
.form-control.with-light {
    border-radius: 4px;
    background: #f2f4f5;
}
.form-control.with-white {
    border-radius: 4px;
    background: #fff;
}
.form-control:focus {
    border: 1px solid #ccc;
}
.btn:focus {
    box-shadow: none !important;
}

textarea {
    width: 100%;
}
input[type="reset"] {
    margin-left: 10px;
}
textarea {
    min-height: 100px;
}
a {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration: none !important;
    /* color: inherit !important; */
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}

.pricing-table-container {
    padding: 50px 0px;
}
.description {
    padding: 15px 0px;
}
.description a {
    padding: 10px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.description a.active {
    background-color: #fff;
    padding-left: 25px;
}

/* DEMO 01 */
.pricing-table-3 {
    background-color: #fff;
    /* margin:15px auto; */
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    /* max-width:300px; */
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    /* min-height:250px; */
    transition: all ease-in-out 0.25s;
}
.pricing-table-3:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.pricing-table-3.basic .price {
    background-color: #4fb3cd;
    color: #fff;
}
.pricing-table-3.premium .price {
    background-color: #ff9f00;
    color: #fff;
}
.pricing-table-3.business .price {
    background-color: #b9b9b9;
    color: #fff;
}
.pricing-table-3 .pricing-table-header {
    color: #fff;
    /* position:absolute; */
    z-index: 5;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
}
.pricing-table-3 .pricing-table-header p {
    margin-bottom: 0px;
}
.pricing-table-3.orange .pricing-table-header {
    background-color: #ea7926;
}
.pricing-table-3.teal .pricing-table-header {
    background-color: #336e68;
}
.pricing-table-3 .pricing-table-header .title {
    font-size: 18px;
    text-transform: uppercase;
}
.pricing-table-3 .pricing-table-header .plan_price {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 75px;
}
.pricing-table-3.teal .pricing-table-header .payment_type {
}
/* .pricing-table-3 .pricing-table-header p{
  font-size:13px;
  /* opacity:0.7; */
/* } */
/* .pricing-table-3 .pricing-table-header::before{
  content:"";
  position:absolute;
  left:-50px;
  right:-180px;
  height:125px;
  top:-30px;
  background-color:#212121;
  z-index:-1;
  transform:rotate(-20deg)
} */

.pricing-table-3 .price {
    position: absolute;
    top: 0px;
    text-align: right;
    padding: 150px 20px 0px 0px;
    right: 0px;
    left: 0px;
    font-size: 36px;
    z-index: 4;
}
.pricing-table-3 .price::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100px;
    bottom: -40px;
    background-color: inherit;
    transform: skewY(10deg);
    z-index: -1;
    box-shadow: 0px 5px 0px 5px rgba(0, 0, 0, 0.05);
}
.pricing-table-3.orange {
    border: 1px solid #ea7926;
}

.pricing-table-3 .pricing-body {
    padding: 25px;
    /* padding-top:290px; */
}
.pricing-table-3 .pricing-table-ul {
    height: 270px;
}
.pricing-table-3 .pricing-table-ul li {
    color: #000;
    font-size: 13px;
    line-height: 36px;
    /* padding:10px; */
    /* border-bottom:1px solid rgba(0,0,0,0.1); */
}
.pricing-table-3 .pricing-table-ul img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.pricing-table-3 .pricing-table-ul li i {
    color: #336e68;
    font-size: 16px;
    margin-right: 10px;
}
.get_more_btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 8px;
    color: #fff;
    border-radius: 15px;
    width: 180px;
}
.get_start_plan1 {
    background-color: #336e68;
}
.get_start_plan2 {
    background-color: #ea7926;
}
.get_more_btn:hover {
    color: #fff;
}
.pricing-table-3 .pricing-table-ul .fa {
    margin-right: 10px;
}
.pricing-table-3.basic .pricing-table-ul .fa {
    color: #28b6f6;
}
.pricing-table-3.premium .pricing-table-ul .fa {
    color: #ff9f00;
}
.pricing-table-3.business .pricing-table-ul .fa {
    color: #9e9e9e;
}
.pricing-table-3 .view-more {
    margin: 10px 20px;
    display: block;
    text-align: center;
    background-color: var(--orange);
    padding: 10px 0px;
    color: #fff;
}
.pricing-table-3 .view-more:hover {
    background-color: #ff9950;
    color: var(--white) !important;
}
/* Pricing Box 2 */

.pricingTable {
    font-family: "Josefin Sans", sans-serif;
    background: #efefef;
    text-align: center;
    margin: 15px auto;
    max-width: 300px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.pricingTable .pricingTable-header {
    color: #fff;
    background-color: var(--orange);
    padding: 30px 20px 15px;
    margin: 0 0 20px;
    /* border-radius: 45px 45px 0 0; */
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.4) inset; */
}
.pricingTable .title {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    margin: 0 0 10px;
}
.pricingTable .price-value {
    text-align: center;
    display: block;
    /* width: 210px; */
    margin: 0 auto;
}
.pricingTable .price-value .currency {
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    display: inline-block;
    position: relative;
    top: -15px;
    /* float: left; */
}
.pricingTable .price-value .amount {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
}
.pricingTable .price-value .duration_amount {
    margin-right: 5px;
    display: inline-block;
}
.pricingTable .price-value .amount-sm {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    display: block;
}
.pricingTable .price-value .duration {
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    line-height: 17px;
    display: block;
}
.pricingTable .icon {
    color: var(--orange);
    font-size: 60px;
    line-height: 50px;
    margin: 0 0 15px;
}
.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li {
    color: #adabab;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 0 8px 30px;
    margin: 0 0 13px;
    border-bottom: 1px solid #adabab;
    position: relative;
}
.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
    border: none;
}
.pricingTable .pricing-content li:before {
    content: "\f00c";
    color: var(--orange);
    font-size: 18px;
    line-height: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}
.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
}
.pricingTable .pricingTable-signup {
    background-color: var(--orange);
    /* padding: 40px 0 15px; */
    border-radius: 0 0 5px 5px;
    /* box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset; */
    /* overflow: hidden; */
    position: relative;
}
.div_badge_image {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}
.div_badge_image img {
    top: -35px;
    min-width: 20px;
    position: absolute;
    margin-left: 0;
    right: -240px;
}
/* .pricingTable .pricingTable-signup:before{
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 1;
} */
.pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 18px;
    padding: 20px 10px;
    font-weight: 500;
    display: block;
    line-height: 25px;
    /* text-transform: uppercase; */
    text-shadow: 0 0 5px rgb(0 0 0 / 20%);
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover {
    background-color: #ff9950;
    color: var(--white) !important;
}
.pricingTable.pink .pricingTable-header,
.pricingTable.pink .pricingTable-signup {
    background: linear-gradient(to bottom, #f03db5, #fe953a);
}
.pricingTable.pink .pricing-content li:before,
.pricingTable.pink .icon {
    color: #f03db5;
}
.pricingTable.purple .pricingTable-header,
.pricingTable.purple .pricingTable-signup {
    background: linear-gradient(to bottom, #ce41ff, #7e42fa);
}
.pricingTable.purple .pricing-content li:before,
.pricingTable.purple .icon {
    color: #ce41ff;
}
.pricingTable .pricing-content li.disable:before {
    color: #ababab;
}
.grecaptcha-badge {
    bottom: 80px !important;
    z-index: 9999;
}
@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 40px;
    }
}
.bredcrumb_wrap nav .breadcrumb {
    background: #fff;
    padding: 10px 20px;
    margin-top: 0px;
    border-radius: 10px;
}
.bredcrumb_wrap nav .breadcrumb .breadcrumb-item {
    line-height: 16px;
}
.bredcrumb_wrap nav .breadcrumb .breadcrumb-item a {
    color: #336e68;
    font-size: 16px;
    font-weight: 600;
}
.bredcrumb_wrap nav .breadcrumb .breadcrumb-item.active {
    color: #ea7926;
    font-weight: 600;
}
.bredcrumb_wrap .breadcrumb-item + .breadcrumb-item::before {
    color: #336e68;
    font-size: 14px;
    font-weight: 600;
}
.billing_mtpage {
    position: relative;
    width: 100%;
    padding: 2em;
    background: #fff;
    border-radius: 10px;
}
.billing_mtpage .title {
    color: #336e68;
    font-size: 36px;
    margin-bottom: 30px;
}
.checkout_sidebar {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fbfbfb;
}
.checkout_sidebar .title {
    color: #336e68;
    font-size: 28px;
    margin-bottom: 30px;
}
.checkout_sidebar .card-header {
    border-bottom: 2px solid #eaeff5;
}
.order-summary {
    padding-left: 15px;
    padding-right: 15px;
}
.order-summary .order-summary-item-wrap ul.order-summary-subtotal,
.order-summary .order-summary-item-wrap ul.order-summary-tax {
    padding: 0;
    list-style: none;
}
.order-summary .order-summary-item-wrap ul.order-summary-subtotal li,
.order-summary .order-summary-item-wrap ul.order-summary-tax li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 15px;
}
.order-summary .order-summary-item-wrap ul.order-summary-subtotal li span,
.order-summary .order-summary-item-wrap ul.order-summary-tax li span {
    float: right;
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}
.order-summary-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.order-summary-total ul.order-summary-total-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.order-summary-total ul.order-summary-total-list li span {
    font-size: 18px;
    font-weight: 600;
    color: #272b41;
}
.order-summary-total ul.order-summary-total-list li .total-cost {
    color: var(--black);
    font-size: 16px;
    float: right;
}
#paypal-merchant-form .paypal-button {
    background: #ffc439;
    color: #2c2e2f;
    display: inline-block;
    text-align: center;
    height: 100%;
    position: relative;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
}
#paypal-merchant-form #paypal_btn {
    position: relative;
    top: 50%;
    /* transform: translateY(-50%); */
    vertical-align: middle;
    height: 100%;
    text-align: left;
}
/* Thankyou */
.payment_success_mticon i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 70px;
    height: 70px;
    border: 2px solid #4caf50;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #4caf50;
}
/* News */
.news_img {
    height: 100%;
    width: 100%;
}
.news_grid_image {
    height: 100vh;
    max-height: 230px;
}
.state-news-listing li {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ececec;
    border-radius: 3px;
    width: 190px;
    text-align: center;
    margin-bottom: 10px;
}
.state-news-listing li:hover {
    background-color: #ddd;
}
/* Single News Alert */
.shares_news {
    display: block;
    margin: 0;
    padding: 0;
}
.shares_news li {
    list-style: none;
    display: inline-block !important;
    margin-right: 12px;
    padding: 0;
}
#alert_pharmacyboard a {
    color: var(--orange);
}
.health-notification__alert-icon {
    float: left;
}
.health-notification__alert-icon .alignment-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.health-notification__alert-icon .alignment-helper img,
.health-notification__alert-icon .alignment-helper svg {
    position: absolute;
    width: 24px;
}
.health-notification__content {
    margin: 10px 40px;
}
.health-alert__content--date {
    float: left;
    display: block;
    margin-right: 1rem;
    width: 100%;
}
.health-notification__content p {
    margin-top: 0;
}
.health-notification__content a:link,
.health-notification__content a:visited {
    color: #009;
}
.health-notification__button--dismiss {
    display: none;
}
/* List LoadMore */
/* .no-ul-list li{
    display:none;
} */
#loadMore_mtBtn {
    color: black;
    cursor: pointer;
    /* text-decoration: underline; */
    font-size: 14px;
    font-weight: 600;
}
#loadMore_mtBtn:hover {
    color: black;
}
#showLess_mtBtn {
    color: black;
    cursor: pointer;
    /* text-decoration: underline; */
    font-size: 12px;
    font-weight: 600;
    display: none;
}
#showLess_mtBtn:hover {
    color: black;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.displayNone {
    display: none;
}
ul.shares_news li .share {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
}
ul.shares_news li .share.fb {
    background: #3f51b5;
}
ul.shares_news li .share.ln {
    background: #16a0bf;
}
/* Popup Modal */
.modal_logo_image .modal-body {
    padding: 10px 10px;
}
.modal_logo_image .modal-footer {
    padding: 5px 0;
    display: block;
}
.popup_close_mtbtn {
    text-shadow: unset;
    opacity: 1;
    margin-top: -10px;
}
.popup_close_mtbtn img {
    width: 18px;
    height: 18px;
}

/* Swal Alert */
.swal_wide_modalmd {
    z-index: 999999 !important;
}
.swal_confirm_mtbtn {
    padding: 10px 15px !important;
    background-color: #ff7b1d;
    color: #fff !important;
}
.swal_confirm_mtbtn:hover {
    background-color: #ff9950;
}
.swal_cancel_mtbtn {
    padding: 10px 15px !important;
    background-color: #9e9e9e;
    color: #fff !important;
}
.swal_cancel_mtbtn:hover {
    background-color: #c5c5c5;
}
/* user Practicing */
/* .main-mtsection .user_practPcingDetail_grid{
    padding: 40px 130px;
} */
.contentlisting_dashboard_mtcontent {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #ddd;
}
.user_practPcingDetail_grid .title {
    color: #1e605c;
    font-size: 56px;
    line-height: 48px;
}
.contentlisting_dashboard_content_mtbody {
    padding: 1.5rem;
}
.contentlisting_dashboard_content_mtheader {
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e3e6ef;
}
.contentlisting_dashboard_content_mtheader h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.contentlisting_list_jobs_mtwraps {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    display: flex;
    flex-direction: inherit;
    align-items: center;
    margin-bottom: 30px;
    padding: 1.5rem 1rem;
    transition: all ease 0.4s;
}
.contentlisting_list_jobs_mtf1ex {
    width: 20%;
    flex: 0 0 20%;
}
.contentlisting_list_jobs_mtf1ex.first {
    width: 40%;
    flex: 0 0 40%;
}
.contentlisting_list_jobs_mtwraps.mng_mtlist
    .contentlisting_list_jobs_mtf1ex.first {
    flex: 1;
    width: auto;
}
.contentlisting_list_mt110 {
    display: flex;
    align-items: center;
    position: relative;
}
.contentlisting_list_110_mtthumb {
    width: 70px;
    height: 70px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.contentlisting_list_110_mtcaption {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contentlisting_list_110_mtcaption h4 {
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}
.contentlisting_list_110_mtcaption .contentlisting_jb_mttitle {
    overflow: hidden;
    display: inline-block;
    max-width: 290px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}
.contentlisting_list_jobs_mtwraps.mng_mtlist
    .contentlisting_list_110_mtcaption
    .contentlisting_jb_mttitle {
    font-size: 18px;
    margin-bottom: 8px;
}
ul.contentlisting_grouping_mtlist {
    margin: 0;
    padding: 0;
}
ul.contentlisting_grouping_mtlist li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #5c75a2;
}
ul.contentlisting_grouping_mtlist li i {
    margin-right: 5px;
}
/* Button */
.skill_add_mtbtn {
    border: 1px solid #007bff;
    color: #007bff;
}
.skill_add_mtbtn i {
    padding: 5px;
    border: 1px solid #007bff;
    border-radius: 30px;
}
.skill_add_mtbtn:hover,
.skill_add_mtbtn:focus {
    border: 1px solid #007bff;
    color: #007bff;
}
.skill_save_mtbtn {
    width: 120px;
    background-color: #ea7926;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.skill_save_mtbtn:hover,
.skill_add_mtbtn:focus {
    background-color: #ea7926;
    color: #fff;
}
.skill_cancel_mtbtn {
    border: 1px solid #888;
    background-color: #eee;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    width: 90px;
}
.skill_cancel_mtbtn:hover,
.skill_add_mtbtn:focus {
    border: 1px solid #888;
    color: #555;
    background-color: #eee;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    display: block;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.ui-widget-content .ui-tooltip-content {
    font-size: 15px;
    line-height: 18px;
}
.alert_status .select2-container--default .select2-selection--single {
    height: 38px;
}
.alert_status
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px;
}
.alert_status
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    top: 0px;
    height: 35px;
}
.alert_status
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px;
    top: 0px;
}
.blog_post_content {
    min-height: 600px;
}
/* Blog */
.blog_post_content a:hover {
    color: var(--orange);
}
/*.blog_post_content .blog-wrap-grid{
    box-shadow:unset;
}*/
.read_more_btn {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    color: #ea7926;
    /*    text-decoration: underline;*/
    /* background-color: #ea7926; */
    border: unset;
    /* padding: 10px 30px; */
    /* border-radius: 8px;*/
}
.read_more_btn:hover {
    text-decoration: underline;
    /*    color: #fff !important;*/
    /*    background-color: #ea7926;*/
}
.blog_post_content .blog-wrap-grid .blog-image-thumb {
    /*    border-radius: unset;*/
}
/*.blog_post_content .blog-wrap-grid .blog-thumb img {
    min-height: 300px;
}*/
/*.blog_post_content .blog-wrap-grid .blog-body{
    padding:0;
}*/
.blog-wrap-grid .blog-body .date {
    color: #ea7926;
    font-size: 14px;
    font-weight: 500;
}
.blog-wrap-grid .blog-body .bl-title,
.medical_news_post_content .blog-wrap-grid .blog-body .bl-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0a66c2;
    /*    -webkit-line-clamp: 4;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-box-orient: vertical;*/
    /*    height: 70px;*/
    /*    word-break: break-word;*/
}
.blog-wrap-grid .blog-body .blog_detail {
    /*   -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 70px*/
}
.blog-body {
    border-bottom: 1px solid #000000;
}
.single-widgets {
    /*    padding: 10px 15px 20px;*/
    /*    border: 1px solid #eaeaea;*/
}
.single-widgets h4.heading {
    /* background-color: #fff; */
    /*    width: fit-content;*/
    /*    display: block;*/
    /*    text-align: center;*/
    position: relative;
    /*    margin: -23px auto 15px;*/
    /*    padding: 0px 15px;*/
}
.single-widgets .sidebar-search-form input {
    padding: 10px 65px 10px 15px;
    height: 40px;
}
.single-widgets .sidebar-search-form button {
    line-height: 40px;
    height: 40px;
    right: 0px;
    top: 0px;
}
.single-widgets.widget_category,
.single-widgets.widget_tags,
.single-widgets.widget_search {
    /*    border: 1px solid #aaa!important;*/
    border-radius: 6px;
}
.single-widgets.widget_search form input[type="search"] {
    border: unset !important;
}
.single-widgets.widget_category ul li {
    /*    padding: 7px 0;*/
    padding: 0;
    margin: 0;
    /*    display: list-item;circle show with list*/
    display: block;
    /*    margin-left: 20px;*/
    /* margin: 0; */
    font-size: 14px;
}

.single-widgets.widget_category ul li:last-child {
    border-bottom: unset;
}
.single-widgets.widget_tags h4 {
    margin-bottom: 15px;
}
.single-widgets.widget_tags ul li a {
    background-color: transparent;
    border: unset;
    border-radius: unset;
}

.single-widgets.widget_tags ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-widgets.widget_tags ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-widgets.widget_tags ul li::before {
    content: "\2022"; /* Bullet character */
    color: #000;
    margin-right: 5px;
    font-size: 16px;
}

.single-widgets.widget_tags ul li a {
    padding: 0px;
    color: #212529;
    font-weight: 500;
    text-decoration: none; /* Assuming you want to remove underlines */
}
.single-widgets.widget_popular .item,
.single-widgets.widget_recent_post .item {
    overflow: hidden;
    margin-bottom: 20px;
    justify-content: flex-start;
    /* padding: 20px; */
    display: flex;
}
.single-widgets.widget_category ul li a span {
    color: #b4b4b4;
}
.single-widgets.widget_popular .item .thumb,
.single-widgets.widget_recent_post .item .thumb {
    float: left;
    height: 120px;
    /*    overflow: hidden;*/
    position: relative;
    width: 120px;
    margin-right: 15px;
}
.single-widgets.widget_popular .item .thumb .fullimage,
.single-widgets.widget_recent_post .item .thumb .fullimage {
    width: 110px;
    height: 120px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    /*        border: 1px solid #eee;*/
}
.single-widgets.widget_popular .item .info,
.single-widgets.widget_recent_post .item .info {
    overflow: hidden;
    /* margin-top: 5px; */
    flex-direction: column;
    /* align-items: flex-start; */
    display: flex;
    justify-content: center;
}
.single-widgets.widget_popular .item .info time,
.single-widgets.widget_recent_post .item .info time {
    display: block;
    color: #737373;
    text-transform: capitalize;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 14px;
}
.single-widgets.widget_popular .item .info .title,
.single-widgets.widget_recent_post .item .info .title {
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 1.5;
    font-size: 15px;
    color: #000;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    /* -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 65px;
    word-break: break-word;*/
}
.blog_post_content .content_text img {
    width: 100%;
    height: 100%;
}
.single-widgets.widget_recent_post ul li h6 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.blog_post_content .single-post-item {
    padding: 0px;
}
.blog_post_content .single-post-item .post-featured-img img {
    border-radius: 0;
}
/* Community */
#community-pageContent ul.community-categories li p,
#community-categoryContent ul.community-categories li p {
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
#community-pageContent ul.community-categories,
#community-categoryContent ul.community-categories {
    border: unset;
    padding-left: unset !important;
}
#community-pageContent ul > li.header,
#community-categoryContent ul > li.header {
    background-color: #336e68;
    color: #fff;
}
.community-categories > li,
.community-category > ul > li {
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    height: 45px;
    min-height: 100% !important;
}
.community-categories > li:last-child,
.community-category > ul > li:last-child {
    border: unset;
}
#community-pageContent .stats,
#community-categoryContent .stats {
    margin: auto;
}
#community-categoryContent ul.community-categories li p {
    display: inline-block;
}
#community-categoryContent .user_icon_div {
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
}
#community-categoryContent .user_icon_div .user-icon {
    font-size: 24px;
    line-height: 14px;
    padding: 15px 15px;
    border-radius: 50%;
    min-width: 45px;
    display: inline-block;
    min-height: 45px;
    color: #fff;
}
#community-categoryContent ul > li.body {
    background-color: #f8f9fa;
    color: #000;
    position: relative;
    height: 100%;
}
#community-categoryContent ul > li.body.odd,
#community-pageContent ul > li.body.odd {
    color: #000;
    background-color: #f8f9fa;
    height: 100%;
}
#community-categoryContent ul > li.body.even,
#community-pageContent ul > li.body.even {
    background-color: #fff;
    color: #000;
    height: 100%;
}
#community-categoryContent ul > li.body .content {
    position: relative;
    width: 100%;
    /* height: 60px; */
}
#community-categoryContent ul > li.body .stats {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 40px;
}
.community-topic-post .icon .user-icon,
.community-topic-post .icon img {
    color: #fff;
}
ul.community-categories li.header p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
ul.community-categories li.body p {
    font-size: 15px;
}
#community-categoryContent .page_content_post {
    display: flex;
    align-items: center;
    position: relative;
}
#community-categoryContent .page_content_post .user_icon_div {
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
#community-categoryContent .page_content_post .title {
    margin-right: 10px;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 1300px) {
    .user_practPcingDetail_grid .first_time_login {
        width: 75%;
    }
}
/*@media only screen and (min-width: 1300px){
    #home_page_owl .item:before{
        height: 600px;
    }
}*/
@media only screen and (max-width: 1300px) {
    .pattern-wrap.triangle-left-right {
        background-image: url(../images/shape.png);
    }
    .section-padding {
        padding: 0;
    }
}
@media only screen and (max-width: 1200px) {
    #home_page_owl .carousel-caption {
        top: 32%;
    }
    .div_badge_image img {
        right: -195px;
    }
    .why_medtree_section .content-div .title {
        font-size: 60px;
        line-height: 80px;
    }
    .why_medtree_section .content-div .content {
        margin-top: 10px;
        font-size: 14px;
    }
    div.main-layout .main-page-title.main_search_mtheader .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .nav-menu-mobile {
        display: block;
    }
    .nav-menu {
        margin-left: 0px;
    }
    .footer-border-right {
        border-right: unset;
    }
    .nav-toggle:before {
        content: "" !important;
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #70798b;
        border-radius: 4px;
        box-shadow:
            0 0.5em 0 0 #70798b,
            0 1em 0 0 #70798b;
    }
    .navbar-toggler {
        display: block;
    }
    .header-widget-left .navbar-toggler {
        font-size: 28px !important;
        color: var(--black);
    }
    .navigation-portrait .nav-menu.nav-menu-social {
        border-bottom: solid 1px var(--white);
    }
    .navigation-portrait .nav-menu.nav-menu-social > li {
        padding: 0;
    }
    .navigation-portrait .nav-menu.nav-menu-social > li > a {
        padding: 12px 15px 12px 26px;
    }
    .why_medtree_section .content-div .title {
        font-size: 48px;
    }
    #btn-nav-previous,
    #btn-nav-next {
        margin: 0 5px;
    }
    .right-arrow::before,
    .left-arrow:after {
        display: none;
    }
    #home_page_owl .carousel-caption {
        top: 24%;
    }
    #home_page_owl .carousel-caption h2 {
        font-size: 25px;
    }
    #home_page_owl .carousel-caption p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
    .nav-header.mobile-menu {
        display: block;
    }
    .new_footer_area {
        /* padding: 10px; */
    }
    footer.light-footer {
        padding: 30px 25px;
    }
    .footer-widget {
        margin: 0;
    }
    .img-fluid.f-logo {
        margin-bottom: 1rem;
    }
    .footer-link-div {
        margin: 15px 0 !important;
    }
    .footer-widget ul li a {
        line-height: 28px;
    }
    #navigation .nav-header.mobile-menu .nav-brand .logo {
        display: none;
    }
    .header-btn {
        /* padding: 5px; */
    }
    .header-link img {
        width: 28px;
        height: 28px;
    }
    .navigation-portrait .nav-menu.nav-menu-social > li > a {
        text-align: left;
    }
    .header.header-fixed {
        box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
        -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
        background: #fff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .navigation-portrait {
        height: 0;
        display: none;
    }
    .form_row_box_body {
        padding: 1.5rem 0.5rem 1rem;
    }
    .jb_detail_grid_01_thumb,
    .job_detail_mttitle {
        display: block;
        width: 100%;
    }
    .job_detail_mtsidebar {
        margin: 0 15px;
        padding: 0;
    }
    .main_search_mtheader .form-group {
        margin-bottom: 1rem;
    }
    .hidden-xs {
        display: none;
    }
    .calculator_mtcontent {
        padding: 50px 80px 80px;
        max-height: fit-content;
    }
    .calculator_mtimg {
        padding: 50px 80px 80px;
        max-height: fit-content;
    }
    .calculator_mtformula {
        padding: 50px 80px 80px;
        max-height: fit-content;
    }
    #add_btn_org_detail {
        /* margin: 10px 0; */
    }
    .actions-toolbar .btn-search-job {
        margin-bottom: 1rem;
        min-width: 160px;
    }
    .div_badge_image img {
        right: -285px;
    }
    .user_dashboard .actions-toolbar {
        text-align: right;
    }
    #sSearch input {
        margin-right: 10px;
    }
    .hide_col_md {
        display: none;
    }
    .home_page .our_feature_content_div .title {
        /* height:60px; */
    }
    .our-features-grid {
        grid-template-columns: 1fr 1fr;
    }
    .column-medium-image-fixed {
        object-position: 50% 0%;
    }
    .grid-columns-large {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 0.875rem;
    }
    .social-icon {
        position: absolute !important;
        left: 42%;
    }
    .team-member-social-icon img {
        width: 20%;
    }
    #home_page_owl .owl-prev {
        width: 10px;
        height: 20px;
    }
    #home_page_owl .owl-next {
        width: 10px;
        height: 20px;
    }
    .card {
        margin-bottom: 20px;
    }
    .detail-mtwidget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .detail-info-mtleft {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .detail-mtimg {
        margin: 0 auto 20px;
    }
    .detail-mtwidget .detail-mttitle {
        font-size: 18px;
    }
    .detail-info-mtright {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .basic_tab .nav-tabs {
        justify-content: center;
    }
    .detail-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
    .health_skill {
        display: none;
    }
    .health_otherskill {
        display: none;
    }
    .nav-brand img {
        max-width: 120px;
    }
    .footer-widget {
        padding: 0 0 5px !important;
    }
    .footer-widget .widget-title {
        display: none;
    }
    .footer-link-div {
        margin: 0 !important;
    }
    #particles-js {
        display: none;
    }
    .center-image-div {
        /* display: none; */
    }
    .job-info-detail .actions-toolbar {
        text-align: left;
        margin: 15px 10px;
    }
    .main-page-title .ipt-title {
        padding: 30px 0;
    }
    .job_info_img {
        width: 24px;
        height: 24px;
    }
    .job_info_link {
        padding: 5px 10px 5px 0;
        font-size: 14px;
        display: inline-block;
    }
    .primary-btn {
        font-size: 14px;
    }
    .checkbox-tools:checked + label,
    .checkbox-tools:not(:checked) + label {
        display: block;
        width: 50%;
        margin: 10px auto;
    }
    .header-widget-right {
        /* display: none; */
    }
    .candidates-item .thumb,
    .about-candidate-item .thumb {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
        clear: both;
    }
    .jobs-item .social-icons.pull-right,
    .candidates-item .social-icons.pull-right {
        display: none;
    }
    .about-candidate-item .social-icons {
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        display: block;
        width: 100%;
        top: auto;
        right: auto;
    }
    .about-candidate-item .social-icons > li {
        float: left;
        margin-left: 0;
        margin-right: 5px;
    }
    .about-candidate-item .btn-default {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
    .calculator_mtcontent,
    .calculator_mtimg,
    .calculator_mtformula {
        padding: 50px 20px 80px;
    }
    .error_page .center-image-div {
        display: block;
    }
    .left_side_mtimg {
        /* top: 35%; */
    }
    .heading-banner-ls_2 {
        letter-spacing: 2px;
    }

    #dynamicAddRemoveOrgDetail .select2 {
        margin: 10px 0;
    }
    #dynamicAddRemoveOrgDetail .btn_remove_mtinput {
        margin-left: 0;
    }
    #sidebar_mtnews .news_div {
        margin-top: 20px;
    }
    .pricing-plan-btn {
        display: none;
    }
    .section-heading .content {
        width: 100%;
    }
    .latest_news_section .blog_content_2:first-child {
        margin-top: 15px;
    }
    .latest_news_section .blog_content_2 .content .detail {
        display: block;
    }
    .latest_news_section .blog_content_2 .blog_image_div img {
        height: auto;
    }
    .search_panel_wrapper .search_result_right .single_content_detail {
        /* position: fixed;
        bottom: 0;
        width: 100%;
        top:100px;
        display: block;
        z-index: 999;
        padding: 15px;
        background-color: #efefef; */
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-top: 22px;
        top: 20px;
        display: block;
        z-index: 999;
        padding: 15px;
        background-color: #efefef;
        display: block;
        align-items: center;
        /* position: relative; */
        width: 100%;
        padding: 15px 15px 30px;
        height: 100vh;
        top: 20px;
        overflow-y: auto;
        margin-top: 21px;
    }
    .search_panel_wrapper
        .search_result_right
        .single_content_detail
        .btn-close-detail {
        position: fixed;
        display: block;
        right: 0;
        border: unset;
        background-color: transparent !important;
        padding: 0;
        margin: -25px 30px 0px 0;
    }
    .home_page .our_freature_section .our_feature_content_div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home_page .our_feature_content_div .detail {
        order: 2;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .home_page .our_feature_content_div .icon_div {
        order: 1;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .home_page .our_feature_content_div .icon_div > div {
        margin: 0 auto;
        float: unset;
    }
    .latest_news_section .blog_content {
        margin-top: 20px;
    }
    .latest_news_section .blog_content .blog_image_div .second_img {
        height: 100%;
    }
    #sSearch input {
        top: 25px;
    }
    #sSearch #search_btn_img {
        top: 33px;
    }
    .why_medtree_section .content-div .title {
        line-height: initial;
        font-size: 36px;
    }
    .why_medtree_section .content-div {
        padding-top: 0;
        height: 100%;
    }
    .why_medtree_section {
        background: url("../images/why_medtree_mobile_view.png") no-repeat;
    }
    #home_page_owl .carousel-caption h2 {
        font-size: 18px;
    }
    #home_page_owl .carousel-caption p {
        font-size: 12px;
    }
    ul.shares_news li {
        margin-right: 5px;
    }
    .profile-sidebar {
        border-radius: 0;
    }
    .profile-sidebar-menu {
        position: fixed;
        top: 0;
        z-index: 9999;
        left: 0;
        height: 100vh;
        overflow: scroll;
        display: none;
        transition-duration: 0.8s;
        transition-timing-function: ease;
    }
    .menu-toggle-button {
        display: block !important;
    }
    .menu-toggle-button-close {
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px 7px;
        float: right;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        border-radius: 50%;
        background: #ff7b1d;
        text-align: center;
        /* line-height: 30px; */
    }
}
@media screen and (max-width: 640px) {
    .medical_board .detail-div,
    .medical_board .content-div .title {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    ._mt_details01_authors_caption .mts_title {
        font-size: 16px;
    }
    ul.shares_jobs li .share {
        width: 32px;
        height: 32px;
    }
    .basic_tab .tab-content > .tab-pane {
        padding: 10px;
    }
    ._mt_details01_flex {
        display: block;
    }
    ._mt_details01_authors img {
        min-width: 120px;
        width: 120px;
    }
    .back-to-top {
        font-size: 13px;
    }
    .job_info_link {
        display: block;
    }
    .btn-search-job {
        min-width: 180px;
    }
    .dropdown-account-link {
        display: none;
    }
    .why_medtree_section .content-div .title {
        line-height: initial;
        font-size: 24px;
    }
    .why_medtree_section .content-div .content {
        margin-top: 10px;
        font-size: 12px;
    }
    #home_page_owl .carousel-caption {
        display: none;
    }
    .w-50 {
        width: 60% !important;
    }
    .banner-image-div img {
        width: 90%;
    }
}
@media screen and (max-width: 575.98px) {
    body {
        font-size: 0.8125rem;
    }
    .nav-brand {
        padding: 10px 0px;
    }
    .signin-form-div .actions-toolbar div.primary,
    .signin-form-div .actions-toolbar div.secondary {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .signin-form-div .actions-toolbar div.primary,
    .signin-form-div .actions-toolbar div.secondary {
        margin-top: 20px;
    }
    /* .actions-toolbar div.primary{
        margin-bottom: 15px;
    } */
    .checkbox-tools:checked + label,
    .checkbox-tools:not(:checked) + label {
        display: block;
        width: 60%;
        margin: 10px auto;
    }
    .basic_tab .nav-tabs .nav-item {
        width: 100%;
    }
    .basic_tab .nav-tabs .nav-link {
        width: fit-content;
        display: block;
        text-align: center;
        margin: auto;
    }
    .service-list ul li {
        width: 100%;
    }
    #collapseFormula .form-group input {
        margin: 10px 0;
    }
    .links_error_mtpage a {
        display: block;
        margin: 5px 0;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    #notification_btn .btn-info {
        padding: 10px;
    }
    .notification-dropdown {
        margin-left: 0;
    }
    #sSearch #header_search_btn {
        margin-top: 0;
        margin-right: 10px;
    }
    .basic_tab .nav-tabs .nav-link {
        font-size: 14px;
    }
    .jobs-item .title {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .detail-info-mtright .clinic-booking {
        width: 100% !important;
    }

    .contact_update_section .contact_update_content .content_heading h2 {
        font-size: 36px;
    }
    .contact_update_section .contact_update_content .content_detail p {
        font-size: 13px;
    }
    #sSearch input {
        top: 10px;
    }
    #sSearch #search_btn_img {
        top: 20px;
    }
    .margin-center-div {
        padding: 0;
    }
    .mt-btn.search-btn {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    #ask_question {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: unset;
    }
    /* .event-heading-title .actions-toolbar{
        text-align: left;
    } */
    .w-50 {
        width: 80% !important;
    }
    .banner-image-div img {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .info_mtlisting {
        display: block;
        text-align: left;
    }
    .widget_content_mtinfo .detail {
        text-align: left;
    }
    .actions-toolbar .btn_mt_primary {
        font-size: 13px;
        padding: 8px 15px;
    }
    #collapseFormula .actions-toolbar {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
    #collapseFormula .actions-toolbar .btn_mt_primary {
        margin: 5px 0;
    }
    .main-banner-section .heading_content .title {
        font-size: 48px;
    }
}
/* CSS used here will be applied after bootstrap.css */
.toast-push-notification {
    left: 40px;
}
#toast-container.toast-top-center {
    margin-top: 16px;
    position: fixed;
}
.toast-push-notification .toast {
    background-color: #f8f9fa;
    width: 450toast-push-notificationpx !important;
    max-width: 100%;
    color: #000000 !important;
}
.toast-push-notification .toast-close-button {
    color: #000000;
    top: 0.7em;
    right: 0.7em;
}
.toast-push-notification > div {
    padding: 0px !important;
    background-size: 0;
}
.toast-push-notification .toast-message .content {
    padding: 20px 20px;
    width: 100%;
    display: block;
}
.toast-push-notification .toast-message .notification-item {
    background-color: #f8f9fa !important;
    color: #000;
}
.toast-push-notification .toast-message .notification-item .item-info {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
* {
    scrollbar-width: thin;
    scrollbar-color: gray #eee;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: #eee;
}
*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 20px;
    border: 4px solid #eee;
}

/* input[type=checkbox] {
    position: relative;
      cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
} */
.valid-msg {
    color: green;
}
.error-msg {
    color: red;
}
.valid-msg,
.error-msg {
    display: none !important;
}
.partner-area {
    border-bottom: 1px solid #eeeeee;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 9;
    position: relative;
}
.partner-area .container {
    max-width: 1200px;
}

.single-partner-item {
    text-align: center;
}

.single-partner-item a {
    display: block;
}

.single-partner-item a img {
    width: auto !important;
    display: inline-block !important;
}

/*New Css*/
.section-feature {
    margin-bottom: 30px;
}
.section-feature h2:before {
    content: url("../images/Vector.png");
    margin-right: 10px;
}
.section-feature h2:after {
    content: url("../images/Vector.png");
    margin-left: 10px;
}
.medical_board h2:before {
    content: url("../images/Vector.png");
    margin-right: 10px;
}
.medical_board h2:after {
    content: url("../images/Vector.png");
    margin-left: 10px;
}
.right-column-wrapper h2:before {
    content: url("../images/Vector.png");
    margin-right: 10px;
}
.right-column-wrapper h2:after {
    content: url("../images/Vector.png");
    margin-left: 10px;
}
.latest_news_div h2:before {
    content: url("../images/Vector.png");
    margin-right: 10px;
}
.latest_news_div h2:after {
    content: url("../images/Vector.png");
    margin-left: 10px;
}
.section-community-left h3:before {
    content: url("../images/Vector.png");
    margin-right: 10px;
}
.main_panel_head:after {
    content: url("../images/Vector.png");
    margin-left: 10px;
}
.main_panel_head:before {
    content: url("../images/Vector.png");
    margin-right: 10px;
}
.main_panel_head {
    text-transform: uppercase;
}
.section-community-left h3:after {
    content: url("../images/Vector.png");
    margin-left: 10px;
}

.section-community-left h3 {
    text-transform: uppercase;
}
.section-community-left p {
    font-size: 21px;
    font-weight: 600;
}
.community-topic-post p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-title-wrapper {
    max-width: 740px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}
.section-title-wrapper.left {
    margin-bottom: 50px;
    margin-left: 0;
}

.section-title-wrapper h2 {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
}

h2.section-subtitle {
    /* color:white; */
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
h3.section-subtitle {
    /* color:white; */
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
}
.feature-card-icon {
    color: #f23801;
    text-align: center;
    font-family: "Fa solid 900", sans-serif;
    font-size: 25px;
}

/* h2.section-subtitle {
    color: #141414;
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
}
p.section-subtitle {
    color: #141414;
} */
/* h2.section-subtitle, */
/* p.section-subtitle {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
} */
.without-bottom-margin {
    margin-bottom: 0;
}
.feature-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.our-features-grid {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
}
.feature-card {
    width: 100%;
    grid-column-gap: 20px;
    border: 1px solid #f4f4f4;
    justify-content: flex-start;
    padding: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #1f6d68;
}
.feature-card:hover {
    background-color: #ff7b1d;
}
.feature-card:hover .feature-card-icon {
    color: rgb(0, 0, 0);
}
.feature-card:hover .feature-card-heading {
    color: rgb(255, 255, 255);
}
.feature-card:hover .feature-card-paragraph {
    color: rgb(255, 255, 255);
}
/* .feature-icon:hover {
    background-color: #000000;
} */
.feature-image-cont {
    align-items: flex-start;
    display: flex;
    position: relative;
}
.feature-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.feature-card h5 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}
.feature-card-paragraph {
    color: #ffffff;
    margin-bottom: 0;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #f7e4d6;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}
.full-width {
    width: 100%;
}
.title-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    display: flex;
}
.collection-team-list-wrapper {
    width: 100%;
}
.collection-team-list-wrapper .collection-item-team p {
    /* text-align: justify; */
}
.grid-columns-large {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    /*    grid-template-columns: 1fr 1fr 1fr 1fr;4 columns*/
    grid-template-columns: 1fr 1fr 1fr; /*3colum*/
    grid-auto-columns: 1fr;
    display: grid;
}
.collection-item-team {
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
.social-icon {
    position: relative;
    left: 32%;
    margin-top: -25px;
}
.team-member-social-icon {
    padding: 5px 5px 5px 0px;
}
.team-member-social-icon img {
    width: 10%;
    border-radius: 10px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.link-block {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.column-medium-image-fixed {
    width: 100%;
    height: 382px;
    object-fit: cover;
    border-radius: 10px;
}
.overlay {
    background-image: linear-gradient(
        rgba(242, 56, 1, 0.6),
        rgba(242, 56, 1, 0.6)
    );
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0;
}
.margin-top-small {
    margin-top: 20px;
}
.without-top-margin {
    margin-top: 0;
}
a.link-block:hover .overlay {
    opacity: 0.5;
}
.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.base-container {
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}
.bottom-block {
    z-index: 5;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}
.video-team {
    width: 100%;
    height: 375px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.background-video {
    z-index: 1;
    width: 100%;
    height: 375px;
    border-radius: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.w-background-video > video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
.play-button-icon {
    z-index: 7;
    color: #f23801;
    margin-left: 4px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 18px;
    position: relative;
}
.play-button {
    z-index: 5;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}
.play-button-hover {
    z-index: 10;
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    transform: scale(0.85);
}
.right-column-wrapper {
    width: 100%;
    padding-top: 50px;
    color: white;
}
.quote-head {
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
}
.quote-text {
    font-size: 16px;
    /* font-style: italic; */
    color: #fff;
    text-align: justify;
}
.margin-top-bottom-small {
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex-vertical-align-end {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}
.margin-bottom-xsmall {
    margin-bottom: 5px;
}
.content-image-small {
    width: 80px;
    height: 80px;
}
.carousel-container {
    flex-direction: column;
    padding: 112px 0px;
    background-color: #eef3fa;
    align-items: center;
}
.carousel-info-left-column {
    margin-bottom: 69px;
}
.carousel-container .carousel-info-left-column {
    flex: 1 0 50%;
    justify-content: center;
}
.carousel-info-left-column > div {
    width: 65%;
    max-width: 65%;
}
.carousel-info-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
}
.carousel-info-right-column > h5 {
    width: 60%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.latest_news_section .owl-theme .owl-nav {
    position: absolute;
    top: -77px;
    z-index: 9;
    background: transparent;
    padding: 0;
    border: none;
    right: 0px;
    top: -15.2%;
    transform: rotate(180deg);
    cursor: default;
}
.latest_news_section .owl-theme .owl-nav i {
    border: 1px solid #b9b9b9;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7b1d;
    background-color: white;
    font-size: 24px;
}
.latest_news_section .owl-theme button:hover {
    background: transparent !important;
}
#home-page-medical-news-slider-owl .owl-nav {
    top: -15.3%;
}
.page-item .page-link,
.pagination li:last-child a {
    border-color: unset !important;
    border: unset !important;
    background-color: transparent;
    font-size: 18px;
    color: #212529;
}
.pagination .item-circle.active .page-link {
    border-radius: 50%;
    color: #212529;
    background-color: #ddd;
    border-color: unset;
    border: unset;
    font-size: 18px;
    padding: 24px;
    line-height: 0.1;
}
/*.pagination .item-circle.page-item:not(.active) .page-link {
    font-style: italic;
}*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
}
.paginate_button.disabled,
.paginate_button:disabled {
    color: #828d99 !important;
}

/* Pagination Base */
.pagination .page-item .page-link {
    border: 1px solid #dfe3e7;
    border-radius: 50%;
    color: #1f6d68; /* teal */
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem;
    min-width: 42px; /* ✅ force consistent button width */
    text-align: center; /* ✅ center text/icon */
}

/* Hover */
.pagination .page-item .page-link:hover {
    background-color: #ea7926; /* orange */
    border-color: #ea7926;
    color: #fff;
}

/* Active */
.pagination .page-item.active .page-link {
    background-color: #1f6d68; /* teal */
    border-color: #1f6d68;
    color: #fff;
}

/* Disabled */
.pagination .page-item.disabled .page-link {
    background-color: #f2f4f4;
    border-color: #dfe3e7;
    color: #a0a0a0;
    pointer-events: none;
    width: auto;
    border-radius: 2px;
}
div.dataTables_wrapper div.dataTables_filter input {
    display: block !important;
    margin-left: 0;
}
/* Previous / Next spacing */
.pagination .page-item.previous {
    margin-right: 0.3571rem;
}
.pagination .page-item.next {
    margin-left: 0.3571rem;
}
.page-item:last-child .page-link {
    width: auto;
    border-radius: 2px !important;
}
/*.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
    box-shadow: unset;
    color: #212529;
    background-color: transparent;
    border-color: unset;
    border: unset;
}*/
.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

@media screen and (min-width: 1280px) {
    .section-title-wrapper,
    .section-title-wrapper.left {
        margin-bottom: 60px;
    }
    .feature-card {
        grid-column-gap: 30px;
        padding: 30px;
    }
    .title-content {
        margin-bottom: 60px;
    }
    .right-column-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .our-features-grid {
        grid-template-rows: auto 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .title-content {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .grid-columns-large {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .right-column-wrapper {
        width: 100%;
        padding-left: 0px;
    }
}
.card-found {
    background-color: #1f6d68;
}
.fa-left {
    margin: 7px 3px 0px 0px;
    color: #000000;
    font-size: 14px;
}
.btn-flash-post {
    width: 120px !important;
}
.edit-comment-section input {
    margin: 10px 0px 10px 10px;
}
.add-comment-section {
    margin-bottom: 15px;
}
.edit-comment-section {
    margin-bottom: 15px;
}
.add-comment-section input {
    margin: 10px 0px 10px 10px;
}
.add-comment-section button {
    height: 41px;
}
.edit-comment-section button {
    height: 41px;
}
.btn_comment {
    background: none;
    border: 1px solid #ccc;
    align-self: end;
}
.btn_comment:hover {
    background: #ff7b1d;
}
.banner-section {
    padding: 40px 0 40px !important;
}
.banner-image-div img {
    margin-top: 40px;
    border-radius: 10px;
}
.banner-section img {
    width: 100%;
}
.form-inline label {
    justify-content: left;
}
.menu-toggle-button {
    display: none;
    /* position: fixed; */
    top: 10px;
    left: 10px;
    z-index: 10000;
    background: #ea7926;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.back_button {
    background: white;
    padding: 12px;
    color: #000000;
    border-radius: 10px;
}

.btn.header_notification_btn {
    color: white;
    background-color: red;
}
.iti__flag.iti__au {
    display: none;
}
.error-validation-icon {
    font-size: 10px;
    margin-right: 5px;
    margin-top: 2px;
}
.popover-error {
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    background: #ffe6e6; /* light red background */
}
