
/*===================================================
 Homes Banner Design
==================================================*/
.image-cover{
    display: flex;
    height: auto;
    padding: 5rem 0;
    align-items: center;
	position:relative;
    justify-content: center;
    background-position: center !important;
    background-size: cover !important;
}
.bg-cover{
    background-position: center !important;
    background-size: cover !important;
}
.image-cover.image_bottom {
	background-position:bottom !important;
}
.home-banner{
	 transition: all 0.6s;
    border-radius: 0;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.intro-bg{
	background:#eff6f2;
}
.home-banner{
    min-height: 520px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.bnc-ico {
    position: absolute;
    top: 50%;
    left:8px;
    transform: translateY(-50%);
    color: #aeb3bb;
    font-size: 17px;
}
span.search-tag {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #1d1f22;
}
span.search-tag i {
    color: #b7bdc5;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.fmb-search-shadow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
	-webkit-box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
    padding:2rem;
	margin-top:-60px;
	z-index:22;
}
.fmb-search-shadow .main-search-wrap{
    margin:0;
	border:1px solid #eee;
}
.fmb-top-cates {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fmb-top-cates ul {
    margin: 0;
    padding: 0;
	text-align: center;
    position: relative;
}
.fmb-top-cates ul li {
    display: inline-block;
    padding: 0.5rem;
    list-style: none;
}
.fmb-top-cates ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    width:110px;
    height:100px;
    border-radius: 6px;
    transition: all ease 0.4s;
}
.fmb-top-cates ul li a .fmb-tp-ico {
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}
.fmb-top-cates ul li a .fmb-tp-title h5 {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.2px;
}
.fmb-top-cates ul li a:hover, .fmb-top-cates ul li a:focus, .fmb-top-cates ul li a:active {
    background: #ffffff;
}
.fmb-top-cates ul li a:hover .fmb-tp-title h5, .fmb-top-cates ul li a:focus .fmb-tp-title h5, .fmb-top-cates ul li a:active .fmb-tp-title h5{
   color:#353535;
}
.fmb-top-cates ul li a:hover .fmb-tp-ico, .fmb-top-cates ul li a:focus .fmb-tp-ico, .fmb-top-cates ul li a:active .fmb-tp-ico{
    color:#f41b3b;
}
.fmb-counter {
    position: relative;
    width: 100%;
}
.fmb-counter ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fmb-counter ul li {
    display: block;
    list-style: none;
    margin: 2rem 0;
}
.fmb-counter ul li .fmb-ylp-first h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 5px;
}
.fmb-counter ul li .fmb-ylp-last span {
    font-size: 13px;
    font-weight: 500;
}
.fmb-counter ul li .fmb-ylp-first h3 span {
    margin-right:2px;
}
.fmb-bnr-cats {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top:3rem;
}
.fmb-bnr-cats ul {
    padding: 0;
    margin: 0;
	text-align: center;
}
.fmb-bnr-cats ul li {
    display: inline-block;
    padding: 5px;
    list-style: none;
    position: relative;
}
.fmb-bnr-cats ul li a {
    padding: 4px 10px;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    transition: all ease 0.4s;
}
.fmb-bnr-cats ul li a:hover, .fmb-bnr-cats ul li a:focus, .fmb-bnr-cats ul li a:active{
	color:#F41b3b;
	background:#ffffff;
}
.fmb-over-cats-sty {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
	padding-top:2.5rem;
}
.fmb-over-cats-sty ul{
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
	margin:1rem 0 0 0;
	padding:0;
	padding-right:20px;
}
.fmb-over-cats-sty ul li{
	display:inline-block;
	list-style:none;
}
.fmb-over-cats-sty li a {
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 60px;
    margin-right: -15px;
    background: #252525;
    color: #ffffff;
	transition:all ease 0.4s;
}
.fmb-over-cats-sty li a.bg-1 {
    background:#f44336;
}
.fmb-over-cats-sty li a.bg-2{
    background:#03a9f4;
}
.fmb-over-cats-sty li a.bg-3 {
    background:#8bc34a;
}
.fmb-over-cats-sty li a.bg-4 {
    background:#ff9800;
}
.fmb-over-cats-sty li a.bg-5 {
    background:#9558da;
}
.fmb-over-cats-sty li a.bg-6 {
    background:#795548;
}
.fmb-over-cats-sty li a.bg-7 {
    background:#607d8b;
}
.fmb-over-cats-sty li a.bg-more{
    background:#009688;
}
.fmb-over-cats-sty li a:hover, .fmb-over-cats-sty li a:focus, .fmb-over-cats-sty li a:active {
    margin:0;
}

/*----------------- Map Styles -------------------*/
.home-map-banner.full-wrapious {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}
.hm-map-container.fw-map #map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.cl-justify {
    display: flex;
    align-items: center;
	justify-content:space-between;
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
}
.fs-left-map-box {
    float: right;
}
.fs-left-map-box .hm-map-container.fw-map {
    width:35%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 22;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.small-map .fs-left-map-box .hm-map-container.fw-map{
	width:25%;
}
.half-map .fs-inner-container {
    position: relative;
    width:65%;
    min-height: 100vh;
    z-index: 10;
    float: left;
}
.half-map.small-map .fs-inner-container{
	width:75%;
}
.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}
.half-map .fs-content {
    padding: 2em;
}
.cluster-visible {
    background: transparent !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(circle, #27ae60 35%, #138442 100%) !important;
    border-radius: 50%;
    font-size: 16px !important;
}
.gm-style {
    font: 400 14px 'Jost', sans-serif !important;
    text-decoration: none;
}
.infoBox {
    width: 290px !important;
}
.infoBox>img {
    position: absolute !important;
    left:5px;
    top:7px;
    z-index: 2;
    cursor: pointer;
}
button.map-btn {
    padding: 6px 15px;
    background: #ffffff;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #eeeeee;
    float: right;
    /* color: #f41b3b; */
}
.half-map.small-map.no-map .fs-inner-container, .half-map.no-map .fs-inner-container {
    width: 100%;
    transition: all ease 0.4s;
}
.small-map.no-map .fs-left-map-box .hm-map-container.fw-map, .no-map .fs-left-map-box .hm-map-container.fw-map {
    width: 100%;
    display: none;
    transition: all ease 0.4s;
}
.gm-style .fmb-author img {
   max-width: 100% !important;
}


/*---------------- Doctor List Design ---------------*/
.doctor-grid-view {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
	overflow:hidden;
	border:1px solid #eeeeee;
}
.doctor-grid-thumb {
    display: block;
    align-items: center;
    padding: 0;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 1rem;
    margin:0px;
}
.doctor-grid-thumb img {
    max-width: 100%;
    transition: all 500ms ease;
}
.doctor-grid-caption {
    padding: 0.5rem 1rem;
    position: relative;
    width: 100%;
}
.doc-title-wrap {
    display: block;
    position: relative;
    width: 100%;
}
.doc-title-wrap .doc-title {
    margin-bottom: 2px;
    font-size:17px;
    position: relative;
    display: inline-flex;
    font-weight: 500;
}
.doc-title-wrap .doc-title a{
	color:#202838;
}
.doctor-grid-caption .doc-title.verified:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: cover;
    object-fit: cover;
    background-image: url(../img/veryfy.html);
}
.doc-inner-wrap {
    margin-top: 1rem;
    position: relative;
    display: block;
}
.doc-ratting-boxes {
    display: inline-flex;
    align-items: center;
}
ul.doc.ratting-view {
    margin: 0;
	padding:0;
}
ul.doc.ratting-view li {
    list-style: none;
    display: inline-block;
    color: #b1bfe0;
    margin: 0 0px;
    font-size: 9px;
}
ul.doc.ratting-view li i.filled {
    color: #ff8e1a;
}
.doctor-review-list {
    font-size: 13px;
    margin-left: 7px;
}
.doc-location {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.doctor-grid-footer {
    margin-top: 1rem;
    padding: 0.7rem 1rem;
    text-align: left;
    border-top: 1px dashed #dfe8f1;
    display: flex;
    align-items: center;
}
.doc-foot-first {
    flex: 1;
}
.av-status {
    font-size:13px;
    font-weight:500;
    color: #009688;
}
.btn.doc-book-btn {
    padding: 5px 12px;
    height: 38px;
	font-size:13px;
    margin: 0;
    color: #009688;
    background: rgb(255 255 255);
    border-radius: 5px;
    border: 2px solid #dde2ef;
    transition: all ease 0.4s;
    font-weight:500;
	display:inline-flex;
	align-items:center;
}
.btn.doc-book-btn:hover, .btn.doc-book-btn:focus, .btn.doc-book-btn:active {
    color: #ffffff;
    padding: 5px 15px;
    height: 38px;
    background: #009688;
    border: 2px solid #009688;
}

/*------------------- Job List Style ----------------------*/
._jb_list72 {
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    padding: 1rem 0.7rem;
    position: relative;
    overflow: hidden;
    border:1px solid #e9ebf5;
}
.jobs-like.bookmark {
    position: absolute;
    left: auto;
    right: 20px;
    top: 15px;
}
.toggler {
    color: #dadeef;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}
.toggler [type=checkbox]:checked, .toggler [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.jobs-like.bookmark .toggler input:checked + i {
    color: #ff9800;
}
._jb_list72_flex {
    flex: 1;
    display: flex;
    align-items: center;
    position: static;
}
._jb_list72_yhumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
}
._jb_list72_last {
    padding-left: 12px;
}
._jb_list72_last ._jb_title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
._times_jb {
    font-size: 12px;
    color: #5c75a2;
    font-weight:500;
}
._jb_types {
    font-size: 12px;
    font-weight: 600;
    background: #f4f5f7;
    display: inline-flex;
    padding: 0px 13px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-top:8px;
    border-radius: 3px;
}
._jb_types.fulltime_lite {
    background: rgba(51, 187, 56,0.1);
    color: #33bb38;
}
._jb_types.parttime_lite {
    background: rgba(255, 152, 0,0.1);
    color:#ff9800;
}
._jb_types.internship_lite {
    background: rgba(4, 158, 230,0.1);
    color:#049ee6;
}
._jb_types.remote {
    background: rgba(121, 119, 249,0.1);
    color:#7977f9;
}

/*--------------------- Verticle Listing Design --------------------*/
.vrt-list-wrap {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
	border-radius:6px;
    display: block;
}
.vrt-list-wrap-head {
    position: relative;
    display: flex;
    padding: 1rem;
    flex-wrap: initial;
}
.vrt-list-thumb {
    flex: 1;
    margin-right: 1rem;
    border-radius: 4px;
    overflow: hidden;
    min-width: 250px;
}
.vrt-list-thumb .vrt-list-thumb-figure {
    height: 100%;
}
.vrt-list-thumb .vrt-list-thumb-figure img{
    height: 100%;
	object-fit:cover;
	width:100%;
}
.vrt-list-content h4 {
    line-height: 1.2;
}
.vrt-list-features ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.vrt-list-features ul li {
    display: inline-block;
    list-style: none;
}
.vrt-list-features ul li a {
    margin: 3px 5px 4px 0px;
    display: inline-block;
    padding: 2px 8px;
    background: #f4f5f7;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    transition: all ease 0.4s;
}
.vrt-list-features ul li a:hover, .vrt-list-features ul li a:focus,.vrt-list-features ul li a:active {
    background:rgba(244, 27, 59,0.1);
	color:#F41b3b;
}
.d14ixh{
	color:#cc0000 !important;
}
.d14ixhs{
	color:#189e4e;
}
.vrt-list-amenties ul {
    margin: 0;
    padding: 0;
}
.vrt-list-amenties ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 12px 5px 0;
    color: #1a1a1a;
}
.vrt-list-amenties ul li .vrt-amens {
    position: relative;
    padding-left:18px;
    display: inline-flex;
    align-items: center;
}
.vrt-list-amenties ul li .vrt-amens.yes:before {
    position: absolute;
    font-family: 'LineIcons';
    content:"\ea5b";
    left: 0;
	font-size:12px;
	font-weight:600;
	color:#189e4e;
}
.vrt-list-amenties ul li .vrt-amens.no:before {
    position: absolute;
    font-family: 'LineIcons';
    content:"\ea6a";
    left: 0;
	font-size:12px;
	font-weight:600;
	color:#cc0000;
}

/*--------------------- fmb Location Designs --------------*/
.fmb-img-location-wrap{
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f4f4f7;
    margin-bottom: 30px;
    background: #ffffff;
    transition: all ease 0.4s;
}
.fmb-img-location-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0.8rem;
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    border-radius: 4px;
}
.fmb-img-location-wrap:hover .fmb-cat-arrow, .fmb-img-location-wrap:focus .fmb-cat-arrow, .fmb-img-location-wrap:active .fmb-cat-arrow {
    color: #ffffff;
    background: #f41b3b;
    border: 1px dashed #f41b3b;
}

/*----------------- fmb Price Box ----------------*/
.fmb-price-wrap{
    padding: 40px;
	margin-bottom:30px;
	border-radius:10px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
    transition: 0.3s;
    text-align: left;
    position: relative;
    z-index: 1;
}
.fmb-price-wrap:hover, .fmb-price-wrap:focus, .fmb-price-wrap:active{
	transform: translateY(-5px);
}
.fmb-price-currency .fmb-new-price {
    margin-right: 15px;
}
.fmb-price-currency .fmb-new-price {
    font-size: 15px;
    font-weight: 500;
}
.fmb-price-currency .fmb-new-price del {
    font-size: 50px;
    text-decoration: none;
    margin-left: 4px;
}
.fmb-price-currency .fmb-old-price {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.3;
}
.fmb-price-currency .fmb-old-price del {
    font-size: 35px;
    text-decoration: none;
}
.fmb-price-title {
    display: flex;
    align-items: center;
	margin-bottom:10px;
}
.fmb-price-title .fmb-price-tlt h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
.fmb-price-ribbon .fmb-ribbon-offer {
    margin-left: 10px;
    padding: 3px 8px;
    background: rgb(0 150 136 / 10%);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #009688;
}
.fmb-price-ribbon .fmb-ribbon-offer.all {
    background: rgb(255 152 0 / 10%);
    color: #ff9800;
}
.fmb-price-subtitle {
    font-size: 16px;
    color: #333c56;
}
.fmb-price-body {
    margin: 1rem 0;
    border-top: 1px solid #efeff4;
    padding: 1rem 0;
}
.fmb-price-body ul {
    padding: 0;
    width: 100%;
    margin: 0;
}
.fmb-price-body ul li {
    display: block;
    list-style: none;
    padding: 10px 0;
}
.fmb-price-body ul li:last-child{
    padding-bottom:0;
}
.fmb-price-body ul li i{
	margin-right:5px;
	color:#f41b3b;
}
.fmb-price-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 56px;
    border: 2px dashed #ececf0;
    border-radius: 50px;
    font-weight: 500;
	transition:all ease 0.4s;
}
.fmb-price-btn i{
    margin-right:7px;
}
.fmb-price-btn:hover, .fmb-price-btn:focus, .fmb-price-btn:active, .fmb-price-btn.active{
	color:#ffffff;
	background:#f41b3b;
	border:2px dashed #f41b3b;
}
.fmb-price-wrap.dark-price{
    border: 1px solid #304450;
    box-shadow: none;
    background: transparent;
}
.dark-price .fmb-price-btn {
    border: 2px dashed #293941;
    color: #ffffff;
}
.dark-price .fmb-price-body ul li{
	color:#ffffff;
}
.dark-price .fmb-price-subtitle {
    color: #ffffff;
}
.dark-price .fmb-price-currency .fmb-old-price {
    color: #889aa4;
}
.dark-price .fmb-price-currency .fmb-new-price, .dark-price .fmb-price-title .fmb-price-tlt h4 {
    color: #ffffff;
}
.dark-price .fmb-price-body {
    border-top: 1px solid #304450;
}
.fmb-price-wrap.dark-price:hover, .fmb-price-wrap.dark-price:focus, .fmb-price-wrap.dark-price:active {
    background: #1c292f;
}

/*------------- Slide Design of Filter Box -------------*/
.w3-ch-sideBar {
    height: 100%;
    max-width:360px;
    min-width:300px;
    background-color: #fff;
    position: fixed!important;
    top: 0;
    z-index: +2000;
    overflow: auto;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    position: relative;
    animation: animateleft .4s;
    left: 0;
	bottom:0;
}
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}
@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}
.slide-head {
    background: #f4f5f7;
}
.close_slide {
    background: #ffffff;
    border: none;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    cursor: pointer;
}
.close_slide.gray{
	background:#f4f5f7 !important;
}
.list-411 {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin: 1.5rem 0;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-filter-box{
	background:#ffffff;
	border-radius:6px;
	margin-bottom:30px;
	display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
	padding:1rem;
	top: auto;
	align-self: flex-end;
    bottom: 0;
}
.inner_widget_link {
    padding: 1rem 0;
    border-bottom: 1px solid #eeeeee;
}
.inner_widget_link:last-child{
    padding-bottom: 0;
    border-bottom:none;
}
.price-btn-457{
    display: inline-flex;
    width: 100%;
}
.price-btn-457 .btn {
    padding: 8px 0 !important;
    font-size: 12px;
    font-weight: 500;
}

/*------------- Testimonials ----------*/
.single_review {
    border: 1px solid #f4f4f7;
    border-radius: 6px;
    padding: 1.5rem 2rem;
}
.sng_rev_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0 auto 0.5rem;
}
.sng_rev_thumb figure {
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #ececec;
    margin: 0 0 5px;
}
.rev_desc {
    position: relative;
}
.rev_desc:before {
    content: "\f10d";
    font-family:"Font Awesome 5 Free";
    left:0px;
    top: -50px;
    font-size: 49px;
    position: absolute;
    z-index: 1;
    color: #d9e0e4;
    display: block;
}
.d_ico i {
    color: #000000;
    font-size: 30px;
    margin-right:0.6rem;
}
.d_capt h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}
.rev_author {
    text-align: center;
    margin-bottom: 1rem;
}

/*------------ Breadcrumbs ---------------*/
.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
}

.breadcrumb-item::before {
	content: "\f105" !important;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
}

.breadcrumb li:first-child::before {
	content: none !important;
}

/*------------ pricing Box ----------------*/
.pricing_wrap {
    padding: 2.4rem;
	margin-bottom:30px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    border-radius:0.5rem;
}
.prt_head {
    text-align: center;
    margin-bottom:1.55rem;
}
.prt_price {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prt_price h2 {
    font-size: 60px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
.prt_price h2 span {
    font-size: 25px;
}
.prt_body ul {
    padding: 0;
    margin: 0 0 1rem;
}
.prt_body ul li {
    position: relative;
    padding: 10px 10px 10px 40px;
    color: #2c3038;
    font-size: 15px;
    font-weight: 600;
	margin-bottom:10px;
}
.prt_body ul li.none{
	opacity:0.5;
}
.prt_body ul li:before {
    content:"\f00c";
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
    background: rgba(40, 182, 97,0.1);
    color: #F41b3b;
    left: 0;
    position: absolute;
    top: 5px;
    font-size: 13px;
}
.prt_body ul li.none:before {
    content: "\f00d";
    background:rgba(220, 53, 69,0.12)!important;
    color:rgb(220 53 69)!important;
}
.btn.choose_package {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 4px solid rgba(40, 182, 97,0.15);
    border-radius: 50px;
    color: #F41b3b;
    font-weight: 600;
    font-size: 18px;
    transition: all ease 0.4s;
}
.btn.choose_package:hover, .btn.choose_package:focus {
    background:rgba(40, 182, 97,0.15);
    border: 4px solid rgba(40, 182, 97,0.15);
    color: #F41b3b;
}
.recommended {
    margin-bottom: 1rem;
    padding: 6px 20px;
    background:#ff9800;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}
.btn.choose_package.active{
	background:#F41b3b;
	border-color:#F41b3b;
	color:#ffffff;
}
.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
}
.pertner_flexio img {
    max-width: 35px;
    margin-right: 10px;
}
.pertner_flexio h5 {
    margin: 0;
}



/**-------------------------------------------/


/*--------------- tab Design ----------------*/
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color:#fff;
    background-color:#F41b3b;
}
.nav-tabs{
	border:none;
}
.nav-link {
    display: block;
    padding: .8rem 1.4rem;
    background: #ffffff;
    font-weight:500;
    font-size: 14px;
    margin-right: 0.8rem;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: .25rem;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: #f4f5f7;
    color: #2d3037;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-radius: .25rem;
    background:rgb(244 27 59 / 10%);
	color:#f41b3b;
    border-color:rgb(244 27 59 / 15%);
	cursor:pointer;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #f41b3b;
    border-color: #f41b3b;
}
button:focus {
    outline:none;
    outline:none;
}
.nav-tabs.simple_tab_links .nav-link {
    margin:0 5px;
    padding:0.5rem 0.8rem;
    border-radius: 0;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
	opacity:0.6;
    text-transform: uppercase;
}
.nav-tabs.simple_tab_links .nav-link:hover, .nav-tabs.simple_tab_links .nav-link:focus {
    border:none;
    border-radius:0;
    background:transparent;
	cursor:pointer;
}
.nav-tabs.simple_tab_links .nav-link.active {
    color: #000000;
    background: transparent;
    border-bottom: 2px dashed black;
    opacity: 1;
}
.style-2{
	overflow:hidden;
}

.style-2#v-pills-tab .nav-link {
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
}
.style-2#v-pills-tab .nav-link:last-child{
    border:none;
}
.nav-tabs.search-tab .nav-link {
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
}
div#myTabContent {
    width: 100%;
}
.nav-tabs.small-tab{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-tabs.small-tab .nav-link {
    padding:0.4rem 0.8rem;
    font-weight: 500;
    font-size:13px;
    margin:0.4rem;
}

/*===================================================
	fmb User Dashboard
==================================================*/
.fmb-dashboard-wrap{
    min-height: calc(100vh - 82px);
    display: flex;
    flex-wrap: wrap;
}
.fmb-dashboard-content, .fmb-dashboard-nav {
    flex: 1;
}
.fmb-dashboard-nav {
	width:300px;
}
.fmb-dashboard-nav {
    display: block;
    border-radius:6px;
    padding-bottom: 30px;
    z-index:1;
    background: #fff;
}
.fmb-dashboard-inner{
    position:relative;
    display: block;
    padding:10px 0 30px 0;
}
.fmb-dashboard-inner{
    display: block;
    padding: 10px 0 25px 0;
}
.fmb-dashboard-nav ul {
    list-style: none;
    padding: 0;
    margin:17px 0 0 0;
}
.fmb-dashboard-nav ul:first-child {
    margin:30px 0 0 0;
}
.fmb-dashboard-nav ul:before {
    content: attr(data-submenu-title);
    padding: 0 30px;
    margin-bottom:5px;
    display: block;
    color:#172228;
    font-weight:500;
    font-size: 14px;
}
.fmb-dashboard-nav ul li {
    display: block;
    border-left:3px solid transparent;
    transition: 0.3s;
    line-height:20px;
    font-size: 14px;
}
.fmb-dashboard-nav ul li.active, .fmb-dashboard-nav ul li:hover{
    border-color:#F41b3b;
	background-color:rgba(244, 27, 59,0.1);
}
.fmb-dashboard-nav ul li.active a, .fmb-dashboard-nav ul li:hover a{
    color:#F41b3b;
}
.fmb-dashboard-nav ul li a {
    color:#555962;
    display: block;
    padding:12px 25px;
    transition: 0.3s;
    cursor: pointer;
    font-weight:400;
    position: relative;
	font-size:15px;
	letter-spacing:0.5px;
}

.fmb-dashboard-nav ul li span.count-tag, .nav-dropdown span.count-tag{
    display: inline-flex;
    font-weight: 600;
    height: 19px;
    width: 19px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
    background-color: #26ae61;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 12px;
    top: 0px;
}
.fmb-dashboard-content {
    padding:0px 45px;
    padding-bottom: 0;
    position: relative;
    z-index:1;
}
.dsd-boxed-widget{
	margin-bottom:30px;
	position:relative;
}
.dsd-boxed-widget i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    opacity: 0.3;
    font-size:55px;
}
.fmb-dashboard-grouping-list {
    margin:0px 0 30px;
    border-radius: 4px;
}
.fmb-dashboard-grouping-list h4 {
    font-size: 16px;
    margin: 0;
    padding:20px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
}
.fmb-dashboard-grouping-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.fmb-dashboard-grouping-list ul li {
    padding: 23px 30px;
    border-bottom: 1px solid #eaeaea;
    transition: .3s;
    position: relative;
}
.fmb-dashboard-grouping-list ul ul {
    background-color: transparent;
}
.fmb-dashboard-grouping-list ul ul {
    background-color: transparent;
}
.fmb-dashboard-grouping-list.invoices ul ul {
    line-height: 22px;
    padding-bottom: 2px;
	padding: 0;
    margin: 0;
}
.fmb-dashboard-grouping-list ul ul li {
    padding: 0;
    border: none;
    transition: .3s;
    background-color: transparent;
    display: inline-block;
}
.fmb-dashboard-grouping-list.invoices ul ul li {
    padding: 0;
    font-size: 13px;
    color: #5a6880;
}
.fmb-dashboard-grouping-list.invoices ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}
.fmb-dashboard-grouping-list.invoices ul ul li:last-child:after{
	display:none;
}
.fmb-dashboard-grouping-list.with-icons ul li {
    padding-left: 87px;
    font-size: 14px;
}
.fmb-dashboard-grouping-list ul li i.dsd-icon-uiyo {
    height: 38px;
    width: 38px;
    color:#7f8bab;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.fmb-dashboard-grouping-list ul li:hover a.close-list-item {
    opacity: 1;
}
a.close-list-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    padding: 4px;
    color: #ea2828;
    transition: .3s;
}
.buttons-to-right, .fmb-dashboard-grouping-list .button.to-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0,-49%,0);
    -moz-transform: translate3d(0,-50%,0);
    opacity: 0;
    transition: .4s;
}
.fmb-dashboard-grouping-list .button {
    padding: 8px 15px;
    line-height: 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}.fmb-dashboard-grouping-list li:hover .buttons-to-right, .fmb-dashboard-grouping-list li:hover .button.to-right {
    opacity: 1;
}

.fmb-dashboard-grouping-list .grping-list-rates {
    margin: 0 3px;
}
.grping-list-rates {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    letter-spacing: -.5px;
    background-color: rgba(255,255,255,.2);
    margin: 15px 32px;
}
.grping-list-rates:before {
    content: attr(data-rating);
}
.grping-list-rates.high {
    background-color: #1baf65;
}
.grping-list-rates.mid {
    background-color: #ffc10a;
}
.grping-list-rates.low {
    background-color:#db2929;
}
.custom-file.avater_uploads {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file.avater_uploads label.custom-file-label {
    height: 180px;
    border-radius: 10px;
    background: #f4f5f7;
    border: 1px solid #e4e8ef;
    width: 180px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-file.avater_uploads label.custom-file-label i {
    font-size: 100px;
    color: #ccd2de;
}
.dashed-list-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dashed-list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.star-rating {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 5px;
    color: #c7c8cd;
}
.star-rating .filled {
    color: #ff9800;
}
button.aps-clone {
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    border: none;
    background: #808591;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 0;
    font-size: 12px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.upload-photo-btn {
    width: 100%;
    margin-top:10px;
}
.Uploadphoto {
    float: left;
    position: relative;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    background: #f41b3b;
    width: 100%;
    text-align: center;
}
.Uploadphoto input.upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}
.dash-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #ffffff;
    margin-bottom: 30px;
}
.dash-card-header {
    display: flex;
    align-items: center;
    padding:0.8rem 1.5rem;
    border-bottom:1px solid #efefef;
}
.dash-card-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.ground {
    display: -ms-flex-box;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ground-list-single {
    -webkit-box-align: center;
    align-items: center;
}
.ground-list-single {
    padding: 16px 10px;
    border-bottom: 1px solid #eaeff5;
}
.ground>* {
    margin: 0 6px;
}
.ground-list-single a {
    position: relative;
}
.ground-avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    text-transform: uppercase;
    color: #606e88;
}
.profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}
.bg-online {
    background: #68c70b !important;
}
.bg-offline{
	background:#e02b0d !important;
}
.bg-busy{
	background:#2196f3 !important;
}
.bg-working{
	background:#f39c12 !important;
}
.ground-content {
    -ms-flex: 1;
    flex: 1;
}
.ground-content>* {
    margin-bottom: 0;
}
.ground-content h6{
    font-size:14px;
	line-height:1;
}
.ground-content a {
    color: #272b35;
    font-weight: 500;
}
.ground-content small {
    color: #5d687d;
}
.fmb-dashboard-grouping-list strong {
    font-weight: 600;
    color: #253040;
}
.fmb-dashboard-grouping-list.invoices ul ul li.paid {
    color: #4caf50;
}
.fmb-dashboard-grouping-list.invoices ul ul li.unpaid {
    color:#e62315;
}
.fmb-dashboard-grouping-list.invoices ul ul li.pending {
    color:#ff9800;
}
.dashboard-head-author-clicl {
    display: flex;
    align-items:center;
    width: 100%;
    position: relative;
}
.dashboard-head-author-thumb {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding:5px;
    border:4px solid rgba(255,255,255,0.2);
}
.dashboard-head-author-thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dashboard-head-author-caption {
    padding-left: 1.2rem;
    margin: 0;
    position: relative;
    flex: auto;
}
.dashboard-head-author-caption .dashploio h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.dashboard-head-author-caption .agd-location {
    color: #ffffff;
}
.abs-list-sec .add-list-btn {
    display: inline-flex;
    padding: 10px 20px;
    font-weight: 500;
    height: 50px;
    color: #f41b3b;
    background: #ffffff;
    z-index: 1;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.abs-list-sec {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.dropzone {
    border: 2px solid #e0e4e9;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dropzone .dz-message {
    margin: 0.5rem 0 0;
}
.dropzone i {
    font-size: 40px;
    color: #c7cdd9;
}

/*------------- Datepicker Design ----------*/
.daterangepicker {
    border-color: #f2f2f2;
}
.daterangepicker:before {
    border-bottom: 7px solid #e0e0e0;
}
.daterangepicker .calendar-table th {
    font-size: 13px;
    color:#191c23;
	min-width: 40px;
    width: 40px;
    height: 38px;
    font-family: 'Jost', sans-serif;
    font-weight:600;
}
.daterangepicker .calendar-table td{
    font-size: 13px;
    color: #6b7588;
	width: 40px;
    height: 38px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.daterangepicker .drp-calendar {
    max-width: 320px;
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color: #a1a9ba !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f41b3b;
    color: #fff !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: rgba(244, 27, 59,0.2);
    color:#f41b3b;
}
th.month {
    color: #009688 !important;
}
/*-------------------- Messages Design ----------------*/
.messages-container {
    margin: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    background-color: #fff;
}
.messages-headline {
    font-size: 16px;
    margin: 0;
    padding: 22px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #edf1f9;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.messages-headline h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}
.message-action {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    padding: 0;
    float: right;
}
.messages-container-inner {
    display: flex;
}
.messages-container-inner .dash-msg-inbox {
    max-width: 340px;
    border-right: 1px solid #edf1f9;
}
.messages-container-inner .dash-msg-inbox {
    overflow: hidden;
}
.messages-container-inner .dash-msg-content {
    padding: 30px;
}
.messages-container-inner .dash-msg-inbox, .messages-container-inner .dash-msg-content {
    flex: 1;
}
.messages-container-inner .dash-msg-inbox ul {
    max-height:950px;
    overflow-y: scroll;
    width: 357px;
	list-style: none;
    padding: 0;
    margin: 0;
}
.dash-msg-inbox ul li.active-message {
    border-left: 3px solid #166ef3;
}
.dash-msg-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
	list-style: none;
}
.dash-msg-inbox ul li:last-child {
    border-bottom: none;
}
.message-by-headline h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}
.dash-msg-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.messages-container-inner .dash-msg-inbox ul li a {
    padding: 25px;
}

.dash-msg-inbox .dash-msg-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.messages-container-inner .dash-msg-inbox .dash-msg-avatar {
    left: 25px;
}

.dash-msg-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.messages-container-inner .dash-msg-avatar img {
    width: 40px;
    height: 40px;
}

.dash-msg-inbox .message-by {
    margin-left: 85px;
}
.messages-container-inner .dash-msg-inbox .message-by {
    margin-left:50px;
}
.messages-container-inner .message-by-headline h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
}
.messages-container-inner .message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
	float: right;
    color: #888;
}
.messages-container-inner .dash-msg-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
	color: #6b747d;
    line-height: 27px;
}
.message-plunch {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.message-plunch .dash-msg-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.message-plunch .dash-msg-avatar img {
    width: 50px;
    height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.message-plunch .dash-msg-text {
    margin-left: 70px;
    background-color:#f4f5f7;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.message-plunch .dash-msg-text:before {
    position: absolute;
    top: 12px;
    left: -9px;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 31px;
    color:#f4f5f7;
}
.message-plunch .dash-msg-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px;
}
.message-plunch.me .dash-msg-avatar {
    left: auto;
    right: 0;
	position: absolute;
    top: 0;
}
.message-plunch.me .dash-msg-text {
    color: #39b36e;
    background-color: rgba(57, 179, 110,0.1);
}
.message-plunch.me .dash-msg-text {
    margin-left: 0;
    margin-right: 70px;
	border-radius: 4px;
    padding: 20px;
    position: relative;
}
.message-plunch.me .dash-msg-text:before {
    color: rgb(235 247 240);
}
.message-plunch.me .dash-msg-text:before {
    left: auto;
    right: -11px;
    content: "\f0da";
}
.message-reply {
    display: block;
    margin-top: 15px;
}
.message-reply textarea {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 20px;
}
.message-reply button {
    border-radius: 4px;
    margin-top: 5px;
}
span._user_status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: -5px;
    top: 50%;
}
span._user_status.online {
    background: #28af51;
}
span._user_status.offline {
    background: #e23528;
}
span._user_status.busy {
    background: #ff9800;
}



.tag {
	padding: 2px 5px;
	border: 1px solid #000;
	border-radius: 7px;
}








